AutoMode & Channel & Time & Unix: Update l10n-it.

This commit is contained in:
skizzhg 2012-04-23 21:52:02 +02:00 committed by Valentin Lorentz
parent a2f82be1a1
commit 418d1b921f
5 changed files with 42 additions and 12 deletions

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Limnoria\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\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 <skizzhg@gmx.com>\n" "Last-Translator: skizzhg <skizzhg@gmx.com>\n"
"Language-Team: Italian <skizzhg@gmx.com>\n" "Language-Team: Italian <skizzhg@gmx.com>\n"
"Language: it\n" "Language: it\n"
@ -81,5 +81,13 @@ msgid ""
"Determines how many seconds the bot\n" "Determines how many seconds the bot\n"
" will automatically ban a person when banning." " will automatically ban a person when banning."
msgstr "" 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."

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Limnoria\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\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 <skizzhg@gmx.com>\n" "Last-Translator: skizzhg <skizzhg@gmx.com>\n"
"Language-Team: Italian <skizzhg@gmx.com>\n" "Language-Team: Italian <skizzhg@gmx.com>\n"
"Language: it\n" "Language: it\n"
@ -517,7 +517,7 @@ msgid ""
"[<channel>]\n" "[<channel>]\n"
"\n" "\n"
" If you have the #channel,op capability, this will show you the\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 <channel>.\n"
" " " "
msgstr "" msgstr ""
"[<canale>]\n" "[<canale>]\n"
@ -605,8 +605,8 @@ msgstr "Al momento non sto ignorando nessuna hostmasks in %q"
msgid "" msgid ""
"[<channel>] <nick|username> <capability> [<capability> ...]\n" "[<channel>] <nick|username> <capability> [<capability> ...]\n"
"\n" "\n"
" If you have the #channel,op capability, this will give the user\n" " If you have the #channel,op capability, this will give the\n"
" <name> (or the user to whom <nick> maps)\n" " <username> (or the user to whom <nick> maps)\n"
" the capability <capability> in the channel. <channel> is only\n" " the capability <capability> in the channel. <channel> is only\n"
" necessary if the message isn't sent in the channel itself.\n" " necessary if the message isn't sent in the channel itself.\n"
" " " "

View File

@ -2,7 +2,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Limnoria\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\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 <skizzhg@gmx.com>\n" "Last-Translator: skizzhg <skizzhg@gmx.com>\n"
"Language-Team: Italian <skizzhg@gmx.com>\n" "Language-Team: Italian <skizzhg@gmx.com>\n"
"Language: it\n" "Language: it\n"
@ -141,10 +141,6 @@ msgstr ""
msgid "Python-tz is required by the command, but is not installed on this computer." 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." 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 #: plugin.py:177
msgid "Unknown timezone" msgid "Unknown timezone"
msgstr "Fuso orario sconosciuto" msgstr "Fuso orario sconosciuto"

View File

@ -266,6 +266,32 @@ msgstr ""
#: plugin.py:317 #: plugin.py:317
#, docstring #, docstring
msgid "" 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 ""
"<command to call with any arguments> \n" "<command to call with any arguments> \n"
" Calls any command available on the system, and returns its output.\n" " Calls any command available on the system, and returns its output.\n"
" Requires owner capability.\n" " Requires owner capability.\n"

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" 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)'