diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-27 20:19:13 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-27 20:19:13 +0100 |
commit | 0ee39c1ce96dbd9152a597eb5bf3da51daa6d15f (patch) | |
tree | ef3d403c233c65dbc19c44ec0237f7d3d77b2f15 /kdiff3plugin | |
parent | 3816fc742c38cffcee0da799c83dc64d2a09da94 (diff) | |
download | kdiff3-0ee39c1ce96dbd9152a597eb5bf3da51daa6d15f.tar.gz kdiff3-0ee39c1ce96dbd9152a597eb5bf3da51daa6d15f.zip |
Add CMakeL10n rules.
Update translation templates.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kdiff3plugin')
-rw-r--r-- | kdiff3plugin/CMakeL10n.txt | 6 | ||||
-rw-r--r-- | kdiff3plugin/po/kdiff3_plugin.pot | 88 |
2 files changed, 94 insertions, 0 deletions
diff --git a/kdiff3plugin/CMakeL10n.txt b/kdiff3plugin/CMakeL10n.txt new file mode 100644 index 0000000..ba5eeeb --- /dev/null +++ b/kdiff3plugin/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "kdiff3_plugin" + DESTINATION "po" +) diff --git a/kdiff3plugin/po/kdiff3_plugin.pot b/kdiff3plugin/po/kdiff3_plugin.pot new file mode 100644 index 0000000..24b8313 --- /dev/null +++ b/kdiff3plugin/po/kdiff3_plugin.pot @@ -0,0 +1,88 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2018-12-27 19:51+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 "" + +#: kdiff3plugin.cpp:97 +msgid "KDiff3" +msgstr "" + +#: kdiff3plugin.cpp:104 +#, c-format +msgid "Compare with %1" +msgstr "" + +#: kdiff3plugin.cpp:109 +#, c-format +msgid "Merge with %1" +msgstr "" + +#: kdiff3plugin.cpp:114 +msgid "Save '%1' for later" +msgstr "" + +#: kdiff3plugin.cpp:119 +msgid "3-way merge with base" +msgstr "" + +#: kdiff3plugin.cpp:125 +msgid "Compare with ..." +msgstr "" + +#: kdiff3plugin.cpp:134 +msgid "Clear list" +msgstr "" + +#: kdiff3plugin.cpp:141 +msgid "Compare" +msgstr "" + +#: kdiff3plugin.cpp:146 +msgid "3 way comparison" +msgstr "" + +#: kdiff3plugin.cpp:149 +msgid "About KDiff3 menu plugin ..." +msgstr "" + +#: kdiff3plugin.cpp:250 +msgid "" +"KDiff3 Menu Plugin: Copyright (C) 2006 Joachim Eibl\n" +"KDiff3 homepage: http://kdiff3.sourceforge.net\n" +"\n" +msgstr "" + +#: kdiff3plugin.cpp:252 +msgid "" +"Using the contextmenu extension:\n" +"For simple comparison of two selected 2 files choose \"Compare\".\n" +"If the other file is somewhere else \"Save\" the first file for later. It " +"will appear in the \"Compare With ...\" submenu. Then use \"Compare With\" " +"on second file.\n" +"For a 3-way merge first \"Save\" the base file, then the branch to merge and " +"choose \"3-way merge with base\" on the other branch which will be used as " +"destination.\n" +"Same also applies to directory comparison and merge." +msgstr "" |