diff options
author | Slávek Banko <[email protected]> | 2018-12-10 22:23:56 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-10 22:24:14 +0100 |
commit | 21419a4c58e82acc9c6039c6546d1fe068529eb0 (patch) | |
tree | ebb22fe4d021e11ea2c5cf7b44721eec530e76dd | |
parent | 97208d6dbb3b1c4dd4ed77e5d282e408dbeb85bd (diff) | |
download | tdmtheme-21419a4c58e82acc9c6039c6546d1fe068529eb0.tar.gz tdmtheme-21419a4c58e82acc9c6039c6546d1fe068529eb0.zip |
Add CMakeL10n rules.
Create translation template.
Add CMake rules to build translations.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit a037fdbd50cfe5a0aaeae5d9c498dbaae9f9c930)
-rw-r--r-- | CMakeL10n.txt | 23 | ||||
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | po/CMakeLists.txt | 6 | ||||
-rw-r--r-- | po/tdmtheme.pot | 137 | ||||
-rw-r--r-- | src/CMakeL10n.txt | 3 |
5 files changed, 172 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..a525b71 --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,23 @@ +################################################# +# +# (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 2.8 ) + + +##### include our cmake modules ################# + +set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) +include( TDEL10n ) + + +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb989be..541754d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,8 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" option( BUILD_ALL "Build all" ON ) option( BUILD_DOC "Build documentation" ${BUILD_ALL} ) +option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} ) + ##### configure checks @@ -67,6 +69,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) add_subdirectory( src ) tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) ##### write configure files diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..46fba83 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,6 @@ +# build translations if some are already available + +file( GLOB _srcs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) +if( _srcs ) + tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) +endif( ) diff --git a/po/tdmtheme.pot b/po/tdmtheme.pot new file mode 100644 index 0000000..dfd0c1a --- /dev/null +++ b/po/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 <[email protected]>\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/src/CMakeL10n.txt b/src/CMakeL10n.txt new file mode 100644 index 0000000..e3e3b15 --- /dev/null +++ b/src/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_create_template( "tdmtheme" ) |