msgid "" msgstr "" "Project-Id-Version: Supybot-fr\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n" "PO-Revision-Date: 2012-06-26 17:29+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:59 msgid "running get_access_token.py is a way to get it" msgstr "eseguire get_access_token.py è un modo per ottenerla" #: config.py:64 msgid "The consumer key of the application." msgstr "La chiave pubblica dell'applicazione (consumer key)." #: config.py:67 msgid "The consumer secret of the application." msgstr "La chiave privata dell'applicazione (consumer secret)." #: config.py:71 msgid "" "The Twitter Access Token key for the bot's\n" " account (%s)" msgstr "La chiave d'accesso Twitter per l'account del bot (%s)" #: config.py:74 msgid "" "The Twitter Access Token secret for the bot's\n" " account (%s)" msgstr "La chiave d'accesso Twitter segreta per l'account del bot (%s)" #: config.py:77 config.py:89 msgid "" "The URL to the\n" " base API URL (by default, it is Twitter.com, but you can use it\n" " for twitter-compatible services, such as identica/statusnet." msgstr "" "L'URI dell'URL di base per l'API (per impostazione predefinita è Twitter.com, ma è\n" " utilizzabile per servizi compatibili con Twitter come identica e statusnet." #: config.py:83 msgid "" "The Twitter Access Token key for this\n" " channel's account (%s)" msgstr "La chiave d'accesso Twitter per l'account di questo canale (%s)" #: config.py:86 msgid "" "The Twitter Access Token secret for this\n" " channel's account (%s)" msgstr "La chiave d'accesso Twitter segreta per l'account di questo canale (%s)" #: plugin.py:56 #, docstring msgid "Api with retweet support." msgstr "API con supporto per i retweet." #: plugin.py:59 #, docstring msgid "" "Retweet a tweet with the Retweet API\n" "\n" " The twitter.Api instance must be authenticated.\n" "\n" " Args:\n" " id: The numerical ID of the tweet you are retweeting\n" "\n" " Returns:\n" " A twitter.Status instance representing the retweet posted\n" " " msgstr "" "Fa il retweet di un tweet con l'API Retweet.\n" "\n" " L'istanza di twitter.Api deve essere autenticata.\n" "\n" " Argomenti:\n" " id: l'ID numerico del tweet che stai ri-postando (retweet).\n" "\n" " Rinvii:\n" " Un'istanza di twitter.Status che rappresenta il retweet postato.\n" " " #: plugin.py:86 #, docstring msgid "" "Add the help for \"@plugin help Twitter\" here\n" " This should describe *how* to use this plugin." msgstr "" #: plugin.py:96 msgid "I just woke up. :)" msgstr "Mi sono appena svegliato :)" #: plugin.py:124 #, docstring msgid "" "[] []\n" "\n" " Replies with the people this follows. If is not given, it\n" " defaults to the 's account. If is not given, it\n" " defaults to the current channel." msgstr "" "[] []\n" "\n" " Risponde alle persone seguite da . Se non è specificato\n" " il valore predefinito è l'account di . Se non è fornito\n" " usa quello attuale." #: plugin.py:131 plugin.py:154 msgid "No account is associated with this channel. Ask an op, try with another channel, or provide a user name." msgstr "Nessun account associato a questo canale. Chiedi a un op, prova un altro canale o fornisci un nome utente." #: plugin.py:148 #, docstring msgid "" "[]\n" "\n" " Replies with the people that follow this account. If is not\n" " given, it defaults to the current channel." msgstr "" "[]\n" "\n" " Risponde alle persone che seguono questo account. Se non è fornito\n" " usa quello attuale." #: plugin.py:167 #, docstring msgid "" "[] \n" "\n" " Sends a to from the account associated with the\n" " given . If is not given, it defaults to the current\n" " channel." msgstr "" "[] \n" "\n" " Invia a dall'account associato con il dato\n" " . Se non è fornito usa quello attuale." #: plugin.py:174 plugin.py:196 msgid "No account is associated with this channel. Ask an op or try with another channel." msgstr "Nessun account associato a questo canale. Chiedi a un op prova un altro canale." #: plugin.py:179 msgid "Sorry, your message exceeds 140 characters (%i)" msgstr "Spiacente, il tuo messaggio supera 140 caratteri (%i)." #: plugin.py:189 #, docstring msgid "" "[] \n" "\n" " Updates the status of the account associated with the given \n" " to the . If is not given, it defaults to the\n" " current channel." msgstr "" "[] \n" "\n" " Aggiorna con lo stato dell'account associato a .\n" " Se non è fornito, usa quello attuale." #: plugin.py:201 msgid "Sorry, your tweet exceeds 140 characters (%i)" msgstr "Spiacente, il tuo tweet supera 140 caratteri (%i)." #: plugin.py:210 #, docstring msgid "" "[] \n" "\n" " Retweets the message with the given ID." msgstr "Fa il retweet del messaggio con il dato ID." #: plugin.py:224 #, docstring msgid "" "[] [--since ] [--max ] [--count ] [--noretweet] [--with-id] []\n" "\n" " Replies with the timeline of the .\n" " If is not given, it defaults to the account associated with the\n" " .\n" " If is not given, it defaults to the current channel.\n" " If given, --since and --max take tweet IDs, used as boundaries.\n" " If given, --count takes an integer, that stands for the number of\n" " tweets to display.\n" " If --noretweet is given, only native user's tweet will be displayed.\n" " " msgstr "" "[] [--since ] [--max ] [--count ] [--noretweet] [--with-id] []\n" "\n" " Risponde con la timeline di . Se non è specificato,\n" " il valore predefinito è l'account associato a . Se \n" " non è fornito usa quello attuale. Se forniti, --since e --max utilizzano\n" " gli ID dei tweet come limite della richiesta. Se --count è specificato,\n" " utilizza un numero intero come numero dei tweet da mostrare. Se viene\n" " usato --noretweet, saranno mostrati solo i tweet originari dell'utente.\n" " " #: plugin.py:247 plugin.py:368 plugin.py:391 plugin.py:415 plugin.py:458 msgid "No account is associated with this channel. Ask an op, try with another channel." msgstr "Nessun account associato a questo canale. Chiedi a un op o prova un altro canale." #: plugin.py:257 msgid "This user protects his tweets; you need to fetch them from a channel whose associated account can fetch this timeline." msgstr "Questo utente protegge i suoi tweet; devi scaricarli da un canale il cui account associato può recuperare questa timeline." #: plugin.py:281 #, docstring msgid "" "[] [--since ]\n" "\n" " Replies with the public timeline.\n" " If is not given, it defaults to the current channel.\n" " If given, --since takes a tweet ID, used as a boundary\n" " " msgstr "" "[] [--since ]\n" "\n" " Risponde con la timeline pubblica.\n" " Se non è fornito usa quello attuale.\n" " Se --since è usato prende l'ID di un tweet come limite della richiesta.\n" " " #: plugin.py:298 plugin.py:328 plugin.py:351 msgid "No tweets" msgstr "Nessun tweet." #: plugin.py:311 #, docstring msgid "" "[] [--since ]\n" "\n" " Replies with the replies timeline.\n" " If is not given, it defaults to the current channel.\n" " If given, --since takes a tweet ID, used as a boundary\n" " " msgstr "" "[] [--since ]\n" "\n" " Risponde con la timeline delle risposte.\n" " Se non è fornito usa quello attuale.\n" " Se --since è usato prende l'ID di un tweet come limite della richiesta.\n" " " #: plugin.py:341 #, docstring msgid "" "[]\n" "\n" " Current trending topics\n" " If is not given, it defaults to the current channel.\n" " " msgstr "" "[]\n" "\n" " Attuali topic di tendenza.\n" " Se non è fornito usa quello attuale.\n" " " #: plugin.py:360 #, docstring msgid "" "[] \n" "\n" " Follow a specified \n" " If is not given, it defaults to the current channel.\n" " " msgstr "" "[] \n" "\n" " Segue l' specificato.\n" " Se non è fornito usa quello attuale.\n" " " #: plugin.py:374 plugin.py:397 plugin.py:421 plugin.py:442 plugin.py:464 msgid "An error occurred" msgstr "Si è verificato un errore." #: plugin.py:383 #, docstring msgid "" "[] \n" "\n" " Unfollow a specified \n" " If is not given, it defaults to the current channel.\n" " " msgstr "" "[] \n" "\n" " Smette di seguire l' specificato.\n" " Se non è fornito usa quello attuale.\n" " " #: plugin.py:407 #, docstring msgid "" "[] \n" "\n" " Delete a specified status with id \n" " If is not given, it defaults to the current channel.\n" " " msgstr "" "[] \n" "\n" " Cancella uno stato specifico con \n" " Se non è fornito usa quello attuale.\n" " " #: plugin.py:431 #, docstring msgid "" "[]\n" "\n" " Print some stats\n" " If is not given, it defaults to the current channel.\n" " " msgstr "" "[]\n" "\n" " Mostra delle statistiche.\n" " Se non è fornito usa quello attuale.\n" " " #: plugin.py:450 #, docstring msgid "" "[] \n" "\n" " Return profile image for a specified \n" " If is not given, it defaults to the current channel.\n" " " msgstr "" "[] \n" "\n" " Riporta il profilo dell' specificato.\n" " Se non è fornito usa quello attuale.\n" " "