මාධ්‍යවිකි සාකච්ඡාව:Gadget-HotCat.js/local defaults

Page contents not supported in other languages.
විකිපීඩියා වෙතින්

//

// Localization of the HotCat interface for English
if (typeof (HotCat) != 'undefined') {

  HotCat.messages.commit        = 'සුරකින්න';
  HotCat.messages.ok            = 'එක් කරන්න';
  HotCat.messages.cancel        = 'අත් හරින්න';
  HotCat.messages.multi_error   = 'Could not retrieve the page text from the server. Your category changes cannot be saved. We apologize for the inconvenience.';

  HotCat.categories          = 'Categories';

  HotCat.engine_names.searchindex = 'Search index';
  HotCat.engine_names.pagelist    = 'Page list';
  HotCat.engine_names.combined    = 'Combined search';
  HotCat.engine_names.subcat      = 'Subcategories';
  HotCat.engine_names.parentcat   = 'Parent categories';

  HotCat.tooltips.change = 'වෙනස් කරන්න';
  HotCat.tooltips.remove = 'ඉවත් කරන්න';
  HotCat.tooltips.add = 'නව ප්‍රවර්ගයක් එක් කරන්න';
  HotCat.tooltips.restore = 'Undo changes';
  HotCat.tooltips.undo = 'Undo changes';
  HotCat.tooltips.down = 'Open for modifying and display subcategories';
  HotCat.tooltips.up = 'Open for modifying and display parent categories';

  HotCat.multi_tooltip = 'ප්‍රවර්ග කිහිපයක් එක්වර වෙනස් කරන්න';

} // end if

//