From 4edfed5ed7da16e0ca95effed3b59f112e65abab Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 12 Jul 2011 16:09:55 +0200 Subject: [PATCH] AutoMode: fix previous commit. --- plugins/AutoMode/locale/it.po | 2 +- plugins/AutoMode_fix/locale/it.po | 85 ------------------------------- src/version.py | 2 +- 3 files changed, 2 insertions(+), 87 deletions(-) delete mode 100644 plugins/AutoMode_fix/locale/it.po diff --git a/plugins/AutoMode/locale/it.po b/plugins/AutoMode/locale/it.po index 05a7e9e86..d9ec7bafa 100644 --- a/plugins/AutoMode/locale/it.po +++ b/plugins/AutoMode/locale/it.po @@ -81,5 +81,5 @@ msgid "" "Determines how many seconds the bot\n" " will automatically ban a person when banning." msgstr "" -"Destermina quanti secondi durerà il ban quando il bot lo applica a una persona." +"Determina quanti secondi durerà il ban quando il bot lo applica a una persona." diff --git a/plugins/AutoMode_fix/locale/it.po b/plugins/AutoMode_fix/locale/it.po deleted file mode 100644 index d9ec7bafa..000000000 --- a/plugins/AutoMode_fix/locale/it.po +++ /dev/null @@ -1,85 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: Supybot-fr\n" -"POT-Creation-Date: 2011-02-26 09:49+CET\n" -"PO-Revision-Date: 2011-06-27 18:15+0200\n" -"Last-Translator: skizzhg \n" -"Language-Team: Italian \n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - - -#: config.py:46 -msgid "" -"Determines whether this plugin is enabled.\n" -" " -msgstr "" -"Determina se il plugin è abilitato.\n" -" " - -#: config.py:49 -msgid "" -"Determines whether this plugin will automode\n" -" owners even if they don't have op/halfop/voice/whatever capability.." -msgstr "" -"Determina se il plugin darà automaticamente il mode ai proprietari.\n" -" anche se non hanno la capacità op, halfop, voice, ecc..." - -#: config.py:52 -msgid "" -"Determines whether the bot will \"fall through\"\n" -" to halfop/voicing when auto-opping is turned off but\n" -" auto-halfopping/voicing are turned on." -msgstr "" -"Determina se il the bot non darà l'halfop o il voice\n" -" quando l'op automatico è disabilitato ma l'halfop o il voice\n" -" automatico sono attivati." - -#: config.py:56 -msgid "" -"Determines whether the bot will automatically\n" -" op people with the ,op capability when they join the channel.\n" -" " -msgstr "" -"Determina se il bot darà automaticamente l'op agli utenti che hanno\n" -" la capacità ,op quando entrano in canale.\n" -" " - -#: config.py:60 -msgid "" -"Determines whether the bot will automatically\n" -" halfop people with the ,halfop capability when they join the\n" -" channel." -msgstr "" -"Determina se il bot darà automaticamente l'halfop agli utenti che hanno\n" -" la capacità ,halfop quando entrano in canale.\n" -" " - -#: config.py:64 -msgid "" -"Determines whether the bot will automatically\n" -" voice people with the ,voice capability when they join the\n" -" channel." -msgstr "" -"Determina se il bot darà automaticamente il voice agli utenti che hanno\n" -" la capacità ,voice quando entrano in canale.\n" -" " - -#: config.py:68 -msgid "" -"Determines whether the bot will automatically\n" -" ban people who join the channel and are on the banlist." -msgstr "" -"Determina se il bot bannerà automaticamente gli utenti che \n" -" entrano in canale e sono nella lista dei ban.\n" -" " - -#: config.py:71 -msgid "" -"Determines how many seconds the bot\n" -" will automatically ban a person when banning." -msgstr "" -"Determina quanti secondi durerà il ban quando il bot lo applica a una persona." - diff --git a/src/version.py b/src/version.py index 39c109fb7..97bd73102 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 (2011-07-12T15:04:13+0200)' +version = '0.83.4.1+limnoria (2011-07-12T16:09:54+0200)'