summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-05-06 13:55:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-05-06 13:55:55 +0200
commit70377a7aef85aa6d77917861941e0344a4f778ba (patch)
treee61b6676fcdcce8f23eff22769dfd3d2789fcfd4
parent0b99b0660ec81d51f903024f1fd491423b3e6746 (diff)
downloadtdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.tar.gz
tdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.zip
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--CMakeLists.txt2
-rw-r--r--doc/CMakeLists.txt15
-rw-r--r--src/CMakeL10n.txt2
-rw-r--r--translations/CMakeLists.txt1
-rw-r--r--translations/messages/CMakeLists.txt14
-rw-r--r--translations/messages/de.po137
-rw-r--r--translations/messages/tdmtheme.pot137
7 files changed, 305 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5c0ac62..c454b69 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined"
add_subdirectory( src )
tde_conditional_add_subdirectory( BUILD_DOC doc )
-tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po )
+tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index c938175..70d6348 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1 +1,14 @@
-add_subdirectory( en )
+file( GLOB _dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * )
+string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" )
+
+foreach( _dir ${_dirs} )
+ if( IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_dir} AND
+ EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_dir}/CMakeLists.txt )
+ if( "${_dir}" STREQUAL "en" OR
+ "${_dir}" STREQUAL "man" OR
+ "${_linguas}" MATCHES "^;*$" OR
+ ";${_linguas};" MATCHES ";${_dir};" )
+ add_subdirectory( ${_dir} )
+ endif( )
+ endif()
+endforeach()
diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt
index e3e3b15..804b624 100644
--- a/src/CMakeL10n.txt
+++ b/src/CMakeL10n.txt
@@ -1,3 +1,3 @@
##### create translation templates ##############
-tde_l10n_create_template( "tdmtheme" )
+tde_l10n_create_template( "messages/tdmtheme" )
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt
new file mode 100644
index 0000000..42b186a
--- /dev/null
+++ b/translations/CMakeLists.txt
@@ -0,0 +1 @@
+tde_auto_add_subdirectories()
diff --git a/translations/messages/CMakeLists.txt b/translations/messages/CMakeLists.txt
new file mode 100644
index 0000000..75c89f8
--- /dev/null
+++ b/translations/messages/CMakeLists.txt
@@ -0,0 +1,14 @@
+file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po )
+string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" )
+
+foreach( _po ${po_files} )
+ get_filename_component( _lang ${_po} NAME_WE )
+ if( "${_linguas}" MATCHES "^;*$" OR ";${_linguas};" MATCHES ";${_lang};" )
+ if( "${_po}" MATCHES "^([^/]*)/.*" )
+ string( REGEX REPLACE "^([^/]*)/.*" "\\1" _component "${_po}" )
+ else( )
+ set( _component "${PROJECT_NAME}" )
+ endif( )
+ tde_create_translation( FILES ${_po} LANG ${_lang} OUTPUT_NAME ${_component} )
+ endif( )
+endforeach( )
diff --git a/translations/messages/de.po b/translations/messages/de.po
new file mode 100644
index 0000000..2f7dd99
--- /dev/null
+++ b/translations/messages/de.po
@@ -0,0 +1,137 @@
+# SOME DESCRIPTIVE TITLE.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2018-12-10 22:12+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: Automatically generated\n"
+"Language-Team: none\n"
+"Language: de\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: _translatorinfo:1
+msgid ""
+"_: NAME OF TRANSLATORS\n"
+"Your names"
+msgstr ""
+
+#: _translatorinfo:2
+msgid ""
+"_: EMAIL OF TRANSLATORS\n"
+"Your emails"
+msgstr ""
+
+#: tdmtheme.cpp:71
+msgid ""
+"Theming is not available due to enabled Secure Attention Key (SAK) support"
+msgstr ""
+
+#: tdmtheme.cpp:76
+msgid "En&able TDM Themes"
+msgstr ""
+
+#: tdmtheme.cpp:80
+msgid "Theme"
+msgstr ""
+
+#: tdmtheme.cpp:81
+msgid "Author"
+msgstr ""
+
+#: tdmtheme.cpp:85
+msgid ""
+"This is a list of installed themes.\n"
+"Click the one to be used."
+msgstr ""
+
+#: tdmtheme.cpp:93
+msgid "This is a screen shot of what TDM will look like."
+msgstr ""
+
+#: tdmtheme.cpp:100
+msgid "This contains information about the selected theme."
+msgstr ""
+
+#: tdmtheme.cpp:104
+msgid "Install &new theme"
+msgstr ""
+
+#: tdmtheme.cpp:105
+msgid "This will install a theme into the theme directory."
+msgstr ""
+
+#: tdmtheme.cpp:109
+msgid "&Remove theme"
+msgstr ""
+
+#: tdmtheme.cpp:110
+msgid "This will remove the selected theme."
+msgstr ""
+
+#: tdmtheme.cpp:163
+msgid ""
+"I can't find the configuration file for the Login Manager, tdm. Check you "
+"have set up the Login Manager from the Control Center, and that you have "
+"permision to read and write the Login Manager's configuration file.\n"
+"\n"
+" You must set-up the Login Manager before you can use its themes."
+msgstr ""
+
+#: tdmtheme.cpp:163
+msgid "Can't find Configuration File"
+msgstr ""
+
+#: tdmtheme.cpp:274
+msgid "<qt><strong>Copyright:</strong> %1<br/></qt>"
+msgstr ""
+
+#: tdmtheme.cpp:278
+msgid "<qt><strong>Description:</strong> %1</qt>"
+msgstr ""
+
+#: tdmtheme.cpp:283 tdmtheme.cpp:287
+msgid "Screenshot not available"
+msgstr ""
+
+#: tdmtheme.cpp:285
+msgid "No theme selected."
+msgstr ""
+
+#: tdmtheme.cpp:293
+msgid "Drag or Type Theme URL"
+msgstr ""
+
+#: tdmtheme.cpp:304
+#, c-format
+msgid "Unable to find the TDM theme archive %1."
+msgstr ""
+
+#: tdmtheme.cpp:306
+msgid ""
+"Unable to download the TDM theme archive;\n"
+"please check that address %1 is correct."
+msgstr ""
+
+#: tdmtheme.cpp:332
+msgid "The file is not a valid TDM theme archive."
+msgstr ""
+
+#: tdmtheme.cpp:335
+msgid "Installing TDM themes"
+msgstr ""
+
+#: tdmtheme.cpp:343
+msgid "<qt>Installing <strong>%1</strong> theme</qt>"
+msgstr ""
+
+#: tdmtheme.cpp:379
+msgid "Are you sure you want to remove this TDM theme?"
+msgstr ""
+
+#: tdmtheme.cpp:380
+msgid "Remove theme?"
+msgstr ""
diff --git a/translations/messages/tdmtheme.pot b/translations/messages/tdmtheme.pot
new file mode 100644
index 0000000..dfd0c1a
--- /dev/null
+++ b/translations/messages/tdmtheme.pot
@@ -0,0 +1,137 @@
+# SOME DESCRIPTIVE TITLE.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2018-12-10 22:12+0100\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"
+
+#: _translatorinfo:1
+msgid ""
+"_: NAME OF TRANSLATORS\n"
+"Your names"
+msgstr ""
+
+#: _translatorinfo:2
+msgid ""
+"_: EMAIL OF TRANSLATORS\n"
+"Your emails"
+msgstr ""
+
+#: tdmtheme.cpp:71
+msgid ""
+"Theming is not available due to enabled Secure Attention Key (SAK) support"
+msgstr ""
+
+#: tdmtheme.cpp:76
+msgid "En&able TDM Themes"
+msgstr ""
+
+#: tdmtheme.cpp:80
+msgid "Theme"
+msgstr ""
+
+#: tdmtheme.cpp:81
+msgid "Author"
+msgstr ""
+
+#: tdmtheme.cpp:85
+msgid ""
+"This is a list of installed themes.\n"
+"Click the one to be used."
+msgstr ""
+
+#: tdmtheme.cpp:93
+msgid "This is a screen shot of what TDM will look like."
+msgstr ""
+
+#: tdmtheme.cpp:100
+msgid "This contains information about the selected theme."
+msgstr ""
+
+#: tdmtheme.cpp:104
+msgid "Install &new theme"
+msgstr ""
+
+#: tdmtheme.cpp:105
+msgid "This will install a theme into the theme directory."
+msgstr ""
+
+#: tdmtheme.cpp:109
+msgid "&Remove theme"
+msgstr ""
+
+#: tdmtheme.cpp:110
+msgid "This will remove the selected theme."
+msgstr ""
+
+#: tdmtheme.cpp:163
+msgid ""
+"I can't find the configuration file for the Login Manager, tdm. Check you "
+"have set up the Login Manager from the Control Center, and that you have "
+"permision to read and write the Login Manager's configuration file.\n"
+"\n"
+" You must set-up the Login Manager before you can use its themes."
+msgstr ""
+
+#: tdmtheme.cpp:163
+msgid "Can't find Configuration File"
+msgstr ""
+
+#: tdmtheme.cpp:274
+msgid "<qt><strong>Copyright:</strong> %1<br/></qt>"
+msgstr ""
+
+#: tdmtheme.cpp:278
+msgid "<qt><strong>Description:</strong> %1</qt>"
+msgstr ""
+
+#: tdmtheme.cpp:283 tdmtheme.cpp:287
+msgid "Screenshot not available"
+msgstr ""
+
+#: tdmtheme.cpp:285
+msgid "No theme selected."
+msgstr ""
+
+#: tdmtheme.cpp:293
+msgid "Drag or Type Theme URL"
+msgstr ""
+
+#: tdmtheme.cpp:304
+#, c-format
+msgid "Unable to find the TDM theme archive %1."
+msgstr ""
+
+#: tdmtheme.cpp:306
+msgid ""
+"Unable to download the TDM theme archive;\n"
+"please check that address %1 is correct."
+msgstr ""
+
+#: tdmtheme.cpp:332
+msgid "The file is not a valid TDM theme archive."
+msgstr ""
+
+#: tdmtheme.cpp:335
+msgid "Installing TDM themes"
+msgstr ""
+
+#: tdmtheme.cpp:343
+msgid "<qt>Installing <strong>%1</strong> theme</qt>"
+msgstr ""
+
+#: tdmtheme.cpp:379
+msgid "Are you sure you want to remove this TDM theme?"
+msgstr ""
+
+#: tdmtheme.cpp:380
+msgid "Remove theme?"
+msgstr ""