Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>r14.0.x
parent
5b09473c52
commit
17a1833c0f
@ -0,0 +1,22 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2018 Slávek Banko
|
||||
# slavek.banko (AT) axis.cz
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
cmake_minimum_required( VERSION 3.1 )
|
||||
|
||||
|
||||
##### include our cmake modules #################
|
||||
|
||||
include( TDEL10n )
|
||||
|
||||
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_auto_add_subdirectories( )
|
@ -0,0 +1,8 @@
|
||||
##### create translation templates ##############
|
||||
|
||||
tde_l10n_create_template( "messages/tdeio-appinfo" )
|
||||
|
||||
tde_l10n_create_template(
|
||||
CATALOG "desktop_files/tdeio-appinfo-desktops"
|
||||
SOURCES *.protocol
|
||||
)
|
@ -0,0 +1,24 @@
|
||||
# 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: 2022-05-13 19:24+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"
|
||||
|
||||
#. Description
|
||||
#: appinfo.protocol:16
|
||||
msgid ""
|
||||
"A TDEIO slave that combines an application's configuration, data, manual and "
|
||||
"temp files and folders into a single view."
|
||||
msgstr ""
|
@ -0,0 +1,73 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2022-05-13 19:21+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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Instead of a literal translation, add your name to the end of the list (separated by a comma).
|
||||
#, ignore-inconsistent
|
||||
msgid ""
|
||||
"_: NAME OF TRANSLATORS\n"
|
||||
"Your names"
|
||||
msgstr ""
|
||||
|
||||
#. Instead of a literal translation, add your email to the end of the list (separated by a comma).
|
||||
#, ignore-inconsistent
|
||||
msgid ""
|
||||
"_: EMAIL OF TRANSLATORS\n"
|
||||
"Your emails"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:192 appimpl.cpp:201
|
||||
msgid "Application (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:213
|
||||
#, c-format
|
||||
msgid "Manual for %1"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:239
|
||||
msgid "User Data (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:267 appimpl.cpp:297
|
||||
msgid "App Data (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:325 appimpl.cpp:343
|
||||
msgid "Config File (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:386
|
||||
msgid "Config Data(%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:393
|
||||
msgid "Config File(%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:433
|
||||
msgid "Tmp Data (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:440
|
||||
msgid "Tmp File (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:476
|
||||
msgid "XDG Config Data (%1)"
|
||||
msgstr ""
|
||||
|
||||
#: appimpl.cpp:483
|
||||
msgid "XDG Cconfig File (%1)"
|
||||
msgstr ""
|
Loading…
Reference in new issue