3 # Test --domain option.
6 trap 'rm -fr $tmpfiles' 1 2 3 15
8 tmpfiles
="$tmpfiles mg-test2.po"
9 cat <<\EOF
> mg-test2.po
12 # German translations for GNU gettext package.
13 # Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
16 "Project-Id-Version: GNU gettext 0.11-pre1\n"
17 "POT-Creation-Date: 2001-12-08 20:33+0100\n"
18 "PO-Revision-Date: 2001-11-04 12:25+0100\n"
19 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
20 "Language-Team: German <de@li.org>\n"
22 "Content-Type: text/plain; charset=ISO-8859-1\n"
23 "Content-Transfer-Encoding: 8bit\n"
24 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
28 msgid
"%s: option `%s' is ambiguous\n"
29 msgstr
"%s: Option »%s« ist mehrdeutig\n"
33 msgid
"%s: option `--%s' doesn't allow an argument\n"
34 msgstr
"%s: Option »--%s« erwartet kein Argument\n"
38 msgid
"%s: option `%c%s' doesn't allow an argument\n"
39 msgstr
"%s: Option »%c%s« erwartet kein Argument\n"
41 #: getopt.c:739 getopt.c:912
43 msgid
"%s: option `%s' requires an argument\n"
44 msgstr
"%s: Option »%s« erwartet ein Argument\n"
48 msgid
"%s: unrecognized option `--%s'\n"
49 msgstr
"%s: unbekannte Option »--%s«\n"
53 msgid
"%s: unrecognized option `%c%s'\n"
54 msgstr
"%s: unbekannte Option »%c%s«\n"
58 msgid
"%s: illegal option -- %c\n"
59 msgstr
"%s: unzulässige Option -- %c\n"
63 msgid
"%s: invalid option -- %c\n"
64 msgstr
"%s: ungültige Option -- %c\n"
66 #: getopt.c:831 getopt.c:961
68 msgid
"%s: option requires an argument -- %c\n"
69 msgstr
"%s: Option erwartet ein Argument -- %c\n"
73 msgid
"%s: option `-W %s' is ambiguous\n"
74 msgstr
"%s: Option »-W %s« ist mehrdeutig\n"
78 msgid
"%s: option `-W %s' doesn't allow an argument\n"
79 msgstr
"%s: Option »-W %s« erwartet kein Argument\n"
83 # Messages français pour GNU gettext.
84 # Copyright © 1996, 1997, 1998 Free Software Foundation, Inc.
85 # François Pinard <pinard@iro.umontreal.ca>, 1996.
89 "Project-Id-Version: GNU gettext 0.10.35\n"
90 "POT-Creation-Date: 2001-12-08 20:33+0100\n"
91 "PO-Revision-Date: 1998-05-04 10:03-04:00\n"
92 "Last-Translator: François Pinard <pinard@iro.umontreal.ca>\n"
93 "Language-Team: French <fr@li.org>\n"
95 "Content-Type: text/plain; charset=ISO-8859-1\n"
96 "Content-Transfer-Encoding: 8bit\n"
97 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
101 msgid
"%s: option `%s' is ambiguous\n"
102 msgstr
"%s: l'option « %s » est ambiguë\n"
106 msgid
"%s: option `--%s' doesn't allow an argument\n"
107 msgstr
"%s: l'option « --%s » ne tolère pas d'argument\n"
111 msgid
"%s: option `%c%s' doesn't allow an argument\n"
112 msgstr
"%s: l'option « %c%s » ne tolère pas d'argument\n"
114 #: getopt.c:739 getopt.c:912
116 msgid
"%s: option `%s' requires an argument\n"
117 msgstr
"%s: l'option « %s » exige un argument\n"
121 msgid
"%s: unrecognized option `--%s'\n"
122 msgstr
"%s: l'option « --%s » n'est pas reconnue\n"
126 msgid
"%s: unrecognized option `%c%s'\n"
127 msgstr
"%s: l'option « %c%s » n'est pas reconnue\n"
131 msgid
"%s: illegal option -- %c\n"
132 msgstr
"%s: l'option « %c » n'est pas permise\n"
136 msgid
"%s: invalid option -- %c\n"
137 msgstr
"%s: l'option « %c » n'est pas valide\n"
139 #: getopt.c:831 getopt.c:961
141 msgid
"%s: option requires an argument -- %c\n"
142 msgstr
"%s: l'option « %c » exige un argument\n"
146 msgid
"%s: option `-W %s' is ambiguous\n"
147 msgstr
"%s: l'option « -W %s » est ambiguë\n"
151 msgid
"%s: option `-W %s' doesn't allow an argument\n"
152 msgstr
"%s: l'option « -W %s » ne tolère pas d'argument\n"
155 tmpfiles
="$tmpfiles mg-test2.out"
157 ${MSGGREP} -M fr mg-test2.po
-o mg-test2.out
158 test $?
= 0 ||
{ rm -fr $tmpfiles; exit 1; }
160 tmpfiles
="$tmpfiles mg-test2.ok"
161 cat <<\EOF
> mg-test2.ok
164 # German translations for GNU gettext package.
165 # Copyright (C) 1995, 1996, 1997, 2001 Free Software Foundation, Inc.
168 "Project-Id-Version: GNU gettext 0.11-pre1\n"
169 "POT-Creation-Date: 2001-12-08 20:33+0100\n"
170 "PO-Revision-Date: 2001-11-04 12:25+0100\n"
171 "Last-Translator: Karl Eichwalder <ke@suse.de>\n"
172 "Language-Team: German <de@li.org>\n"
173 "MIME-Version: 1.0\n"
174 "Content-Type: text/plain; charset=ISO-8859-1\n"
175 "Content-Transfer-Encoding: 8bit\n"
176 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
180 # Messages français pour GNU gettext.
181 # Copyright © 1996, 1997, 1998 Free Software Foundation, Inc.
182 # François Pinard <pinard@iro.umontreal.ca>, 1996.
186 "Project-Id-Version: GNU gettext 0.10.35\n"
187 "POT-Creation-Date: 2001-12-08 20:33+0100\n"
188 "PO-Revision-Date: 1998-05-04 10:03-04:00\n"
189 "Last-Translator: François Pinard <pinard@iro.umontreal.ca>\n"
190 "Language-Team: French <fr@li.org>\n"
191 "MIME-Version: 1.0\n"
192 "Content-Type: text/plain; charset=ISO-8859-1\n"
193 "Content-Transfer-Encoding: 8bit\n"
194 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
198 msgid
"%s: option `%s' is ambiguous\n"
199 msgstr
"%s: l'option « %s » est ambiguë\n"
203 msgid
"%s: option `--%s' doesn't allow an argument\n"
204 msgstr
"%s: l'option « --%s » ne tolère pas d'argument\n"
208 msgid
"%s: option `%c%s' doesn't allow an argument\n"
209 msgstr
"%s: l'option « %c%s » ne tolère pas d'argument\n"
211 #: getopt.c:739 getopt.c:912
213 msgid
"%s: option `%s' requires an argument\n"
214 msgstr
"%s: l'option « %s » exige un argument\n"
218 msgid
"%s: unrecognized option `--%s'\n"
219 msgstr
"%s: l'option « --%s » n'est pas reconnue\n"
223 msgid
"%s: unrecognized option `%c%s'\n"
224 msgstr
"%s: l'option « %c%s » n'est pas reconnue\n"
228 msgid
"%s: illegal option -- %c\n"
229 msgstr
"%s: l'option « %c » n'est pas permise\n"
233 msgid
"%s: invalid option -- %c\n"
234 msgstr
"%s: l'option « %c » n'est pas valide\n"
236 #: getopt.c:831 getopt.c:961
238 msgid
"%s: option requires an argument -- %c\n"
239 msgstr
"%s: l'option « %c » exige un argument\n"
243 msgid
"%s: option `-W %s' is ambiguous\n"
244 msgstr
"%s: l'option « -W %s » est ambiguë\n"
248 msgid
"%s: option `-W %s' doesn't allow an argument\n"
249 msgstr
"%s: l'option « -W %s » ne tolère pas d'argument\n"
253 ${DIFF} mg-test2.ok mg-test2.out