From 418d1b921f3a6aa45e1cd6cf6591686c365ba561 Mon Sep 17 00:00:00 2001 From: skizzhg Date: Mon, 23 Apr 2012 21:52:02 +0200 Subject: [PATCH] AutoMode & Channel & Time & Unix: Update l10n-it. --- plugins/AutoMode/locale/it.po | 12 ++++++++++-- plugins/Channel/locale/it.po | 8 ++++---- plugins/Time/locale/it.po | 6 +----- plugins/Unix/locale/it.po | 26 ++++++++++++++++++++++++++ src/version.py | 2 +- 5 files changed, 42 insertions(+), 12 deletions(-) diff --git a/plugins/AutoMode/locale/it.po b/plugins/AutoMode/locale/it.po index 35a426365..c81f6a747 100644 --- a/plugins/AutoMode/locale/it.po +++ b/plugins/AutoMode/locale/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-08-10 00:29+0200\n" +"PO-Revision-Date: 2012-04-23 19:29+0200\n" "Last-Translator: skizzhg \n" "Language-Team: Italian \n" "Language: it\n" @@ -81,5 +81,13 @@ msgid "" "Determines how many seconds the bot\n" " will automatically ban a person when banning." msgstr "" -"Determina quanti secondi durerà il ban applica a un utente." +"Determina quanti secondi durerà il ban applicato a un utente." + +#: config.py:75 +msgid "" +"Determines how many seconds the bot will wait\n" +" before applying a mode. Has no effect on bans." +msgstr "" +"Determina quanti secondi aspetterà il bot prima di applicare un mode.\n" +" Non ha effetto sui ban." diff --git a/plugins/Channel/locale/it.po b/plugins/Channel/locale/it.po index 3d392a737..7d55f2304 100644 --- a/plugins/Channel/locale/it.po +++ b/plugins/Channel/locale/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2012-03-15 20:43+0100\n" +"PO-Revision-Date: 2012-04-23 19:33+0200\n" "Last-Translator: skizzhg \n" "Language-Team: Italian \n" "Language: it\n" @@ -517,7 +517,7 @@ msgid "" "[]\n" "\n" " If you have the #channel,op capability, this will show you the\n" -" current persistent bans on #channel.\n" +" current persistent bans on the .\n" " " msgstr "" "[]\n" @@ -605,8 +605,8 @@ msgstr "Al momento non sto ignorando nessuna hostmasks in %q" msgid "" "[] [ ...]\n" "\n" -" If you have the #channel,op capability, this will give the user\n" -" (or the user to whom maps)\n" +" If you have the #channel,op capability, this will give the\n" +" (or the user to whom maps)\n" " the capability in the channel. is only\n" " necessary if the message isn't sent in the channel itself.\n" " " diff --git a/plugins/Time/locale/it.po b/plugins/Time/locale/it.po index 7235ceabf..384976416 100644 --- a/plugins/Time/locale/it.po +++ b/plugins/Time/locale/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2012-03-16 12:45+0100\n" +"PO-Revision-Date: 2012-04-23 19:37+0200\n" "Last-Translator: skizzhg \n" "Language-Team: Italian \n" "Language: it\n" @@ -141,10 +141,6 @@ msgstr "" msgid "Python-tz is required by the command, but is not installed on this computer." msgstr "Il comando richiede Python-tz ma non è installato sul computer." -#: plugin.py:175 -msgid "A timezone must be in the format region/city." -msgstr "Un fuso orario deve essere nel formato regione/città." - #: plugin.py:177 msgid "Unknown timezone" msgstr "Fuso orario sconosciuto" diff --git a/plugins/Unix/locale/it.po b/plugins/Unix/locale/it.po index 5c91b9b78..40917356f 100644 --- a/plugins/Unix/locale/it.po +++ b/plugins/Unix/locale/it.po @@ -266,6 +266,32 @@ msgstr "" #: plugin.py:317 #, docstring msgid "" +"takes no arguments\n" +"\n" +" Returns the uptime from the system the bot is runnning on.\n" +" " +msgstr "" +"non necessita argomenti\n" +"\n" +" Riporta l'uptime del sistema su cui è in esecuzione il bot.\n" +" " + +#: plugin.py:345 +#, docstring +msgid "" +"takes no arguments\n" +"\n" +" Returns the uname -a from the system the bot is runnning on.\n" +" " +msgstr "" +"non necessita argomenti\n" +"\n" +" Riporta il risultato di 'uname -a' dal sistema su cui è in esecuzione il bot.\n" +" " + +#: plugin.py:373 +#, docstring +msgid "" " \n" " Calls any command available on the system, and returns its output.\n" " Requires owner capability.\n" diff --git a/src/version.py b/src/version.py index b8fc02b69..dfe673e58 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2012-04-19T19:45:49+0000)' +version = '0.83.4.1+limnoria (2012-04-23T19:52:02+0000)'