From 0ee39c1ce96dbd9152a597eb5bf3da51daa6d15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 27 Dec 2018 20:19:13 +0100 Subject: Add CMakeL10n rules. Update translation templates. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kdiff3plugin/CMakeL10n.txt | 6 +++ kdiff3plugin/po/kdiff3_plugin.pot | 88 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 kdiff3plugin/CMakeL10n.txt create mode 100644 kdiff3plugin/po/kdiff3_plugin.pot (limited to 'kdiff3plugin') 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 , 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 \n" +"Language-Team: LANGUAGE \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 "" -- cgit v1.2.1