mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-03 04:50:43 +01:00
AutoMode & Channel & Time & Unix: Update l10n-it.
This commit is contained in:
parent
a2f82be1a1
commit
418d1b921f
@ -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 <skizzhg@gmx.com>\n"
|
||||
"Language-Team: Italian <skizzhg@gmx.com>\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."
|
||||
|
||||
|
@ -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 <skizzhg@gmx.com>\n"
|
||||
"Language-Team: Italian <skizzhg@gmx.com>\n"
|
||||
"Language: it\n"
|
||||
@ -517,7 +517,7 @@ msgid ""
|
||||
"[<channel>]\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 <channel>.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"[<canale>]\n"
|
||||
@ -605,8 +605,8 @@ msgstr "Al momento non sto ignorando nessuna hostmasks in %q"
|
||||
msgid ""
|
||||
"[<channel>] <nick|username> <capability> [<capability> ...]\n"
|
||||
"\n"
|
||||
" If you have the #channel,op capability, this will give the user\n"
|
||||
" <name> (or the user to whom <nick> maps)\n"
|
||||
" If you have the #channel,op capability, this will give the\n"
|
||||
" <username> (or the user to whom <nick> maps)\n"
|
||||
" the capability <capability> in the channel. <channel> is only\n"
|
||||
" necessary if the message isn't sent in the channel itself.\n"
|
||||
" "
|
||||
|
@ -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 <skizzhg@gmx.com>\n"
|
||||
"Language-Team: Italian <skizzhg@gmx.com>\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"
|
||||
|
@ -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 ""
|
||||
"<command to call with any arguments> \n"
|
||||
" Calls any command available on the system, and returns its output.\n"
|
||||
" Requires owner capability.\n"
|
||||
|
@ -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)'
|
||||
|
Loading…
x
Reference in New Issue
Block a user