MediaWiki:Gadget-HotCat.js/az

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.

//<source lang="javascript">

// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
  HotCat.messages.commit      = 'Saxla';
  HotCat.messages.ok          = 'Oldu';
  HotCat.messages.cancel      = 'İmtina';
  HotCat.messages.multi_error = 'Səhifənin mətni serverdən əldə oluna bilinmədiyindən kateqoriya dəyişikliyi '
                               +'saxlanılmadı. Çatışmazlığa görə üzr istəyirik.';

  HotCat.categories  = 'Kateqoriyalar';

  HotCat.engine_names.searchindex = 'Axtarış indeksi';
  HotCat.engine_names.pagelist    = 'Səhifə siyahısı';
  HotCat.engine_names.combined    = 'Qarışıq axtarış';
  HotCat.engine_names.subcat      = 'Alt kateqoriyalar';
  HotCat.engine_names.parentcat   = 'Əsas kateqoriyalar';

  HotCat.tooltips.change = 'Dəyişmək';
  HotCat.tooltips.remove = 'Silmək';
  HotCat.tooltips.add = 'Yeni kateqoriya əlavə et';
  HotCat.tooltips.restore = 'Dəyişiklikləri geri qaytar';
  HotCat.tooltips.undo = 'Dəyişiklikləri geri qaytar';
  HotCat.tooltips.down = 'Alt kateqoriyaları dəyişmək üçün aç';
  HotCat.tooltips.up = 'Əsas kateqoriyaları dəyişmək üçün aç';

  HotCat.multi_tooltip = 'Bir neçə kateqoriyanın dəyişdirilməsi';
}

//</source>