diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-01-09 20:09:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-11 14:44:31 +0100 |
commit | 02e400a3aa47adaeb6b5c0b3e947c53e32d83dbf (patch) | |
tree | 8d2b3a049d4dc950b6dffcb09ea850f0b15e97e1 /po/modules/perl/perl.pot | |
parent | ee7ee75ee01073595081f9e96b03c31f1b8125d3 (diff) | |
download | kvirc-02e400a3aa47adaeb6b5c0b3e947c53e32d83dbf.tar.gz kvirc-02e400a3aa47adaeb6b5c0b3e947c53e32d83dbf.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0fbed184dad1ff80086bf6b3cd5d411837f3cacb)
Diffstat (limited to 'po/modules/perl/perl.pot')
-rw-r--r-- | po/modules/perl/perl.pot | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/po/modules/perl/perl.pot b/po/modules/perl/perl.pot new file mode 100644 index 00000000..d6b646c3 --- /dev/null +++ b/po/modules/perl/perl.pot @@ -0,0 +1,49 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-01-06 20:33+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" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: _translatorinfo:1 +msgctxt "NAME OF TRANSLATORS" +msgid "Your names" +msgstr "" + +#: _translatorinfo:2 +msgctxt "EMAIL OF TRANSLATORS" +msgid "Your emails" +msgstr "" + +#: src/modules/perl/libkviperl.cpp:48 +msgid "The perlcore module can't be loaded: perl support not available" +msgstr "" + +#: src/modules/perl/libkviperl.cpp:49 +msgid "To see more details about loading failure try /perlcore.load" +msgstr "" + +#: src/modules/perl/libkviperl.cpp:62 +msgid "This KVIrc executable has been compiled without perl scripting support" +msgstr "" + +#: src/modules/perl/libkviperl.cpp:462 src/modules/perl/libkviperl.cpp:536 +msgid "" +"The perlcore module failed to execute the code: something is wrong with the " +"perl support" +msgstr "" + +#: src/modules/perl/libkviperl.cpp:479 src/modules/perl/libkviperl.cpp:483 +msgid "Perl execution error:" +msgstr "" |