grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to grep/po/it.po,v


From: Bernhard Rosenkraenzer
Subject: Changes to grep/po/it.po,v
Date: Fri, 18 Aug 2006 21:04:45 -0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Bernhard Rosenkraenzer <bero>   06/08/18 21:04:18

Index: it.po
===================================================================
RCS file: /sources/grep/grep/po/it.po,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- it.po       20 Nov 2004 16:15:57 -0000      1.17
+++ it.po       18 Aug 2006 21:04:18 -0000      1.18
@@ -4,9 +4,9 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: grep 2.5g\n"
-"POT-Creation-Date: 2002-01-22 14:39+0100\n"
-"PO-Revision-Date: 2002-03-08 00:20+0100\n"
+"Project-Id-Version: grep 2.5.1a\n"
+"POT-Creation-Date: 2002-03-26 16:38+0100\n"
+"PO-Revision-Date: 2005-03-03 17:37+0100\n"
 "Last-Translator: Marco d'Itri <address@hidden>\n"
 "Language-Team: Italian <address@hidden>\n"
 "MIME-Version: 1.0\n"
@@ -17,7 +17,10 @@
 msgid "Memory exhausted"
 msgstr "Memoria esaurita"
 
-#: src/dfa.c:489 src/dfa.c:492 src/dfa.c:510 src/dfa.c:521 src/dfa.c:545 
src/dfa.c:604 src/dfa.c:609 src/dfa.c:622 src/dfa.c:623 src/dfa.c:1001 
src/dfa.c:1004 src/dfa.c:1028 src/dfa.c:1032 src/dfa.c:1033 src/dfa.c:1036 
src/dfa.c:1048 src/dfa.c:1049
+#: src/dfa.c:489 src/dfa.c:492 src/dfa.c:510 src/dfa.c:521 src/dfa.c:545
+#: src/dfa.c:604 src/dfa.c:609 src/dfa.c:622 src/dfa.c:623 src/dfa.c:1001
+#: src/dfa.c:1004 src/dfa.c:1028 src/dfa.c:1032 src/dfa.c:1033 src/dfa.c:1036
+#: src/dfa.c:1048 src/dfa.c:1049
 msgid "Unbalanced ["
 msgstr "[ non bilanciata"
 
@@ -53,7 +56,8 @@
 msgid "out of memory"
 msgstr "memoria esaurita"
 
-#: lib/obstack.c:471 src/kwset.c:171 src/kwset.c:177 src/search.c:103 
src/search.c:209 src/search.c:293
+#: src/kwset.c:171 src/kwset.c:177 src/search.c:103 src/search.c:209
+#: src/search.c:293 lib/obstack.c:471
 msgid "memory exhausted"
 msgstr "memoria esaurita"
 
@@ -61,48 +65,48 @@
 msgid "invalid context length argument"
 msgstr "argomento della lunghezza del contesto non valido"
 
-#: src/grep.c:475
+#: src/grep.c:479
 msgid "input is too large to count"
 msgstr "l'input è troppo grande per essere contato"
 
-#: src/grep.c:597
+#: src/grep.c:605
 msgid "writing output"
 msgstr "scrittura dell'output"
 
-#: src/grep.c:870
+#: src/grep.c:878
 #, c-format
 msgid "Binary file %s matches\n"
 msgstr "Il file binario %s corrisponde\n"
 
-#: src/grep.c:884
+#: src/grep.c:892
 msgid "(standard input)"
 msgstr "(standard input)"
 
-#: src/grep.c:989
+#: src/grep.c:997
 #, c-format
 msgid "warning: %s: %s\n"
 msgstr "attenzione: %s: %s\n"
 
-#: src/grep.c:990
+#: src/grep.c:998
 msgid "recursive directory loop"
 msgstr "loop ricorsivo di directory"
 
-#: src/grep.c:1038
+#: src/grep.c:1046
 #, c-format
 msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n"
 msgstr "Uso: %s [OPZIONE]... MODELLO [FILE]...\n"
 
-#: src/grep.c:1040
+#: src/grep.c:1048
 #, c-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Usare `%s --help' per ulteriori informazioni.\n"
 
-#: src/grep.c:1045
+#: src/grep.c:1053
 #, c-format
 msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n"
 msgstr "Uso: %s [OPZIONE]... MODELLO [FILE] ...\n"
 
-#: src/grep.c:1046
+#: src/grep.c:1054
 #, c-format
 msgid ""
 "Search for PATTERN in each FILE or standard input.\n"
@@ -115,7 +119,7 @@
 "\n"
 "Selezione ed interpretazione delle regexp:\n"
 
-#: src/grep.c:1051
+#: src/grep.c:1059
 msgid ""
 "  -E, --extended-regexp     PATTERN is an extended regular expression\n"
 "  -F, --fixed-strings       PATTERN is a set of newline-separated strings\n"
@@ -128,7 +132,7 @@
 "  -G, --basic-regexp        il MODELLO è una regular expression semplice\n"
 "  -P, --perl-regexp         il MODELLO è una regular expression del perl\n"
 
-#: src/grep.c:1056
+#: src/grep.c:1064
 msgid ""
 "  -e, --regexp=PATTERN      use PATTERN as a regular expression\n"
 "  -f, --file=FILE           obtain PATTERN from FILE\n"
@@ -144,7 +148,7 @@
 "  -x, --line-regexp         forza MODELLO a corrispondere solo a righe 
intere\n"
 "  -z, --null-data           una riga di dati termina con \\0 invece che 
newline\n"
 
-#: src/grep.c:1063
+#: src/grep.c:1071
 msgid ""
 "\n"
 "Miscellaneous:\n"
@@ -162,7 +166,7 @@
 "      --help                mostra questo aiuto ed esce\n"
 "      --mmap                se possibile mappa in memoria l'input\n"
 
-#: src/grep.c:1071
+#: src/grep.c:1079
 msgid ""
 "\n"
 "Output control:\n"
@@ -221,7 +225,7 @@
 "  -c, --count          stampa solo il conto delle righe occorrenti in ogni 
FILE\n"
 "  -Z, --null                stampa il byte 0 dopo ogni nome di FILE\n"
 
-#: src/grep.c:1099
+#: src/grep.c:1107
 msgid ""
 "\n"
 "Context control:\n"
@@ -257,44 +261,44 @@
 "specificati meno di due file presume -h. Esce con 0 se corrisponde, con 1 
se\n"
 "non corrisponde o con 2 se ci sono problemi.\n"
 
-#: src/grep.c:1116
+#: src/grep.c:1124
 msgid ""
 "\n"
-"Report bugs to <%s>.\n"
+"Report bugs to <address@hidden>.\n"
 msgstr ""
 "\n"
-"Segnalare i bug a <%s>.\n"
+"Segnalare i bug a <address@hidden>.\n"
 
-#: src/grep.c:1126
+#: src/grep.c:1134
 msgid "conflicting matchers specified"
 msgstr "specificate corrispondenze in conflitto"
 
-#: src/grep.c:1363
+#: src/grep.c:1376
 msgid "unknown devices method"
 msgstr "metodo per i dispositivi sconosciuto"
 
-#: src/grep.c:1430
+#: src/grep.c:1443
 msgid "unknown directories method"
 msgstr "metodo per le directory sconosciuto"
 
-#: src/grep.c:1497
+#: src/grep.c:1510
 msgid "invalid max count"
 msgstr "numero massimo non valido"
 
-#: src/grep.c:1551
+#: src/grep.c:1565
 msgid "unknown binary-files type"
 msgstr "tipo di file binario sconosciuto"
 
-#: src/grep.c:1646
+#: src/grep.c:1660
 #, c-format
 msgid "%s (GNU grep) %s\n"
 msgstr "%s (grep GNU) %s\n"
 
-#: src/grep.c:1648
+#: src/grep.c:1662
 msgid "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n"
 msgstr "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n"
 
-#: src/grep.c:1650
+#: src/grep.c:1664
 msgid ""
 "This is free software; see the source for copying conditions. There is NO\n"
 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]