Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPootle Translation <pootle@dev.laptop.org>2008-08-27 13:04:43 (GMT)
committer Pootle Translation <pootle@dev.laptop.org>2008-08-27 13:04:43 (GMT)
commit73705178b869e7e69dad705be3b74ce7c672910e (patch)
treea866c69490885ed0a0a6ec72adbce0580536d418
parent35826765598de7a3774e67aeca2d0905836e323d (diff)
Commit from One Laptop Per Child: Translation System by user carlo. 118 of 118 messages translated (0 fuzzy).
-rw-r--r--po/it.po275
1 files changed, 136 insertions, 139 deletions
diff --git a/po/it.po b/po/it.po
index d40e429..9563d77 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-06-23 00:30-0400\n"
-"PO-Revision-Date: 2008-07-02 07:41-0400\n"
+"POT-Creation-Date: 2008-08-20 19:45+0530\n"
+"PO-Revision-Date: 2008-08-27 09:04-0400\n"
"Last-Translator: Carlo Falciola <cfalciola@yahoo.it>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
@@ -19,122 +19,6 @@ msgstr ""
msgid "Calculate"
msgstr "Calcola"
-#: calculate.py:80
-#, python-format
-msgid "Equation.parse() string invalid (%s)"
-msgstr "Equation.parse() stringa non valida (%s)"
-
-#: calculate.py:210
-msgid "Available functions:"
-msgstr "Funzioni disponibili:"
-
-#: calculate.py:504
-#, python-format
-msgid "Writing to journal (%s)"
-msgstr "Scrittura nel diario (%s) "
-
-#: calculate.py:788
-msgid "button_pressed(): invalid type"
-msgstr "button_pressed(): tipo non valido"
-
-#: eqnparser.py:33
-msgid "Parse error"
-msgstr "Errore di compilazione"
-
-#: eqnparser.py:58
-#, python-format
-msgid "level: %d, ofs %d"
-msgstr "livello: %d, ofs %d"
-
-#: eqnparser.py:117
-#, python-format
-msgid "Error at %d"
-msgstr "Errore a %d"
-
-#: eqnparser.py:249 eqnparserhelp.py:128
-msgid "Use help(test) for help about 'test', or help(index) for the index"
-msgstr "Usa help(test) per aiuto su 'test', oppure help(index) per l'indice"
-
-#: eqnparser.py:353 eqnparser.py:354
-#, python-format
-msgid "Function '%s' not defined"
-msgstr "Funzione '%s' non definita"
-
-#: eqnparser.py:359
-#, python-format
-msgid "Invalid number of arguments (%d instead of %d)"
-msgstr "Errato numero di parametri (%d invece di %d)"
-
-#: eqnparser.py:360
-#, python-format
-msgid "function takes %d args"
-msgstr "la funzione vuole %d parametri"
-
-#: eqnparser.py:370 eqnparser.py:371
-#, python-format
-msgid "Unable to parse argument %d: '%s'"
-msgstr "Impossibile interpretare il %d parametro: '%s'"
-
-#: eqnparser.py:380
-#, python-format
-msgid "Function error: %s"
-msgstr "Errore della funzione: %s"
-
-#: eqnparser.py:481
-#, python-format
-msgid "Variable '%s' not defined"
-msgstr "La variabile '%s' indefinita"
-
-#: eqnparser.py:504
-msgid "Left parenthesis unexpected"
-msgstr "Parentesi aperta inattesa"
-
-#: eqnparser.py:516
-msgid "Parse error (right parenthesis)"
-msgstr "Errore di interpretazione (parentesi destra)"
-
-#: eqnparser.py:517 eqnparser.py:528 eqnparser.py:535 eqnparser.py:610
-msgid "Right parenthesis unexpected"
-msgstr "Parentesi chiusa inattesa"
-
-#: eqnparser.py:527
-msgid "Parse error (right parenthesis, no left_val)"
-msgstr "Errore di interpretazione (parentesi chiusa, left_val assente)"
-
-#: eqnparser.py:534
-msgid "Parse error (right parenthesis, no level to close)"
-msgstr ""
-"Errore di interpretazione (parentesi chiusa, lnon esiste un livello "
-"equivalente da chiudere)"
-
-#: eqnparser.py:541 eqnparser.py:542
-msgid "Number not expected"
-msgstr "Numero inatteso"
-
-#: eqnparser.py:550
-msgid "Operator not expected"
-msgstr "Operatore inatteso"
-
-#: eqnparser.py:566
-msgid "Parse error: number or variable expected"
-msgstr "Errore di scansione: atteso numero o variabile"
-
-#: eqnparser.py:567
-msgid "Number or variable expected"
-msgstr "Atteso numero o variabile"
-
-#: eqnparser.py:596
-msgid "Invalid operator"
-msgstr "Operatore non valido"
-
-#: eqnparser.py:603
-msgid "Operator expected"
-msgstr "Atteso operatore"
-
-#: eqnparser.py:616
-msgid "_parse(): returning None"
-msgstr "_parse(): ritorna None"
-
#. TRANS: It is possible to translate commands. However, I would highly
#. recommend NOT doing so for mathematical functions like cos(). help(),
#. functions() etc should be translated.
@@ -229,7 +113,6 @@ msgid "functions"
msgstr "funzioni"
#: eqnparserhelp.py:69
-#, fuzzy
msgid "functions(), return a list of all the functions that are defined"
msgstr "funzioni(), ritorna una lista di tutte le funzioni che sono definite"
@@ -371,6 +254,10 @@ msgstr ""
"le condizioni: o x è True (ed y è False) oppure y è True (ed x è False), "
"altrimenti ritorna False"
+#: eqnparserhelp.py:128 eqnparser.py:249
+msgid "Use help(test) for help about 'test', or help(index) for the index"
+msgstr "Usa help(test) per aiuto su 'test', oppure help(index) per l'indice"
+
#. TRANS: help(index), both 'index' and the translation will work
#: eqnparserhelp.py:131
msgid "index"
@@ -387,6 +274,100 @@ msgstr ""
"Non ci sono informazioni disponibili per '%s', utilizzare help(index) per "
"l'indice"
+#: eqnparser.py:33
+msgid "Parse error"
+msgstr "Errore di compilazione"
+
+#: eqnparser.py:58
+#, python-format
+msgid "level: %d, ofs %d"
+msgstr "livello: %d, ofs %d"
+
+#: eqnparser.py:117
+#, python-format
+msgid "Error at %d"
+msgstr "Errore a %d"
+
+#: eqnparser.py:353 eqnparser.py:354
+#, python-format
+msgid "Function '%s' not defined"
+msgstr "Funzione '%s' non definita"
+
+#: eqnparser.py:359
+#, python-format
+msgid "Invalid number of arguments (%d instead of %d)"
+msgstr "Errato numero di parametri (%d invece di %d)"
+
+#: eqnparser.py:360
+#, python-format
+msgid "function takes %d args"
+msgstr "la funzione vuole %d parametri"
+
+#: eqnparser.py:370 eqnparser.py:371
+#, python-format
+msgid "Unable to parse argument %d: '%s'"
+msgstr "Impossibile interpretare il %d parametro: '%s'"
+
+#: eqnparser.py:380
+#, python-format
+msgid "Function error: %s"
+msgstr "Errore della funzione: %s"
+
+#: eqnparser.py:481
+#, python-format
+msgid "Variable '%s' not defined"
+msgstr "La variabile '%s' indefinita"
+
+#: eqnparser.py:504
+msgid "Left parenthesis unexpected"
+msgstr "Parentesi aperta inattesa"
+
+#: eqnparser.py:516
+msgid "Parse error (right parenthesis)"
+msgstr "Errore di interpretazione (parentesi destra)"
+
+#: eqnparser.py:517 eqnparser.py:528 eqnparser.py:535 eqnparser.py:610
+msgid "Right parenthesis unexpected"
+msgstr "Parentesi chiusa inattesa"
+
+#: eqnparser.py:527
+msgid "Parse error (right parenthesis, no left_val)"
+msgstr "Errore di interpretazione (parentesi chiusa, left_val assente)"
+
+#: eqnparser.py:534
+msgid "Parse error (right parenthesis, no level to close)"
+msgstr ""
+"Errore di interpretazione (parentesi chiusa, lnon esiste un livello "
+"equivalente da chiudere)"
+
+#: eqnparser.py:541 eqnparser.py:542
+msgid "Number not expected"
+msgstr "Numero inatteso"
+
+#: eqnparser.py:550
+msgid "Operator not expected"
+msgstr "Operatore inatteso"
+
+#: eqnparser.py:566
+msgid "Parse error: number or variable expected"
+msgstr "Errore di scansione: atteso numero o variabile"
+
+#: eqnparser.py:567
+msgid "Number or variable expected"
+msgstr "Atteso numero o variabile"
+
+#: eqnparser.py:596
+msgid "Invalid operator"
+msgstr "Operatore non valido"
+
+#: eqnparser.py:603
+msgid "Operator expected"
+msgstr "Atteso operatore"
+
+#: eqnparser.py:616
+msgid "_parse(): returning None"
+msgstr "_parse(): ritorna None"
+
#: layout.py:60
msgid "Edit"
msgstr "Modifica"
@@ -431,26 +412,6 @@ msgstr "Mostra storico"
msgid "Show variables"
msgstr "Mostra variabili"
-#. TRANS: multiplication symbol (default: '*')
-#: mathlib.py:74
-#, fuzzy
-msgid "mul_sym"
-msgstr "mul_sym"
-
-#. TRANS: division symbol (default: '/')
-#: mathlib.py:79
-#, fuzzy
-msgid "div_sym"
-msgstr "div_sym"
-
-#: mathlib.py:134
-msgid "Undefined"
-msgstr "Indefinito"
-
-#: mathlib.py:144
-msgid "Error: unsupported type"
-msgstr "Errore: tipo non supportato"
-
#: toolbars.py:53
msgid "Help"
msgstr "Aiuto"
@@ -566,3 +527,39 @@ msgstr "Radianti"
#: toolbars.py:252
msgid "Degrees / radians"
msgstr "Gradi / radianti"
+
+#. TRANS: multiplication symbol (default: '*')
+#: mathlib.py:74
+msgid "mul_sym"
+msgstr "*"
+
+#. TRANS: division symbol (default: '/')
+#: mathlib.py:79
+msgid "div_sym"
+msgstr "/"
+
+#: mathlib.py:134
+msgid "Undefined"
+msgstr "Indefinito"
+
+#: mathlib.py:144
+msgid "Error: unsupported type"
+msgstr "Errore: tipo non supportato"
+
+#: calculate.py:80
+#, python-format
+msgid "Equation.parse() string invalid (%s)"
+msgstr "Equation.parse() stringa non valida (%s)"
+
+#: calculate.py:210
+msgid "Available functions:"
+msgstr "Funzioni disponibili:"
+
+#: calculate.py:504
+#, python-format
+msgid "Writing to journal (%s)"
+msgstr "Scrittura nel diario (%s) "
+
+#: calculate.py:788
+msgid "button_pressed(): invalid type"
+msgstr "button_pressed(): tipo non valido"