summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <bero@arklinux.org>2002-03-13 13:37:47 +0000
committerBernhard Rosenkraenzer <bero@arklinux.org>2002-03-13 13:37:47 +0000
commitf599d897efdadc3ce5ee56ca2272ab931efae881 (patch)
tree59598398f6ece925daafd2f654388932c42bb192 /po
parent0325265f0d2503c035e8c69e9324e1bbfd7ddb46 (diff)
downloadgrep-f599d897efdadc3ce5ee56ca2272ab931efae881.tar.gz
gettext 0.11, autoconf 2.53
* configure.in, m4/regex.m4, m4/malloc.m4, m4/realloc.m4: Don't set LIBOBJS directly, autoconf 2.53 doesn't like it * intl/*: Sync with gettext 0.11
Diffstat (limited to 'po')
-rw-r--r--po/grep.pot57
1 files changed, 29 insertions, 28 deletions
diff --git a/po/grep.pot b/po/grep.pot
index 44421968..89cb2e0e 100644
--- a/po/grep.pot
+++ b/po/grep.pot
@@ -1,12 +1,13 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR Free Software Foundation, Inc.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2002-01-22 14:39+0100\n"
+"POT-Creation-Date: 2002-03-13 15:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -57,8 +58,8 @@ msgstr ""
msgid "out of memory"
msgstr ""
-#: 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 ""
@@ -66,48 +67,48 @@ msgstr ""
msgid "invalid context length argument"
msgstr ""
-#: src/grep.c:475
+#: src/grep.c:479
msgid "input is too large to count"
msgstr ""
-#: src/grep.c:597
+#: src/grep.c:601
msgid "writing output"
msgstr ""
-#: src/grep.c:870
+#: src/grep.c:874
#, c-format
msgid "Binary file %s matches\n"
msgstr ""
-#: src/grep.c:884
+#: src/grep.c:888
msgid "(standard input)"
msgstr ""
-#: src/grep.c:989
+#: src/grep.c:993
#, c-format
msgid "warning: %s: %s\n"
msgstr ""
-#: src/grep.c:990
+#: src/grep.c:994
msgid "recursive directory loop"
msgstr ""
-#: src/grep.c:1038
+#: src/grep.c:1042
#, c-format
msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n"
msgstr ""
-#: src/grep.c:1040
+#: src/grep.c:1044
#, c-format
msgid "Try `%s --help' for more information.\n"
msgstr ""
-#: src/grep.c:1045
+#: src/grep.c:1049
#, c-format
msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n"
msgstr ""
-#: src/grep.c:1046
+#: src/grep.c:1050
#, c-format
msgid ""
"Search for PATTERN in each FILE or standard input.\n"
@@ -116,7 +117,7 @@ msgid ""
"Regexp selection and interpretation:\n"
msgstr ""
-#: src/grep.c:1051
+#: src/grep.c:1055
msgid ""
" -E, --extended-regexp PATTERN is an extended regular expression\n"
" -F, --fixed-strings PATTERN is a set of newline-separated strings\n"
@@ -124,7 +125,7 @@ msgid ""
" -P, --perl-regexp PATTERN is a Perl regular expression\n"
msgstr ""
-#: src/grep.c:1056
+#: src/grep.c:1060
msgid ""
" -e, --regexp=PATTERN use PATTERN as a regular expression\n"
" -f, --file=FILE obtain PATTERN from FILE\n"
@@ -134,7 +135,7 @@ msgid ""
" -z, --null-data a data line ends in 0 byte, not newline\n"
msgstr ""
-#: src/grep.c:1063
+#: src/grep.c:1067
msgid ""
"\n"
"Miscellaneous:\n"
@@ -145,7 +146,7 @@ msgid ""
" --mmap use memory-mapped input if possible\n"
msgstr ""
-#: src/grep.c:1071
+#: src/grep.c:1075
msgid ""
"\n"
"Output control:\n"
@@ -177,7 +178,7 @@ msgid ""
" -Z, --null print 0 byte after FILE name\n"
msgstr ""
-#: src/grep.c:1099
+#: src/grep.c:1103
msgid ""
"\n"
"Context control:\n"
@@ -197,42 +198,42 @@ msgid ""
"and 2 if trouble.\n"
msgstr ""
-#: src/grep.c:1116
+#: src/grep.c:1120
msgid ""
"\n"
"Report bugs to <bug-gnu-utils@gnu.org>.\n"
msgstr ""
-#: src/grep.c:1126
+#: src/grep.c:1130
msgid "conflicting matchers specified"
msgstr ""
-#: src/grep.c:1363
+#: src/grep.c:1367
msgid "unknown devices method"
msgstr ""
-#: src/grep.c:1430
+#: src/grep.c:1434
msgid "unknown directories method"
msgstr ""
-#: src/grep.c:1497
+#: src/grep.c:1501
msgid "invalid max count"
msgstr ""
-#: src/grep.c:1551
+#: src/grep.c:1555
msgid "unknown binary-files type"
msgstr ""
-#: src/grep.c:1646
+#: src/grep.c:1650
#, c-format
msgid "%s (GNU grep) %s\n"
msgstr ""
-#: src/grep.c:1648
+#: src/grep.c:1652
msgid "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n"
msgstr ""
-#: src/grep.c:1650
+#: src/grep.c:1654
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"