summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-18 17:28:40 +0100
committerraveit65 <[email protected]>2018-03-18 17:28:40 +0100
commitc8af35e24c2b27df3d22fcfc03b7d59b3edc9b18 (patch)
tree7185fdac4b5a8f561a6eabef73bf83e1af244ce9
parentba72b87d49ead68c5a0db5b930d17f1115674605 (diff)
downloadpython-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.tar.bz2
python-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.tar.xz
tx: add makepot and .pot files
-rwxr-xr-xmakepot5
-rw-r--r--python-caja.pot26
2 files changed, 31 insertions, 0 deletions
diff --git a/makepot b/makepot
new file mode 100755
index 0000000..0fa4ecd
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=python-caja;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
diff --git a/python-caja.pot b/python-caja.pot
new file mode 100644
index 0000000..d25cc3f
--- /dev/null
+++ b/python-caja.pot
@@ -0,0 +1,26 @@
+# 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: 2018-03-18 17:27+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <[email protected]>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../libcaja-python.caja-extension.in.h:1
+msgid "Python"
+msgstr ""
+
+#: ../libcaja-python.caja-extension.in.h:2
+msgid "Allows to use Python extensions"
+msgstr ""