diff options
author | Thomas Voss <thomas.voss@humanwave.nl> | 2025-09-05 15:46:26 +0200 |
---|---|---|
committer | Thomas Voss <thomas.voss@humanwave.nl> | 2025-09-05 15:46:26 +0200 |
commit | df78b72fe58251bb31c8bc5ab34460e44220383d (patch) | |
tree | e2fa5436c73d9f11ccf6e5cdce3450e3472c2a1f /po/messages.pot |
Genesis commit
Diffstat (limited to 'po/messages.pot')
-rw-r--r-- | po/messages.pot | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/po/messages.pot b/po/messages.pot new file mode 100644 index 0000000..01929bf --- /dev/null +++ b/po/messages.pot @@ -0,0 +1,38 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-05 15:43+0200\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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: main.c:30 +#, c-format +msgid "Usage: %s [-h] [-i interval] [format]\n" +msgstr "" + +#: main.c:65 +#, c-format +msgid "" +"invalid interval ā%sā\n" +"Read the %s(1) manual page for valid intervals" +msgstr "" + +#: main.c:89 main.c:101 +msgid "failed to get the time" +msgstr "" + +#: main.c:97 +msgid "buffer too small" +msgstr "" |