aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-04-11 08:55:50 +0200
committerThomas White <taw@bitwiz.me.uk>2018-04-11 09:29:09 +0200
commite70ccae390df02840b860119900bfc81871c62b2 (patch)
tree9ac4bf359d7df7d109b89586f0035468d7aef313 /po
parentb9018bff1b56e16942075600109f9b8ad5443ed0 (diff)
Add gettext stuff
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS1
-rw-r--r--po/POTFILES1
-rw-r--r--po/colloquium.pot74
-rw-r--r--po/de.po74
-rw-r--r--po/en.po74
-rw-r--r--po/meson.build9
6 files changed, 233 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..3ae2b72
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1 @@
+en de
diff --git a/po/POTFILES b/po/POTFILES
new file mode 100644
index 0000000..681214c
--- /dev/null
+++ b/po/POTFILES
@@ -0,0 +1 @@
+src/colloquium.c
diff --git a/po/colloquium.pot b/po/colloquium.pot
new file mode 100644
index 0000000..c0d293c
--- /dev/null
+++ b/po/colloquium.pot
@@ -0,0 +1,74 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the colloquium package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+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: 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=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: src/colloquium.c:113
+msgid "Narrative-based presentation system"
+msgstr ""
+
+#: src/colloquium.c:184
+#, c-format
+msgid "Failed to convert file list\n"
+msgstr ""
+
+#: src/colloquium.c:207
+msgid "Open Presentation"
+msgstr ""
+
+#: src/colloquium.c:210
+msgid "_Cancel"
+msgstr ""
+
+#: src/colloquium.c:211
+msgid "_Open"
+msgstr ""
+
+#: src/colloquium.c:246
+#, c-format
+msgid "Failed to load presentation '%s'\n"
+msgstr ""
+
+#: src/colloquium.c:290
+#, c-format
+msgid "Don't understand '%s', assuming false\n"
+msgstr ""
+
+#: src/colloquium.c:302
+#, c-format
+msgid "Failed to open config %s\n"
+msgstr ""
+
+#: src/colloquium.c:377
+#, c-format
+msgid "Failed to create config folder\n"
+msgstr ""
+
+#: src/colloquium.c:446
+#, c-format
+msgid ""
+"Syntax: %s [options] [<file.sc>]\n"
+"\n"
+msgstr ""
+
+#: src/colloquium.c:447
+#, c-format
+msgid ""
+"A tiny presentation program.\n"
+"\n"
+" -h, --help Display this help message.\n"
+msgstr ""
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 0000000..449c242
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,74 @@
+# German translations for colloquium package.
+# Copyright (C) 2018 THE colloquium'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the colloquium package.
+# Automatically generated, 2018.
+#
+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:10+0200\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/colloquium.c:113
+msgid "Narrative-based presentation system"
+msgstr "Erzählungsbasiertes Präsentationssystem"
+
+#: src/colloquium.c:184
+#, c-format
+msgid "Failed to convert file list\n"
+msgstr ""
+
+#: src/colloquium.c:207
+msgid "Open Presentation"
+msgstr ""
+
+#: src/colloquium.c:210
+msgid "_Cancel"
+msgstr ""
+
+#: src/colloquium.c:211
+msgid "_Open"
+msgstr ""
+
+#: src/colloquium.c:246
+#, c-format
+msgid "Failed to load presentation '%s'\n"
+msgstr ""
+
+#: src/colloquium.c:290
+#, c-format
+msgid "Don't understand '%s', assuming false\n"
+msgstr ""
+
+#: src/colloquium.c:302
+#, c-format
+msgid "Failed to open config %s\n"
+msgstr ""
+
+#: src/colloquium.c:377
+#, c-format
+msgid "Failed to create config folder\n"
+msgstr ""
+
+#: src/colloquium.c:446
+#, c-format
+msgid ""
+"Syntax: %s [options] [<file.sc>]\n"
+"\n"
+msgstr ""
+
+#: src/colloquium.c:447
+#, c-format
+msgid ""
+"A tiny presentation program.\n"
+"\n"
+" -h, --help Display this help message.\n"
+msgstr ""
diff --git a/po/en.po b/po/en.po
new file mode 100644
index 0000000..2a3c7ee
--- /dev/null
+++ b/po/en.po
@@ -0,0 +1,74 @@
+# English translations for colloquium package.
+# Copyright (C) 2018 THE colloquium'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the colloquium package.
+# Automatically generated, 2018.
+#
+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"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: en\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ASCII\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: src/colloquium.c:113
+msgid "Narrative-based presentation system"
+msgstr "Narrative-based presentation system"
+
+#: src/colloquium.c:184
+#, c-format
+msgid "Failed to convert file list\n"
+msgstr ""
+
+#: src/colloquium.c:207
+msgid "Open Presentation"
+msgstr ""
+
+#: src/colloquium.c:210
+msgid "_Cancel"
+msgstr ""
+
+#: src/colloquium.c:211
+msgid "_Open"
+msgstr ""
+
+#: src/colloquium.c:246
+#, c-format
+msgid "Failed to load presentation '%s'\n"
+msgstr ""
+
+#: src/colloquium.c:290
+#, c-format
+msgid "Don't understand '%s', assuming false\n"
+msgstr ""
+
+#: src/colloquium.c:302
+#, c-format
+msgid "Failed to open config %s\n"
+msgstr ""
+
+#: src/colloquium.c:377
+#, c-format
+msgid "Failed to create config folder\n"
+msgstr ""
+
+#: src/colloquium.c:446
+#, c-format
+msgid ""
+"Syntax: %s [options] [<file.sc>]\n"
+"\n"
+msgstr ""
+
+#: src/colloquium.c:447
+#, c-format
+msgid ""
+"A tiny presentation program.\n"
+"\n"
+" -h, --help Display this help message.\n"
+msgstr ""
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..8e33532
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,9 @@
+i18n = import('i18n')
+
+# define GETTEXT_PACKAGE
+
+add_project_arguments('-DGETTEXT_PACKAGE="intltest"',
+ language : 'c')
+
+i18n.gettext(meson.project_name(),
+ args : '--directory=' + meson.source_root())