msgid "" msgstr "" "Project-Id-Version: Limnoria\n" "POT-Creation-Date: 2022-02-06 00:12+0100\n" "PO-Revision-Date: 2011-06-29 14:11+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" #: plugin.py:42 msgid "" "Provides some commands for formatting text, such as making text bold or\n" " capitalized." msgstr "" #: plugin.py:46 msgid "" "\n" "\n" " Returns bolded.\n" " " msgstr "" "\n" "\n" " Restituisce in grassetto.\n" " " #: plugin.py:55 msgid "" "\n" "\n" " Returns in reverse-video.\n" " " msgstr "" "\n" "\n" " Restituisce in negativo.\n" " " #: plugin.py:64 msgid "" "\n" "\n" " Returns underlined.\n" " " msgstr "" "\n" "\n" " Restituisce sottolineato.\n" " " #: plugin.py:73 msgid "" " [] \n" "\n" " Returns with foreground color and background " "color\n" " (if given)\n" " " msgstr "" " [] \n" "\n" " Restituisce con colore di e colore di " "(se specificato)\n" " " #: plugin.py:83 msgid "" " [ ...]\n" "\n" " Joins all the arguments together with .\n" " " msgstr "" " [ ...]\n" "\n" " Unisce tutti gli argomenti con .\n" " " #: plugin.py:92 msgid "" " \n" "\n" " Replaces with in\n" " . The first and second arguments must necessarily be the " "same\n" " length.\n" " " msgstr "" " \n" "\n" " Sostituisce con in .\n" " Il primo e il secondo argomento devono essere obbligatoriamente " "della stessa lunghezza.\n" " " #: plugin.py:99 msgid "" " must be the same length as ." msgstr "" " deve essere della stessa lunghezza di ." #: plugin.py:106 msgid "" " \n" "\n" " Replaces all non-overlapping occurrences of \n" " with in .\n" " " msgstr "" " \n" "\n" " Sostituisce tutte le occorrenze di (a " "condizione\n" " che non entrino in conflitto) con in " ".\n" " " #: plugin.py:115 msgid "" "\n" "\n" " Returns uppercased.\n" " " msgstr "" "\n" "\n" " Restituisce tutto maiuscolo.\n" " " #: plugin.py:124 msgid "" "\n" "\n" " Returns lowercased.\n" " " msgstr "" "\n" "\n" " Restituisce minuscolo.\n" " " #: plugin.py:133 msgid "" "\n" "\n" " Returns capitalized.\n" " " msgstr "" "\n" "\n" " Restituisce maiuscolo.\n" " " #: plugin.py:142 msgid "" "\n" "\n" " Returns titlecased.\n" " " msgstr "" "\n" "\n" " Restituisce con tutte le prime lettere delle parole in " "maiuscolo.\n" " " #: plugin.py:151 msgid "" "\n" "\n" " Returns surrounded by double quotes.\n" " " msgstr "" "\n" "\n" " Restituisce tra virgolette doppie.\n" " " #: plugin.py:160 msgid "" " \n" "\n" " Concatenates two strings. Do keep in mind that this is *not* the " "same\n" " thing as join \"\", since if contains spaces, they won't " "be\n" " removed by concat.\n" " " msgstr "" " \n" "\n" " Concatena due stringhe. Nota che non è come unire con \"\", dal " "momento\n" " che se contiene spazi questi non verranno rimossi da " "concat.\n" " " #: plugin.py:171 msgid "" " \n" "\n" " Cuts down to by chopping off the rightmost characters " "in\n" " excess of . If is a negative number, it chops that " "many\n" " characters off the end of .\n" " " msgstr "" " \n" "\n" " Taglia a rimuovendo i caratteri in eccesso più " "a\n" " destra di . Se è un numero negativo, " "rimuove \n" " i caratteri alla fine di .\n" " " #: plugin.py:182 msgid "" " \n" "\n" " Returns the th space-separated field of . I.e., if " "text\n" " is \"foo bar baz\" and is 2, \"bar\" is returned.\n" " " msgstr "" " \n" "\n" " Riporta i campi (separati da spazi) di . Ovvero se " "il\n" " testo è \"foo bar baz\" e è 2, verrà mostrato \"bar\".\n" " " #: plugin.py:195 msgid "" " [ ...]\n" "\n" " Expands a Python-style format string using the remaining args. Just " "be\n" " sure always to use %s, not %d or %f or whatever, because all the " "args\n" " are strings.\n" " " msgstr "" " [ ...]\n" "\n" " Espande un formato di stringa in stile Python utilizzando gli " "argomenti\n" " restanti. Assicurati di usare sempre %s, non %d o %f o altro, in " "quanto\n" " tutti gli argomenti sono stringhe.\n" " " #: plugin.py:209 msgid "Not enough arguments for the format string." msgstr "Argomenti non sufficienti per il formato della stringa."