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

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'  : 'Cat-a-Lotekin aldatutako fitxategiekin lotutako hobespenak',
		'cat-a-lot-watch_pref'     : 'Zure hobespen orokorren arabera',
		'cat-a-lot-watch_nochange' : 'Ez aldatu jarraipen zerrendan orrialdearen estatus',
		'cat-a-lot-watch_watch'    : 'Cat-A-Lotekin aldatutako orrialdeak jarraitu',
		'cat-a-lot-watch_unwatch'  : 'Cat-A-Lotekin aldatutako orrialdeak zure jarraipen zerrendatik kendu',
		'cat-a-lot-minorpref'      : 'Aldaketa guztiak txiki bezala markatu (defektuz zure aldaketak txiki gisa markatuta badituzu, ez da alketarik egongo)',
		'cat-a-lot-editpagespref'  : 'Fitxategiak ez diren orriak kategorizatzea baimendu',
		'cat-a-lot-docleanuppref'  : 'Kendu {{Check categories}} eta garbiketa ekintza txikiak egin',
		// 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': 'Hobespenak',
		// 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'       : 'Kargatzen...',
		'cat-a-lot-editing'          : 'Orrialdeak aldatzen',
		'cat-a-lot-of'               : 'nondik ',
		'cat-a-lot-skipped-already'  : 'Honako orrialdeak ez dira aldatu, jada kategoria horretan zeudelako:',
		'cat-a-lot-skipped-not-found': 'Honako orrialdeak ez dira aldatu, jada aurreko kategorian ez zeudelako:',
		'cat-a-lot-skipped-server'   : 'Honako orrialdeak ez dira aldatu, zerbitzariarekin konektatzeko arazoak egon direlako:',
		'cat-a-lot-all-done'         : 'Orrialde guztiak prozesatu dira.',
		'cat-a-lot-done'             : 'Egina!',
		'cat-a-lot-added-cat'        : 'Kategoria gehitu da $1',
		'cat-a-lot-copied-cat'       : 'Kategoriara kopiatu da $1',
		'cat-a-lot-moved-cat'        : 'Kategoriara mugitu da $1',
		'cat-a-lot-removed-cat'      : 'Kategoriatik kendu da $1',
		// 'cat-a-lot-return-to-page': 'Orrialdera itzuli',
		// 'cat-a-lot-cat-not-found' : 'Kategoria ez da aurkitu.',

		// as in 17 files selected
		'cat-a-lot-files-selected'   : '$1 fitxategi aukeratuak.',

		// Actions
		'cat-a-lot-copy'           : 'Kopiatu',
		'cat-a-lot-move'           : 'Mugitu',
		'cat-a-lot-add'            : 'Gehitu',
		'cat-a-lot-remove-from-cat': 'Kategoriatik kendu',
		'cat-a-lot-enter-name'     : 'Kategoriaren izena sartu',
		'cat-a-lot-select'         : 'Aukeratu',
		'cat-a-lot-all'            : 'denak',
		'cat-a-lot-none'           : 'bat ere ez',
		// 'cat-a-lot-none-selected': 'Ez da fitxategirik aukeratu!'
	    });
}
// 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': '[[Help:Gadget-Cat-a-lot|Cat-a-lot]] erabiltzailaren hobespenak gaurkotzen ari da',
		'cat-a-lot-summary-add'      : 'Gehitzen [[Category:$1]]',
		'cat-a-lot-summary-copy'     : 'Kopiatzen [[Category:$1]] hona [[Category:$2]]',
		'cat-a-lot-summary-move'     : 'Mugitzen [[Category:$1]] hona [[Category:$2]]',
		'cat-a-lot-summary-remove'   : 'Ezabatzen hemendik [[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>