diff options
Diffstat (limited to 'po/it/rbot-wheelfortune.po')
-rw-r--r-- | po/it/rbot-wheelfortune.po | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/po/it/rbot-wheelfortune.po b/po/it/rbot-wheelfortune.po index 0ac853ec..d76811ec 100644 --- a/po/it/rbot-wheelfortune.po +++ b/po/it/rbot-wheelfortune.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2009-03-20 15:57+0100\n" "PO-Revision-Date: 2008-06-30 10:58+0200\n" "Last-Translator: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>\n" "Language-Team: it\n" @@ -15,11 +15,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: data/rbot/plugins/games/wheelfortune.rb:48 +#: data/rbot/plugins/games/wheelfortune.rb:54 msgid " [Letters called so far: %{red}%{letters}%{nocolor}]" msgstr " [Lettere chiamate finora: %{red}%{letters}%{nocolor}]" -#: data/rbot/plugins/games/wheelfortune.rb:230 +#: data/rbot/plugins/games/wheelfortune.rb:240 msgid "" "wof [<channel>] play [<name>] for <single> to <max> => starts a wheel-of-" "fortune game on channel <channel> (default: current channel), named <name> " @@ -43,7 +43,7 @@ msgstr "" "indovinata, il bot rivelerà la risposta parziale, mostrando le lettere " "mancanti con * (asterisco)." -#: data/rbot/plugins/games/wheelfortune.rb:232 +#: data/rbot/plugins/games/wheelfortune.rb:242 msgid "" "wof <channel> [category: <cat>,] clue: <clue>, answer: <ans> => set up a new " "question for the wheel-of-fortune game being played on channel <channel>. " @@ -57,7 +57,7 @@ msgstr "" "categoria <cat> può essere omessa. Se si fanno errori, si può usare 'wof " "replace' (vedi) prima che la domanda venga chiesta" -#: data/rbot/plugins/games/wheelfortune.rb:234 +#: data/rbot/plugins/games/wheelfortune.rb:244 msgid "" "wof <channel> replace <round> [category: <cat>,] [clue: <clue>,] [answer: " "<ans>] => fix the question for round <round> of the wheel-of-fortune game " @@ -67,14 +67,14 @@ msgstr "" "<risp>] => corregge la domanda per il round <round> di ruota della fortuna " "in corso su <canale> sostituendo la cateogira e/o l'indizio e/o la risposta" -#: data/rbot/plugins/games/wheelfortune.rb:236 +#: data/rbot/plugins/games/wheelfortune.rb:246 msgid "" "wof cancel => cancels the wheel-of-fortune being played on the current " "channel" msgstr "" "wof cancel => anulla la partita di ruota della fortuna in corso nel canale" -#: data/rbot/plugins/games/wheelfortune.rb:238 +#: data/rbot/plugins/games/wheelfortune.rb:248 msgid "" "wof buy <vowel> => buy the vowel <vowel>: the user buying the vowel will " "lose points equal to the vowel price, and the corresponding vowel will be " @@ -84,7 +84,7 @@ msgstr "" "perte tanti punti quanto è il costo della vocale, e la vocale sarà rivelata " "nella risposta (se presente)" -#: data/rbot/plugins/games/wheelfortune.rb:240 +#: data/rbot/plugins/games/wheelfortune.rb:250 msgid "" "wof: wheel-of-fortune plugin. topics: play, category, clue, answer, replace, " "cancel, buy" @@ -92,15 +92,15 @@ msgstr "" "wof: wheel-of-fortune plugin. argomenti: play, category, clue, answer, " "replace, cancel, buy" -#: data/rbot/plugins/games/wheelfortune.rb:247 +#: data/rbot/plugins/games/wheelfortune.rb:257 msgid "you must specify a channel" msgstr "devi specificare un canale" -#: data/rbot/plugins/games/wheelfortune.rb:253 +#: data/rbot/plugins/games/wheelfortune.rb:263 msgid "there's already a %{name} game on %{chan}, managed by %{who}" msgstr "c'è già una partita di %{name} in corso su %{chan}, gestita da %{who}" -#: data/rbot/plugins/games/wheelfortune.rb:267 +#: data/rbot/plugins/games/wheelfortune.rb:277 msgid "" "%{who} just created a new %{name} game to %{max} points (%{single} per " "question, %{price} per vowel)" @@ -108,7 +108,7 @@ msgstr "" "%{who} ha appena creato una partita di %{name} per %{max} punti (%{single} " "per risposta, %{price} per vocale)" -#: data/rbot/plugins/games/wheelfortune.rb:274 +#: data/rbot/plugins/games/wheelfortune.rb:284 msgid "" "ok, the game has been created. now add clues and answers with \"wof %{chan} " "[category: <category>,] clue: <clue>, answer: <ans>\". if the clue and " @@ -120,28 +120,28 @@ msgstr "" "indizio e risposta non rientrano in un rigo, aggiungi la risposta " "separatamente con \"wof %{chan} answer <risposta>\"" -#: data/rbot/plugins/games/wheelfortune.rb:282 -#: data/rbot/plugins/games/wheelfortune.rb:343 -#: data/rbot/plugins/games/wheelfortune.rb:412 -#: data/rbot/plugins/games/wheelfortune.rb:522 -#: data/rbot/plugins/games/wheelfortune.rb:559 +#: data/rbot/plugins/games/wheelfortune.rb:292 +#: data/rbot/plugins/games/wheelfortune.rb:353 +#: data/rbot/plugins/games/wheelfortune.rb:423 +#: data/rbot/plugins/games/wheelfortune.rb:536 +#: data/rbot/plugins/games/wheelfortune.rb:573 msgid "there's no %{name} game running on %{chan}" msgstr "non ci sono partite di %{name} in esecuzione su %{chan}" -#: data/rbot/plugins/games/wheelfortune.rb:291 +#: data/rbot/plugins/games/wheelfortune.rb:301 msgid "you can't add questions to the %{name} game on %{chan}" msgstr "non puoi aggiungere domande alla partita di %{name} su %{chan}" -#: data/rbot/plugins/games/wheelfortune.rb:301 -#: data/rbot/plugins/games/wheelfortune.rb:383 +#: data/rbot/plugins/games/wheelfortune.rb:311 +#: data/rbot/plugins/games/wheelfortune.rb:394 msgid "sorry, the answer cannot contain the '*' character" msgstr "spiacente, la risposta non può contenere il carattere '*'" -#: data/rbot/plugins/games/wheelfortune.rb:308 +#: data/rbot/plugins/games/wheelfortune.rb:318 msgid "ok, clue added for %{name} round %{count} on %{chan}: %{catclue}" msgstr "ok, indizio aggiunto per %{name} round %{count} su %{chan}: %{catclue}" -#: data/rbot/plugins/games/wheelfortune.rb:310 +#: data/rbot/plugins/games/wheelfortune.rb:320 msgid "" "there's already a pending clue for %{name} round %{count} on %{chan}: %" "{catclue}" @@ -149,32 +149,32 @@ msgstr "" "c'è già un indizio incompleto per %{name} round %{count} su %{chan}: %" "{catclue}" -#: data/rbot/plugins/games/wheelfortune.rb:323 +#: data/rbot/plugins/games/wheelfortune.rb:333 msgid "" "ok, QA added for %{name} round %{count} on %{chan}: %{catclue} => %{ans}" msgstr "" "ok, domanda e risposta aggiuna per %{name} round %{count} su %{chan}: %" "{catclue} => %{ans}" -#: data/rbot/plugins/games/wheelfortune.rb:325 +#: data/rbot/plugins/games/wheelfortune.rb:335 msgid "there's no pending clue for %{name} on %{chan}!" msgstr "non ci sono indizi incompleti per %{name} su %{chan}!" -#: data/rbot/plugins/games/wheelfortune.rb:336 +#: data/rbot/plugins/games/wheelfortune.rb:346 msgid "" "something went wrong, I can't seem to understand what you're trying to set up" msgstr "qualcosa è andato storto, non capisco cosa stai cercando di impostare" -#: data/rbot/plugins/games/wheelfortune.rb:352 +#: data/rbot/plugins/games/wheelfortune.rb:362 msgid "you can't replace questions to the %{name} game on %{chan}" msgstr "non puoi sostituire le domande per la partita di %{name} su %{chan}" -#: data/rbot/plugins/games/wheelfortune.rb:365 +#: data/rbot/plugins/games/wheelfortune.rb:375 msgid "" "there are no questions in the %{name} game on %{chan} which can be replaced" msgstr "non ci sono domande sostituibili per la partita di %{name} su %{chan}" -#: data/rbot/plugins/games/wheelfortune.rb:370 +#: data/rbot/plugins/games/wheelfortune.rb:380 msgid "" "you can only replace questions between rounds %{min} and %{max} in the %" "{name} game on %{chan}" @@ -182,15 +182,15 @@ msgstr "" "puoi sostituire le domande solo per i round dal %{min} al %{max} nella " "partita di %{name} su %{chan}" -#: data/rbot/plugins/games/wheelfortune.rb:398 +#: data/rbot/plugins/games/wheelfortune.rb:409 msgid "" "ok, replaced QA for %{name} round %{count} on %{chan}: %{catclue} => %{ans}" msgstr "" "ok, ho sostituito domanda e risposta per %{name} round %{count} su %{chan}: %" "{catclue} => %{ans}" -#: data/rbot/plugins/games/wheelfortune.rb:421 -#: data/rbot/plugins/games/wheelfortune.rb:528 +#: data/rbot/plugins/games/wheelfortune.rb:435 +#: data/rbot/plugins/games/wheelfortune.rb:542 msgid "" "there are no %{name} questions for %{chan}, I'm waiting for %{who} to add " "them" @@ -198,23 +198,23 @@ msgstr "" "non ci sono domande di %{name} per %{chan}, sto aspettando che %{who} le " "aggiunga" -#: data/rbot/plugins/games/wheelfortune.rb:429 +#: data/rbot/plugins/games/wheelfortune.rb:443 msgid "%{bold}%{color}%{name}%{bold}, round %{count}:%{nocolor} %{qa}" msgstr "%{bold}%{color}%{name}%{bold}, round %{count}:%{nocolor} %{qa}" -#: data/rbot/plugins/games/wheelfortune.rb:444 +#: data/rbot/plugins/games/wheelfortune.rb:458 msgid "no scores" msgstr "nessun punteggio" -#: data/rbot/plugins/games/wheelfortune.rb:465 +#: data/rbot/plugins/games/wheelfortune.rb:479 msgid "You must buy the %{vowel}" msgstr "la %{vowel} va comprata" -#: data/rbot/plugins/games/wheelfortune.rb:476 +#: data/rbot/plugins/games/wheelfortune.rb:489 msgid "%{who} got it! The answer was: %{ans}" msgstr "%{who} ha indovinato! La risposta era: %{ans}" -#: data/rbot/plugins/games/wheelfortune.rb:482 +#: data/rbot/plugins/games/wheelfortune.rb:495 msgid "" "%{bold}%{color}%{name}%{bold}%{nocolor}: %{who} %{bold}wins%{bold} after %" "{count} rounds!\n" @@ -224,17 +224,17 @@ msgstr "" "{count} round!\n" "Il punteggio finale è" -#: data/rbot/plugins/games/wheelfortune.rb:493 +#: data/rbot/plugins/games/wheelfortune.rb:506 msgid "" "%{bold}%{color}%{name}%{bold}, round %{count}%{nocolor} -- score so far:" msgstr "" "%{bold}%{color}%{name}%{bold}, round %{count}%{nocolor} -- punteggi attuali:" -#: data/rbot/plugins/games/wheelfortune.rb:538 +#: data/rbot/plugins/games/wheelfortune.rb:552 msgid "%{who} buys a %{vowel} for %{price} points" msgstr "%{who} compra una %{vowel} per %{price} punti" -#: data/rbot/plugins/games/wheelfortune.rb:546 +#: data/rbot/plugins/games/wheelfortune.rb:560 msgid "" "you can't buy a %{vowel}, %{who}: it costs %{price} points and you only have " "%{score}" @@ -242,10 +242,10 @@ msgstr "" "non puoi comprare una %{vowel}, %{who}: costa %{price} punti e tu ne hai " "solo %{score}" -#: data/rbot/plugins/games/wheelfortune.rb:569 +#: data/rbot/plugins/games/wheelfortune.rb:583 msgid "you can't cancel the current game" msgstr "non puoi annullare questa partita" -#: data/rbot/plugins/games/wheelfortune.rb:576 +#: data/rbot/plugins/games/wheelfortune.rb:590 msgid "%{name} game cancelled after %{count} rounds. Partial score:" msgstr "partita di %{name} annullata dopo %{count} round. Punteggi parziali:" |