Anonymous: update l10n-fi & messages.pot

This commit is contained in:
Mikaela Suomalainen 2014-08-01 19:53:32 +03:00
parent 72d60db0eb
commit f29ad6ddea
2 changed files with 68 additions and 31 deletions

View File

@ -1,20 +1,19 @@
# Anonymous plugin in Limnoria.
# Copyright (C) 2011 Limnoria
# Mikaela Suomalainen <mikaela.suomalainen@outlook.com>, 2011.
# Copyright (C) 2011-2014 Limnoria
# Mikaela Suomalainen <mikaela.suomalainen@outlook.com>, 2011-2014.
#
msgid ""
msgstr ""
"Project-Id-Version: Supybot Anonymous\n"
"POT-Creation-Date: 2011-06-09 18:26+CEST\n"
"POT-Creation-Date: 2014-08-01 19:48+EEST\n"
"PO-Revision-Date: \n"
"Last-Translator: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>\n"
"Language-Team: \n"
"Language: \n"
"Language: fi_FI\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"
"X-Generator: Poedit 1.5.4\n"
#: config.py:49
msgid ""
@ -45,70 +44,99 @@ msgstr ""
#: config.py:59
msgid ""
"Determines whether the bot will require \n"
" targets of the \"say\" command to be public (i.e., channels). If this is\n"
" True, the bot will allow people to use the \"say\" command to send private\n"
" targets of the \"say\" command to be public (i.e., channels). If this "
"is\n"
" True, the bot will allow people to use the \"say\" command to send "
"private\n"
" messages to other users."
msgstr ""
"Määrittää vaatiiko botti \n"
"\"say\" komennon kohteiden olevan julkisia (esim., kanavia). Jos tämä on\n"
" True, botti sallii ihmisten käyttää \"say\" komentoa lähettääkseen yksityisviestejä \n"
" True, botti sallii ihmisten käyttää \"say\" komentoa lähettääkseen "
"yksityisviestejä \n"
" toisille käyttäjille."
#: plugin.py:40
#: plugin.py:41
msgid ""
"This plugin allows users to act through the bot anonymously. The 'do'\n"
" command has the bot perform an anonymous action in a given channel, and\n"
" the 'say' command allows other people to speak through the bot. Since\n"
" this can be fairly well abused, you might want to set\n"
" supybot.plugins.Anonymous.requireCapability so only users with that\n"
" capability can use this plugin. For extra security, you can require that\n"
" the user be *in* the channel they are trying to address anonymously with\n"
" capability can use this plugin. For extra security, you can require "
"that\n"
" the user be *in* the channel they are trying to address anonymously "
"with\n"
" supybot.plugins.Anonymous.requirePresenceInChannel, or you can require\n"
" that the user be registered by setting\n"
" supybot.plugins.Anonymous.requireRegistration.\n"
" "
msgstr ""
"Tämä lisäosa sallii käyttäjien toimia botin kautta tuntemattomasti.\n"
" Komento 'do' sallii botin tehdä tuntemattoman toiminnon annetulla kanavalla ja\n"
" Komento 'do' sallii botin tehdä tuntemattoman toiminnon annetulla "
"kanavalla ja\n"
" komento 'say' sallii toisten ihmisten puhua botin läpi. Koska\n"
" tätä voidaan väärinkäyttää helposti voit tahtoa asettaa asetuksen\n"
" supybot.plugins.Anonymous.requireCapability niin, että vain käyttäjät tuolla\n"
" valtuudella voivat käyttää tätä lisäosaa. Lisäturvallisuuden vuoksi voit vaatia, että käyttäjien täytyy *olla* kanavilla joita he yrittävät puhutella tuntemattomasti asetuksella supybot.plugins.Anonymous.requirePresenceInChannel, tai sinä voit vaatia,\n"
" supybot.plugins.Anonymous.requireCapability niin, että vain käyttäjät "
"tuolla\n"
" valtuudella voivat käyttää tätä lisäosaa. Lisäturvallisuuden vuoksi voit "
"vaatia, että käyttäjien täytyy *olla* kanavilla joita he yrittävät puhutella "
"tuntemattomasti asetuksella supybot.plugins.Anonymous."
"requirePresenceInChannel, tai sinä voit vaatia,\n"
" että tuo käyttäjä on rekisteröitynyt asetuksella\n"
" supybot.plugins.Anonymous.requireRegistration"
#: plugin.py:64
#: plugin.py:65
msgid "You must be in %s to %q in there."
msgstr "Sinun täytyy olla kanavalla %s %q sinne."
#: plugin.py:68
#: plugin.py:69
msgid "I'm lobotomized in %s."
msgstr "Minut on lobotomoitu kanavalla %s."
#: plugin.py:71
msgid "That channel has set its capabilities so as to disallow the use of this plugin."
#: plugin.py:72
msgid ""
"That channel has set its capabilities so as to disallow the use of this "
"plugin."
msgstr "Tuo kanava on asettanut valtuudet kieltämään tämän Pluginin käytön."
#: plugin.py:74
#: plugin.py:75
msgid "%q cannot be used to send private messages."
msgstr "%q:ta ei voi käyttää yksityisviestien lähettämiseen."
#: plugin.py:80
#: plugin.py:81
msgid ""
"<channel|nick> <text>\n"
"<channel> <text>\n"
"\n"
" Sends <text> to <channel|nick>. Can only send to <nick> if\n"
" Sends <text> to <channel>. Can only send to <nick> if\n"
" supybot.plugins.Anonymous.allowPrivateTarget is True.\n"
" "
msgstr ""
"<kanava|nimimerkki> <teksti>\n"
"<kanava> <teksti>\n"
"\n"
" Lähettää <tekstin> <kanavalle|nimimerkille>. <Nimimerkille> voi lähettää vain jos\n"
" supybot.plugins.Anonymous.allowPrivateTarget on True.\n"
" Lähettää <tekstin> <kanavalle>. <Nimimerkille> voidaan lähettää "
"viestejä vain \n"
" asetusarvon supybot.plugins.Anonymous.allowPrivateTarget ollessa "
"True.\n"
" "
#: plugin.py:94
msgid ""
"<nick> <text>\n"
"\n"
" Sends <text> to <nick>. Can only be used if\n"
" supybot.plugins.Anonymous.allowPrivateTarget is True.\n"
" "
msgstr ""
"<kanava> <teksti>\n"
"\n"
" Lähettää <tekstin> <nimimerkille>. <Nimimerkille> voidaan lähettää\n"
" viestejä vain asetusarvon supybot.plugins.Anonymous.allowPrivateTarget\n"
" ollessa True.\n"
" "
#: plugin.py:108
msgid ""
"<channel> <action>\n"
"\n"
" Performs <action> in <channel>.\n"
@ -118,4 +146,3 @@ msgstr ""
"\n"
"Suorittaa <toiminnon> <kanavalla>.\n"
" "

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2014-03-22 16:34+EET\n"
"POT-Creation-Date: 2014-08-01 19:48+EEST\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -77,14 +77,24 @@ msgstr ""
#: plugin.py:81
#, docstring
msgid ""
"<channel|nick> <text>\n"
"<channel> <text>\n"
"\n"
" Sends <text> to <channel|nick>. Can only send to <nick> if\n"
" Sends <text> to <channel>. Can only send to <nick> if\n"
" supybot.plugins.Anonymous.allowPrivateTarget is True.\n"
" "
msgstr ""
#: plugin.py:95
#: plugin.py:94
#, docstring
msgid ""
"<nick> <text>\n"
"\n"
" Sends <text> to <nick>. Can only be used if\n"
" supybot.plugins.Anonymous.allowPrivateTarget is True.\n"
" "
msgstr ""
#: plugin.py:108
#, docstring
msgid ""
"<channel> <action>\n"