MediaWiki:Gadget-HotCat.js/lv
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.
//<source lang="javascript">
// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
HotCat.messages.commit = 'Saglabāt';
HotCat.messages.ok = 'OK';
HotCat.messages.cancel = 'Atcelt';
HotCat.messages.multi_error = 'Could not retrieve the page text from the server. Therefore, your category changes '
+'cannot be saved. We apologize for the inconvenience.';
HotCat.categories = 'Kategorijas';
HotCat.engine_names.searchindex = 'Meklēšanas indekss';
HotCat.engine_names.pagelist = 'Lapu saraksts';
HotCat.engine_names.combined = 'Kombinētā meklēšana';
HotCat.engine_names.subcat = 'Apakškategorijas';
HotCat.engine_names.parentcat = 'Kategorijas'; //parentcategories
HotCat.tooltips.change = 'Izmainīt'; //modify
HotCat.tooltips.remove = 'Noņemt';
HotCat.tooltips.add = 'Pievienot jaunu kategoriju';
HotCat.tooltips.restore = 'Atcelt izmaiņas';
HotCat.tooltips.undo = 'Atcelt izmaiņas';
HotCat.tooltips.down = 'Open for modifying and display subcategories';
HotCat.tooltips.up = 'Open for modifying and display parent categories';
HotCat.multi_tooltip = 'Izmainīt vairākas kategorijas';
}
//</source>