MediaWiki:Gadget-HotCat.js/local defaults: Malsamoj inter versioj

Enhavo forigita Enhavo aldonita
Kreaĵo de JavaScript
(Neniu diferenco)

Kiel registrite je 18:52, 1 apr. 2017

//

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

  HotCat.messages.cat_removed       = 'Removed [[Kategorio:$1]]';
  HotCat.messages.template_removed  = 'Removed {{[[Kategorio:$1]]}}';
  HotCat.messages.cat_added         = 'Added [[Categoría:$1]]';
  //HotCat.messages.cat_keychange     = 'New key for [[Category:$1]]: ';
  HotCat.messages.cat_notFound      = 'Category "$1" not found';
  HotCat.messages.cat_exists        = 'Category "$1" already exists; none added.';
  HotCat.messages.cat_resolved      = ' (redirect to [[Kategorio:$1]] repared)';
  HotCat.messages.uncat_removed     = 'Removed {{uncategorized}}';
  HotCat.messages.using             = ' using [[w:en:Wikipedia:HotCat|HotCat]]';
  HotCat.messages.multi_change      = '$1 categories';
  HotCat.messages.commit            = 'Save';
  HotCat.messages.ok                = 'Save';
  HotCat.messages.cancel            = 'Cancel';
  HotCat.messages.multi_error       = 'No se pudo obtener el texto de la página del servidor. Por lo tanto, tus cambios de categoría '
                                    + 'no pueden ser guardados. Disculpa los inconvenientes.';

  HotCat.category_canonical       = 'Kategorio'

  HotCat.categories               = 'Kategorios';
  HotCat.disambig_category        = 'Disambig';
  HotCat.redir_category           = 'Redirected category';

  HotCat.tooltips.change          = 'Modify';
  HotCat.tooltips.remove          = 'Remove';
  HotCat.tooltips.add             = 'Add new category';
  HotCat.tooltips.restore         = 'Reset changes';
  HotCat.tooltips.undo            = 'Undo changes';
  HotCat.tooltips.down            = 'Abrir para modificar y mostrar subcategorías';
  HotCat.tooltips.up              = 'Abrir para modificar y mostrar categorías superiores';

  HotCat.multi_tooltip            = 'Modify several categories';

  HotCat.engine_names.searchindex = 'Motor de búsqueda';
  HotCat.engine_names.pagelist    = 'Lista de páginas';
  HotCat.engine_names.combined    = 'Búsqueda combinada';
  HotCat.engine_names.subcat      = 'Subcategorías';
  HotCat.engine_names.parentcat   = 'Categorías superiores';

} // end if

//