mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
Updated Finnish translation in plugin Conditional.
This commit is contained in:
parent
1c366a2899
commit
40db70eb7b
@ -1,14 +1,15 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
# SOME DESCRIPTIVE TITLE.
|
||||||
# Copyright (C) YEAR ORGANIZATION
|
# Copyright (C) YEAR ORGANIZATION
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# Mika Suomalainen <mika.henrik.mainio@hotmail.com>, 2011.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"POT-Creation-Date: 2010-11-02 11:39+CET\n"
|
"POT-Creation-Date: 2011-06-28 19:37+CEST\n"
|
||||||
"PO-Revision-Date: 2011-06-07 21:48+0200\n"
|
"PO-Revision-Date: 2011-06-28 22:52+0200\n"
|
||||||
"Last-Translator: Mika Suomalainen <mika.henrik.mainio@hotmail.com>\n"
|
"Last-Translator: Mika Suomalainen <mika.henrik.mainio@hotmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
|
"Language: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
@ -29,27 +30,27 @@ msgstr "Suorita komento viestistä, kuin komento olisi lähetetty IRC:stä."
|
|||||||
#: plugin.py:80
|
#: plugin.py:80
|
||||||
msgid ""
|
msgid ""
|
||||||
"<condition> <ifcommand> <elsecommand>\n"
|
"<condition> <ifcommand> <elsecommand>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Runs <ifcommand> if <condition> evaluates to true, runs <elsecommand>\n"
|
" Runs <ifcommand> if <condition> evaluates to true, runs <elsecommand>\n"
|
||||||
" if it evaluates to false.\n"
|
" if it evaluates to false.\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Use other logical operators defined in this plugin and command nesting\n"
|
" Use other logical operators defined in this plugin and command nesting\n"
|
||||||
" to your advantage here.\n"
|
" to your advantage here.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<tilanne> <joskomento> <muutenkomento>\n"
|
"<tilanne> <joskomento> <muutenkomento>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Suorittaa <joskomennon> jos <tilanne> arvioituu todeksi, suorittaa <muutenkomennon>\n"
|
" Suorittaa <joskomennon> if <tilanne> kehittyy todeksi, suorittaa <muutenkomennon>\n"
|
||||||
" jos se arvioituu vääräksi.\n"
|
" jos se kehittyy epätodeksi.\n"
|
||||||
" \n"
|
"\n"
|
||||||
"Käytä toisia loogisia operaatioita, jotka on määritetty lisäosassa ja rinnastettuja komentoja\n"
|
" Käytä loogisia toimintoja, jotka on määritetty tässä laajennuksessa ja komentojen putkittamista\n"
|
||||||
"eduksesi tässä.\n"
|
" eduksesi tässä.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: plugin.py:97
|
#: plugin.py:97
|
||||||
msgid ""
|
msgid ""
|
||||||
"<cond1> [<cond2> ... <condN>]\n"
|
"<cond1> [<cond2> ... <condN>]\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Returns true if all conditions supplied evaluate to true.\n"
|
" Returns true if all conditions supplied evaluate to true.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -61,19 +62,19 @@ msgstr ""
|
|||||||
#: plugin.py:109
|
#: plugin.py:109
|
||||||
msgid ""
|
msgid ""
|
||||||
"<cond1> [<cond2> ... <condN>]\n"
|
"<cond1> [<cond2> ... <condN>]\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Returns true if any one of conditions supplied evaluates to true.\n"
|
" Returns true if any one of conditions supplied evaluates to true.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<ehto1> [<ehto2> ... <ehtoN>]\n"
|
"<ehto1> [<ehto2> ... <ehtoN>]\n"
|
||||||
" \n"
|
" \n"
|
||||||
" Palauttaa toden, jos yksikään edellytys tukee arvioimista todeksi.\n"
|
" Palauttaa toden, jos yksikin edellytys tukee arvioimista todeksi.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: plugin.py:121
|
#: plugin.py:121
|
||||||
msgid ""
|
msgid ""
|
||||||
"<cond1> [<cond2> ... <condN>]\n"
|
"<cond1> [<cond2> ... <condN>]\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Returns true if only one of conditions supplied evaluates to true.\n"
|
" Returns true if only one of conditions supplied evaluates to true.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -85,8 +86,8 @@ msgstr ""
|
|||||||
#: plugin.py:133
|
#: plugin.py:133
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a string comparison on <item1> and <item2>. \n"
|
" Does a string comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if they are equal.\n"
|
" Returns true if they are equal.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -99,8 +100,8 @@ msgstr ""
|
|||||||
#: plugin.py:146
|
#: plugin.py:146
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a string comparison on <item1> and <item2>. \n"
|
" Does a string comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if they are not equal.\n"
|
" Returns true if they are not equal.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -113,22 +114,22 @@ msgstr ""
|
|||||||
#: plugin.py:159
|
#: plugin.py:159
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a string comparison on <item1> and <item2>. \n"
|
" Does a string comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if <item1> is greater than <item2>.\n"
|
" Returns true if <item1> is greater than <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<asia1> <asia2>\n"
|
"<asia1> <asia2>\n"
|
||||||
" \n"
|
" \n"
|
||||||
" tekee ketju vertailun <asiaan1> ja <asiaan2>. \n"
|
" Tekee ketju vertailun <asiaan1> ja <asiaan2>. \n"
|
||||||
" Palauttaa toden jos <asia1> on suurempi kuin <asia2>.\n"
|
" Palauttaa toden jos <asia1> on suurempi kuin <asia2>.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: plugin.py:172
|
#: plugin.py:172
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a string comparison on <item1> and <item2>. \n"
|
" Does a string comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -141,8 +142,8 @@ msgstr ""
|
|||||||
#: plugin.py:185
|
#: plugin.py:185
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a string comparison on <item1> and <item2>. \n"
|
" Does a string comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if <item1> is less than <item2>.\n"
|
" Returns true if <item1> is less than <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -155,8 +156,8 @@ msgstr ""
|
|||||||
#: plugin.py:198
|
#: plugin.py:198
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a string comparison on <item1> and <item2>. \n"
|
" Does a string comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if <item1> is less than or equal to <item2>.\n"
|
" Returns true if <item1> is less than or equal to <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -169,22 +170,22 @@ msgstr ""
|
|||||||
#: plugin.py:211
|
#: plugin.py:211
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Determines if <item1> is a substring of <item2>. \n"
|
" Determines if <item1> is a substring of <item2>.\n"
|
||||||
" Returns true if <item1> is contained in <item2>.\n"
|
" Returns true if <item1> is contained in <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"<item1> <item2>\n"
|
"<asia1> <asia2>\n"
|
||||||
" \n"
|
" \n"
|
||||||
" Määrittää onko <asia1> <item2:den aliketju>. \n"
|
" Määrittää onko <asia1> <asia2:den aliketju>. \n"
|
||||||
" Palauttaa toden, jos <asia1> <asia2:teen>.\n"
|
" Palauttaa toden, jos <asia1> <asia2:teen>.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: plugin.py:224
|
#: plugin.py:224
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a numeric comparison on <item1> and <item2>. \n"
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if they are equal.\n"
|
" Returns true if they are equal.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -197,8 +198,8 @@ msgstr ""
|
|||||||
#: plugin.py:237
|
#: plugin.py:237
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a numeric comparison on <item1> and <item2>. \n"
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if they are not equal.\n"
|
" Returns true if they are not equal.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -211,8 +212,8 @@ msgstr ""
|
|||||||
#: plugin.py:250
|
#: plugin.py:250
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a numeric comparison on <item1> and <item2>. \n"
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if they <item1> is greater than <item2>.\n"
|
" Returns true if they <item1> is greater than <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -225,8 +226,8 @@ msgstr ""
|
|||||||
#: plugin.py:263
|
#: plugin.py:263
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a numeric comparison on <item1> and <item2>. \n"
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
" Returns true if <item1> is greater than or equal to <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -239,8 +240,8 @@ msgstr ""
|
|||||||
#: plugin.py:276
|
#: plugin.py:276
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a numeric comparison on <item1> and <item2>. \n"
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if <item1> is less than <item2>.\n"
|
" Returns true if <item1> is less than <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -253,8 +254,8 @@ msgstr ""
|
|||||||
#: plugin.py:289
|
#: plugin.py:289
|
||||||
msgid ""
|
msgid ""
|
||||||
"<item1> <item2>\n"
|
"<item1> <item2>\n"
|
||||||
" \n"
|
"\n"
|
||||||
" Does a numeric comparison on <item1> and <item2>. \n"
|
" Does a numeric comparison on <item1> and <item2>.\n"
|
||||||
" Returns true if <item1> is less than or equal to <item2>.\n"
|
" Returns true if <item1> is less than or equal to <item2>.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
Loading…
Reference in New Issue
Block a user