Ծանուցում. Հիշելուց հետո կատարված փոփոխությունները տեսնելու համար մաքրեք ձեր զննարկիչի հիշապահեստը. Mozilla / Firefox / Safari՝ Ctrl+Shift+R (Cmd+Shift+R Mac OS X-ում) Konqueror՝ F5 Opera՝ Tools→Preferences ընտրացանկից։ Internet Explorer՝ Ctrl+F5

// DO NOT CHANGE THE NEXT LINE <nowiki>
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'  : 'Ջնջել {{Check categories}} կաղապարը և այլ չնչին փոփոխություններ',
		'cat-a-lot-uncatpref'      : 'Ջնջել {{Uncategorized}}',
		'cat-a-lot-subcatcountpref': 'Sub-categories to show at most',
		'cat-a-lot-config-settings': 'Նախընտրություններ',
		'cat-a-lot-buttonpref'     : 'Use buttons instead of text links',
		'cat-a-lot-comment-label'  : 'Custom edit comment',
		'cat-a-lot-edit-question'  : 'Why is this change necessary?',

		// Progress
		// 'cat-a-lot-loading'       : 'Loading …',
		'cat-a-lot-editing'          : 'Editing page',
		'cat-a-lot-of'               : 'of ',
		'cat-a-lot-skipped-already'  : 'Հետևյալ {{PLURAL:$1|1=էջը|$1 էջերը}} բաց են թողվել, քանի որ արդեն կատեգորիայում էին՝',
		'cat-a-lot-skipped-not-found': 'Հետևյալ {{PLURAL:$1|1=էջը|$1 էջերը}} բաց են թողվել, քանի որ հին կատեգորիան չի գտնվել՝',
		'cat-a-lot-skipped-server'   : 'Հետևյալ {{PLURAL:$1|1=էջը|$1 էջերը}} չստացվեց խմբագրել, քանի որ խնդիրներ կար սերվերի միանալու հետ՝',
		'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:
		'cat-a-lot-pref-save-summary': 'Թարմացվում է մասնակցի կարգավորումները',
		'cat-a-lot-summary-add'      : 'Ավելացվեց [[Կատեգորիա:$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'.
		'cat-a-lot-using-summary'    : ' օգտվելով [[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'.
	});
//