diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 25 |
1 files changed, 10 insertions, 15 deletions
@@ -4,10 +4,10 @@ # msgid "" msgstr "" -"Project-Id-Version: gawk 3.1.80\n" +"Project-Id-Version: gawk 3.1.81\n" "Report-Msgid-Bugs-To: arnold@skeeve.com\n" "POT-Creation-Date: 2011-03-18 12:00+0200\n" -"PO-Revision-Date: 2011-02-11 14:52+0100\n" +"PO-Revision-Date: 2011-03-19 16:52+0100\n" "Last-Translator: Antonio Colombo <azc100@gmail.com>\n" "Language-Team: Italian <it@li.org>\n" "Language: it\n" @@ -479,9 +479,8 @@ msgid "function `%s' called but never defined" msgstr "funzione `%s' chiamata ma mai definita" #: awkgram.y:4373 -#, fuzzy, c-format msgid "function `%s' defined but never called directly" -msgstr "funzione `%s' definita ma mai chiamata" +msgstr "funzione `%s' definita ma mai chiamata direttamente" #: awkgram.y:4405 #, c-format @@ -887,13 +886,12 @@ msgid "turning off `--lint' due to assignment to `LINT'" msgstr "disabilito `--lint' a causa di assegnamento a `LINT'" #: eval.c:1247 -#, fuzzy msgid "sorted array traversal is a gawk extension" -msgstr "`delete array' č un'estensione gawk" +msgstr "`sorted array traversal' č un'estensione gawk" #: eval.c:1291 msgid "`PROCINFO[\"sorted_in\"]' value is not recognized" -msgstr "" +msgstr "`PROCINFO[\"sorted_in\"]' valore non riconosciuto" #: eval.c:1373 eval.c:1923 #, c-format @@ -1096,7 +1094,7 @@ msgstr "split: il secondo argomento non č un vettore" #: field.c:962 msgid "split: can not use the same array for second and fourth args" -msgstr "" +msgstr "split: non si puņ usare lo stesso vettore come secondo e quarto argomento" #: field.c:990 msgid "split: null string for third arg is a gawk extension" @@ -1116,7 +1114,7 @@ msgstr "patsplit: il terzo argomento non puņ essere nullo" #: field.c:1059 msgid "patsplit: can not use the same array for second and fourth args" -msgstr "" +msgstr "patsplit: non si puņ usare lo stesso vettore come secondo e quarto argomento" #: field.c:1089 msgid "`FIELDWIDTHS' is a gawk extension" @@ -1944,11 +1942,11 @@ msgstr "Riferimento indietro non valido" #: regcomp.c:153 msgid "Unmatched [ or [^" -msgstr "[ or [^ non chiusa" +msgstr "[ o [^ non chiusa" #: regcomp.c:156 msgid "Unmatched ( or \\(" -msgstr "( or \\( non chiusa" +msgstr "( o \\( non chiusa" #: regcomp.c:159 msgid "Unmatched \\{" @@ -1980,11 +1978,8 @@ msgstr "Espressione regolare troppo complessa" #: regcomp.c:180 msgid "Unmatched ) or \\)" -msgstr ") or \\) non aperta" +msgstr ") o \\) non aperta" #: regcomp.c:701 msgid "No previous regular expression" msgstr "Nessuna espressione regolare precedente" - -#~ msgid "statement may have no effect" -#~ msgstr "istruzione che puņ non aver alcun effetto" |