mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-17 15:13:02 +01:00
Config: update l10n-fi.
This commit is contained in:
parent
3fc64abe93
commit
18f8ce6a3a
@ -1,16 +1,15 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Finnish translation of Config plugin in Supybot\n"
|
"Project-Id-Version: Finnish translation of Config plugin in Supybot\n"
|
||||||
"POT-Creation-Date: 2010-12-12 15:02+CET\n"
|
"POT-Creation-Date: 2014-03-22 12:41+EET\n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>\n"
|
"Last-Translator: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: \n"
|
"Language: fi_FI\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"
|
||||||
"X-Poedit-Language: Finnish\n"
|
"X-Generator: Poedit 1.5.4\n"
|
||||||
"X-Poedit-Country: FINLAND\n"
|
|
||||||
|
|
||||||
#: plugin.py:103
|
#: plugin.py:103
|
||||||
msgid "configuration variable"
|
msgid "configuration variable"
|
||||||
@ -26,8 +25,10 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
" Returns the configuration variables available under the given\n"
|
" Returns the configuration variables available under the given\n"
|
||||||
" configuration <group>. If a variable has values under it, it is\n"
|
" configuration <group>. If a variable has values under it, it is\n"
|
||||||
" preceded by an '@' sign. If a variable is a 'ChannelValue', that is,\n"
|
" preceded by an '@' sign. If a variable is a 'ChannelValue', that "
|
||||||
" it can be separately configured for each channel using the 'channel'\n"
|
"is,\n"
|
||||||
|
" it can be separately configured for each channel using the "
|
||||||
|
"'channel'\n"
|
||||||
" command in this plugin, it is preceded by an '#' sign.\n"
|
" command in this plugin, it is preceded by an '#' sign.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -65,14 +66,19 @@ msgid "Global: %s; %s: %s"
|
|||||||
msgstr "Globaali: %s; %s: %s"
|
msgstr "Globaali: %s; %s: %s"
|
||||||
|
|
||||||
#: plugin.py:185
|
#: plugin.py:185
|
||||||
msgid "That registry variable has no value. Use the list command in this plugin to see what variables are available in this group."
|
msgid ""
|
||||||
msgstr "Sillä rekisteriarvolla ei ole arvoa. Käytä list komentoa tässä lisäosassa nähdäksesi mitä arvoja on saatavilla tässä ryhmässä."
|
"That registry variable has no value. Use the list command in this plugin to "
|
||||||
|
"see what variables are available in this group."
|
||||||
|
msgstr ""
|
||||||
|
"Sillä rekisteriarvolla ei ole arvoa. Käytä list komentoa tässä lisäosassa "
|
||||||
|
"nähdäksesi mitä arvoja on saatavilla tässä ryhmässä."
|
||||||
|
|
||||||
#: plugin.py:200
|
#: plugin.py:200
|
||||||
msgid ""
|
msgid ""
|
||||||
"[<channel>] <name> [<value>]\n"
|
"[<channel>] <name> [<value>]\n"
|
||||||
"\n"
|
"\n"
|
||||||
" If <value> is given, sets the channel configuration variable for <name>\n"
|
" If <value> is given, sets the channel configuration variable for "
|
||||||
|
"<name>\n"
|
||||||
" to <value> for <channel>. Otherwise, returns the current channel\n"
|
" to <value> for <channel>. Otherwise, returns the current channel\n"
|
||||||
" configuration value of <name>. <channel> is only necessary if the\n"
|
" configuration value of <name>. <channel> is only necessary if the\n"
|
||||||
" message isn't sent in the channel itself."
|
" message isn't sent in the channel itself."
|
||||||
@ -85,14 +91,16 @@ msgstr ""
|
|||||||
"jos viestiä ei lähetetä kanavalla itsellään."
|
"jos viestiä ei lähetetä kanavalla itsellään."
|
||||||
|
|
||||||
#: plugin.py:207
|
#: plugin.py:207
|
||||||
msgid "That configuration variable is not a channel-specific configuration variable."
|
msgid ""
|
||||||
|
"That configuration variable is not a channel-specific configuration variable."
|
||||||
msgstr "Tällä asetusarvolla ei ole kanava kohtaista asetusarvoa."
|
msgstr "Tällä asetusarvolla ei ole kanava kohtaista asetusarvoa."
|
||||||
|
|
||||||
#: plugin.py:220
|
#: plugin.py:220
|
||||||
msgid ""
|
msgid ""
|
||||||
"<name> [<value>]\n"
|
"<name> [<value>]\n"
|
||||||
"\n"
|
"\n"
|
||||||
" If <value> is given, sets the value of <name> to <value>. Otherwise,\n"
|
" If <value> is given, sets the value of <name> to <value>. "
|
||||||
|
"Otherwise,\n"
|
||||||
" returns the current value of <name>. You may omit the leading\n"
|
" returns the current value of <name>. You may omit the leading\n"
|
||||||
" \"supybot.\" in the name if you so choose.\n"
|
" \"supybot.\" in the name if you so choose.\n"
|
||||||
" "
|
" "
|
||||||
@ -121,8 +129,12 @@ msgid " (Current value: %s)"
|
|||||||
msgstr " (Nykyinen arvo: %s)"
|
msgstr " (Nykyinen arvo: %s)"
|
||||||
|
|
||||||
#: plugin.py:245
|
#: plugin.py:245
|
||||||
msgid "That configuration group exists, but seems to have no help. Try \"config list %s\" to see if it has any children values."
|
msgid ""
|
||||||
msgstr "Tuo asetusryhmä on olemassa, mutta sillä ei näytä olevan ohjetta. Käytä komentoa \"config list %s\" nähdäksesi onko sillä yhtään alempia arvoja."
|
"That configuration group exists, but seems to have no help. Try \"config "
|
||||||
|
"list %s\" to see if it has any children values."
|
||||||
|
msgstr ""
|
||||||
|
"Tuo asetusryhmä on olemassa, mutta sillä ei näytä olevan ohjetta. Käytä "
|
||||||
|
"komentoa \"config list %s\" nähdäksesi onko sillä yhtään alempia arvoja."
|
||||||
|
|
||||||
#: plugin.py:249
|
#: plugin.py:249
|
||||||
msgid "%s has no help."
|
msgid "%s has no help."
|
||||||
@ -160,7 +172,8 @@ msgid ""
|
|||||||
"\n"
|
"\n"
|
||||||
" Exports the public variables of your configuration to <filename>.\n"
|
" Exports the public variables of your configuration to <filename>.\n"
|
||||||
" If you want to show someone your configuration file, but you don't\n"
|
" If you want to show someone your configuration file, but you don't\n"
|
||||||
" want that person to be able to see things like passwords, etc., this\n"
|
" want that person to be able to see things like passwords, etc., "
|
||||||
|
"this\n"
|
||||||
" command will export a \"sanitized\" configuration file suitable for\n"
|
" command will export a \"sanitized\" configuration file suitable for\n"
|
||||||
" showing publicly.\n"
|
" showing publicly.\n"
|
||||||
" "
|
" "
|
||||||
@ -174,3 +187,14 @@ msgstr ""
|
|||||||
"julkisesti näyttämiseen.\n"
|
"julkisesti näyttämiseen.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
|
#: plugin.py:289
|
||||||
|
msgid ""
|
||||||
|
"<name>\n"
|
||||||
|
"\n"
|
||||||
|
" Resets the configuration variable <name> to its default value.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
"<nimi>\n"
|
||||||
|
"\n"
|
||||||
|
" Palauttaa asetusarvon <nimi> oletukseksi.\n"
|
||||||
|
" "
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"POT-Creation-Date: 2014-03-22 12:23+EET\n"
|
"POT-Creation-Date: 2014-03-22 12:41+EET\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user