User:MarcoAurelio/cataloti18n.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

//

// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgUserLanguage') !== 'en')
// DO NOT CHANGE THE PREVIOUS LINE
	mw.messages.set({
		// Preferences
		// new added: 2017-11-20. Please translate.
		// Use user language for i18n
		'cat-a-lot-watchlistpref'  : 'Watchlist preference concerning files edited with Cat-a-lot',
		'cat-a-lot-watch_pref'     : 'According to your general preferences',
		'cat-a-lot-watch_nochange' : 'Do not change watchstatus',
		'cat-a-lot-watch_watch'    : 'Watch pages edited with Cat-a-lot',
		'cat-a-lot-watch_unwatch'  : 'Remove pages while editing with Cat-a-lot from your watchlist',
		'cat-a-lot-minorpref'      : 'Mark edits as minor (if you generally mark your edits as minor, this won’t change anything)',
		'cat-a-lot-editpagespref'  : 'Allow categorising pages (including categories) that are not files',
		'cat-a-lot-docleanuppref'  : 'Retirar {{Check categories}} y hacer otros cambios cosméticos',
		'cat-a-lot-uncatpref'      : 'Retirar {{Uncategorized}}',
		'cat-a-lot-subcatcountpref': 'Subcategorías a mostrar a lo sumo',
		'cat-a-lot-config-settings': 'Preferencias',
		'cat-a-lot-buttonpref'     : 'Usar botones en vez de enlaces de texto',
		'cat-a-lot-comment-label'  : 'Resumen de edición personalizado',
		'cat-a-lot-edit-question'  : '¿Por qué es este cambio necesario?',

		// Progress
		'cat-a-lot-loading'       : 'Cargando …',
		'cat-a-lot-editing'          : 'Editando página',
		'cat-a-lot-of'               : 'de',
		'cat-a-lot-skipped-already'  : 'The following {{PLURAL:$1|1=page was|$1 pages were}} skipped, because the page was already in the category:',
		'cat-a-lot-skipped-not-found': 'The following {{PLURAL:$1|1=page was|$1 pages were}} skipped, because the old category could not be found:',
		'cat-a-lot-skipped-server'   : 'The following {{PLURAL:$1|1=page|$1 pages}} couldn’t be changed, since there were problems connecting to the server:',
		'cat-a-lot-all-done'         : 'Se han procesado todas las páginas.',
		'cat-a-lot-done'             : '¡Hecho!',
		'cat-a-lot-added-cat'        : 'Se añadió la categoría $1',
		'cat-a-lot-copied-cat'       : 'Copiado a la categoría $1',
		'cat-a-lot-moved-cat'        : 'Trasladado a la categoría $1',
		'cat-a-lot-removed-cat'      : 'Eliminado de la categoría $1',
		'cat-a-lot-return-to-page': 'Volver a la página',
		'cat-a-lot-cat-not-found' : 'Categoría no encontrada.',

    	// as in 17 files selected
		'cat-a-lot-files-selected'   : '{{PLURAL:$1|1=Un archivo|$1 archivos}} seleccionados.',

		// Actions
		'cat-a-lot-copy'           : 'Copiar',
		'cat-a-lot-move'           : 'Mover',
		'cat-a-lot-add'            : 'Añadir',
		'cat-a-lot-remove-from-cat': 'Retirar de esta categoría',
		'cat-a-lot-enter-name'     : 'Introduce el nombre de la categoría',
		'cat-a-lot-select'         : 'Seleccionar',
		'cat-a-lot-all'            : 'todas',
		'cat-a-lot-none'           : 'ninguna',
		'cat-a-lot-none-selected': 'No se ha seleccionado ningún archivo'
	    });

// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgContentLanguage') !== 'en')
// DO NOT CHANGE THE PREVIOUS LINE
	mw.messages.set({
		// Summaries:
		'cat-a-lot-pref-save-summary': 'Actualizando preferencias de usuario',
		'cat-a-lot-summary-add'      : 'Añadiendo [[Category:$1]]',
		'cat-a-lot-summary-copy'     : 'Copiando desde [[Category:$1]] a [[Category:$2]]',
		'cat-a-lot-summary-move'     : 'Moviendo desde [[Category:$1]] a [[Category:$2]]',
		'cat-a-lot-summary-remove'   : 'Retirando de [[Category:$1]]',
		'cat-a-lot-prefix-summary'   : '', // Some text to prepend to the edit summary. Set this to an empty string if you use 'using'.
		'cat-a-lot-using-summary'    : ' usando [[c:Help:Cat-a-lot|Cat-a-lot]]' // Some text to append to the edit summary. Set this to an empty string if you use 'prefix'.
	});
//