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-09 20:09:16 +0100 |
commit | 0fbed184dad1ff80086bf6b3cd5d411837f3cacb (patch) | |
tree | d5c8cd69b4c1778a1b8a7b179e70ab3bfbcf6c0a /po/modules/torrent | |
parent | c9e38e75800521d0f62466c9aabffa1b41733d16 (diff) | |
download | kvirc-0fbed184dad1ff80086bf6b3cd5d411837f3cacb.tar.gz kvirc-0fbed184dad1ff80086bf6b3cd5d411837f3cacb.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po/modules/torrent')
-rw-r--r-- | po/modules/torrent/torrent.pot | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/po/modules/torrent/torrent.pot b/po/modules/torrent/torrent.pot new file mode 100644 index 00000000..51017b8c --- /dev/null +++ b/po/modules/torrent/torrent.pot @@ -0,0 +1,76 @@ +# 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/torrent/libkvitorrent.cpp:63 +msgid "Trying torrent client interface \"%Q\": score %d" +msgstr "" + +#: src/modules/torrent/libkvitorrent.cpp:103 +msgid "Choosing torrent client interface \"%Q\"" +msgstr "" + +#: src/modules/torrent/libkvitorrent.cpp:110 +msgid "Seems that there is no usable torrent client on this machine" +msgstr "" + +#: src/modules/torrent/libkvitorrent.cpp:119 +msgid "No torrent client interface selected. Try /torrent.detect" +msgstr "" + +#: src/modules/torrent/libkvitorrent.cpp:129 +msgid "" +"The selected torrent client interface failed to execute the requested " +"function" +msgstr "" + +#: src/modules/torrent/libkvitorrent.cpp:130 +msgid "Last interface error: " +msgstr "" + +#: src/modules/torrent/libkvitorrent.cpp:712 +msgid "Using client interface \"%Q\"." +msgstr "" + +#: src/modules/torrent/libkvitorrent.cpp:720 +msgid "Invalid client interface \"%Q\"!" +msgstr "" + +#: src/modules/torrent/tc_ktorrentdcopinterface.cpp:45 +msgid "" +"An interface to KDE's excellent KTorrent client.\n" +"Download it from http://www.ktorrent.org\n" +msgstr "" + +#: src/modules/torrent/tc_ktorrentdcopinterface.cpp:61 +#, c-format +msgid "Index out of range: %d [0-%d]!" +msgstr "" + +#: src/modules/torrent/tc_statusbarapplet.cpp:64 +msgid "No client selected!" +msgstr "" |