grep-commit
[Top][All Lists]
Advanced

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

Changes to grep/po/da.po,v


From: Tony Abou-Assaleh
Subject: Changes to grep/po/da.po,v
Date: Sat, 03 Nov 2007 04:02:59 +0000

CVSROOT:        /sources/grep
Module name:    grep
Changes by:     Tony Abou-Assaleh <taa> 07/11/03 04:02:56

Index: po/da.po
===================================================================
RCS file: /sources/grep/grep/po/da.po,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- po/da.po    18 Aug 2006 21:04:17 -0000      1.5
+++ po/da.po    3 Nov 2007 04:02:54 -0000       1.6
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: grep 2.4f.da.po\n"
-"POT-Creation-Date: 2002-03-26 16:38+0100\n"
+"POT-Creation-Date: 2000-02-02 01:04-0500\n"
 "PO-Revision-Date: 2000-10-14 02:04+02:00\n"
 "Last-Translator: Birger Langkjer <address@hidden>\n"
 "Language-Team: Danish <address@hidden>\n"
@@ -14,18 +14,11 @@
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8-bit\n"
 
-#: src/dfa.c:136 src/dfa.c:147 src/dfa.c:158 src/search.c:689
+#: src/dfa.c:163 src/dfa.c:174 src/dfa.c:185 src/grep.c:902
 msgid "Memory exhausted"
 msgstr "Hukommelse opbrugt"
 
-#: 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 "Ubalanceret ["
-
-#: src/dfa.c:741
+#: src/dfa.c:448
 msgid "Unfinished \\ escape"
 msgstr "Ufærdig \\-beskyttelse"
 
@@ -33,81 +26,137 @@
 #. {M} - exact count
 #. {M,} - minimum count, maximum is infinity
 #. {M,N} - M through N
-#: src/dfa.c:874 src/dfa.c:880 src/dfa.c:890 src/dfa.c:898 src/dfa.c:913
+#: src/dfa.c:581 src/dfa.c:587 src/dfa.c:597 src/dfa.c:605 src/dfa.c:620
 msgid "unfinished repeat count"
 msgstr "ufærdigt gentagelsesantal"
 
-#: src/dfa.c:887 src/dfa.c:904 src/dfa.c:912 src/dfa.c:916
+#: src/dfa.c:594 src/dfa.c:611 src/dfa.c:619 src/dfa.c:623
 msgid "malformed repeat count"
 msgstr "ugyldigt gentagelsesantal"
 
-#: src/dfa.c:1253
+#: src/dfa.c:688 src/dfa.c:691 src/dfa.c:718 src/dfa.c:722 src/dfa.c:723
+#: src/dfa.c:726 src/dfa.c:739 src/dfa.c:740
+msgid "Unbalanced ["
+msgstr "Ubalanceret ["
+
+#: src/dfa.c:886
 msgid "Unbalanced ("
 msgstr "Ubalanceret ("
 
-#: src/dfa.c:1378
+#: src/dfa.c:1000
 msgid "No syntax specified"
 msgstr "Ingen syntaks angivet"
 
-#: src/dfa.c:1386
+#: src/dfa.c:1008
 msgid "Unbalanced )"
 msgstr "Ubalanceret )"
 
-#: src/dfa.c:2956
+#: src/dfa.c:1994
 msgid "out of memory"
 msgstr "ikke nok hukommelse"
 
-#: 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 "hukommelse opbrugt"
+#: src/getopt.c:675
+#, c-format
+msgid "%s: option `%s' is ambiguous\n"
+msgstr "%s: flaget '%s' er flertydigt\n"
 
-#: src/grep.c:205
-msgid "invalid context length argument"
-msgstr "ugyldigt kontekstlængdeargument"
+#: src/getopt.c:700
+#, c-format
+msgid "%s: option `--%s' doesn't allow an argument\n"
+msgstr "%s: flaget '--%s' tillader ikke argumenter\n"
 
-#: src/grep.c:479
-msgid "input is too large to count"
-msgstr ""
+#: src/getopt.c:705
+#, c-format
+msgid "%s: option `%c%s' doesn't allow an argument\n"
+msgstr "%s: flaget '%c%s' tillader ikke argumenter\n"
+
+#: src/getopt.c:723 src/getopt.c:896
+#, c-format
+msgid "%s: option `%s' requires an argument\n"
+msgstr "%s: flaget '%s' kræver et argument\n"
+
+#. --option
+#: src/getopt.c:752
+#, c-format
+msgid "%s: unrecognized option `--%s'\n"
+msgstr "%s: ukendt flag '--%s'\n"
+
+#. +option or -option
+#: src/getopt.c:756
+#, c-format
+msgid "%s: unrecognized option `%c%s'\n"
+msgstr "%s: ukendt flag '%c%s'\n"
+
+#. 1003.2 specifies the format of this message.
+#: src/getopt.c:782
+#, c-format
+msgid "%s: illegal option -- %c\n"
+msgstr "%s: ulovligt flag -- %c\n"
+
+#: src/getopt.c:785
+#, c-format
+msgid "%s: invalid option -- %c\n"
+msgstr "%s: ugyldigt flag -- %c\n"
+
+#. 1003.2 specifies the format of this message.
+#: src/getopt.c:815 src/getopt.c:945
+#, c-format
+msgid "%s: option requires an argument -- %c\n"
+msgstr "%s: flaget kræver et argument -- %c\n"
 
-#: src/grep.c:605
+#: src/getopt.c:862
+#, c-format
+msgid "%s: option `-W %s' is ambiguous\n"
+msgstr "%s: flaget '-W %s' er flertydigt\n"
+
+#: src/getopt.c:880
+#, c-format
+msgid "%s: option `-W %s' doesn't allow an argument\n"
+msgstr "%s: flaget '-W %s' tillader ikke argumenter\n"
+
+#: src/grep.c:185 src/grep.c:200 src/grep.c:293 src/grep.c:399 src/kwset.c:180
+#: src/kwset.c:186 src/obstack.c:471
+msgid "memory exhausted"
+msgstr "hukommelse opbrugt"
+
+#: src/grep.c:550 src/grep.c:1441
 msgid "writing output"
 msgstr "skriver uddata"
 
-#: src/grep.c:878
+#: src/grep.c:777
 #, c-format
 msgid "Binary file %s matches\n"
 msgstr "Binær fil %s stemmer\n"
 
-#: src/grep.c:892
+#: src/grep.c:791
 msgid "(standard input)"
 msgstr "(standard inddata)"
 
-#: src/grep.c:997
-#, fuzzy, c-format
-msgid "warning: %s: %s\n"
+#: src/grep.c:887
+#, c-format
+msgid "%s: warning: %s: %s\n"
 msgstr "%s: advarsel: %s: %s\n"
 
-#: src/grep.c:998
+#: src/grep.c:888
 msgid "recursive directory loop"
 msgstr "rekursiv katalogsløjfe"
 
-#: src/grep.c:1046
+#: src/grep.c:938
 #, c-format
 msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n"
 msgstr "Brug: %s [FLAG]... MØNSTER [FIL]...\n"
 
-#: src/grep.c:1048
+#: src/grep.c:939
 #, c-format
 msgid "Try `%s --help' for more information.\n"
 msgstr "Prøv '%s --help' for mere information.\n"
 
-#: src/grep.c:1053
+#: src/grep.c:943
 #, c-format
 msgid "Usage: %s [OPTION]... PATTERN [FILE] ...\n"
 msgstr "Brug: %s [FLAG]... MØNSTER [FIL] ...\n"
 
-#: src/grep.c:1054
+#: src/grep.c:944
 #, c-format
 msgid ""
 "Search for PATTERN in each FILE or standard input.\n"
@@ -120,19 +169,17 @@
 "\n"
 "Regexp tilvalg og betydning:\n"
 
-#: src/grep.c:1059
-#, fuzzy
+#: src/grep.c:949
 msgid ""
 "  -E, --extended-regexp     PATTERN is an extended regular expression\n"
 "  -F, --fixed-strings       PATTERN is a set of newline-separated strings\n"
 "  -G, --basic-regexp        PATTERN is a basic regular expression\n"
-"  -P, --perl-regexp         PATTERN is a Perl regular expression\n"
 msgstr ""
 "  -E, --extended-regexp     MØNSTER er et udvidet regulært udtryk\n"
 "  -F, --fixed-strings       MØNSTER er et sæt af nylinje-separerede strenge\n"
 "  -G, --basic-regexp        MØNSTER er et basalt regulært udtryk\n"
 
-#: src/grep.c:1064
+#: src/grep.c:953
 msgid ""
 "  -e, --regexp=PATTERN      use PATTERN as a regular expression\n"
 "  -f, --file=FILE           obtain PATTERN from FILE\n"
@@ -148,7 +195,7 @@
 "  -x, --line-regexp         få MØNSTER til at passe kun på hele linjer\n"
 "  -z, --null-data           en datalinje slutter med en 0 byte, ikke ny 
linje\n"
 
-#: src/grep.c:1071
+#: src/grep.c:960
 msgid ""
 "\n"
 "Miscellaneous:\n"
@@ -166,32 +213,22 @@
 "      --help                vis denne hjælpetekst og afslut\n"
 "      --mmap                brug inddata via hukommelse om muligt\n"
 
-#: src/grep.c:1079
-#, fuzzy
+#: src/grep.c:968
 msgid ""
 "\n"
 "Output control:\n"
-"  -m, --max-count=NUM       stop after NUM matches\n"
 "  -b, --byte-offset         print the byte offset with output lines\n"
 "  -n, --line-number         print line number with output lines\n"
-"      --line-buffered       flush output on every line\n"
 "  -H, --with-filename       print the filename for each match\n"
 "  -h, --no-filename         suppress the prefixing filename on output\n"
-"      --label=LABEL         print LABEL as filename for standard input\n"
-"  -o, --only-matching       show only the part of a line matching PATTERN\n"
 "  -q, --quiet, --silent     suppress all normal output\n"
 "      --binary-files=TYPE   assume that binary files are TYPE\n"
-"                            TYPE is 'binary', 'text', or 'without-match'\n"
+"                            TYPE is 'binary', 'text', or 'without-match'.\n"
 "  -a, --text                equivalent to --binary-files=text\n"
 "  -I                        equivalent to --binary-files=without-match\n"
 "  -d, --directories=ACTION  how to handle directories\n"
-"                            ACTION is 'read', 'recurse', or 'skip'\n"
-"  -D, --devices=ACTION      how to handle devices, FIFOs and sockets\n"
-"                            ACTION is 'read' or 'skip'\n"
-"  -R, -r, --recursive       equivalent to --directories=recurse\n"
-"      --include=PATTERN     files that match PATTERN will be examined\n"
-"      --exclude=PATTERN     files that match PATTERN will be skipped.\n"
-"      --exclude-from=FILE   files that match PATTERN in FILE will be 
skipped.\n"
+"                            ACTION is 'read', 'recurse', or 'skip'.\n"
+"  -r, --recursive           equivalent to --directories=recurse.\n"
 "  -L, --files-without-match only print FILE names containing no match\n"
 "  -l, --files-with-matches  only print FILE names containing matches\n"
 "  -c, --count               only print a count of matching lines per FILE\n"
@@ -216,18 +253,15 @@
 "  -c, --count               udskriv kun antal af linjer med træffere per 
FIL\n"
 "  -Z, --null                udskriv en 0 byte efter FIL navn\n"
 
-#: src/grep.c:1107
-#, fuzzy
+#: src/grep.c:987
 msgid ""
 "\n"
 "Context control:\n"
 "  -B, --before-context=NUM  print NUM lines of leading context\n"
 "  -A, --after-context=NUM   print NUM lines of trailing context\n"
-"  -C, --context=NUM         print NUM lines of output context\n"
+"  -C, --context[=NUM]       print NUM (default 2) lines of output context\n"
+"                            unless overridden by -A or -B\n"
 "  -NUM                      same as --context=NUM\n"
-"      --color[=WHEN],\n"
-"      --colour[=WHEN]       use markers to distinguish the matching string\n"
-"                            WHEN may be `always', `never' or `auto'.\n"
 "  -U, --binary              do not strip CR characters at EOL (MSDOS)\n"
 "  -u, --unix-byte-offsets   report offsets as if CRs were not there (MSDOS)\n"
 "\n"
@@ -251,48 +285,36 @@
 "to FILer er angivet, antag -h.  Afslutningsstatus er 0 ved træffer, 1 ved 
ingen træffer,\n"
 "og 2 ved problemer.\n"
 
-#: src/grep.c:1124
-#, fuzzy
-msgid ""
-"\n"
-"Report bugs to <address@hidden>.\n"
-msgstr ""
-"\n"
-"Rapportér fejl til <address@hidden>.\n"
+#: src/grep.c:1002
+msgid "\nReport bugs to <address@hidden>.\n"
+msgstr "\nRapportér fejl til <address@hidden>.\n"
 
-#: src/grep.c:1134
+#: src/grep.c:1012
 msgid "conflicting matchers specified"
 msgstr "konfliktende søgeudtryk angivet"
 
-#: src/grep.c:1376
-#, fuzzy
-msgid "unknown devices method"
-msgstr "ukendt katalogmetode"
+#: src/grep.c:1203 src/grep.c:1210 src/grep.c:1219
+msgid "invalid context length argument"
+msgstr "ugyldigt kontekstlængdeargument"
 
-#: src/grep.c:1443
+#: src/grep.c:1273
 msgid "unknown directories method"
 msgstr "ukendt katalogmetode"
 
-#: src/grep.c:1510
-#, fuzzy
-msgid "invalid max count"
-msgstr "ufærdigt gentagelsesantal"
-
-#: src/grep.c:1565
+#: src/grep.c:1358
 msgid "unknown binary-files type"
 msgstr "ukendt binær filtype"
 
-#: src/grep.c:1660
+#: src/grep.c:1378
 #, c-format
 msgid "%s (GNU grep) %s\n"
 msgstr "%s (GNU grep) %s\n"
 
-#: src/grep.c:1662
-#, fuzzy
-msgid "Copyright 1988, 1992-1999, 2000, 2001 Free Software Foundation, Inc.\n"
+#: src/grep.c:1380
+msgid "Copyright 1988, 1992-1999, 2000 Free Software Foundation, Inc.\n"
 msgstr "Ophavsret 1988, 1992-1999, 2000 Free Software Foundation, Inc.\n"
 
-#: src/grep.c:1664
+#: src/grep.c:1382
 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"
@@ -300,96 +322,3 @@
 "Dette er frit programmel, se kildekoden for kopieringsbetingelser.  Der\n"
 "er INGEN garanti, ikke engang for SALGBARHED eller EGNETHED FOR NOGET \n"
 "SPECIELT FORMÅL.\n"
-
-#: src/search.c:606
-msgid "The -P option is not supported"
-msgstr ""
-
-#: src/search.c:619
-msgid "The -P and -z options cannot be combined"
-msgstr ""
-
-#: lib/error.c:117
-msgid "Unknown system error"
-msgstr ""
-
-#: lib/getopt.c:675
-#, c-format
-msgid "%s: option `%s' is ambiguous\n"
-msgstr "%s: flaget '%s' er flertydigt\n"
-
-#: lib/getopt.c:700
-#, c-format
-msgid "%s: option `--%s' doesn't allow an argument\n"
-msgstr "%s: flaget '--%s' tillader ikke argumenter\n"
-
-#: lib/getopt.c:705
-#, c-format
-msgid "%s: option `%c%s' doesn't allow an argument\n"
-msgstr "%s: flaget '%c%s' tillader ikke argumenter\n"
-
-#: lib/getopt.c:723 lib/getopt.c:896
-#, c-format
-msgid "%s: option `%s' requires an argument\n"
-msgstr "%s: flaget '%s' kræver et argument\n"
-
-#. --option
-#: lib/getopt.c:752
-#, c-format
-msgid "%s: unrecognized option `--%s'\n"
-msgstr "%s: ukendt flag '--%s'\n"
-
-#. +option or -option
-#: lib/getopt.c:756
-#, c-format
-msgid "%s: unrecognized option `%c%s'\n"
-msgstr "%s: ukendt flag '%c%s'\n"
-
-#. 1003.2 specifies the format of this message.
-#: lib/getopt.c:782
-#, c-format
-msgid "%s: illegal option -- %c\n"
-msgstr "%s: ulovligt flag -- %c\n"
-
-#: lib/getopt.c:785
-#, c-format
-msgid "%s: invalid option -- %c\n"
-msgstr "%s: ugyldigt flag -- %c\n"
-
-#. 1003.2 specifies the format of this message.
-#: lib/getopt.c:815 lib/getopt.c:945
-#, c-format
-msgid "%s: option requires an argument -- %c\n"
-msgstr "%s: flaget kræver et argument -- %c\n"
-
-#: lib/getopt.c:862
-#, c-format
-msgid "%s: option `-W %s' is ambiguous\n"
-msgstr "%s: flaget '-W %s' er flertydigt\n"
-
-#: lib/getopt.c:880
-#, c-format
-msgid "%s: option `-W %s' doesn't allow an argument\n"
-msgstr "%s: flaget '-W %s' tillader ikke argumenter\n"
-
-#. Get translations for open and closing quotation marks.
-#.
-#. The message catalog should translate "`" to a left
-#. quotation mark suitable for the locale, and similarly for
-#. "'".  If the catalog has no translation,
-#. locale_quoting_style quotes `like this', and
-#. clocale_quoting_style quotes "like this".
-#.
-#. For example, an American English Unicode locale should
-#. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
-#. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
-#. MARK).  A British English Unicode locale should instead
-#. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and
-#. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
-#: lib/quotearg.c:259
-msgid "`"
-msgstr ""
-
-#: lib/quotearg.c:260
-msgid "'"
-msgstr ""




reply via email to

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