From 233d56fb84e0824162c9e8c978dfc537819da544 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Tue, 9 Aug 2011 16:36:23 +0300 Subject: [PATCH 03/13] Services: started l10n-fi. --- plugins/Services/locale/fi.po | 225 ++++++++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 plugins/Services/locale/fi.po diff --git a/plugins/Services/locale/fi.po b/plugins/Services/locale/fi.po new file mode 100644 index 000000000..cdd61e498 --- /dev/null +++ b/plugins/Services/locale/fi.po @@ -0,0 +1,225 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# Mika Suomalainen , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: 2011-02-26 09:49+CET\n" +"PO-Revision-Date: 2011-08-09 16:35+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" + +#: config.py:39 +msgid "Determines what password the bot will use with NickServ when identifying as %s." +msgstr "Määrittää mitä salasanaa botti käyttää, kun tunnistautuu %s:ksi NickServillä." + +#: config.py:49 +msgid "What is your registered nick?" +msgstr "" + +#: config.py:50 +msgid "What is your password for that nick?" +msgstr "" + +#: config.py:51 +msgid "What is your ChanServ named?" +msgstr "" + +#: config.py:52 +msgid "What is your NickServ named?" +msgstr "" + +#: config.py:70 +msgid "" +"Determines what nicks the bot will use with\n" +" services." +msgstr "" + +#: config.py:77 +msgid "" +"Determines what networks this plugin\n" +" will be disabled on." +msgstr "" + +#: config.py:77 +msgid "QuakeNet" +msgstr "" + +#: config.py:81 +msgid "" +"Determines whether the bot will not join any\n" +" channels until it is identified. This may be useful, for instances, if\n" +" you have a vhost that isn't set until you're identified, or if you're\n" +" joining +r channels that won't allow you to join unless you identify." +msgstr "" + +#: config.py:86 +msgid "" +"Determines how many seconds the bot will\n" +" wait between successive GHOST attempts." +msgstr "" + +#: config.py:89 +msgid "" +"Determines what nick the 'NickServ' service\n" +" has." +msgstr "" + +#: config.py:93 +msgid "" +"Determines what nick the 'ChanServ' service\n" +" has." +msgstr "" + +#: config.py:96 +msgid "" +"Determines what password the bot will use with\n" +" ChanServ." +msgstr "" + +#: config.py:99 +msgid "" +"Determines whether the bot will request to get\n" +" opped by the ChanServ when it joins the channel." +msgstr "" + +#: config.py:102 +msgid "" +"Determines whether the bot will request to get\n" +" half-opped by the ChanServ when it joins the channel." +msgstr "" + +#: config.py:105 +msgid "" +"Determines whether the bot will request to get\n" +" voiced by the ChanServ when it joins the channel." +msgstr "" + +#: plugin.py:47 +msgid "" +"This plugin handles dealing with Services on networks that provide them.\n" +" Basically, you should use the \"password\" command to tell the bot a nick to\n" +" identify with and what password to use to identify with that nick. You can\n" +" use the password command multiple times if your bot has multiple nicks\n" +" registered. Also, be sure to configure the NickServ and ChanServ\n" +" configuration variables to match the NickServ and ChanServ nicks on your\n" +" network. Other commands such as identify, op, etc. should not be\n" +" necessary if the bot is properly configured." +msgstr "" + +#: plugin.py:397 +msgid "You must set supybot.plugins.Services.ChanServ before I'm able to send the %s command." +msgstr "" + +#: plugin.py:403 +msgid "" +"[]\n" +"\n" +" Attempts to get opped by ChanServ in . is only\n" +" necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" + +#: plugin.py:409 +msgid "I'm already opped in %s." +msgstr "" + +#: plugin.py:416 +msgid "" +"[]\n" +"\n" +" Attempts to get voiced by ChanServ in . is only\n" +" necessary if the message isn't sent in the channel itself.\n" +" " +msgstr "" + +#: plugin.py:422 +msgid "I'm already voiced in %s." +msgstr "" + +#: plugin.py:439 +msgid "" +"[]\n" +"\n" +" Attempts to get unbanned by ChanServ in . is only\n" +" necessary if the message isn't sent in the channel itself, but chances\n" +" are, if you need this command, you're not sending it in the channel\n" +" itself.\n" +" " +msgstr "" + +#: plugin.py:460 +msgid "" +"[]\n" +"\n" +" Attempts to get invited by ChanServ to . is only\n" +" necessary if the message isn't sent in the channel itself, but chances\n" +" are, if you need this command, you're not sending it in the channel\n" +" itself.\n" +" " +msgstr "" + +#: plugin.py:481 +msgid "" +"takes no arguments\n" +"\n" +" Identifies with NickServ using the current nick.\n" +" " +msgstr "" + +#: plugin.py:490 +msgid "I don't have a configured password for my current nick." +msgstr "" + +#: plugin.py:493 +msgid "You must set supybot.plugins.Services.NickServ before I'm able to do identify." +msgstr "" + +#: plugin.py:499 +msgid "" +"[]\n" +"\n" +" Ghosts the bot's given nick and takes it. If no nick is given,\n" +" ghosts the bot's configured nick and takes it.\n" +" " +msgstr "" + +#: plugin.py:508 +msgid "I cowardly refuse to ghost myself." +msgstr "" + +#: plugin.py:513 +msgid "You must set supybot.plugins.Services.NickServ before I'm able to ghost a nick." +msgstr "" + +#: plugin.py:519 +msgid "" +" []\n" +"\n" +" Sets the NickServ password for to . If is\n" +" not given, removes from the configured nicks.\n" +" " +msgstr "" + +#: plugin.py:529 +msgid "That nick was not configured with a password." +msgstr "" + +#: plugin.py:540 +msgid "" +"takes no arguments\n" +"\n" +" Returns the nicks that this plugin is configured to identify and ghost\n" +" with.\n" +" " +msgstr "" + +#: plugin.py:550 +msgid "I'm not currently configured for any nicks." +msgstr "" + From 3dd61131a47e4d939197040281d234ea68f8c025 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 13:05:26 +0300 Subject: [PATCH 04/13] Seen: update l10n-fi. --- plugins/Seen/locale/fi.po | 43 ++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/plugins/Seen/locale/fi.po b/plugins/Seen/locale/fi.po index 8cf3a1d73..be8b73244 100644 --- a/plugins/Seen/locale/fi.po +++ b/plugins/Seen/locale/fi.po @@ -5,48 +5,49 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-08-07 21:26+0200\n" +"POT-Creation-Date: 2011-08-10 11:28+CEST\n" +"PO-Revision-Date: 2011-08-10 13:04+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" +"Language: \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:203 -#: plugin.py:284 +#: plugin.py:204 +#: plugin.py:285 msgid "%s was last seen in %s %s ago: %s" msgstr "%s nähtiin viimeeksi kanavalla %s %s sitten: %s" -#: plugin.py:210 +#: plugin.py:211 msgid "%s (%s ago)" msgstr "%s (%s sitten)" -#: plugin.py:212 +#: plugin.py:213 msgid "%s could be %L" msgstr "%s voisi olla %L" -#: plugin.py:212 +#: plugin.py:213 msgid "or" msgstr "tai" -#: plugin.py:214 +#: plugin.py:215 msgid "I haven't seen anyone matching %s." msgstr "En ole nähnyt kenenkään täsmäävän %s." -#: plugin.py:216 -#: plugin.py:288 +#: plugin.py:217 +#: plugin.py:289 msgid "I have not seen %s." msgstr "En ole nähnyt %s:ää." -#: plugin.py:220 +#: plugin.py:221 msgid "" "[] \n" "\n" " Returns the last time was seen and what was last seen\n" " saying. is only necessary if the message isn't sent on the\n" -" channel itself.\n" +" channel itself. may contain * as a wildcard.\n" " " msgstr "" "[] \n" @@ -56,7 +57,7 @@ msgstr "" " itsellään.\n" " " -#: plugin.py:231 +#: plugin.py:232 msgid "" "[] [--user ] []\n" "\n" @@ -78,15 +79,15 @@ msgstr "" " on vaadittu vain, jos viestiä ei lähetetä kanavalla itsellään.\n" " " -#: plugin.py:261 +#: plugin.py:262 msgid "Someone was last seen in %s %s ago: %s" msgstr "Joky nähtiin viimeeksi kanavalla %s %s sitten: %s" -#: plugin.py:265 +#: plugin.py:266 msgid "I have never seen anyone." msgstr "Minä en ole nähnyt ketään." -#: plugin.py:269 +#: plugin.py:270 msgid "" "[]\n" "\n" @@ -100,7 +101,7 @@ msgstr "" " viestiä ei lähetetä kanavalla itsellään.\n" " " -#: plugin.py:292 +#: plugin.py:293 msgid "" "[] \n" "\n" @@ -120,7 +121,7 @@ msgstr "" " itsellään.\n" " " -#: plugin.py:305 +#: plugin.py:306 msgid "" "[] \n" "\n" @@ -132,15 +133,15 @@ msgstr "" " Palauttaa sen jälkeiset viestit, kun viimeksi poistui kanavalta.\n" " " -#: plugin.py:312 +#: plugin.py:313 msgid "You must be in %s to use this command." msgstr "Sinun täytyy olla %s käyttääksesi tätä komentoa." -#: plugin.py:333 +#: plugin.py:334 msgid "I couldn't find in my history of %s messages where %r last left the %s" msgstr "En voinut löytää %s viestin historiasta milloin %r viimeksi lähti kanavalta %s" -#: plugin.py:342 +#: plugin.py:343 msgid "Either %s didn't leave, or no messages were sent while %s was gone." msgstr "Joko %s ei lähtenyt, tai yhtään viestiä ei lähetetty silloin, kun %s oli poissa." From 111df53b1fa4afa71f89f95e9544b5cc166a3b99 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 13:06:55 +0300 Subject: [PATCH 05/13] Reply: update l10n-fi. --- plugins/Reply/locale/fi.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/Reply/locale/fi.po b/plugins/Reply/locale/fi.po index cc2e771a3..8fd7ebdf8 100644 --- a/plugins/Reply/locale/fi.po +++ b/plugins/Reply/locale/fi.po @@ -5,10 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-07-30 17:22+0200\n" +"POT-Creation-Date: 2011-08-10 11:27+CEST\n" +"PO-Revision-Date: 2011-08-10 13:06+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -44,7 +45,7 @@ msgstr "" msgid "" "\n" "\n" -" Replies with as an action. use nested commands to your benefit\n" +" Replies with as an action. Use nested commands to your benefit\n" " here.\n" " " msgstr "" From e8201796c46b22454aceb81366d1869c6045f668 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 14:20:09 +0300 Subject: [PATCH 06/13] Format: update l10n-fi This was copy-pasted completetly, because Poedit and msgmerge refused to update from .pot file. I also started writing better headings as skizzhg has requested. --- plugins/Format/locale/fi.po | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/plugins/Format/locale/fi.po b/plugins/Format/locale/fi.po index 1e73c4cfa..103dce83b 100644 --- a/plugins/Format/locale/fi.po +++ b/plugins/Format/locale/fi.po @@ -1,12 +1,12 @@ -# Format plugin in Limnoria -# Copyright (C) YEAR ORGANIZATION -# FIRST AUTHOR Mika Suomalainen , 2011. +# Format plugin in Limnoria. +# Copyright (C) 2011 Limnoria +# 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" +"POT-Creation-Date: 2011-08-10 11:27+CEST\n" +"PO-Revision-Date: 2011-08-10 14:18+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -135,7 +135,6 @@ msgstr "" " " #: plugin.py:130 -#, fuzzy msgid "" "\n" "\n" @@ -163,7 +162,7 @@ msgstr "" msgid "" "\n" "\n" -" Returns the text surrounded by double quotes.\n" +" Returns surrounded by double quotes.\n" " " msgstr "" "\n" @@ -218,7 +217,6 @@ msgstr "" " " #: plugin.py:192 -#, fuzzy msgid "" " [ ...]\n" "\n" From 97c67983a1f7b4f8f768467ab615e987dac2723d Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 14:23:54 +0300 Subject: [PATCH 07/13] Karma: update l10n-fi Updated Finnish translation in Karma. --- plugins/Karma/locale/fi.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/plugins/Karma/locale/fi.po b/plugins/Karma/locale/fi.po index 4ca1021e1..21433d91a 100644 --- a/plugins/Karma/locale/fi.po +++ b/plugins/Karma/locale/fi.po @@ -1,14 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR ORGANIZATION +# Karma plugin in Limnoria. +# Copyright (C) 2011 Limnoria # Mika Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-06-24 18:54+0200\n" +"POT-Creation-Date: 2011-08-10 11:27+CEST\n" +"PO-Revision-Date: 2011-08-10 14:22+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,10 +42,10 @@ msgstr "" #: config.py:55 msgid "" "Determines how many karma things are shown when\n" -" the most command is called.'" +" the most command is called." msgstr "" "Määrittää kuinka monta karma asiaa näytetään, kun\n" -" kun most komento on pyydetty.'" +" kun \"most\" komento on pyydetty.'" #: config.py:58 msgid "" From 9ab6f2763a53340e62c129a6da3b12641ea85533 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 14:27:55 +0300 Subject: [PATCH 08/13] Ctcp: update l10n-fi It was probably already uptodate and errors in check_trans.py were because of Poedit. --- plugins/Ctcp/locale/fi.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/Ctcp/locale/fi.po b/plugins/Ctcp/locale/fi.po index 6e452ce9e..ea7777129 100755 --- a/plugins/Ctcp/locale/fi.po +++ b/plugins/Ctcp/locale/fi.po @@ -1,12 +1,12 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR ORGANIZATION +# Ctcp plugin in Limnoria. +# Copyright (C) 2011 Limnoria # Mika Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-07-24 17:14+0200\n" +"PO-Revision-Date: 2011-08-10 14:27+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" "Language: \n" From 9d885b054d4893169f474492819dc6f7c0d52936 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 14:30:58 +0300 Subject: [PATCH 09/13] ChannelLogger: update l10n-fi. Also fixed one typo and added header. --- plugins/ChannelLogger/locale/fi.po | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/plugins/ChannelLogger/locale/fi.po b/plugins/ChannelLogger/locale/fi.po index b6d6dc404..509b72f32 100644 --- a/plugins/ChannelLogger/locale/fi.po +++ b/plugins/ChannelLogger/locale/fi.po @@ -1,7 +1,11 @@ +# ChannelLogger plugin in Limnoria. +# Copyright (C) 2011 Limnoria +# Mika Suomalainen , 2011. +# msgid "" msgstr "" "Project-Id-Version: Supybot Channellogger\n" -"POT-Creation-Date: 2010-10-17 10:02+CEST\n" +"POT-Creation-Date: 2011-08-10 11:27+CEST\n" "PO-Revision-Date: \n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" @@ -117,10 +121,10 @@ msgstr "" #: config.py:88 msgid "" "Determines what timestamp format will be used in\n" -" the directory stucture for channel logs if\n" +" the directory structure for channel logs if\n" " supybot.plugins.ChannelLogger.directories.timestamp is True." msgstr "" -"Määrittää mitä aikaleima muotoa käytetään\n" +"Määrittää mitä aikaleimamuotoa käytetään\n" " hakemistorakenteessa kanavalokeille jos\n" " supybot.plugins.ChannelLogger.directories.timestamp on True." From 8b529437684456de0b919f2e87ff6d10a30f3b70 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 14:37:41 +0300 Subject: [PATCH 10/13] Owner: update l10n-fi Notice: Owner plugin translations will not work so this is still empty .po file, which contains what must be translated. --- plugins/Owner/locale/fi.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/Owner/locale/fi.po b/plugins/Owner/locale/fi.po index 5c5be35e5..63fb28011 100755 --- a/plugins/Owner/locale/fi.po +++ b/plugins/Owner/locale/fi.po @@ -1,5 +1,5 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR ORGANIZATION +# Owner plugin in Limnoria. +# Copyright (C) 2011 Limnoria # FIRST AUTHOR , YEAR. # WARNING: Translations of Owner plugin will not work, because it's loaded directly by supybot # and translations are more like a hack to it. @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-07-23 21:49+0200\n" +"POT-Creation-Date: 2011-08-10 11:27+CEST\n" +"PO-Revision-Date: 2011-08-10 14:37+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -79,7 +80,7 @@ msgid "" " Runs the standard upkeep stuff (flushes and gc.collects()). If given\n" " a level, runs that level of upkeep (currently, the only supported\n" " level is \"high\", which causes the bot to flush a lot of caches as well\n" -" as do normal upkeep stuff.\n" +" as do normal upkeep stuff).\n" " " msgstr "" From 3a9bf0fe60a0fefae196e082c4fb77c26b109aa9 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 14:41:44 +0300 Subject: [PATCH 11/13] Later: update l10n-fi. Translated the new strings and improved header. --- plugins/Later/locale/fi.po | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/plugins/Later/locale/fi.po b/plugins/Later/locale/fi.po index f1372aa00..b6f1808cf 100644 --- a/plugins/Later/locale/fi.po +++ b/plugins/Later/locale/fi.po @@ -1,14 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR ORGANIZATION +# Later plugin in Limnoria. +# Copyright (C) 2011 Limnoria # Mika Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-06-25 15:51+0200\n" +"POT-Creation-Date: 2011-08-10 11:28+CEST\n" +"PO-Revision-Date: 2011-08-10 14:41+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -163,7 +164,27 @@ msgstr "" msgid "There were no notes for %r" msgstr " %r:lle ei ollut muistiinpanoja." -#: plugin.py:231 +#: plugin.py:212 +msgid "" +"\n" +"\n" +" Removes the latest note you sent to .\n" +" " +msgstr "" +"\n" +"\n" +" Poistaa viimeisimmän muistiinpanon, jonka olet lähettänyt .\n" +" " + +#: plugin.py:217 +msgid "There are no note waiting for %s." +msgstr "%s:lle ei ole odottavia muistiinpanoja." + +#: plugin.py:228 +msgid "There are no note from you waiting for %s." +msgstr "Sinulla ei ole odottavia muistiinpanoja %s:lle." + +#: plugin.py:252 msgid "Sent %s: <%s> %s" msgstr "Lähetetty %s: <%s> %s" From 11f6220458f9655e01d31951f16db12cb10e31a8 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 15:03:37 +0300 Subject: [PATCH 12/13] Misc: update l10n-fi Also updated header. --- plugins/Misc/locale/fi.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/Misc/locale/fi.po b/plugins/Misc/locale/fi.po index 3c1961350..38cff73f4 100644 --- a/plugins/Misc/locale/fi.po +++ b/plugins/Misc/locale/fi.po @@ -1,12 +1,12 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR ORGANIZATION +# Misc plugin in Limnoria. +# Copyright (C) 2011 Limnoria # Mika Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2011-07-10 18:59+CEST\n" -"PO-Revision-Date: 2011-07-16 21:11+0200\n" +"POT-Creation-Date: 2011-08-10 11:28+CEST\n" +"PO-Revision-Date: 2011-08-10 15:00+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" "Language: \n" @@ -167,12 +167,12 @@ msgstr "Nykyinen (päällä) oleva versio tästä Supybotista on %s. %s" msgid "" "takes no arguments\n" "\n" -" Returns a URL saying where to get Supybot.\n" +" Returns a URL saying where to get Limnoria.\n" " " msgstr "" "ei ota parametrejä\n" "\n" -" Palauttaa URL kertoen mistä Supybotin saa.\n" +" Palauttaa URL:n, joka kertoo mistä Limnorian saa.\n" " " #: plugin.py:243 @@ -279,7 +279,7 @@ msgstr "En ole nähnyt %s:ää, annan sinun hoitaa kertomisen." msgid "%s wants me to tell you: %s" msgstr "%s haluaa minun kertovan sinulle: %s" -#: plugin.py:430 +#: plugin.py:431 msgid "" "takes no arguments\n" "\n" @@ -291,7 +291,7 @@ msgstr "" " Tarkistaa onko botti elossa.\n" " " -#: plugin.py:434 +#: plugin.py:435 msgid "pong" msgstr "pong" From 0098ab87f9d1eacab3cce883feea7ecf53c03ecc Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 10 Aug 2011 15:07:11 +0300 Subject: [PATCH 13/13] NickCapture: update l10n-fi Also updated header. --- plugins/NickCapture/locale/fi.po | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/NickCapture/locale/fi.po b/plugins/NickCapture/locale/fi.po index af9589528..828f51631 100644 --- a/plugins/NickCapture/locale/fi.po +++ b/plugins/NickCapture/locale/fi.po @@ -1,14 +1,15 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR ORGANIZATION +# NickCapture plugin in Limnoria. +# Copyright (C) 2011 Limnoria # Mika Suomalainen , 2011. # msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-07-23 18:31+0200\n" +"PO-Revision-Date: 2011-08-10 15:06+0200\n" "Last-Translator: Mika Suomalainen \n" "Language-Team: \n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -32,11 +33,11 @@ msgstr "" #: plugin.py:40 msgid "" -"This module constantly tries to take whatever nick is configured as\n" +"This plugin constantly tries to take whatever nick is configured as\n" " supybot.nick. Just make sure that's set appropriately, and thus plugin\n" " will do the rest." msgstr "" -"Tämä moduuli yrittää jatkuvasti ottaa sen nimimerkin, joka on määritetty\n" +"Tämä lisäosa yrittää jatkuvasti ottaa sen nimimerkin, joka on määritetty\n" " asetusarvossa supybot.nick. Tee vain varmaksi, että se on määritetty kunnolla\n" " ja tämä lisäosa hoitaa loput."