msgid "" msgstr "" "Project-Id-Version: Supybot-fr\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" "PO-Revision-Date: 2011-07-17 00:07+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:39 msgid "" "The Google plugin has the functionality to watch for URLs\n" " that match a specific pattern. (We call this a snarfer)\n" " When supybot sees such a URL, it will parse the web page\n" " for information and reply with the results." msgstr "" "Il plugin Google ha la funzione di leggere gli URL che corrispondono ad\n" " un modello specifico (viene chiamato snarfer).\n" " Quando supybot vede un URL, analizza la pagina web per\n" " ottenere informazioni e rispondere con dei risultati." #: config.py:43 msgid "Do you want the Google search snarfer enabled by default?" msgstr "Vuoi che lo snarfer per la ricerca in Google sia abilitato di default?" #: config.py:89 #, docstring msgid "Value must be 1 <= n <= 8" msgstr "Il valore deve essere compreso tra 1 e 8 (incluso)" #: config.py:100 msgid "" "Determines the URL that will be sent to Google for\n" " the Referer field of the search requests. If this value is empty, a\n" " Referer will be generated in the following format:\n" " http://$server/$botName" msgstr "" "Determina l'URL che sarà inviato a Google come Referer per le ricerche.\n" " Se questo valore è vuoto, verrà generato un Referer nel seguente formato:\n" " http://$server/$botName" #: config.py:105 msgid "" "Determines whether the search snarfer is\n" " enabled. If so, messages (even unaddressed ones) beginning with the word\n" " 'google' will result in the first URL Google returns being sent to the\n" " channel." msgstr "" "Determina se lo snarfer per la ricerca è abilitato. In caso lo sia, i messaggi\n" " (anche quelli non diretti) che iniziano con la parola \"google\" invieranno\n" " in canale il primo URL che Google restituisce." #: config.py:110 msgid "" "Determines whether the word 'google' in the\n" " bot's output will be made colorful (like Google's logo)." msgstr "" "Determina se la parola \"google\" nell'output del bot sarà colorata (come il logo di Google)." #: config.py:113 msgid "Determines whether results are bolded." msgstr "Determina se i risultati saranno in grassetto." #: config.py:115 msgid "" "Determines the maximum number of results returned\n" " from the google command." msgstr "" "Determina il numero massimo di risultati restituiti dal comando google." #: config.py:118 msgid "" "Determines what default language is used in\n" " searches. If left empty, no specific language will be requested." msgstr "" "Determina la lingua predefinita usata nelle ricerche. Se lasciata vuota,\n" " non sarà richiesta nessuna lingua specifica." #: config.py:118 msgid "en" msgstr "it" #: config.py:121 msgid "" "Determines what level of search filtering to use\n" " by default. 'active' - most filtering, 'moderate' - default filtering,\n" " 'off' - no filtering" msgstr "" "Determina quale livello di filtraggio usare in modo predefinito. \"active\":\n" " filtra tutto; \"moderate\": filtro predefinito; \"off\": filtro disattivato." #: plugin.py:101 #, docstring msgid "" "Perform a search using Google's AJAX API.\n" " search(\"search phrase\", options={})\n" "\n" " Valid options are:\n" " smallsearch - True/False (Default: False)\n" " filter - {active,moderate,off} (Default: \"moderate\")\n" " language - Restrict search to documents in the given language\n" " (Default: \"lang_en\")\n" " " msgstr "" "Esegue una ricerca usando l'API AJAX di Google.\n" " search(\"search phrase\", options={})\n" "\n" " Le opzioni valide sono:\n" " smallsearch - True/False (Default: False)\n" " filter - {active,moderate,off} (Default: \"moderate\")\n" " language - Restringe la ricerca alla lingua specificata\n" " (Default: \"lang_en\")\n" " " #: plugin.py:141 plugin.py:200 msgid "We broke The Google!" msgstr "Abbiamo rotto Google!" #: plugin.py:161 msgid "No matches found." msgstr "Nessun risultato trovato." #: plugin.py:167 #, docstring msgid "" "[--snippet] \n" "\n" " Does a google search, but only returns the first result.\n" " If option --snippet is given, returns also the page text snippet.\n" " " msgstr "" "[--snippet] \n" "\n" " Effettua una ricerca su Google restituendo solo il primo risultato.\n" " Se l'opzione --snippet è specificata, riporta anche un frammento di testo della pagina.\n" " " #: plugin.py:184 msgid "Google found nothing." msgstr "Google non ha trovato nulla." #: plugin.py:189 #, docstring msgid "" " [--{filter,language} ]\n" "\n" " Searches google.com for the given string. As many results as can fit\n" " are included. --language accepts a language abbreviation; --filter\n" " accepts a filtering level ('active', 'moderate', 'off').\n" " " msgstr "" " [--{filter,language} ]\n" "\n" " Ricerca la data stringa su google.com fornendo tutti i risultati possibili.\n" " --language accetta un'abbreviazione di lingua; --filter un livello di filtraggio\n" " ('active', 'moderate', 'off').\n" " " #: plugin.py:212 #, docstring msgid "" "\n" "\n" " Returns a link to the cached version of if it is available.\n" " " msgstr "" "\n" "\n" " Restituisce un link della versione in cache di , se disponibile.\n" " " #: plugin.py:223 msgid "Google seems to have no cache for that site." msgstr "Google sembra non avere cache per questo sito." #: plugin.py:228 #, docstring msgid "" " [ ...]\n" "\n" " Returns the results of each search, in order, from greatest number\n" " of results to least.\n" " " msgstr "" " [ ...]\n" "\n" " Restituisce i risultati di ogni ricerca in ordine decrescente in base al numero di risultati.\n" " " #: plugin.py:252 #, docstring msgid "" " [to] \n" "\n" " Returns translated from into .\n" " Beware that translating to or from languages that use multi-byte\n" " characters may result in some very odd results.\n" " " msgstr "" " [to] \n" "\n" " Restituisce tradotto . Attenzione\n" " che tradurre da o verso lingue che usano caratteri multibyte\n" " può produrre risultati molto strani.\n" " " #: plugin.py:271 msgid "from language" msgstr "da lingua" #: plugin.py:272 plugin.py:281 msgid "Valid languages are: %L" msgstr "Le lingue valide sono: %L" #: plugin.py:280 msgid "to language" msgstr "a lingua" #: plugin.py:314 #, docstring msgid "^google\\s+(.*)$" msgstr "^google\\s+(.*)$" #: plugin.py:336 #, docstring msgid "" "\n" "\n" " Uses Google's calculator to calculate the value of .\n" " " msgstr "" "\n" "\n" " Utilizza la calcolatrice di Google per calcolare il valore di .\n" " " #: plugin.py:353 msgid "Google's calculator didn't come up with anything." msgstr "La calcolatrice di Google non ha fornito alcun risultato." #: plugin.py:359 #, docstring msgid "" "\n" "\n" " Looks up on Google.\n" " " msgstr "" "\n" "\n" " Cerca su Google.\n" " " #: plugin.py:373 msgid "Google's phonebook didn't come up with anything." msgstr "La rubrica di Google non ha fornito alcun risultato."