diff options
author | raveit65 <[email protected]> | 2018-03-17 09:04:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-17 09:04:21 +0100 |
commit | 50bfa84d97ebb6edaa0f75704d0f4e607deb6e38 (patch) | |
tree | 93810e1e8674af2cebbe1ec34d1525a3cd9926c7 | |
parent | 899a3e45a1a8f1ba18a715daa54d06ce223bdc89 (diff) | |
download | mate-icon-theme-50bfa84d97ebb6edaa0f75704d0f4e607deb6e38.tar.bz2 mate-icon-theme-50bfa84d97ebb6edaa0f75704d0f4e607deb6e38.tar.xz |
tx: add makepot and .pot files
-rwxr-xr-x | makepot | 5 | ||||
-rw-r--r-- | mate-icon-theme.pot | 26 |
2 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=mate-icon-theme; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . diff --git a/mate-icon-theme.pot b/mate-icon-theme.pot new file mode 100644 index 0000000..439b79e --- /dev/null +++ b/mate-icon-theme.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-17 09:03+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" + +#: ../index.theme.in.in.h:1 +msgid "MATE" +msgstr "" + +#: ../index.theme.in.in.h:2 +msgid "Default MATE Theme" +msgstr "" |