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/gui-error-log | |
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/gui-error-log')
-rw-r--r-- | plugins/gui-error-log/CMakeL10n.txt | 2 | ||||
-rw-r--r-- | plugins/gui-error-log/po/tderadio-gui-error-log.pot | 82 |
2 files changed, 1 insertions, 83 deletions
diff --git a/plugins/gui-error-log/CMakeL10n.txt b/plugins/gui-error-log/CMakeL10n.txt index ba6c0c8..e210bfb 100644 --- a/plugins/gui-error-log/CMakeL10n.txt +++ b/plugins/gui-error-log/CMakeL10n.txt @@ -1,6 +1,6 @@ ##### create translation templates ############## tde_l10n_create_template( - CATALOG "tderadio-gui-error-log" + CATALOG "tderadio-gui-error-log/" DESTINATION "po" ) diff --git a/plugins/gui-error-log/po/tderadio-gui-error-log.pot b/plugins/gui-error-log/po/tderadio-gui-error-log.pot deleted file mode 100644 index b83224c..0000000 --- a/plugins/gui-error-log/po/tderadio-gui-error-log.pot +++ /dev/null @@ -1,82 +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 "" - -#: errorlog.cpp:39 -msgid "Error Logging Window for TDERadio" -msgstr "" - -#: errorlog.cpp:52 -msgid "Save &as" -msgstr "" - -#: errorlog.cpp:54 -msgid "Error Logger" -msgstr "" - -#: errorlog.cpp:57 -msgid "TDERadio Logger" -msgstr "" - -#: errorlog.cpp:70 errorlog.cpp:84 errorlog.cpp:99 errorlog.cpp:113 -msgid "logging started" -msgstr "" - -#: errorlog.cpp:73 -msgid "Warnings" -msgstr "" - -#: errorlog.cpp:88 -msgid "Errors" -msgstr "" - -#: errorlog.cpp:101 -msgid "Debugging" -msgstr "" - -#: errorlog.cpp:219 -msgid "Log Files" -msgstr "" - -#: errorlog.cpp:221 -msgid "Select Log File" -msgstr "" - -#: errorlog.cpp:225 -msgid "Save TDERadio Logging Data as ..." -msgstr "" - -#: errorlog.cpp:247 -#, c-format -msgid "error writing to tempfile %1" -msgstr "" - -#: errorlog.cpp:256 -#, c-format -msgid "error uploading preset file %1" -msgstr "" |