+ Creation of POT template for desktop files added to CMakeL10n rules.
+ Added creation of translated desktop files during build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c5a99d8b5e
)
r14.0.x
parent
9fcfb93f80
commit
47c2f936d8
@ -1,3 +1,8 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "messages/tdeio-apt" )
|
||||
|
||||
tde_l10n_create_template(
|
||||
CATALOG "desktop_files/tdeio-apt-desktops"
|
||||
SOURCES *.protocol *.desktop
|
||||
)
|
||||
|
@ -0,0 +1,37 @@
|
||||
# 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-03-24 16:31+0100\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"
|
||||
|
||||
#. Description
|
||||
#: apt+http.protocol:9 apt.protocol:9
|
||||
msgid "A tdeioslave for using apt-cache functionalities inside konqueror"
|
||||
msgstr ""
|
||||
|
||||
#. Name
|
||||
#: apt-file.desktop:5
|
||||
msgid "APT - Find File"
|
||||
msgstr ""
|
||||
|
||||
#. Name
|
||||
#: apt-files.desktop:5
|
||||
msgid "APT - Filelist"
|
||||
msgstr ""
|
||||
|
||||
#. Name
|
||||
#: apt-search.desktop:5
|
||||
msgid "APT - Search Package"
|
||||
msgstr ""
|
Loading…
Reference in new issue