]> git.draconx.ca Git - cdecl99.git/blobdiff - po/en.po
Use the newly-minted option generator script from dxcommon.
[cdecl99.git] / po / en.po
index af0943015497d2c7030506d2efca56645a4848ef..700d57a6eb58593703b97be385ad135e973b4659 100644 (file)
--- a/po/en.po
+++ b/po/en.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: cdecl99 0.1\n"
 "Report-Msgid-Bugs-To: nbowler@draconx.ca\n"
-"POT-Creation-Date: 2011-10-06 14:48-0400\n"
+"POT-Creation-Date: 2021-02-26 00:33-0500\n"
 "PO-Revision-Date: 2011-09-13 21:54-0400\n"
 "Last-Translator: Nick Bowler <nbowler@draconx.ca>\n"
 "Language-Team: English\n"
@@ -16,195 +16,141 @@ msgstr ""
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: lib/getopt.c:547 lib/getopt.c:576
+#: lib/getopt.c:278
 #, c-format
-msgid "%s: option '%s' is ambiguous; possibilities:"
+msgid "%s: option '%s%s' is ambiguous\n"
 msgstr ""
 
-#: lib/getopt.c:624 lib/getopt.c:628
+#: lib/getopt.c:284
 #, c-format
-msgid "%s: option '--%s' doesn't allow an argument\n"
+msgid "%s: option '%s%s' is ambiguous; possibilities:"
 msgstr ""
 
-#: lib/getopt.c:637 lib/getopt.c:642
+#: lib/getopt.c:319
 #, c-format
-msgid "%s: option '%c%s' doesn't allow an argument\n"
+msgid "%s: unrecognized option '%s%s'\n"
 msgstr ""
 
-#: lib/getopt.c:685 lib/getopt.c:704
+#: lib/getopt.c:345
 #, c-format
-msgid "%s: option '--%s' requires an argument\n"
+msgid "%s: option '%s%s' doesn't allow an argument\n"
 msgstr ""
 
-#: lib/getopt.c:742 lib/getopt.c:745
+#: lib/getopt.c:360
 #, c-format
-msgid "%s: unrecognized option '--%s'\n"
+msgid "%s: option '%s%s' requires an argument\n"
 msgstr ""
 
-#: lib/getopt.c:753 lib/getopt.c:756
-#, c-format
-msgid "%s: unrecognized option '%c%s'\n"
-msgstr ""
-
-#: lib/getopt.c:805 lib/getopt.c:808
+#: lib/getopt.c:621
 #, c-format
 msgid "%s: invalid option -- '%c'\n"
 msgstr ""
 
-#: lib/getopt.c:858 lib/getopt.c:875 lib/getopt.c:1083 lib/getopt.c:1101
+#: lib/getopt.c:636 lib/getopt.c:682
 #, c-format
 msgid "%s: option requires an argument -- '%c'\n"
 msgstr ""
 
-#: lib/getopt.c:931 lib/getopt.c:947
+#: src/cdecl99.c:71
 #, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
+msgid "Usage: %s [options]\n"
 msgstr ""
 
-#: lib/getopt.c:971 lib/getopt.c:989
+#: src/cdecl99.c:73
 #, c-format
-msgid "%s: option '-W %s' doesn't allow an argument\n"
+msgid "Try %s --help for more information.\n"
 msgstr ""
 
-#: lib/getopt.c:1010 lib/getopt.c:1028
+#: src/cdecl99.c:88
 #, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr ""
-
-#: src/cdecl99.c:38
-msgctxt "longopt"
-msgid "quiet"
-msgstr ""
-
-#: src/cdecl99.c:39
-msgctxt "longopt"
-msgid "batch"
-msgstr ""
-
-#: src/cdecl99.c:40
-msgctxt "longopt"
-msgid "interactive"
-msgstr ""
-
-#: src/cdecl99.c:41
-msgctxt "longopt"
-msgid "file"
-msgstr ""
-
-#: src/cdecl99.c:42
-msgctxt "longopt"
-msgid "execute"
-msgstr ""
-
-#: src/cdecl99.c:43
-msgctxt "longopt"
-msgid "version"
-msgstr ""
-
-#: src/cdecl99.c:44
-msgctxt "longopt"
-msgid "help"
-msgstr ""
-
-#: src/cdecl99.c:62
-msgid "Suppress the welcome message.\n"
-msgstr ""
-
-#: src/cdecl99.c:63
-msgid "Execute commands as normal, but do not print any prompts.\n"
-msgstr ""
-
-#: src/cdecl99.c:64
-msgid "Run in interactive mode.  This is the default.\n"
-msgstr ""
-
-#: src/cdecl99.c:65
-msgid "Read commands from FILE instead of standard input.\n"
+msgid "  -%c, --%s=%s"
 msgstr ""
 
-#: src/cdecl99.c:66
-msgctxt "longopt|file"
-msgid "FILE"
+#: src/cdecl99.c:92
+#, c-format
+msgid "  -%c, --%s"
 msgstr ""
 
-#: src/cdecl99.c:67
+#: src/cdecl99.c:123
 msgid ""
-"Execute COMMAND as if it were entered at the prompt.\n"
-"This can be specified multiple times.\n"
+"This is \"cdecl99\": a command-line tool for parsing and constructing\n"
+"complicated C declarations."
 msgstr ""
+"This is “cdecl99”: a command-line tool for parsing and constructing\n"
+"complicated C declarations."
 
-#: src/cdecl99.c:69
-msgctxt "longopt|execute"
-msgid "COMMAND"
+#: src/cdecl99.c:127
+msgid "Options:"
 msgstr ""
 
-#: src/cdecl99.c:70
-msgid "Print a version message and then exit.\n"
+#: src/cdecl99.c:154
+msgid "For more information, see the cdecl99(1) man page."
 msgstr ""
 
-#: src/cdecl99.c:71
-msgid "Print this message.\n"
+#. TRANSLATORS: Please add *another line* indicating where users should
+#. report translation bugs.
+#.
+#: src/cdecl99.c:161
+#, c-format
+msgid "Report bugs to <%s>.\n"
 msgstr ""
 
-#. TRANSLATORS: ARG is only used for options without help text.
-#: src/cdecl99.c:74
-msgctxt "longopt"
-msgid "ARG"
+#: src/cdecl99.c:186 src/errors.lst:1
+msgid "failed to allocate memory"
 msgstr ""
 
-#. TRANSLATORS: (C) must *always* be translated as ©.
-#: src/cdecl99.c:81
-msgid "(C)"
-msgstr "©"
-
-#: src/cdecl99.c:132
+#: src/cdecl99.c:490
 #, c-format
-msgid "  -%c"
+msgid "%s: excess command-line arguments:"
 msgstr ""
 
-#: src/cdecl99.c:135
-#, c-format
-msgid "  -%c, --%s=%s"
+#: src/options.h:52
+msgctxt "execute"
+msgid "COMMAND"
 msgstr ""
 
-#: src/cdecl99.c:136
-#, c-format
-msgid "  -%c, --%s"
+#: src/options.h:53
+msgctxt "file"
+msgid "FILE"
 msgstr ""
 
-#: src/cdecl99.c:141
-#, c-format
-msgid "  -%c, --%s=%s, --%s=%s"
+#: src/options.h:57
+msgctxt "quiet"
+msgid "Suppress the welcome message."
 msgstr ""
 
-#: src/cdecl99.c:145
-#, c-format
-msgid "  -%c, --%s, --%s"
+#: src/options.h:59
+msgctxt "batch"
+msgid ""
+"Run in batch mode.  Commands are executed as normal but\n"
+"prompts are not printed."
 msgstr ""
 
-#: src/cdecl99.c:181
-msgid ""
-"This is \"cdecl99\": a command-line tool for parsing and constructing\n"
-"complicated C declarations.\n"
+#: src/options.h:62
+msgctxt "interactive"
+msgid "Run in interactive mode.  This is the default."
 msgstr ""
-"This is “cdecl99”: a command-line tool for parsing and constructing\n"
-"complicated C declarations.\n"
 
-#: src/cdecl99.c:184
-msgid "Options:"
+#: src/options.h:64
+msgctxt "file"
+msgid "Read commands from FILE instead of standard input."
 msgstr ""
 
-#: src/cdecl99.c:193
-msgid "For more information, see the cdecl99(1) man page.\n"
+#: src/options.h:66
+msgctxt "execute"
+msgid ""
+"Execute COMMAND as if it were entered at the prompt.\n"
+"This option can be specified multiple times."
 msgstr ""
 
-#: src/cdecl99.c:199
-#, c-format
-msgid "Report bugs to <%s>.\n"
+#: src/options.h:69
+msgctxt "version"
+msgid "Print a version message and then exit."
 msgstr ""
 
-#: src/errors.lst:1
-msgid "failed to allocate memory"
+#: src/options.h:71
+msgctxt "help"
+msgid "Print this message and then exit."
 msgstr ""
 
 #: src/errors.lst:2