diff options
| author | bwarsaw | 2003-09-22 13:59:54 +0000 |
|---|---|---|
| committer | bwarsaw | 2003-09-22 13:59:54 +0000 |
| commit | 02a05cacb678a6e96e92e669611960f12a304a8b (patch) | |
| tree | 60d2daad6f556f9d5d8611f52fec6263c501b793 /messages/mailman.pot | |
| parent | 0caa4b67f7cd7fd28fc0c45c092691d2a5154c42 (diff) | |
| download | mailman-02a05cacb678a6e96e92e669611960f12a304a8b.tar.gz mailman-02a05cacb678a6e96e92e669611960f12a304a8b.tar.zst mailman-02a05cacb678a6e96e92e669611960f12a304a8b.zip | |
pot/po file updates to capture bin/discard and bin/show_qfiles
Diffstat (limited to 'messages/mailman.pot')
| -rw-r--r-- | messages/mailman.pot | 52 |
1 files changed, 49 insertions, 3 deletions
diff --git a/messages/mailman.pot b/messages/mailman.pot index 76a19c876..6474d81bd 100644 --- a/messages/mailman.pot +++ b/messages/mailman.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Sat Sep 13 09:21:50 2003\n" +"POT-Creation-Date: Mon Sep 22 09:46:10 2003\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -5774,8 +5774,8 @@ msgstr "" msgid "No such list: %(listname)s" msgstr "" -#: bin/add_members:230 bin/change_pw:158 bin/check_db:114 bin/sync_members:244 -#: cron/bumpdigests:78 +#: bin/add_members:230 bin/change_pw:158 bin/check_db:114 bin/discard:83 +#: bin/sync_members:244 cron/bumpdigests:78 msgid "Nothing to do." msgstr "" @@ -6350,6 +6350,34 @@ msgstr "" msgid "%%%" msgstr "" +#: bin/discard:19 +#, docstring +msgid "" +"Discard held messages.\n" +"\n" +"Usage:\n" +" discard [options] file ...\n" +"\n" +"Options:\n" +" --help / -h\n" +" Print this help message and exit.\n" +"\n" +" --quiet / -q\n" +" Don't print status messages.\n" +msgstr "" + +#: bin/discard:94 +msgid "Ignoring non-held message: %(f)s" +msgstr "" + +#: bin/discard:100 +msgid "Ignoring held msg w/bad id: %(f)s" +msgstr "" + +#: bin/discard:112 +msgid "Discarded held msg #%(id)s for list %(listname)s" +msgstr "" + #: bin/dumpdb:19 #, docstring msgid "" @@ -7203,6 +7231,24 @@ msgstr "" msgid "public archives" msgstr "" +#: bin/show_qfiles:3 +#, docstring +msgid "" +"Show the contents of one or more Mailman queue files.\n" +"\n" +"Usage: show_qfiles [options] qfile ...\n" +"\n" +"Options:\n" +"\n" +" -q / --quiet\n" +" Don't print `helpful' message delimiters.\n" +"\n" +" -h / --help\n" +" Print this text and exit.\n" +"\n" +"Example: show_qfiles qfiles/shunt/*.pck\n" +msgstr "" + #: bin/sync_members:19 #, docstring msgid "" |
