Added translation of messages and desktop files.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
r14.0.x
Michele Calgaro 2 years ago
parent 5b09473c52
commit 17a1833c0f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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( )

@ -46,9 +46,8 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden"
##### user requested modules ##### user requested modules
option( BUILD_ALL "Build all" ON ) option( BUILD_ALL "Build all" ON )
#option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} )
#option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} )
##### configure checks ##### configure checks
@ -56,7 +55,7 @@ option( BUILD_ALL "Build all" ON )
include( ConfigureChecks.cmake ) include( ConfigureChecks.cmake )
###### global compiler settings ###### global compiler settings
add_definitions( -DHAVE_CONFIG_H ) add_definitions( -DHAVE_CONFIG_H )
@ -72,8 +71,7 @@ add_subdirectory( src )
##### other data ################################ ##### other data ################################
#tde_conditional_add_project_docs( BUILD_DOC ) tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
#tde_conditional_add_project_translations( BUILD_TRANSLATIONS )
##### write configure files ##### write configure files

@ -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
)

@ -24,7 +24,10 @@ link_directories(
##### other data ################################ ##### other data ################################
install( FILES appinfo.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) tde_create_translated_desktop(
SOURCE appinfo.protocol
DESTINATION ${SERVICES_INSTALL_DIR}
)
##### tdeio_appinfo (module) ####################### ##### tdeio_appinfo (module) #######################

@ -12,7 +12,7 @@ linking=true
moving=true moving=true
Icon=computer Icon=computer
maxInstances=4 maxInstances=4
#TODO DocPath=tdeioslave/file.html
Class=:local Class=:local
Description=A TDEIO slave that combines an application's configuration, data, manual and temp files and folders into a single view.
deleteRecursive=true deleteRecursive=true
fileNameUsedForCopying=Name fileNameUsedForCopying=Name

@ -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…
Cancel
Save