]> 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 42dc6a004c972a23a050e4ab6cdd311c7c7b8bb9..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: 2020-06-29 22:52-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,196 +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:861 lib/getopt.c:878 lib/getopt.c:1088 lib/getopt.c:1106
+#: lib/getopt.c:636 lib/getopt.c:682
 #, c-format
 msgid "%s: option requires an argument -- '%c'\n"
 msgstr ""
 
-#: lib/getopt.c:934 lib/getopt.c:950
+#: src/cdecl99.c:71
 #, c-format
-msgid "%s: option '-W %s' is ambiguous\n"
+msgid "Usage: %s [options]\n"
 msgstr ""
 
-#: lib/getopt.c:974 lib/getopt.c:992
+#: 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:1013 lib/getopt.c:1031
+#: src/cdecl99.c:88
 #, c-format
-msgid "%s: option '-W %s' requires an argument\n"
-msgstr ""
-
-#: src/cdecl99.c:43
-msgctxt "longopt"
-msgid "quiet"
-msgstr ""
-
-#: src/cdecl99.c:44
-msgctxt "longopt"
-msgid "batch"
-msgstr ""
-
-#: src/cdecl99.c:45
-msgctxt "longopt"
-msgid "interactive"
+msgid "  -%c, --%s=%s"
 msgstr ""
 
-#: src/cdecl99.c:46
-msgctxt "longopt"
-msgid "file"
+#: src/cdecl99.c:92
+#, c-format
+msgid "  -%c, --%s"
 msgstr ""
 
-#: src/cdecl99.c:47
-msgctxt "longopt"
-msgid "execute"
+#: src/cdecl99.c:123
+msgid ""
+"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:48
-msgctxt "longopt"
-msgid "version"
+#: src/cdecl99.c:127
+msgid "Options:"
 msgstr ""
 
-#: src/cdecl99.c:49
-msgctxt "longopt"
-msgid "help"
+#: src/cdecl99.c:154
+msgid "For more information, see the cdecl99(1) man page."
 msgstr ""
 
-#. TRANSLATORS: Help messages are indented 20 spaces and thus should
-#. not have lines longer than 60 columns.
+#. TRANSLATORS: Please add *another line* indicating where users should
+#. report translation bugs.
 #.
-#: src/cdecl99.c:67
-msgid "Suppress the welcome message.\n"
-msgstr ""
-
-#: src/cdecl99.c:68
-msgid "Execute commands as normal, but do not print any prompts.\n"
-msgstr ""
-
-#: src/cdecl99.c:69
-msgid "Run in interactive mode.  This is the default.\n"
-msgstr ""
-
-#: src/cdecl99.c:70
-msgid "Read commands from FILE instead of standard input.\n"
+#: src/cdecl99.c:161
+#, c-format
+msgid "Report bugs to <%s>.\n"
 msgstr ""
 
-#: src/cdecl99.c:71
-msgctxt "longopt|file"
-msgid "FILE"
+#: src/cdecl99.c:186 src/errors.lst:1
+msgid "failed to allocate memory"
 msgstr ""
 
-#: src/cdecl99.c:72
-msgid ""
-"Execute COMMAND as if it were entered at the prompt.\n"
-"This can be specified multiple times.\n"
+#: src/cdecl99.c:490
+#, c-format
+msgid "%s: excess command-line arguments:"
 msgstr ""
 
-#: src/cdecl99.c:74
-msgctxt "longopt|execute"
+#: src/options.h:52
+msgctxt "execute"
 msgid "COMMAND"
 msgstr ""
 
-#: src/cdecl99.c:75
-msgid "Print a version message and then exit.\n"
-msgstr ""
-
-#: src/cdecl99.c:76
-msgid "Print this message.\n"
-msgstr ""
-
-#. TRANSLATORS: ARG is only used for options without help text.
-#: src/cdecl99.c:79
-msgctxt "longopt"
-msgid "ARG"
+#: src/options.h:53
+msgctxt "file"
+msgid "FILE"
 msgstr ""
 
-#: src/cdecl99.c:147
-#, c-format
-msgid "  -%c"
+#: src/options.h:57
+msgctxt "quiet"
+msgid "Suppress the welcome message."
 msgstr ""
 
-#: src/cdecl99.c:150
-#, 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:151
-#, c-format
-msgid "  -%c, --%s"
+#: src/options.h:62
+msgctxt "interactive"
+msgid "Run in interactive mode.  This is the default."
 msgstr ""
 
-#: src/cdecl99.c:156
-#, c-format
-msgid "  -%c, --%s=%s, --%s=%s"
+#: src/options.h:64
+msgctxt "file"
+msgid "Read commands from FILE instead of standard input."
 msgstr ""
 
-#: src/cdecl99.c:160
-#, c-format
-msgid "  -%c, --%s, --%s"
-msgstr ""
-
-#: src/cdecl99.c:196
+#: src/options.h:66
+msgctxt "execute"
 msgid ""
-"This is \"cdecl99\": a command-line tool for parsing and constructing\n"
-"complicated C declarations.\n"
-msgstr ""
-"This is “cdecl99”: a command-line tool for parsing and constructing\n"
-"complicated C declarations.\n"
-
-#: src/cdecl99.c:199
-msgid "Options:"
-msgstr ""
-
-#: src/cdecl99.c:208
-msgid "For more information, see the cdecl99(1) man page.\n"
+"Execute COMMAND as if it were entered at the prompt.\n"
+"This option can be specified multiple times."
 msgstr ""
 
-#. TRANSLATORS: Please add *another line* indicating where users should
-#. report translation bugs.
-#.
-#: src/cdecl99.c:214
-#, 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