Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/5/head
parent
c6b6d211a0
commit
1f91199b59
@ -1,3 +1,8 @@
|
|||||||
##### create translation templates ##############
|
##### create translation templates ##############
|
||||||
|
|
||||||
tde_l10n_create_template( "messages/kstreamripper" )
|
tde_l10n_create_template( "messages/kstreamripper" )
|
||||||
|
|
||||||
|
tde_l10n_create_template(
|
||||||
|
CATALOG "desktop_files/kstreamripper.desktop/"
|
||||||
|
SOURCES kstreamripper.desktop
|
||||||
|
)
|
||||||
|
@ -1,11 +1,14 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
|
||||||
Name=KStreamRipper
|
Name=KStreamRipper
|
||||||
|
|
||||||
GenericName=Stream Ripper
|
GenericName=Stream Ripper
|
||||||
|
|
||||||
Comment=A streamripper GUI for TDE
|
Comment=A streamripper GUI for TDE
|
||||||
Exec=kstreamripper
|
|
||||||
Icon=kstreamripper
|
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Icon=kstreamripper
|
||||||
|
Exec=kstreamripper
|
||||||
|
Encoding=UTF-8
|
||||||
Terminal=false
|
Terminal=false
|
||||||
X-DocPath=kstreamripper/index.html
|
X-DocPath=kstreamripper/index.html
|
||||||
Categories=Qt;TDE;AudioVideo;Audio;Player;Tuner;Recorder;
|
Categories=Qt;TDE;AudioVideo;Audio;Player;Tuner;Recorder;
|
||||||
|
@ -0,0 +1,32 @@
|
|||||||
|
# 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: 2021-03-05 11:25+0900\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
|
||||||
|
#: kstreamripper.desktop:2
|
||||||
|
msgid "KStreamRipper"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. GenericName
|
||||||
|
#: kstreamripper.desktop:4
|
||||||
|
msgid "Stream Ripper"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. Comment
|
||||||
|
#: kstreamripper.desktop:6
|
||||||
|
msgid "A streamripper GUI for TDE"
|
||||||
|
msgstr ""
|
Loading…
Reference in new issue