diff --git a/plugins/PluginDownloader/locale/it.po b/plugins/PluginDownloader/locale/it.po index a03bd65c1..61e6aa271 100644 --- a/plugins/PluginDownloader/locale/it.po +++ b/plugins/PluginDownloader/locale/it.po @@ -2,21 +2,29 @@ msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2012-03-11 20:58+UTC\n" -"PO-Revision-Date: 2012-03-16 13:25+0100\n" +"PO-Revision-Date: 2012-05-04 01:17+020\n" "Last-Translator: skizzhg \n" "Language-Team: Italian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: plugin.py:219 +#: plugin.py:260 #, docstring msgid "" -"Add the help for \"@plugin help PluginDownloader\" here\n" -" This should describe *how* to use this plugin." +"This plugin allows you to install unofficial plugins from\n" +" multiple repositories easily. Use the \"repolist\" command to see list of\n" +" available repositories and \"repolist \" to list plugins, \n" +" which are available in that repository. When you want to install plugin,\n" +" just run command \"install \"." msgstr "" +"Questo plugin permette di installare facilmente plugin non ufficiali da vari\n" +" repository. Usare il comando \"repolist\" per ottenere l'elenco dei repository\n" +" disponibili e \"repolist \" per elencare i plugin disponibili nel\n" +" dato repository. Per installare il plugin basta eseguire il comando\n" +" \"install \"." -#: plugin.py:224 +#: plugin.py:268 #, docstring msgid "" "[]\n" @@ -30,19 +38,19 @@ msgstr "" " Mostra l'elenco dei plugin presenti in .\n" " Se non è specificato riporta una lista di quelli disponibili." -#: plugin.py:232 plugin.py:243 +#: plugin.py:276 plugin.py:287 msgid ", " msgstr ", " -#: plugin.py:234 plugin.py:253 +#: plugin.py:278 plugin.py:297 plugin.py:322 msgid "This repository does not exist or is not known by this bot." msgstr "Questo repository non esiste o non è riconosciuto." -#: plugin.py:241 +#: plugin.py:285 msgid "No plugin found in this repository." msgstr "Nessun plugin trovato in questo repository." -#: plugin.py:248 +#: plugin.py:292 #, docstring msgid "" " \n" @@ -53,7 +61,26 @@ msgstr "" "\n" " Scarica e installa da ." -#: plugin.py:258 +#: plugin.py:302 plugin.py:327 msgid "This plugin does not exist in this repository." msgstr "Il plugin non esiste in questo repository." +#: plugin.py:317 +#, docstring +msgid "" +" \n" +"\n" +" Displays informations on the in the ." +msgstr "" +" \n" +"\n" +" Visualizza informazioni riguardo in ." + +#: plugin.py:331 +msgid "No README found for this plugin" +msgstr "Non è stato trovato nessun file README per questo plugin." + +#: plugin.py:334 +msgid "This plugin has no description." +msgstr "Questo plugin non ha una descrizione." + diff --git a/src/version.py b/src/version.py index 7e2e08157..797ce2c5c 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-05-02T19:14:30+0000)' +version = '0.83.4.1+limnoria (2012-05-04T16:56:13+0000)'