MediaWiki:Gadget-HotCat.js/fi: Difference between revisions

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Content deleted Content added
Str4nd (talk | contribs)
even more
Str4nd (talk | contribs)
No edit summary
Line 9: Line 9:
HotCat.messages.cat_notFound = 'Luokkaa ”$1” ei löytynyt';
HotCat.messages.cat_notFound = 'Luokkaa ”$1” ei löytynyt';
HotCat.messages.cat_exists = 'Luokka ”$1” on jo olemassa; ei lisätty.';
HotCat.messages.cat_exists = 'Luokka ”$1” on jo olemassa; ei lisätty.';
HotCat.messages.using = ' [[Help:Gadget-HotCat|HotCat-työkalulla]]'
HotCat.messages.cat_resolved = ' (ohjaus [[Luokka:$1]] ratkaistu)';
HotCat.messages.cat_resolved = ' (ohjaus [[Luokka:$1]] ratkaistu)';
HotCat.messages.uncat_removed = 'poistettu {{luokittelematon}}';
HotCat.messages.uncat_removed = 'poistettu {{luokittelematon}}';

Revision as of 21:18, 16 November 2010

//

// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
  HotCat.messages.cat_removed = 'poistettu [[Luokka:$1]]';
  HotCat.messages.template_removed = 'Poistettu {{[[Luokka:$1]]}}';
  HotCat.messages.cat_added = 'lisätty [[Luokka:$1]]';
  HotCat.messages.cat_keychange = 'uusi avain luokalle [[Luokka:$1]]: ';
  HotCat.messages.cat_notFound = 'Luokkaa ”$1” ei löytynyt';
  HotCat.messages.cat_exists = 'Luokka ”$1” on jo olemassa; ei lisätty.';
  HotCat.messages.using = ' [[Help:Gadget-HotCat|HotCat-työkalulla]]'
  HotCat.messages.cat_resolved = ' (ohjaus [[Luokka:$1]] ratkaistu)';
  HotCat.messages.uncat_removed = 'poistettu {{luokittelematon}}';
  HotCat.messages.commit      = 'Tallenna';
  HotCat.messages.ok          = 'OK';
  HotCat.messages.cancel      = 'Peruuta';
  HotCat.messages.multi_error = 'Sivun tekstiä ei voitu vastaanottaa. Tämän takia luokkamuutoksiasi '
                                +'ei voitu tallentaa. Pahoittelemme häiriötä.';

  HotCat.categories  = 'Luokat';

  HotCat.engine_names.searchindex = 'Hakuindeksi';
  HotCat.engine_names.pagelist    = 'Sivulista';
  HotCat.engine_names.combined    = 'Yhdistetty haku';
  HotCat.engine_names.subcat      = 'Alaluokat';
  HotCat.engine_names.parentcat   = 'Pääluokat';

  HotCat.tooltips.change = 'Muuta';
  HotCat.tooltips.remove = 'Poista';
  HotCat.tooltips.add = 'Lisää uusi luokka';
  HotCat.tooltips.restore = 'Palauta muutokset';
  HotCat.tooltips.undo = 'Kumoa muutokset';
  HotCat.tooltips.down = 'Avaa muutoksille ja näytä alaluokat';
  HotCat.tooltips.up = 'Avaa muutoksille ja näytä pääluokat';

  HotCat.category_regexp = '[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]|[Ll][Uu][Oo][Kk][Aa]';
  HotCat.category_canonical = 'Luokka';
  HotCat.categories = 'Luokat';
  HotCat.disambig_category = 'Täsmennyssivu';
  HotCat.redir_category = 'Luokkien uudelleenohjaukset';

  HotCat.multi_tooltip = 'Muuta useita luokkia';
}

//