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

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
		// Please translate: 'cat-a-lot-watchlistpref'  : 'Watchlist preference concerning files edited with Cat-a-lot',
		// Please translate: 'cat-a-lot-watch_pref'     : 'According to your general preferences',
		// Please translate: 'cat-a-lot-watch_nochange' : 'Do not change watchstatus',
		// Please translate: 'cat-a-lot-watch_watch'    : 'Watch pages edited with Cat-a-lot',
		// Please translate: 'cat-a-lot-watch_unwatch'  : 'Remove pages while editing with Cat-a-lot from your watchlist',
		// Please translate: 'cat-a-lot-minorpref'      : 'Mark edits as minor (if you generally mark your edits as minor, this won’t change anything)',
		// Please translate: 'cat-a-lot-editpagespref'  : 'Allow categorising pages (including categories) that are not files',
		// Please translate: 'cat-a-lot-docleanuppref'  : 'Remove {{Check categories}} and other minor cleanup',
		// Please translate: 'cat-a-lot-uncatpref'      : 'Remove {{Uncategorized}}',
		// Please translate: 'cat-a-lot-subcatcountpref': 'Sub-categories to show at most',
		// Please translate: 'cat-a-lot-config-settings': 'Preferences',
		// 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'       : 'Учитавање...',
		'cat-a-lot-editing'          : 'Уређивање странице',
		'cat-a-lot-of'               : 'од ',
		'cat-a-lot-skipped-already'  : 'Следеће ставке су прескочене, јер су се већ налазиле у датој категорији:',
		'cat-a-lot-skipped-not-found': 'Следеће ставке су прескочене, јер претходна категорија није пронађена:',
		'cat-a-lot-skipped-server'   : 'Следеће ставке нису промењене, због проблема током успостављања везе са сервером:',
		'cat-a-lot-all-done'         : 'Све ставке су обрађене.',
		'cat-a-lot-done'             : 'Урађено!',
		'cat-a-lot-added-cat'        : 'Категорија је додана $1',
		'cat-a-lot-copied-cat'       : 'Копирано у категорију $1',
		'cat-a-lot-moved-cat'        : 'Премештено у категорију $1',
		'cat-a-lot-removed-cat'      : 'Уклоњено из категорије $1',
		// 'cat-a-lot-return-to-page': 'Повратак',
		// 'cat-a-lot-cat-not-found' : 'Категорија није пронађена.',

		// as in 17 files selected
		'cat-a-lot-files-selected'   : '$1 ставки означено.',

		// Actions
		'cat-a-lot-copy'           : 'Копирај',
		'cat-a-lot-move'           : 'Премести',
		'cat-a-lot-add'            : 'Додај',
		'cat-a-lot-remove-from-cat': 'Уклони из категорије',
		'cat-a-lot-enter-name'     : 'Унеси назив категорије',
		'cat-a-lot-select'         : 'Означи',
		'cat-a-lot-all'            : 'све',
		'cat-a-lot-none'           : 'ништа',
		// 'cat-a-lot-none-selected': 'Ниједна ставка није означена!'
	    });
}
// DO NOT CHANGE THE NEXT LINE
if (mw.config.get('wgContentLanguage') !== 'en') {
// DO NOT CHANGE THE PREVIOUS LINE
	mw.messages.set({
		// Summaries:
		// Please translate: 'cat-a-lot-pref-save-summary': 'Updating user preferences',
		'cat-a-lot-summary-add'      : 'додавање [[Category:$1]]',
		'cat-a-lot-summary-copy'     : 'копирање из [[Category:$1]] у [[Category:$2]]',
		'cat-a-lot-summary-move'     : 'премештање из [[Category:$1]] у [[Category:$2]]',
		'cat-a-lot-summary-remove'   : 'уклањање из [[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>