/[public]/getopt/trunk/po/messages.pot
ViewVC logotype

Diff of /getopt/trunk/po/messages.pot

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 365 Revision 366
6#, fuzzy 6#, fuzzy
7msgid "" 7msgid ""
8msgstr "" 8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n" 9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n" 10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2012-08-12 10:55+0200\n" 11"POT-Creation-Date: 2014-11-22 13:14+0100\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n" 14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n" 15"Language: \n"
16"MIME-Version: 1.0\n" 16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=CHARSET\n" 17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n" 18"Content-Transfer-Encoding: 8bit\n"
19 19
20#: getopt.c:226 20#: getopt.c:228
21#, c-format 21#, c-format
22msgid "Try `%s --help' for more information.\n" 22msgid "Try `%s --help' for more information.\n"
23msgstr "" 23msgstr ""
24 24
25#: getopt.c:295 25#: getopt.c:297
26msgid "empty long option after -l or --long argument" 26msgid "empty long option after -l or --long argument"
27msgstr "" 27msgstr ""
28 28
29#: getopt.c:316 29#: getopt.c:318
30msgid "unknown shell after -s or --shell argument" 30msgid "unknown shell after -s or --shell argument"
31msgstr "" 31msgstr ""
32 32
33#: getopt.c:321 33#: getopt.c:325
34msgid "Usage: getopt optstring parameters\n" 34#, c-format
35msgid ""
36" %1$s optstring parameters\n"
37" %1$s [options] [--] optstring parameters\n"
38" %1$s [options] -o|--options optstring [options] [--] parameters\n"
35msgstr "" 39msgstr ""
36 40
37#: getopt.c:322 41#: getopt.c:331
38msgid " getopt [options] [--] optstring parameters\n" 42msgid ""
43" -a, --alternative Allow long options starting with single -\n"
39msgstr "" 44msgstr ""
40 45
41#: getopt.c:323 46#: getopt.c:332
42msgid " getopt [options] -o|--options optstring [options] [--]\n" 47msgid " -l, --longoptions <longopts> Long options to be recognized\n"
43msgstr "" 48msgstr ""
44 49
45#: getopt.c:324 50#: getopt.c:333
46msgid " parameters\n" 51msgid ""
52" -n, --name <progname> The name under which errors are reported\n"
47msgstr "" 53msgstr ""
48 54
55#: getopt.c:334
56msgid " -o, --options <optstring> Short options to be recognized\n"
57msgstr ""
58
49#: getopt.c:325 59#: getopt.c:335
60msgid " -q, --quiet Disable error reporting by getopt(3)\n"
61msgstr ""
62
63#: getopt.c:336
64msgid " -Q, --quiet-output No normal output\n"
65msgstr ""
66
67#: getopt.c:337
68msgid " -s, --shell <shell> Set shell quoting conventions\n"
69msgstr ""
70
71#: getopt.c:338
72msgid " -T, --test Test for getopt(1) version\n"
73msgstr ""
74
75#: getopt.c:339
76msgid " -u, --unquoted Do not quote the output\n"
77msgstr ""
78
79#: getopt.c:390 getopt.c:449
80msgid "missing optstring argument"
81msgstr ""
82
83#: getopt.c:444
84msgid "internal error, contact the author."
85msgstr ""
86
87#: util-linux-compat.h:11
88msgid ""
89"\n"
90"Usage:\n"
91msgstr ""
92
93#: util-linux-compat.h:12
50msgid "" 94msgid ""
51"\n" 95"\n"
52"Options:\n" 96"Options:\n"
53msgstr "" 97msgstr ""
54 98
55#: getopt.c:326 99#: util-linux-compat.h:13
56msgid "" 100msgid "\n"
57" -a, --alternative Allow long options starting with single -\n"
58msgstr "" 101msgstr ""
59 102
60#: getopt.c:327 103#: util-linux-compat.h:14
61msgid " -h, --help This small usage guide\n" 104msgid " -h, --help display this help and exit\n"
62msgstr "" 105msgstr ""
63 106
64#: getopt.c:328 107#: util-linux-compat.h:15
65msgid " -l, --longoptions <longopts> Long options to be recognized\n" 108msgid " -V, --version output version information and exit\n"
66msgstr "" 109msgstr ""
67 110
68#: getopt.c:329 111#: util-linux-compat.h:16
112#, c-format
69msgid "" 113msgid ""
70" -n, --name <progname> The name under which errors are reported\n" 114"\n"
115"For more details see %s.\n"
71msgstr "" 116msgstr ""
72 117
73#: getopt.c:330 118#: util-linux-compat.h:18
74msgid " -o, --options <optstring> Short options to be recognized\n"
75msgstr ""
76
77#: getopt.c:331
78msgid " -q, --quiet Disable error reporting by getopt(3)\n"
79msgstr ""
80
81#: getopt.c:332
82msgid " -Q, --quiet-output No normal output\n"
83msgstr ""
84
85#: getopt.c:333
86msgid " -s, --shell <shell> Set shell quoting conventions\n"
87msgstr ""
88
89#: getopt.c:334
90msgid " -T, --test Test for getopt(1) version\n"
91msgstr ""
92
93#: getopt.c:335
94msgid " -u, --unquote Do not quote the output\n"
95msgstr ""
96
97#: getopt.c:336
98msgid " -V, --version Output version information\n"
99msgstr ""
100
101#: getopt.c:384 getopt.c:444
102msgid "missing optstring argument"
103msgstr ""
104
105#: getopt.c:433
106#, c-format 119#, c-format
107msgid "%s (enhanced) %s\n" 120msgid "%s (enhanced) %s\n"
108msgstr "" 121msgstr ""
109 122
110#: getopt.c:439 123#: gnu/getopt.c:678
111msgid "internal error, contact the author." 124#, c-format
125msgid "%s: option `%s' is ambiguous\n"
112msgstr "" 126msgstr ""
127
128#: gnu/getopt.c:702
129#, c-format
130msgid "%s: option `--%s' doesn't allow an argument\n"
131msgstr ""
132
133#: gnu/getopt.c:707
134#, c-format
135msgid "%s: option `%c%s' doesn't allow an argument\n"
136msgstr ""
137
138#: gnu/getopt.c:724 gnu/getopt.c:897
139#, c-format
140msgid "%s: option `%s' requires an argument\n"
141msgstr ""
142
143#: gnu/getopt.c:753
144#, c-format
145msgid "%s: unrecognized option `--%s'\n"
146msgstr ""
147
148#: gnu/getopt.c:757
149#, c-format
150msgid "%s: unrecognized option `%c%s'\n"
151msgstr ""
152
153#: gnu/getopt.c:783
154#, c-format
155msgid "%s: illegal option -- %c\n"
156msgstr ""
157
158#: gnu/getopt.c:786
159#, c-format
160msgid "%s: invalid option -- %c\n"
161msgstr ""
162
163#: gnu/getopt.c:816 gnu/getopt.c:946
164#, c-format
165msgid "%s: option requires an argument -- %c\n"
166msgstr ""
167
168#: gnu/getopt.c:863
169#, c-format
170msgid "%s: option `-W %s' is ambiguous\n"
171msgstr ""
172
173#: gnu/getopt.c:881
174#, c-format
175msgid "%s: option `-W %s' doesn't allow an argument\n"
176msgstr ""

Legend:
Removed from v.365  
changed lines
  Added in v.366

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26