// 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'  : 'Preferencia de la llista de siguimientu sobre archivos editaos con Cat-a-lot',
		'cat-a-lot-watch_pref'     : 'Según les tos preferencies xenerales',
		'cat-a-lot-watch_nochange' : 'No cambiar na llista de siguimientu',
		'cat-a-lot-watch_watch'    : 'Vixilar páxines editaes con 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'  : 'Permitir añadir a categoríes páxines (incluyíes categoríes) que nun son ficheros',
		'cat-a-lot-docleanuppref'  : 'Eliminar {{Check categories}} y otros cambeos menores',
		'cat-a-lot-uncatpref'      : 'Eliminar {{Uncategorized}}',
		'cat-a-lot-subcatcountpref': 'Mostrar subcategoríes primeru',
		'cat-a-lot-config-settings': 'Preferencies',
		'cat-a-lot-buttonpref'     : 'Usar botones en llugar d\'enllaces de testu',
		'cat-a-lot-comment-label'  : 'Resume de la edición',
		'cat-a-lot-edit-question'  : '¿Por qué ye necesariu esti cambéu?',

		// Progress
		// 'cat-a-lot-loading'       : 'Cargando…',
		'cat-a-lot-editing'          : 'Editando páxina',
		'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'         : 'Toles páxines procesaes.',
		'cat-a-lot-done'             : '¡Fecho!',
		'cat-a-lot-added-cat'        : 'Añadida a la categoría $1',
		'cat-a-lot-copied-cat'       : 'Copiada a la categoría $1',
		'cat-a-lot-moved-cat'        : 'Movida a la categoría $1',
		'cat-a-lot-removed-cat'      : 'Quitada la categoría $1',
		// 'cat-a-lot-return-to-page': 'Volver a la páxina',
		// 'cat-a-lot-cat-not-found' : 'Category not found.',

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

		// Actions
		'cat-a-lot-copy'           : 'Copiar',
		'cat-a-lot-move'           : 'Mover',
		'cat-a-lot-add'            : 'Añadir',
		'cat-a-lot-remove-from-cat': 'Remove from this category',
		'cat-a-lot-enter-name'     : 'Enter category name',
		'cat-a-lot-select'         : 'Select',
		'cat-a-lot-all'            : 'all',
		'cat-a-lot-none'           : 'none',
		// 'cat-a-lot-none-selected': 'No files 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': 'Updating user preferences',
		'cat-a-lot-summary-add'      : 'Adding [[Category:$1]]',
		'cat-a-lot-summary-copy'     : 'Copying from [[Category:$1]] to [[Category:$2]]',
		'cat-a-lot-summary-move'     : 'Moving from [[Category:$1]] to [[Category:$2]]',
		'cat-a-lot-summary-remove'   : 'Removing from [[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'    : ' 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'.
	});
//