diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 15:03:34 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 15:03:34 +0200 |
commit | fa788ad5610c2df823115af0af851706bbd5f538 (patch) | |
tree | 1f7f05624af286d613320b502bcee944bc0236b9 | |
parent | 35f339fca70b4e4861c57d9287e9a56b5eabede2 (diff) | |
download | kbarcode-fa788ad5610c2df823115af0af851706bbd5f538.tar.gz kbarcode-fa788ad5610c2df823115af0af851706bbd5f538.zip |
Fix incorrect location of POT template for desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | translations/desktop_files.pot | 91 |
2 files changed, 1 insertions, 92 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index bfefd8e..1ef1461 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -23,6 +23,6 @@ include( TDEL10n ) tde_l10n_auto_add_subdirectories( ) tde_l10n_create_template( - CATALOG "desktop_files" + CATALOG "desktop_files/kbarcode-desktops" SOURCES *.desktop ) diff --git a/translations/desktop_files.pot b/translations/desktop_files.pot deleted file mode 100644 index 8e3e564..0000000 --- a/translations/desktop_files.pot +++ /dev/null @@ -1,91 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# This file is put in the public domain. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-04-05 11:55+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=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#. Name -#. Comment -#: fileplugin/tdefile_kbarcode.desktop:3 -#: fileplugin/tdefile_kbarcode.desktop:4 -msgid "KBarcode Info" -msgstr "" - -#. Comment -#: kbarcode/kbarcode-batch.desktop:6 -msgid "Barcode and label printing tool (batch printing mode)" -msgstr "" - -#. Name -#: kbarcode/kbarcode-batch.desktop:8 -msgid "KBarcode Batch Printer" -msgstr "" - -#. GenericName -#: kbarcode/kbarcode-batch.desktop:9 -msgid "Barcode and Label Batch Printer" -msgstr "" - -#. Comment -#: kbarcode/kbarcode-editor.desktop:6 -msgid "Barcode and label printing tool editor" -msgstr "" - -#. Name -#: kbarcode/kbarcode-editor.desktop:8 -msgid "KBarcode Label Editor" -msgstr "" - -#. GenericName -#: kbarcode/kbarcode-editor.desktop:9 -msgid "Barcode and Label Editor" -msgstr "" - -#. Comment -#. GenericName -#: kbarcode/kbarcode-label.desktop:3 -#: kbarcode/kbarcode-label.desktop:8 -msgid "KBarcode Label" -msgstr "" - -#. Comment -#: kbarcode/kbarcode-single.desktop:6 -msgid "Barcode generation tool" -msgstr "" - -#. Name -#: kbarcode/kbarcode-single.desktop:8 -msgid "KBarcode Barcode Generator" -msgstr "" - -#. GenericName -#: kbarcode/kbarcode-single.desktop:9 -msgid "Barcode Generator" -msgstr "" - -#. Name -#: kbarcode/kbarcode.desktop:10 -msgid "KBarcode" -msgstr "" - -#. GenericName -#: kbarcode/kbarcode.desktop:12 -msgid "Barcode and Label Printing" -msgstr "" - -#. Comment -#: kbarcode/kbarcode.desktop:14 -msgid "Barcode and label printing tool" -msgstr "" |