aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-04-11 17:23:40 +0200
committerThomas White <taw@bitwiz.org.uk>2018-04-11 17:23:40 +0200
commit2cfad324a0e0efa1701bc3873368d2e786a113ba (patch)
tree79acde6c1ee17c30e1e3aa8d8d91dfb28e97e9fb /po
parente70ccae390df02840b860119900bfc81871c62b2 (diff)
Fix translation options
Diffstat (limited to 'po')
-rw-r--r--po/colloquium.pot3
-rw-r--r--po/de.po3
-rw-r--r--po/en.po26
-rw-r--r--po/meson.build7
4 files changed, 23 insertions, 16 deletions
diff --git a/po/colloquium.pot b/po/colloquium.pot
index c0d293c..7b3ce92 100644
--- a/po/colloquium.pot
+++ b/po/colloquium.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: colloquium\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-11 09:12+0200\n"
+"POT-Creation-Date: 2018-04-11 14:47+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"
@@ -17,6 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
+#. Description of the program
#: src/colloquium.c:113
msgid "Narrative-based presentation system"
msgstr ""
diff --git a/po/de.po b/po/de.po
index 449c242..8506281 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: colloquium\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-11 09:12+0200\n"
+"POT-Creation-Date: 2018-04-11 14:47+0200\n"
"PO-Revision-Date: 2018-04-10 23:10+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -17,6 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#. Description of the program
#: src/colloquium.c:113
msgid "Narrative-based presentation system"
msgstr "Erzählungsbasiertes Präsentationssystem"
diff --git a/po/en.po b/po/en.po
index 2a3c7ee..e82c779 100644
--- a/po/en.po
+++ b/po/en.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: colloquium\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-04-11 09:12+0200\n"
-"PO-Revision-Date: 2018-04-10 23:09+0200\n"
+"POT-Creation-Date: 2018-04-11 14:47+0200\n"
+"PO-Revision-Date: 2018-04-11 14:26+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"Language: en\n"
@@ -17,6 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#. Description of the program
#: src/colloquium.c:113
msgid "Narrative-based presentation system"
msgstr "Narrative-based presentation system"
@@ -24,39 +25,39 @@ msgstr "Narrative-based presentation system"
#: src/colloquium.c:184
#, c-format
msgid "Failed to convert file list\n"
-msgstr ""
+msgstr "Failed to convert file list\n"
#: src/colloquium.c:207
msgid "Open Presentation"
-msgstr ""
+msgstr "Open Presentation"
#: src/colloquium.c:210
msgid "_Cancel"
-msgstr ""
+msgstr "_Cancel"
#: src/colloquium.c:211
msgid "_Open"
-msgstr ""
+msgstr "_Open"
#: src/colloquium.c:246
#, c-format
msgid "Failed to load presentation '%s'\n"
-msgstr ""
+msgstr "Failed to load presentation '%s'\n"
#: src/colloquium.c:290
#, c-format
msgid "Don't understand '%s', assuming false\n"
-msgstr ""
+msgstr "Don't understand '%s', assuming false\n"
#: src/colloquium.c:302
#, c-format
msgid "Failed to open config %s\n"
-msgstr ""
+msgstr "Failed to open config %s\n"
#: src/colloquium.c:377
#, c-format
msgid "Failed to create config folder\n"
-msgstr ""
+msgstr "Failed to create config folder\n"
#: src/colloquium.c:446
#, c-format
@@ -64,6 +65,8 @@ msgid ""
"Syntax: %s [options] [<file.sc>]\n"
"\n"
msgstr ""
+"Syntax: %s [options] [<file.sc>]\n"
+"\n"
#: src/colloquium.c:447
#, c-format
@@ -72,3 +75,6 @@ msgid ""
"\n"
" -h, --help Display this help message.\n"
msgstr ""
+"A tiny presentation program.\n"
+"\n"
+" -h, --help Display this help message.\n"
diff --git a/po/meson.build b/po/meson.build
index 8e33532..308dc06 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,9 +1,8 @@
i18n = import('i18n')
-# define GETTEXT_PACKAGE
-
-add_project_arguments('-DGETTEXT_PACKAGE="intltest"',
+add_project_arguments('-DGETTEXT_PACKAGE="colloquium"',
language : 'c')
i18n.gettext(meson.project_name(),
- args : '--directory=' + meson.source_root())
+ preset : 'glib',
+ args : '--directory='+meson.source_root())