diff options
author | Slávek Banko <[email protected]> | 2022-07-10 10:07:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-07-10 10:07:34 +0200 |
commit | 4334a0307e80cd6752b83a72539f8319d3a21c13 (patch) | |
tree | cc37723e2f1bc24b2bdc30032d83dfba338aa8c7 /plugins/timecontrol | |
parent | 0d5ecede7213a3e842b22953b9e14b2f69dcca62 (diff) | |
download | tderadio-4334a0307e80cd6752b83a72539f8319d3a21c13.tar.gz tderadio-4334a0307e80cd6752b83a72539f8319d3a21c13.zip |
Update CMakeL10n rules.
Update translation template.
Remove templates from the original location.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'plugins/timecontrol')
-rw-r--r-- | plugins/timecontrol/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | plugins/timecontrol/po/tderadio-timecontrol.pot | 114 |
2 files changed, 1 insertions, 115 deletions
diff --git a/plugins/timecontrol/CMakeL10n.txt b/plugins/timecontrol/CMakeL10n.txt index 1b6cf40..caa9426 100644 --- a/plugins/timecontrol/CMakeL10n.txt +++ b/plugins/timecontrol/CMakeL10n.txt @@ -1,6 +1,6 @@ ##### create translation templates ############## tde_l10n_create_template( - CATALOG "tderadio-timecontrol" + CATALOG "tderadio-timecontrol/" DESTINATION "po" ) diff --git a/plugins/timecontrol/po/tderadio-timecontrol.pot b/plugins/timecontrol/po/tderadio-timecontrol.pot deleted file mode 100644 index 30a4cbb..0000000 --- a/plugins/timecontrol/po/tderadio-timecontrol.pot +++ /dev/null @@ -1,114 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2022-07-09 18:23+0000\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" - -#. Instead of a literal translation, add your name to the end of the list (separated by a comma). -#, ignore-inconsistent -msgid "" -"_: NAME OF TRANSLATORS\n" -"Your names" -msgstr "" - -#. Instead of a literal translation, add your email to the end of the list (separated by a comma). -#, ignore-inconsistent -msgid "" -"_: EMAIL OF TRANSLATORS\n" -"Your emails" -msgstr "" - -#: timecontrol-configuration.cpp:181 -msgid "<don't change>" -msgstr "" - -#: timecontrol.cpp:42 -msgid "Time Control and Alarm Functions" -msgstr "" - -#: timecontrol.cpp:48 -msgid "TimeControl Plugin" -msgstr "" - -#: timecontrol-configuration-ui.ui:117 timecontrol.cpp:270 -#, no-c-format -msgid "Alarms" -msgstr "" - -#: timecontrol.cpp:270 -msgid "Setup Alarms" -msgstr "" - -#: timecontrol-configuration-ui.ui:32 -#, no-c-format -msgid "sleep countdown" -msgstr "" - -#: timecontrol-configuration-ui.ui:40 -#, no-c-format -msgid " min" -msgstr "" - -#: timecontrol-configuration-ui.ui:180 -#, no-c-format -msgid "Date" -msgstr "" - -#: timecontrol-configuration-ui.ui:203 -#, no-c-format -msgid "Time" -msgstr "" - -#: timecontrol-configuration-ui.ui:226 -#, no-c-format -msgid "Volume" -msgstr "" - -#: timecontrol-configuration-ui.ui:234 -#, no-c-format -msgid " %" -msgstr "" - -#: timecontrol-configuration-ui.ui:263 -#, no-c-format -msgid "enabled" -msgstr "" - -#: timecontrol-configuration-ui.ui:331 -#, no-c-format -msgid "daily" -msgstr "" - -#: timecontrol-configuration-ui.ui:341 -#, no-c-format -msgid "Radio Station" -msgstr "" - -#: timecontrol-configuration-ui.ui:393 -#, no-c-format -msgid "Start Playing" -msgstr "" - -#: timecontrol-configuration-ui.ui:401 -#, no-c-format -msgid "Stop Playing" -msgstr "" - -#: timecontrol-configuration-ui.ui:409 -#, no-c-format -msgid "Start Recording" -msgstr "" - -#: timecontrol-configuration-ui.ui:417 -#, no-c-format -msgid "Stop Recording" -msgstr "" |