From 11ec4895850f71a78701165fd8ec04ec77b3035c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 18 Mar 2018 17:26:56 +0100 Subject: tx: add makepot and .pot files --- makepot | 5 +++++ python-caja.pot | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100755 makepot create mode 100644 python-caja.pot 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..acc7922 --- /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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-18 17:26+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \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 "" -- cgit v1.2.1