diff --git a/plugins/Format/locale/fi.po b/plugins/Format/locale/fi.po new file mode 100644 index 000000000..1e73c4cfa --- /dev/null +++ b/plugins/Format/locale/fi.po @@ -0,0 +1,240 @@ +# Format plugin in Limnoria +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR Mika Suomalainen , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2011-02-26 09:49+CET\n" +"PO-Revision-Date: 2011-06-19 23:14+0200\n" +"Last-Translator: Mika Suomalainen \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" + +#: plugin.py:43 +msgid "" +"\n" +"\n" +" Returns bolded.\n" +" " +msgstr "" +"\n" +"\n" +" Palautttaa korostettuna.\n" +" " + +#: plugin.py:52 +msgid "" +"\n" +"\n" +" Returns in reverse-video.\n" +" " +msgstr "" +"\n" +"\n" +" Palauttaa käänteis-videona..\n" +" " + +#: plugin.py:61 +msgid "" +"\n" +"\n" +" Returns underlined.\n" +" " +msgstr "" +"\n" +"\n" +" Palauttaa alleviivattuna.\n" +" " + +#: plugin.py:70 +msgid "" +" [] \n" +"\n" +" Returns with foreground color and background color\n" +" (if given)\n" +" " +msgstr "" +" [] \n" +"\n" +" Palauttaa etuala värillä ja tausta värillä\n" +" (jos annettu)\n" +" " + +#: plugin.py:80 +msgid "" +" [ ...]\n" +"\n" +" Joins all the arguments together with .\n" +" " +msgstr "" +" [ ...]\n" +"\n" +" Yhdistää kaikki parametrit yhteen .\n" +" " + +#: plugin.py:89 +msgid "" +" \n" +"\n" +" Replaces with in\n" +" . The first and second arguments must necessarily be the same\n" +" length.\n" +" " +msgstr "" +" \n" +"\n" +" Korvaa \n" +" . Ensinmäisen ja viimeisen parametrin täytyy olla täsmälleen saman\n" +" pituisia.\n" +" " + +#: plugin.py:96 +msgid " must be the same length as ." +msgstr " täytyy olla saman pituisia, kuin ." + +#: plugin.py:103 +msgid "" +" \n" +"\n" +" Replaces all non-overlapping occurrences of \n" +" with in .\n" +" " +msgstr "" +" \n" +"\n" +" Korvaa kaikki ei-ylilyövät sattumat \n" +" .\n" +" " + +#: plugin.py:112 +msgid "" +"\n" +"\n" +" Returns uppercased.\n" +" " +msgstr "" +"\n" +"\n" +" Palauttaa isoilla kirjaimilla.\n" +" " + +#: plugin.py:121 +msgid "" +"\n" +"\n" +" Returns lowercased.\n" +" " +msgstr "" +"\n" +"\n" +" Palauttaa pienillä kirjaimilla.\n" +" " + +#: plugin.py:130 +#, fuzzy +msgid "" +"\n" +"\n" +" Returns capitalized.\n" +" " +msgstr "" +"\n" +"\n" +" Palauttaa aktivoituna.\n" +" " + +#: plugin.py:139 +msgid "" +"\n" +"\n" +" Returns titlecased.\n" +" " +msgstr "" +"\n" +"\n" +" Palauttaa otsikoituna.\n" +" " + +#: plugin.py:148 +msgid "" +"\n" +"\n" +" Returns the text surrounded by double quotes.\n" +" " +msgstr "" +"\n" +"\n" +" Palauttaa tekstin kahden lainausmerkin sisällä.\n" +" " + +#: plugin.py:157 +msgid "" +" \n" +"\n" +" Concatenates two strings. Do keep in mind that this is *not* the same\n" +" thing as join \"\", since if contains spaces, they won't be\n" +" removed by concat.\n" +" " +msgstr "" +" \n" +"\n" +" Liittää merkkiketjut yhteen. Pidä mielessä että tämä *ei* ole sama\n" +" asia kuin liitä \"\", koska jos sisältää välilyöntejä, ne eivät tule\n" +" liitoksen poistamiksi.\n" +" " + +#: plugin.py:168 +msgid "" +" \n" +"\n" +" Cuts down to by chopping off the rightmost characters in\n" +" excess of . If is a negative number, it chops that many\n" +" characters off the end of .\n" +" " +msgstr "" +" \n" +"\n" +" Leikkaa katkaisemalla oikeimmat\n" +" pääsyt. Jos on negatiivinen numero, se leikkaa niin monta\n" +" merkkiä lopusta.\n" +" " + +#: plugin.py:179 +msgid "" +" \n" +"\n" +" Returns the th space-separated field of . I.e., if text\n" +" is \"foo bar baz\" and is 2, \"bar\" is returned.\n" +" " +msgstr "" +" \n" +"\n" +" Palauttaa :nen välilyönnillä erotetut osan . Esim. jos teksti\n" +" on \"foo bar baz\" ja on 2, palauttaa \"bar\ :in.\".\n" +" " + +#: plugin.py:192 +#, fuzzy +msgid "" +" [ ...]\n" +"\n" +" Expands a Python-style format string using the remaining args. Just be\n" +" sure always to use %s, not %d or %f or whatever, because all the args\n" +" are strings.\n" +" " +msgstr "" +" [ ...]\n" +"\n" +" Laajentaa Python-tyylistä merkkiketjua käyttämällä jäljellä olevia parametrejä. Ole varma, että käytät\n" +" aina vain %s:ää, etkä %d:tä tai %f:ää tai mitä tahansa, koska kaikki parametrit ovat\n" +" merkkiketjuja.\n" +" " + +#: plugin.py:206 +msgid "Not enough arguments for the format string." +msgstr "Ei tarpeeksi parametrejä formaatti merkkiketjulle." + diff --git a/plugins/Games/locale/fi.po b/plugins/Games/locale/fi.po new file mode 100644 index 000000000..3d832c100 --- /dev/null +++ b/plugins/Games/locale/fi.po @@ -0,0 +1,148 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2011-02-26 09:49+CET\n" +"PO-Revision-Date: 2011-06-20 14:04+0200\n" +"Last-Translator: Mika Suomalainen \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: pygettext.py 1.5\n" + +#: plugin.py:46 +msgid "" +"takes no arguments\n" +"\n" +" Flips a coin and returns the result.\n" +" " +msgstr "" +"ei ota parametrejä\n" +"\n" +" Heittää rahan ja palauttaa tuloksen.\n" +" " + +#: plugin.py:51 +msgid "heads" +msgstr "kruuna" + +#: plugin.py:53 +msgid "tails" +msgstr "klaava" + +#: plugin.py:58 +msgid "" +"d\n" +"\n" +" Rolls a die with number of sides times.\n" +" For example, 2d6 will roll 2 six-sided dice; 10d10 will roll 10\n" +" ten-sided dice.\n" +" " +msgstr "" +"d\n" +"\n" +" Heittää noppaa sivujen lukumäärä kertaa.\n" +" Esimerkiksi, 2d6 heittää 2 kuusisivuista noppaa; 10d10 heittää 10\n" +" kymmenen-sivuista noppaa.\n" +" " + +#: plugin.py:66 +msgid "You can't roll more than 1000 dice." +msgstr "Et voi heittää useampaa kuin tuhatta noppaa." + +#: plugin.py:68 +msgid "Dice can't have more than 100 sides." +msgstr "Nopalla ei voi olla useampaa kuin sataa sivua." + +#: plugin.py:70 +msgid "Dice can't have fewer than 3 sides." +msgstr "Nopalla ei voi olla vähempää kuin kolmea sivua." + +#: plugin.py:78 +msgid "Dice must be of the form d" +msgstr "Nopan täytyy olla muodossa d." + +#: plugin.py:82 +msgid "It is possible.|Yes!|Of course.|Naturally.|Obviously.|It shall be.|The outlook is good.|It is so.|One would be wise to think so.|The answer is certainly yes." +msgstr "Se on mahdollista.|Kyllä!|Tietysti.|Luonnollisesti.|Ilmeisesti.|Olkoon niin.|Hyvät näkymät.|Se on niin.|Erään olisi viisasta ajatella niin.|Vastaus on varmasti kyllä." + +#: plugin.py:86 +msgid "In your dreams.|I doubt it very much.|No chance.|The outlook is poor.|Unlikely.|About as likely as pigs flying.|You're kidding, right?|NO!|NO.|No.|The answer is a resounding no." +msgstr "Unissasi.|Minä epäilen sitä kovasti.|Ei mahdollista.|Näkymät ovat huonot.|Epätodennäköisesti.|Yhtä toden näköisesti siat lentävät.|Kai sinä pilailet?|EI!|EI.|Ei.|Vastaus on raikuva ei." + +#: plugin.py:90 +msgid "Maybe...|No clue.|_I_ don't know.|The outlook is hazy, please ask again later.|What are you asking me for?|Come again?|You know the answer better than I.|The answer is def-- oooh! shiny thing!" +msgstr "Ehkäpä...|Ei tietoa.|_Minä_ en tiedä.|Näkymä on sotkuinen, ole hyvä ja kysy myöhemmin uudelleen.|Miksi kysyt minulta?|Tule uudelleen?|Sinä tiedät vastauksen paremmin kuin minä.|Vastaus on var-- oooh! kiiltävä esine!" + +#: plugin.py:107 +msgid "" +"[]\n" +"\n" +" Ask a question and the answer shall be provided.\n" +" " +msgstr "" +"[]\n" +"\n" +" Kysy kysymys ja vastaus annetaan.\n" +" " + +#: plugin.py:121 +msgid "" +"[spin]\n" +"\n" +" Fires the revolver. If the bullet was in the chamber, you're dead.\n" +" Tell me to spin the chambers and I will.\n" +" " +msgstr "" +"[pyörähdys]\n" +"\n" +" Ampuu revolverillä. Jos luoti oli kammiossa, olet kuollut.\n" +" Käske minun pyöräyttää kammiota ja minä teen sen.\n" +" " + +#: plugin.py:128 +msgid "*SPIN* Are you feeling lucky?" +msgstr "*Pyörähdys* Tuntuuko sinusta onnekkaalta?" + +#: plugin.py:137 +msgid "*BANG* Hey, who put a blank in here?!" +msgstr "*PANG* Hei, kuka laittoi tuon laudan tuohon?!" + +#: plugin.py:139 +msgid "reloads and spins the chambers." +msgstr "Latautuu ja pyöräyttää kammioita." + +#: plugin.py:141 +msgid "*click*" +msgstr "*klick*" + +#: plugin.py:148 +msgid "" +"[]\n" +"\n" +" Returns the number of consecutive lines you've sent in \n" +" without being interrupted by someone else (i.e. how long your current\n" +" 'monologue' is). is only necessary if the message isn't sent\n" +" in the channel itself.\n" +" " +msgstr "" +"[]\n" +"\n" +" Palauttaa jatkuvan määrän rivejä, jotka olet lähettänyt \n" +" tulematta kenenkään muun keskeyttämäksi (esim. kuinka pitkä nykyinen\n" +" 'monologisi' on). on vaadittu vain jos viestiä ei lähetetä kanavalla\n" +" itsellään.\n" +" " + +#: plugin.py:167 +msgid "Your current monologue is at least %n long." +msgstr "Sinun nykyinen monologisi on ainakin %n pitkä." + +#: plugin.py:168 +msgid "line" +msgstr "rivi" +