diff options
author | Slávek Banko <[email protected]> | 2021-07-06 18:19:38 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-08 03:29:46 +0200 |
commit | 594281ad76e4a7bdbacdb6ce9f63378316bc79f8 (patch) | |
tree | 88c08c3358c8128807d05b0f56f0d02b104ef51d | |
parent | 6f76e305a5b401dde58e758ed203d55949e04fb3 (diff) | |
download | twin-style-crystal-594281ad76e4a7bdbacdb6ce9f63378316bc79f8.tar.gz twin-style-crystal-594281ad76e4a7bdbacdb6ce9f63378316bc79f8.zip |
Exclude common strings of twin clients from translations.r14.0.11
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1f79d16318411774420dcd0613ddb9aef4c23572)
-rw-r--r-- | client/CMakeL10n.txt | 6 | ||||
-rw-r--r-- | translations/messages/twin-style-crystal.pot | 45 |
2 files changed, 6 insertions, 45 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt index 2ef5a48..815eb43 100644 --- a/client/CMakeL10n.txt +++ b/client/CMakeL10n.txt @@ -1,6 +1,10 @@ ##### create translation templates ############## -tde_l10n_create_template( "messages/twin-style-crystal" ) +tde_l10n_create_template( + CATALOG "messages/twin-style-crystal" + SOURCES . + X-POT ${CMAKE_SOURCE_DIR}/../../../core/tde-i18n/template/messages/tdebase/twin_clients.pot +) tde_l10n_create_template( CATALOG "desktop_files/twin-style-crystal-desktops" diff --git a/translations/messages/twin-style-crystal.pot b/translations/messages/twin-style-crystal.pot index a6863d9..3c9c892 100644 --- a/translations/messages/twin-style-crystal.pot +++ b/translations/messages/twin-style-crystal.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2021-07-02 03:48+0200\n" +"POT-Creation-Date: 2021-07-06 18:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -27,43 +27,10 @@ msgid "" "Your emails" msgstr "" -#: crystalclient.cpp:897 -msgid "Menu" -msgstr "" - -#: crystalclient.cpp:908 crystalclient.cpp:1018 -msgid "Not on all desktops" -msgstr "" - #: crystalclient.cpp:911 crystalclient.cpp:1018 msgid "On All Desktops" msgstr "" -#: crystalclient.cpp:930 -msgid "Minimize" -msgstr "" - -#: crystalclient.cpp:938 -msgid "Keep Above Others" -msgstr "" - -#: crystalclient.cpp:946 -msgid "Keep Below Others" -msgstr "" - -#: crystalclient.cpp:954 -msgid "Shade" -msgstr "" - -#: crystalclient.cpp:968 crystalclient.cpp:1035 -msgid "Maximize" -msgstr "" - -#: config/configdialog.ui:16 -#, no-c-format -msgid "Config Dialog" -msgstr "" - #: config/configdialog.ui:37 #, no-c-format msgid "Ge&neral" @@ -85,11 +52,6 @@ msgstr "" msgid "Shows a tooltip, if the mouse pointer is over the caption." msgstr "" -#: config/configdialog.ui:87 -#, no-c-format -msgid "Title &Alignment" -msgstr "" - #: config/configdialog.ui:93 #, no-c-format msgid "Use these buttons to set the alignment of the window title" @@ -186,11 +148,6 @@ msgstr "" msgid "Height of the title par (independend to border width)" msgstr "" -#: config/configdialog.ui:443 -#, no-c-format -msgid "Use shadowed &text" -msgstr "" - #: config/configdialog.ui:446 config/configdialog.ui:1764 #, no-c-format msgid "Alt+T" |