diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-10 19:33:14 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-10 19:33:14 +0100 |
commit | fdd508d2999441099da89dddedd98bde036e82a7 (patch) | |
tree | 86fb18a93595105031db37257d4be97cd23bf7e4 /po | |
parent | 5fc3ae36c8e07ed7157b04ce25b7339a119be471 (diff) | |
download | kpicosim-fdd508d2999441099da89dddedd98bde036e82a7.tar.gz kpicosim-fdd508d2999441099da89dddedd98bde036e82a7.zip |
Add CMakeL10n rules.
Create translation template.
Add CMake rules to build translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 1 | ||||
-rw-r--r-- | po/kpicosim.pot | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..f5a2e1b --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} ) diff --git a/po/kpicosim.pot b/po/kpicosim.pot new file mode 100644 index 0000000..6e75912 --- /dev/null +++ b/po/kpicosim.pot @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-10 19:19+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 "" + +#: main.cpp:29 +msgid "A TDE KPart Application" +msgstr "" + +#: main.cpp:41 +msgid "KPicoSim" +msgstr "" + +#: kpicosimui.rc:4 +#, no-c-format +msgid "C&ustom" +msgstr "" |