diff options
author | Slávek Banko <[email protected]> | 2018-12-13 03:29:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-13 03:29:22 +0100 |
commit | ce24f7e8bee0d70bdebe4e979eaefdb56c1b3ebb (patch) | |
tree | 421b0b966dcd7e3053adca7d4ab928dd35a19081 /po | |
parent | 5f932cd68a27c5feccc861a243984e653348b08e (diff) | |
download | tdeio-umountwrapper-ce24f7e8bee0d70bdebe4e979eaefdb56c1b3ebb.tar.gz tdeio-umountwrapper-ce24f7e8bee0d70bdebe4e979eaefdb56c1b3ebb.zip |
Add CMakeL10n rules.
Create translation template.
Add CMake rules to build translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 6 | ||||
-rw-r--r-- | po/tdeio-umountwrapper.pot | 46 |
2 files changed, 52 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..1007122 --- /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 tdeio_umountwrapper ) +endif( ) diff --git a/po/tdeio-umountwrapper.pot b/po/tdeio-umountwrapper.pot new file mode 100644 index 0000000..f221780 --- /dev/null +++ b/po/tdeio-umountwrapper.pot @@ -0,0 +1,46 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-13 03:23+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 "" + +#: main.cpp:30 +msgid "Safely remove wrapper. Provides progress dialog." +msgstr "" + +#: main.cpp:36 +msgid "URL to Safely Remove" +msgstr "" + +#: main.cpp:42 +msgid "tdeio_umountwrapper" +msgstr "" + +#: main.cpp:54 +msgid "No URL specified!" +msgstr "" + +#: tdeio_umountwrapper.cpp:39 +msgid "Synchronising data to disk, please wait" +msgstr "" |