diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 02:10:01 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-31 02:33:02 +0100 |
commit | ad59b2b7eec8cf7c1f48848be071d5fbd173bd84 (patch) | |
tree | 29a774c91164feb2b42959042b62128e8999ef2f /template/messages/tdeaddons/katemake.pot | |
parent | 1758f9ac9b57165ad7b944871b240deda9702770 (diff) | |
download | tde-i18n-ad59b2b7eec8cf7c1f48848be071d5fbd173bd84.tar.gz tde-i18n-ad59b2b7eec8cf7c1f48848be071d5fbd173bd84.zip |
Add translation templates for tdeaddons.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit f92f4244c6fa42b3f76ff0555b2db305fd014d98)
Diffstat (limited to 'template/messages/tdeaddons/katemake.pot')
-rw-r--r-- | template/messages/tdeaddons/katemake.pot | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/template/messages/tdeaddons/katemake.pot b/template/messages/tdeaddons/katemake.pot new file mode 100644 index 00000000000..2399b0a3b66 --- /dev/null +++ b/template/messages/tdeaddons/katemake.pot @@ -0,0 +1,101 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-30 18:24+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 "" + +#: plugin_katemake.cpp:86 +msgid "Make Output" +msgstr "" + +#: plugin_katemake.cpp:159 +msgid "Running make..." +msgstr "" + +#: plugin_katemake.cpp:160 plugin_katemake.cpp:509 +msgid "No Errors." +msgstr "" + +#: plugin_katemake.cpp:336 +msgid "Next Error" +msgstr "" + +#: plugin_katemake.cpp:340 +msgid "Previous Error" +msgstr "" + +#: plugin_katemake.cpp:344 +msgid "Make" +msgstr "" + +#: plugin_katemake.cpp:348 +msgid "Configure..." +msgstr "" + +#: plugin_katemake.cpp:359 +msgid "File" +msgstr "" + +#: plugin_katemake.cpp:360 +msgid "Line" +msgstr "" + +#: plugin_katemake.cpp:362 +msgid "Message" +msgstr "" + +#: plugin_katemake.cpp:502 +msgid "Make Results" +msgstr "" + +#: plugin_katemake.cpp:503 +msgid "No errors." +msgstr "" + +#: plugin_katemake.cpp:645 +msgid "" +"The file <i>%1</i> is not a local file. Non-local files cannot be compiled." +msgstr "" + +#: plugin_katemake.cpp:665 +#, c-format +msgid "<b>Error:</b> Failed to run %1." +msgstr "" + +#: plugin_katemake.cpp:687 +msgid "Directories" +msgstr "" + +#: plugin_katemake.cpp:692 +msgid "Source prefix:" +msgstr "" + +#: plugin_katemake.cpp:697 +msgid "Build prefix:" +msgstr "" + +#: ui.rc:4 +#, no-c-format +msgid "&Make" +msgstr "" |