diff options
author | raveit65 <[email protected]> | 2018-03-18 17:28:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-18 17:28:40 +0100 |
commit | c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18 (patch) | |
tree | 7185fdac4b5a8f561a6eabef73bf83e1af244ce9 | |
parent | ba72b87d49ead68c5a0db5b930d17f1115674605 (diff) | |
download | python-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.tar.bz2 python-caja-c8af35e24c2b27df3d22fcfc03b7d59b3edc9b18.tar.xz |
tx: add makepot and .pot files
-rwxr-xr-x | makepot | 5 | ||||
-rw-r--r-- | python-caja.pot | 26 |
2 files changed, 31 insertions, 0 deletions
@@ -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 "" |