+ 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 4b46227c04
)
r14.0.x
parent
e564eb713a
commit
692670ce77
@ -1,12 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Icon=kdpkg
|
||||
Type=Application
|
||||
Exec=su-to-root -X -c "kdpkg-install %U"
|
||||
|
||||
Name=Debian Package Install
|
||||
|
||||
Comment=TDE-based Debian package installation utility
|
||||
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Icon=kdpkg
|
||||
Exec=su-to-root -X -c "kdpkg-install %U"
|
||||
MimeType=application/x-deb;application/x-debian-package;
|
||||
|
||||
Categories=Qt;TDE;Utility
|
||||
|
@ -1,12 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Icon=kdpkg
|
||||
Type=Application
|
||||
Exec=kdpkg %U
|
||||
|
||||
Name=Debian Package Information
|
||||
|
||||
Comment=TDE-based Debian package information and installation utility
|
||||
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Icon=kdpkg
|
||||
Exec=kdpkg %U
|
||||
MimeType=application/x-deb;application/x-debian-package;
|
||||
|
||||
Categories=Qt;TDE;Utility
|
||||
|
@ -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-07-24 09:53+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
|
||||
#: kdpkg-install/kdpkg-install.desktop:2
|
||||
msgid "Debian Package Install"
|
||||
msgstr ""
|
||||
|
||||
#. Comment
|
||||
#: kdpkg-install/kdpkg-install.desktop:4
|
||||
msgid "TDE-based Debian package installation utility"
|
||||
msgstr ""
|
||||
|
||||
#. Name
|
||||
#: kdpkg/kdpkg.desktop:2
|
||||
msgid "Debian Package Information"
|
||||
msgstr ""
|
||||
|
||||
#. Comment
|
||||
#: kdpkg/kdpkg.desktop:4
|
||||
msgid "TDE-based Debian package information and installation utility"
|
||||
msgstr ""
|
Loading…
Reference in new issue