From c85daa4fb10a78d925fd941701b43fa56b901971 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 7 Jun 2011 20:52:51 +0200 Subject: [PATCH] Conditional: Add Finnish translation. --- plugins/Conditional/locale/fi.po | 266 +++++++++++++++++++++++++++++++ 1 file changed, 266 insertions(+) create mode 100644 plugins/Conditional/locale/fi.po diff --git a/plugins/Conditional/locale/fi.po b/plugins/Conditional/locale/fi.po new file mode 100644 index 000000000..53c39c765 --- /dev/null +++ b/plugins/Conditional/locale/fi.po @@ -0,0 +1,266 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2010-11-02 11:39+CET\n" +"PO-Revision-Date: 2011-06-07 21:48+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:64 +msgid "" +"Add the help for \"@plugin help Conditional\" here\n" +" This should describe *how* to use this plugin." +msgstr "" +"Lisää ohje \"@plugin help Conditional\" tähän.\n" +" Tämän pitäisi kuvata *kuinka* tätä lisäosaa käytetään." + +#: plugin.py:71 +msgid "Run a command from message, as if command was sent over IRC." +msgstr "Suorita komento viestistä, kuin komento olisi lähetetty IRC:stä." + +#: plugin.py:80 +msgid "" +" \n" +" \n" +" Runs if evaluates to true, runs \n" +" if it evaluates to false.\n" +" \n" +" Use other logical operators defined in this plugin and command nesting\n" +" to your advantage here.\n" +" " +msgstr "" +" \n" +" \n" +" Suorittaa jos arvioituu todeksi, suorittaa \n" +" jos se arvioituu vääräksi.\n" +" \n" +"Käytä toisia loogisia operaatioita, jotka on määritetty lisäosassa ja rinnastettuja komentoja\n" +"eduksesi tässä.\n" +" " + +#: plugin.py:97 +msgid "" +" [ ... ]\n" +" \n" +" Returns true if all conditions supplied evaluate to true.\n" +" " +msgstr "" +" [ ... ]\n" +" \n" +"Palauttaa kaikki edellytykset jotka tukevat arviotumista todeksi.\n" +" " + +#: plugin.py:109 +msgid "" +" [ ... ]\n" +" \n" +" Returns true if any one of conditions supplied evaluates to true.\n" +" " +msgstr "" +" [ ... ]\n" +" \n" +" Palauttaa toden, jos yksikään edellytys tukee arvioimista todeksi.\n" +" " + +#: plugin.py:121 +msgid "" +" [ ... ]\n" +" \n" +" Returns true if only one of conditions supplied evaluates to true.\n" +" " +msgstr "" +" [ ... ]\n" +" \n" +"Palauttaa toden, jos vain yksi edellytys tukee arvioimista todeksi.\n" +" " + +#: plugin.py:133 +msgid "" +" \n" +" \n" +" Does a string comparison on and . \n" +" Returns true if they are equal.\n" +" " +msgstr "" +" \n" +" \n" +" Tekee ketju vertailun ja . \n" +" Palauttaa toden jos ne ovat yhtäläisia.\n" +" " + +#: plugin.py:146 +msgid "" +" \n" +" \n" +" Does a string comparison on and . \n" +" Returns true if they are not equal.\n" +" " +msgstr "" +" \n" +" \n" +" Tekee ketju vertailun ja . \n" +" Palauttaa toden, jos ne eivät ole yhtäläisia.\n" +" " + +#: plugin.py:159 +msgid "" +" \n" +" \n" +" Does a string comparison on and . \n" +" Returns true if is greater than .\n" +" " +msgstr "" +" \n" +" \n" +" tekee ketju vertailun ja . \n" +" Palauttaa toden jos on suurempi kuin .\n" +" " + +#: plugin.py:172 +msgid "" +" \n" +" \n" +" Does a string comparison on and . \n" +" Returns true if is greater than or equal to .\n" +" " +msgstr "" +" \n" +" \n" +" Tekee ketju vertailun ja . \n" +" Palauttaa toden jos on suurempi tai yhtäläinen .\n" +" " + +#: plugin.py:185 +msgid "" +" \n" +" \n" +" Does a string comparison on and . \n" +" Returns true if is less than .\n" +" " +msgstr "" +" \n" +" \n" +"Tekee ketju vertailun ja . \n" +"Palauttaa toden jos on vähemmän kuin .\n" +" " + +#: plugin.py:198 +msgid "" +" \n" +" \n" +" Does a string comparison on and . \n" +" Returns true if is less than or equal to .\n" +" " +msgstr "" +" \n" +" \n" +" Tekee ketju vertailun ja . \n" +" Palauttaa toden jos on vähemmän tai yhtäläinen .\n" +" " + +#: plugin.py:211 +msgid "" +" \n" +" \n" +" Determines if is a substring of . \n" +" Returns true if is contained in .\n" +" " +msgstr "" +" \n" +" \n" +" Määrittää onko . \n" +" Palauttaa toden, jos .\n" +" " + +#: plugin.py:224 +msgid "" +" \n" +" \n" +" Does a numeric comparison on and . \n" +" Returns true if they are equal.\n" +" " +msgstr "" +" \n" +" \n" +"Tekee numerollisen vertailun ja välillä. \n" +"Palauttaa toden, jos ne ovat yhtäläisiä.\n" +" " + +#: plugin.py:237 +msgid "" +" \n" +" \n" +" Does a numeric comparison on and . \n" +" Returns true if they are not equal.\n" +" " +msgstr "" +" \n" +" \n" +" Tekee numerollisen vertailun ja . \n" +" Palauttaa toden, jos ne eivät ole yhtäläisiä.\n" +" " + +#: plugin.py:250 +msgid "" +" \n" +" \n" +" Does a numeric comparison on and . \n" +" Returns true if they is greater than .\n" +" " +msgstr "" +" \n" +" \n" +" Tekee numerollisen vertailun ja . \n" +" Palauttaa toden jos on suurempi kuin .\n" +" " + +#: plugin.py:263 +msgid "" +" \n" +" \n" +" Does a numeric comparison on and . \n" +" Returns true if is greater than or equal to .\n" +" " +msgstr "" +" \n" +" \n" +" Tekee numerollisen vertailun ja . \n" +" Palauttaa toden, jos on suurempi tai yhtäläinen .\n" +" " + +#: plugin.py:276 +msgid "" +" \n" +" \n" +" Does a numeric comparison on and . \n" +" Returns true if is less than .\n" +" " +msgstr "" +" \n" +" \n" +" Tekee numerollisen vertailun ja . \n" +" Palauttaa toden jos on vähemmän kuin .\n" +" " + +#: plugin.py:289 +msgid "" +" \n" +" \n" +" Does a numeric comparison on and . \n" +" Returns true if is less than or equal to .\n" +" " +msgstr "" +" \n" +" \n" +" Tekee numerollisen vertailun ja . \n" +" Palauttaa toden jos on vähemmän tai yhtäläinen .\n" +" " +