summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorAntonio Giovanni Colombo <azc100@gmail.com>2022-07-19 18:08:47 +0200
committerAntonio Giovanni Colombo <azc100@gmail.com>2022-07-19 18:08:47 +0200
commit9399a683dfaa74c6d30cc845e000b62417f395df (patch)
tree5c819c9e8e072b9f510a5ece05709faf61db06ba /po
parent9ec75618e0c4fbdc5f08047c02f1524d1982036f (diff)
downloadgawk-9399a683dfaa74c6d30cc845e000b62417f395df.tar.gz
updated a message in it.po
Diffstat (limited to 'po')
-rw-r--r--po/ChangeLog4
-rw-r--r--po/it.po171
2 files changed, 92 insertions, 83 deletions
diff --git a/po/ChangeLog b/po/ChangeLog
index 395f1e6b..649596cf 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,7 @@
+2022-07-19 Antonio Giovanni Colombo <azc100@gmail.com>
+
+ * it.po: Updated.
+
2022-07-13 Antonio Giovanni Colombo <azc100@gmail.com>
* it.po: Updated.
diff --git a/po/it.po b/po/it.po
index 71feedf5..2691f5d7 100644
--- a/po/it.po
+++ b/po/it.po
@@ -6,8 +6,8 @@ msgid ""
msgstr ""
"Project-Id-Version: GNU Awk 5.1.1, API: 3.0\n"
"Report-Msgid-Bugs-To: bug-gawk@gnu.org\n"
-"POT-Creation-Date: 2022-07-11 18:44+0300\n"
-"PO-Revision-Date: 2022-07-11 10:15+0100\n"
+"POT-Creation-Date: 2022-07-19 17:01+0200\n"
+"PO-Revision-Date: 2022-07-19 17:15+0100\n"
"Last-Translator: Antonio Colombo <azc100@gmail.com>\n"
"Language-Team: Italian <it@li.org>\n"
"Language: it\n"
@@ -388,7 +388,7 @@ msgstr "operatore `%s' non supportato nel vecchio awk"
msgid "unterminated string"
msgstr "stringa non delimitata"
-#: awkgram.y:4077 main.c:1242
+#: awkgram.y:4077 main.c:1247
msgid "POSIX does not allow physical newlines in string values"
msgstr ""
"POSIX non consente dei caratteri di ritorno a capo nei valori assegnati a "
@@ -2856,12 +2856,12 @@ msgstr "fflush: non riesco a terminare lo standard output: %s"
msgid "fflush: cannot flush standard error: %s"
msgstr "fflush: non riesco a terminare lo standard error: %s"
-#: io.c:1458 io.c:1547 main.c:687 main.c:732
+#: io.c:1458 io.c:1547 main.c:692 main.c:737
#, c-format
msgid "error writing standard output: %s"
msgstr "errore scrivendo `standard output': %s"
-#: io.c:1459 io.c:1558 main.c:689
+#: io.c:1459 io.c:1558 main.c:694
#, c-format
msgid "error writing standard error: %s"
msgstr "errore scrivendo `standard error': %s"
@@ -3061,206 +3061,211 @@ msgstr "valore multicarattere per `RS' è un'estensione gawk"
msgid "IPv6 communication is not supported"
msgstr "comunicazioni IPv6 non supportate"
-#: main.c:241
-msgid "persistent memory allocator failed to initialize"
-msgstr "l'allocatore di memoria persistente non è riuscito a inizializzarsi"
+#: main.c:244
+#, c-format
+msgid ""
+"%s: fatal: persistent memory allocator failed to initialize: return value "
+"%d, pma.c line: %d.\n"
+msgstr ""
+"%s: fatale: l'allocatore di memoria persistente non è riuscito a "
+"inizializzarsi: valore restituito %d, pma.c riga: %d.\n"
-#: main.c:247
+#: main.c:252
msgid "persistent memory is not supported"
msgstr "la memoria persistente non è supportata"
-#: main.c:356
+#: main.c:361
msgid "environment variable `POSIXLY_CORRECT' set: turning on `--posix'"
msgstr "variable d'ambiente `POSIXLY_CORRECT' impostata: attivo `--posix'"
-#: main.c:363
+#: main.c:368
msgid "`--posix' overrides `--traditional'"
msgstr "`--posix' annulla `--traditional'"
-#: main.c:374
+#: main.c:379
msgid "`--posix'/`--traditional' overrides `--non-decimal-data'"
msgstr "`--posix'/`--traditional' annulla `--non-decimal-data'"
-#: main.c:379
+#: main.c:384
msgid "`--posix' overrides `--characters-as-bytes'"
msgstr "`--posix' annulla `--characters-as-bytes'"
-#: main.c:390
+#: main.c:395
#, c-format
msgid "running %s setuid root may be a security problem"
msgstr "eseguire %s con `setuid' root può essere un rischio per la sicurezza"
-#: main.c:392
+#: main.c:397
msgid "The -r/--re-interval options no longer have any effect"
msgstr "L'opzione -r/--re-interval non ha più alcun effetto"
-#: main.c:446
+#: main.c:451
#, c-format
msgid "cannot set binary mode on stdin: %s"
msgstr "non è possibile impostare modalità binaria su `stdin': %s"
-#: main.c:449
+#: main.c:454
#, c-format
msgid "cannot set binary mode on stdout: %s"
msgstr "non è possibile impostare modalità binaria su `stdout': %s"
-#: main.c:451
+#: main.c:456
#, c-format
msgid "cannot set binary mode on stderr: %s"
msgstr "non è possibile impostare modalità binaria su `stderr': %s"
-#: main.c:513
+#: main.c:518
msgid "no program text at all!"
msgstr "manca del tutto il testo del programma!"
-#: main.c:607
+#: main.c:612
#, c-format
msgid "Usage: %s [POSIX or GNU style options] -f progfile [--] file ...\n"
msgstr "Uso: %s [opzioni in stile POSIX o GNU] -f file-prog. [--] file ...\n"
-#: main.c:609
+#: main.c:614
#, c-format
msgid "Usage: %s [POSIX or GNU style options] [--] %cprogram%c file ...\n"
msgstr "Usage: %s [opzioni in stile POSIX o GNU] [--] %cprogramma%c file ...\n"
-#: main.c:614
+#: main.c:619
msgid "POSIX options:\t\tGNU long options: (standard)\n"
msgstr "Opzioni POSIX:\t\topzioni lunghe GNU: (standard)\n"
-#: main.c:615
+#: main.c:620
msgid "\t-f progfile\t\t--file=progfile\n"
msgstr "\t-f fileprog\t\t--file=file-prog.\n"
-#: main.c:616
+#: main.c:621
msgid "\t-F fs\t\t\t--field-separator=fs\n"
msgstr "\t-F fs\t\t\t--field-separator=fs\n"
-#: main.c:617
+#: main.c:622
msgid "\t-v var=val\t\t--assign=var=val\n"
msgstr "\t-v var=valore\t\t--assign=var=valore\n"
-#: main.c:618
+#: main.c:623
msgid "Short options:\t\tGNU long options: (extensions)\n"
msgstr "Opzioni brevi:\t\topzioni lunghe GNU: (estensioni)\n"
-#: main.c:619
+#: main.c:624
msgid "\t-b\t\t\t--characters-as-bytes\n"
msgstr "\t-b\t\t\t--characters-as-bytes\n"
-#: main.c:620
+#: main.c:625
msgid "\t-c\t\t\t--traditional\n"
msgstr "\t-c\t\t\t--traditional\n"
-#: main.c:621
+#: main.c:626
msgid "\t-C\t\t\t--copyright\n"
msgstr "\t-C\t\t\t--copyright\n"
-#: main.c:622
+#: main.c:627
msgid "\t-d[file]\t\t--dump-variables[=file]\n"
msgstr "\t-d[file]\t\t--dump-variables[=file]\n"
-#: main.c:623
+#: main.c:628
msgid "\t-D[file]\t\t--debug[=file]\n"
msgstr "\t-D[file]\t\t--debug[=file]\n"
-#: main.c:624
+#: main.c:629
msgid "\t-e 'program-text'\t--source='program-text'\n"
msgstr "\t-e 'testo-del-programma'\t--source='testo-del-programma'\n"
-#: main.c:625
+#: main.c:630
msgid "\t-E file\t\t\t--exec=file\n"
msgstr "\t-E file\t\t\t--exec=file\n"
-#: main.c:626
+#: main.c:631
msgid "\t-g\t\t\t--gen-pot\n"
msgstr "\t-g\t\t\t--gen-pot\n"
-#: main.c:627
+#: main.c:632
msgid "\t-h\t\t\t--help\n"
msgstr "\t-h\t\t\t--help\n"
-#: main.c:628
+#: main.c:633
msgid "\t-i includefile\t\t--include=includefile\n"
msgstr "\t-i include_file\t\t--include=include_file\n"
-#: main.c:629
+#: main.c:634
msgid "\t-I\t\t\t--trace\n"
msgstr "\t-I\t\t\t--trace\n"
-#: main.c:630
+#: main.c:635
msgid "\t-l library\t\t--load=library\n"
msgstr "\t-l libreria\t\t--load=libreria\n"
#. TRANSLATORS: the "fatal", "invalid" and "no-ext" here are literal
#. values, they should not be translated. Thanks.
#.
-#: main.c:635
+#: main.c:640
msgid "\t-L[fatal|invalid|no-ext]\t--lint[=fatal|invalid|no-ext]\n"
msgstr "\t-L[fatal|invalid|no-ext]\t--lint[=fatal|invalid|no-ext]\n"
-#: main.c:636
+#: main.c:641
msgid "\t-M\t\t\t--bignum\n"
msgstr "\t-M\t\t\t--bignum\n"
-#: main.c:637
+#: main.c:642
msgid "\t-N\t\t\t--use-lc-numeric\n"
msgstr "\t-N\t\t\t--use-lc-numeric\n"
-#: main.c:638
+#: main.c:643
msgid "\t-n\t\t\t--non-decimal-data\n"
msgstr "\t-n\t\t\t--non-decimal-data\n"
-#: main.c:639
+#: main.c:644
msgid "\t-o[file]\t\t--pretty-print[=file]\n"
msgstr "\t-o[file]\t\t--pretty-print[=file]\n"
-#: main.c:640
+#: main.c:645
msgid "\t-O\t\t\t--optimize\n"
msgstr "\t-O\t\t\t--optimize\n"
-#: main.c:641
+#: main.c:646
msgid "\t-p[file]\t\t--profile[=file]\n"
msgstr "\t-p[file]\t\t--profile[=file]\n"
-#: main.c:642
+#: main.c:647
msgid "\t-P\t\t\t--posix\n"
msgstr "\t-P\t\t\t--posix\n"
-#: main.c:643
+#: main.c:648
msgid "\t-r\t\t\t--re-interval\n"
msgstr "\t-r\t\t\t--re-interval\n"
-#: main.c:644
+#: main.c:649
msgid "\t-s\t\t\t--no-optimize\n"
msgstr "\t-s\t\t\t--no-optimize\n"
-#: main.c:645
+#: main.c:650
msgid "\t-S\t\t\t--sandbox\n"
msgstr "\t-S\t\t\t--sandbox\n"
-#: main.c:646
+#: main.c:651
msgid "\t-t\t\t\t--lint-old\n"
msgstr "\t-t\t\t\t--lint-old\n"
-#: main.c:647
+#: main.c:652
msgid "\t-V\t\t\t--version\n"
msgstr "\t-V\t\t\t--version\n"
-#: main.c:649
+#: main.c:654
msgid "\t-W nostalgia\t\t--nostalgia\n"
msgstr "\t-W nostalgia\t\t--nostalgia\n"
-#: main.c:652
+#: main.c:657
msgid "\t-Y\t\t\t--parsedebug\n"
msgstr "\t-Y\t\t\t--parsedebug\n"
-#: main.c:655
+#: main.c:660
msgid "\t-Z locale-name\t\t--locale=locale-name\n"
msgstr "\t-Z locale-name\t\t--locale=locale-name\n"
#. TRANSLATORS: --help output (end)
#. no-wrap
-#: main.c:661
+#: main.c:666
msgid ""
"\n"
"To report bugs, use the `gawkbug' program.\n"
@@ -3282,7 +3287,7 @@ msgstr ""
"o usando un forum online del tipo di Stack Overflow.\n"
"\n"
-#: main.c:670
+#: main.c:675
msgid ""
"gawk is a pattern scanning and processing language.\n"
"By default it reads standard input and writes standard output.\n"
@@ -3292,7 +3297,7 @@ msgstr ""
"Senza parametri, legge da `standard input' e scrive su `standard output'.\n"
"\n"
-#: main.c:674
+#: main.c:679
#, c-format
msgid ""
"Examples:\n"
@@ -3303,7 +3308,7 @@ msgstr ""
"\t%s '{ sum += $1 }; END { print sum }' file\n"
"\t%s -F: '{ print $1 }' /etc/passwd\n"
-#: main.c:704
+#: main.c:709
#, c-format
msgid ""
"Copyright (C) 1989, 1991-%d Free Software Foundation.\n"
@@ -3322,7 +3327,7 @@ msgstr ""
"Licenza, o (a tua scelta) a una qualsiasi versione successiva.\n"
"\n"
-#: main.c:712
+#: main.c:717
msgid ""
"This program is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
@@ -3336,7 +3341,7 @@ msgstr ""
"Vedi la 'GNU General Public License' per ulteriori dettagli.\n"
"\n"
-#: main.c:718
+#: main.c:723
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program. If not, see http://www.gnu.org/licenses/.\n"
@@ -3345,11 +3350,11 @@ msgstr ""
"assieme a questo programma; se non è così, vedi http://www.gnu.org/"
"licenses/.\n"
-#: main.c:757
+#: main.c:762
msgid "-Ft does not set FS to tab in POSIX awk"
msgstr "-Ft non imposta FS a `tab' nell'awk POSIX"
-#: main.c:1172
+#: main.c:1177
#, c-format
msgid ""
"%s: `%s' argument to `-v' not in `var=value' form\n"
@@ -3358,96 +3363,96 @@ msgstr ""
"%s: `%s' argomento di `-v' non in forma `var=valore'\n"
"\n"
-#: main.c:1198
+#: main.c:1203
#, c-format
msgid "`%s' is not a legal variable name"
msgstr "`%s' non è un nome di variabile ammesso"
-#: main.c:1201
+#: main.c:1206
#, c-format
msgid "`%s' is not a variable name, looking for file `%s=%s'"
msgstr "`%s' non è un nome di variabile, cerco il file `%s=%s'"
-#: main.c:1215
+#: main.c:1220
#, c-format
msgid "cannot use gawk builtin `%s' as variable name"
msgstr "nome funzione interna gawk `%s' non ammesso come nome variabile"
-#: main.c:1220
+#: main.c:1225
#, c-format
msgid "cannot use function `%s' as variable name"
msgstr "non è possibile usare nome di funzione `%s' come nome di variabile"
-#: main.c:1299
+#: main.c:1304
msgid "floating point exception"
msgstr "eccezione floating point"
-#: main.c:1309
+#: main.c:1314
msgid "fatal error: internal error"
msgstr "errore fatale: errore interno"
-#: main.c:1329
+#: main.c:1334
msgid "fatal error: internal error: segfault"
msgstr "errore fatale: errore interno: segfault"
-#: main.c:1342
+#: main.c:1347
msgid "fatal error: internal error: stack overflow"
msgstr "errore fatale: errore interno: stack overflow"
-#: main.c:1405
+#: main.c:1410
#, c-format
msgid "no pre-opened fd %d"
msgstr "manca `fd' pre-aperta %d"
-#: main.c:1412
+#: main.c:1417
#, c-format
msgid "could not pre-open /dev/null for fd %d"
msgstr "non riesco a pre-aprire /dev/null per `fd' %d"
-#: main.c:1626
+#: main.c:1631
msgid "empty argument to `-e/--source' ignored"
msgstr "argomento di `-e/--source' nullo, ignorato"
-#: main.c:1691 main.c:1696
+#: main.c:1696 main.c:1701
msgid "`--profile' overrides `--pretty-print'"
msgstr "`--profile' annulla `--pretty-print'"
-#: main.c:1708
+#: main.c:1713
msgid "-M ignored: MPFR/GMP support not compiled in"
msgstr "-M ignorato: supporto per MPFR/GMP non generato"
-#: main.c:1733
+#: main.c:1740
#, c-format
msgid "Use `GAWK_PERSIST_FILE=%s gawk ...' instead of --persist."
msgstr "Usare `GAWK_PERSIST_FILE=%s gawk ...' invece che --persist."
-#: main.c:1735
+#: main.c:1742
msgid "Persistent memory is not supported."
msgstr "La memoria persistente non è supportata."
-#: main.c:1744
+#: main.c:1751
#, c-format
msgid "%s: option `-W %s' unrecognized, ignored\n"
msgstr "%s: opzione `-W %s' non riconosciuta, ignorata\n"
-#: main.c:1797
+#: main.c:1804
#, c-format
msgid "%s: option requires an argument -- %c\n"
msgstr "%s: l'opzione richiede un argomento -- %c\n"
-#: main.c:1896
+#: main.c:1903
msgid "MPFR mode is deprecated!"
msgstr "L'uso di MPFR è deprecato!"
-#: main.c:1897
+#: main.c:1904
msgid "It will be removed in the gawk release of 2024."
msgstr " Verrà rimosso nella versione 2024 di gawk."
-#: main.c:1898
+#: main.c:1905
msgid "For more information, see https://......."
msgstr "Per ulteriori informazioni, vedere https://......."
-#: main.c:1899
+#: main.c:1906
msgid "Use `export GAWK_NO_MPFR_WARN=1' to disable this warning."
msgstr ""
"Usare `export GAWK_NO_MPFR_WARN=1' per non vedere più questo avvertimento."