1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Ville Laurikari
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: tre 0.8.0\n"
10"Report-Msgid-Bugs-To: tre-general@lists.laurikari.net\n"
11"POT-Creation-Date: 2009-09-18 15:41+0300\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=CHARSET\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#: lib/regerror.c:37
20msgid "No error"
21msgstr ""
22
23#: lib/regerror.c:38
24msgid "No match"
25msgstr ""
26
27#: lib/regerror.c:39
28msgid "Invalid regexp"
29msgstr ""
30
31#: lib/regerror.c:40
32msgid "Unknown collating element"
33msgstr ""
34
35#: lib/regerror.c:41
36msgid "Unknown character class name"
37msgstr ""
38
39#: lib/regerror.c:42
40msgid "Trailing backslash"
41msgstr ""
42
43#: lib/regerror.c:43
44msgid "Invalid back reference"
45msgstr ""
46
47#: lib/regerror.c:44
48msgid "Missing ']'"
49msgstr ""
50
51#: lib/regerror.c:45
52msgid "Missing ')'"
53msgstr ""
54
55#: lib/regerror.c:46
56msgid "Missing '}'"
57msgstr ""
58
59#: lib/regerror.c:47
60msgid "Invalid contents of {}"
61msgstr ""
62
63#: lib/regerror.c:48
64msgid "Invalid character range"
65msgstr ""
66
67#: lib/regerror.c:49 src/agrep.c:229 src/agrep.c:299 src/agrep.c:324
68#: src/agrep.c:695 src/agrep.c:734
69msgid "Out of memory"
70msgstr ""
71
72#: lib/regerror.c:50
73msgid "Invalid use of repetition operators"
74msgstr ""
75
76#: lib/regerror.c:65
77msgid "Unknown error"
78msgstr ""
79
80#: src/agrep.c:96 src/agrep.c:103
81#, c-format
82msgid "Usage: %s [OPTION]... PATTERN [FILE]...\n"
83msgstr ""
84
85#: src/agrep.c:98
86#, c-format
87msgid "Try `%s --help' for more information.\n"
88msgstr ""
89
90#: src/agrep.c:104
91#, c-format
92msgid ""
93"Searches for approximate matches of PATTERN in each FILE or standard input.\n"
94"Example: `%s -2 optimize foo.txt' outputs all lines in file `foo.txt' that\n"
95"match \"optimize\" within two errors.  E.g. lines which contain \"optimise"
96"\",\n"
97"\"optmise\", and \"opitmize\" all match.\n"
98msgstr ""
99
100#: src/agrep.c:110
101#, c-format
102msgid ""
103"Regexp selection and interpretation:\n"
104"  -e, --regexp=PATTERN\t    use PATTERN as a regular expression\n"
105"  -i, --ignore-case\t    ignore case distinctions\n"
106"  -k, --literal\t\t    PATTERN is a literal string\n"
107"  -w, --word-regexp\t    force PATTERN to match only whole words\n"
108"\n"
109"Approximate matching settings:\n"
110"  -D, --delete-cost=NUM\t    set cost of missing characters\n"
111"  -I, --insert-cost=NUM\t    set cost of extra characters\n"
112"  -S, --substitute-cost=NUM set cost of wrong characters\n"
113"  -E, --max-errors=NUM\t    select records that have at most NUM errors\n"
114"  -#\t\t\t    select records that have at most # errors (# is a\n"
115"\t\t\t    digit between 0 and 9)\n"
116"\n"
117"Miscellaneous:\n"
118"  -d, --delimiter=PATTERN   set the record delimiter regular expression\n"
119"  -v, --invert-match\t    select non-matching records\n"
120"  -V, --version\t\t    print version information and exit\n"
121"  -y, --nothing\t\t    does nothing (for compatibility with the non-free\n"
122"\t\t\t    agrep program)\n"
123"      --help\t\t    display this help and exit\n"
124"\n"
125"Output control:\n"
126"  -B, --best-match\t    only output records with least errors\n"
127"  -c, --count\t\t    only print a count of matching records per FILE\n"
128"  -h, --no-filename\t    suppress the prefixing filename on output\n"
129"  -H, --with-filename\t    print the filename for each match\n"
130"  -l, --files-with-matches  only print FILE names containing matches\n"
131"  -M, --delimiter-after     print record delimiter after record if -d is "
132"used\n"
133"  -n, --record-number\t    print record number with output\n"
134"      --line-number         same as -n\n"
135"  -q, --quiet, --silent\t    suppress all normal output\n"
136"  -s, --show-cost\t    print match cost with output\n"
137"      --colour, --color     use markers to distinguish the matching strings\n"
138"      --show-position       prefix each output record with start and end\n"
139"                            position of the first match within the record\n"
140msgstr ""
141
142#: src/agrep.c:149
143#, c-format
144msgid ""
145"With no FILE, or when FILE is -, reads standard input.  If less than two\n"
146"FILEs are given, -h is assumed.  Exit status is 0 if a match is found, 1 "
147"for\n"
148"no match, and 2 if there were errors.  If -E or -# is not specified, only\n"
149"exact matches are selected.\n"
150msgstr ""
151
152#: src/agrep.c:155
153#, c-format
154msgid ""
155"PATTERN is a POSIX extended regular expression (ERE) with the TRE "
156"extensions.\n"
157"See tre(7) for a complete description.\n"
158msgstr ""
159
160#: src/agrep.c:159
161#, c-format
162msgid "Report bugs to: "
163msgstr ""
164
165#: src/agrep.c:244
166#, c-format
167msgid "Error reading from %s: %s\n"
168msgstr ""
169
170#: src/agrep.c:339
171msgid "Cannot use -B when reading from standard input."
172msgstr ""
173
174#: src/agrep.c:343
175msgid "(standard input)"
176msgstr ""
177
178#: src/agrep.c:600
179#, c-format
180msgid "Copyright (c) 2001-2009 Ville Laurikari <vl@iki.fi>.\n"
181msgstr ""
182
183#: src/agrep.c:622
184#, c-format
185msgid "%s: invalid option --%s\n"
186msgstr ""
187
188#: src/agrep.c:749
189msgid "Error in search pattern"
190msgstr ""
191
192#: src/agrep.c:760
193msgid "Error in record delimiter pattern"
194msgstr ""
195
196#: src/agrep.c:767
197msgid "Record delimiter pattern must not match an empty string"
198msgstr ""
199