+ Creation of POT template for desktop files added to CMakeL10n rules. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>pull/3/head
parent
9dee479bc9
commit
d36b1732b7
@ -1,3 +1,8 @@
|
|||||||
##### create translation templates ##############
|
##### create translation templates ##############
|
||||||
|
|
||||||
tde_l10n_create_template( "messages/kerberostray" )
|
tde_l10n_create_template( "messages/kerberostray" )
|
||||||
|
|
||||||
|
tde_l10n_create_template(
|
||||||
|
CATALOG "desktop_files/kerberostray.desktop/"
|
||||||
|
SOURCES kerberostray.desktop
|
||||||
|
)
|
||||||
|
@ -1,14 +1,16 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=KerberosTray
|
Name=KerberosTray
|
||||||
|
|
||||||
GenericName=Kerberos Ticket Manager
|
GenericName=Kerberos Ticket Manager
|
||||||
|
|
||||||
|
Type=Application
|
||||||
Exec=kerberostray
|
Exec=kerberostray
|
||||||
Icon=kerberostray
|
Icon=kerberostray
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Categories=Qt;TDE;Utility;
|
||||||
X-DocPath=kerberostray/index.html
|
X-DocPath=kerberostray/index.html
|
||||||
X-TDE-StartupNotify=true
|
|
||||||
X-DCOP-ServiceType=Multi
|
X-DCOP-ServiceType=Multi
|
||||||
Categories=Qt;TDE;Utility;
|
X-TDE-StartupNotify=true
|
||||||
X-TDE-autostart-phase=2
|
X-TDE-autostart-phase=2
|
||||||
X-TDE-autostart-after=panel
|
X-TDE-autostart-after=panel
|
||||||
X-TDE-autostart-condition=kerberostrayrc::Autostart:true
|
X-TDE-autostart-condition=kerberostrayrc::Autostart:true
|
||||||
|
@ -0,0 +1,27 @@
|
|||||||
|
# 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-09-29 13:23+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
|
||||||
|
#: kerberostray.desktop:2
|
||||||
|
msgid "KerberosTray"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. GenericName
|
||||||
|
#: kerberostray.desktop:4
|
||||||
|
msgid "Kerberos Ticket Manager"
|
||||||
|
msgstr ""
|
Loading…
Reference in new issue