User:Duesentrieb/CatScan-fi

From Meta, a Wikimedia project coordination wiki

This page contains the Finnish language file for the CatScan tool by Duesentrieb. If you like, you can use it to provide a new translation:

  • Create a new entry on User:Duesentrieb/CatScan#Languages, pointing to a page named like this one, but the with appropriate language code at the end.
  • Copy the messages below to that file, and start translating. When you are done, please drop a note on my talk page.
  • Remember to enclose it in <pre> and <nowiki> tags (in that order)

NOTE: if you provide an interface translation, you must grant me permission to use it under the terms of the GPL, as well as the GFDL! Please put a copyright notice to that effect at the top of the translation you are providing!

 <?
 /*
 Language file for the CatScan tool.
 Copyright (C) 2006, Daniel Kinzler, brightbyte.de
 This file is licensed under the GPL and the GFDL:
 
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.2
 or any later version published by the Free Software Foundation;
 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
 Texts.  A copy of the license is included in the section entitled "GNU
 Free Documentation License".
 
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */
 
 require_once('CatScan_msg.php');
 
 $messages['set_language']= 'Vaihda kieli';
 
 $messages['wiki']= 'Wiki';
 
 $messages['search_in_category']= 'Etsi luokasta';
 $messages['with_depth']= 'syvyydellä';
 $messages['for_pages_by_category']= '...sivuja, jotka ovat myös luokassa';
 $messages['for_pages_by_template']= '...sivuja, jotka käyttävät mallinetta';
 $messages['inverse']= 'käänteisesti';
 $messages['untagged_only']= 'sivuja ilman tätä mallinetta';
 $messages['for_all_pages']= '...kaikki sivut';
 $messages['all_pages_hint']= 'jos olet yllä antanut mallineen, kyseistä mallinetta käyttävät sivut korostetaan';
 $messages['for_stubs']= '...tynkiä';
 $messages['and']= 'ja';
 $messages['or']= 'tai';
 $messages['main_namespace_only']= 'vain artikkelinimiavaruus';
 $messages['having_less_than_x_bytes_1']= 'jotka ovat lyhyempiä kuin $1 merkkiä';
 $messages['less_than_x_links_1']= 'jotka sisältävät vähemmän kuin $1 linkkiä';
 $messages['for_changes_in_the_last']= '...muutoksia viimeisen';
 $messages['hours']= 'tunnin aikana';
 $messages['hide_minor']= 'piilota pienet muokkaukset';
 $messages['hide_bots']= 'piilota botit';
 $messages['only_new']= 'vain uudet sivut';
 $messages['for_all_images']= '...kaikki kuvat';
 $messages['for_all_categories']= '...kaikki luokat';
 $messages['csv_output']= 'CSV-formaatti';
 
 $messages['catscan_go']= 'Etsi';
 
 $messages['recursing_categories']= 'Tutkitaan alaluokkia...';
 
 $messages['category_tree']= 'Luokkapuu';
 $messages['category_as_tree_1']= 'Näytä luokka $1 puumuodossa';
 
 $messages['articles_under_1']= 'Artikkelit luokassa $1';
 $messages['highliting_template']= 'malline $1 korostettuna';
 $messages['category_intersection_2']= 'Artikkelit luokassa $1, jotka ovat myös luokassa $2';
 $messages['tagged_in_category_2']= 'Artikkelit luokassa $1, jotka käyttävät mallinetta $2';
 $messages['untagged_in_category_2']= 'Artikkelit luokassa $1, jotka eivät käytä mallinetta $2';
 $messages['images_under_1']= 'Kuvat luokassa $1';
 $messages['images_used_under_1']= 'Kuvat, joita käytetään luokassa $1';
 $messages['categories_under_1']= 'Luokan $1 alaluokat';
 $messages['changes_in_2']= 'Muutokset viimeisen $1 tunnin aikana artikkeleissa, jotka ovat luokassa $2';
 $messages['stubs_under_4']= 'Tyngät luokassa $1, jotka ovat lyhyempiä kuin $2 merkkiä $3 jotka sisältävät vähemmän kuin $4 linkkiä';
 $messages['stubs_by_size_under_2']= 'Tyngät luokassa $1, jotka ovat lyhyempiä kuin $2 merkkiä';
 $messages['stubs_by_links_under_2']= 'Tyngät luokassa $1, jotka sisältävät vähemmän kuin $2 linkkiä';
 
 $messages['found_categories_1']= 'löytyi $1 luokka(a)';
 $messages['no_matches']= 'mitään ei löytynyt!';
 $messages['found_articles_1']= 'löytyi $1 artikkelia';
 
 ?>