MediaWiki:Gadget-Cat-a-lot.js/ca

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

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.

//<nowiki>
// 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'  : 'Preferències relacionades amb els fitxers editats amb Cat-A-Lot',
		'cat-a-lot-watch_pref'     : 'D\'acord amb les vostres preferències generals',
		'cat-a-lot-watch_nochange' : 'No canviar l\'estatus de la pàgina a la llista de seguiment',
		'cat-a-lot-watch_watch'    : 'Seguir pàgines editades amb Cat-A-Lot',
		'cat-a-lot-watch_unwatch'  : 'Eliminar de la vostra llista de seguiment les pàgines editades amb Cat-A-Lot',
		'cat-a-lot-minorpref'      : 'Marcar les edicions com a menors (si ja marqueu les edicions com a menors per defecte, això no canviarà res)',
		'cat-a-lot-editpagespref'  : 'Permetre categoritzar pàgines (incloent categories) que no són fitxers',
		'cat-a-lot-docleanuppref'  : 'Eliminar {{Check categories}} i fer altres operacions menors de neteja',
		// Please translate 'cat-a-lot-uncatpref'      : 'Remove {{Uncategorized}}',
		// Please translate 'cat-a-lot-subcatcountpref': 'Sub-categories to show at most',
		'cat-a-lot-config-settings': 'Preferències',
		// Please translate 'cat-a-lot-buttonpref'     : 'Use buttons instead of text links',
		// Please translate 'cat-a-lot-comment-label'  : 'Custom edit comment',
		// Please translate 'cat-a-lot-edit-question'  : 'Why is this change necessary?',

		// Progress
		// 'cat-a-lot-loading'       : 'Carregant...',
		'cat-a-lot-editing'          : 'Editant la pàgina',
		'cat-a-lot-of'               : 'de ',
		'cat-a-lot-skipped-already'  : 'Les següents pàgines no s\'han editat, perquè la ja eren a la categoria:',
		'cat-a-lot-skipped-not-found': 'Les següents pàgines no s\'han editat, perquè ja no eren a la categoria anterior:',
		'cat-a-lot-skipped-server'   : 'Les següents pàgines no s\'han pogut editar, perquè hi ha hagut problemes de connexió amb el servidor:',
		'cat-a-lot-all-done'         : 'Totes les pàgines han estat processades.',
		'cat-a-lot-done'             : 'Fet!',
		'cat-a-lot-added-cat'        : 'Categoria afegida $1',
		'cat-a-lot-copied-cat'       : 'Copiat a la categoria $1',
		'cat-a-lot-moved-cat'        : 'Traslladat a la categoria $1',
		'cat-a-lot-removed-cat'      : 'Tret de la categoria $1',
		// 'cat-a-lot-return-to-page': 'Retorn a la pàgina',
		// 'cat-a-lot-cat-not-found' : 'Categoria no trobada.',

		// as in 17 files selected
		'cat-a-lot-files-selected'   : '{{PLURAL:$1|1=$1 fitxers seleccionats.|$1 fitxers seleccionats.}}',

		// Actions
		'cat-a-lot-copy'           : 'Copia',
		'cat-a-lot-move'           : 'Trasllada',
		'cat-a-lot-add'            : 'Afegeix',
		'cat-a-lot-remove-from-cat': 'Treure de la categoria',
		'cat-a-lot-enter-name'     : 'Entreu el nom de la categoria',
		'cat-a-lot-select'         : 'Seleccioneu-los',
		'cat-a-lot-all'            : 'tots',
		'cat-a-lot-none'           : 'cap',
		// 'cat-a-lot-none-selected': 'Cap fitxer seleccionat!'
	    });
}
// 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': 'està actualitzant les preferències de l\'usuari',
		'cat-a-lot-summary-add'      : 'Afegint [[Category:$1]]',
		'cat-a-lot-summary-copy'     : 'Copiant de [[Category:$1]] to [[Category:$2]]',
		'cat-a-lot-summary-move'     : 'Movent de [[Category:$1]] to [[Category:$2]]',
		'cat-a-lot-summary-remove'   : 'Traient 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'.
		// Please translate 'cat-a-lot-using-summary'    : ' using [[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'.
	});
}
//</nowiki>