diff options
author | Michele Calgaro <[email protected]> | 2018-08-25 22:09:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-25 22:09:31 +0900 |
commit | 1fea9ad19418595646770b7179972b682a074683 (patch) | |
tree | 6186b9203cf48985a651bc6c61a7498552b76587 /po/lt | |
download | tdeio-gopher-1fea9ad19418595646770b7179972b682a074683.tar.gz tdeio-gopher-1fea9ad19418595646770b7179972b682a074683.zip |
Initial import of kio-gopher 0.1.4 source code.
Copyright (C) 2003-2008 by Albert Astals Cid ([email protected]).
The code is licenced under GPL version 2 as indicated in the source code
comments and in the COPYING file.
The code does not compile under TDE.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'po/lt')
-rw-r--r-- | po/lt/CMakeLists.txt | 2 | ||||
-rw-r--r-- | po/lt/kio_gopher.po | 41 |
2 files changed, 43 insertions, 0 deletions
diff --git a/po/lt/CMakeLists.txt b/po/lt/CMakeLists.txt new file mode 100644 index 0000000..5995d97 --- /dev/null +++ b/po/lt/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES( lt ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff --git a/po/lt/kio_gopher.po b/po/lt/kio_gopher.po new file mode 100644 index 0000000..c5a428b --- /dev/null +++ b/po/lt/kio_gopher.po @@ -0,0 +1,41 @@ +# translation of kio_gopher.po to Lithuanian +# Donatas Glodenis <[email protected]>, 2005. +# Dovydas Sankauskas <[email protected]>, 2005, 2008. +msgid "" +msgstr "" +"Project-Id-Version: kio_gopher\n" +"Report-Msgid-Bugs-To: http://bugs.kde.org\n" +"POT-Creation-Date: 2011-08-02 04:56+0200\n" +"PO-Revision-Date: 2008-07-06 22:23+0100\n" +"Last-Translator: Dovydas Sankauskas <[email protected]>\n" +"Language-Team: Lithuanian <[email protected]>\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" +"%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" + +#: kio_gopher.cpp:88 +#, kde-format +msgid "Connecting to %1..." +msgstr "Jungiamasi prie %1..." + +#: kio_gopher.cpp:89 +#, kde-format +msgid "%1 contacted. Retrieving data..." +msgstr "%1 susijungta. Gaunami duomenys..." + +#: kio_gopher.cpp:104 +#, kde-format +msgid "Retrieved %1 bytes from %2..." +msgstr "Gauta %1 baitų iš %2..." + +#: kio_gopher.cpp:322 +msgid "Enter a search term:" +msgstr "Įrašykite paieškos žodį:" + +#: kio_gopher.cpp:326 +msgctxt "Text on a search button, like at a search engine" +msgid "Search" +msgstr "Ieškoti" |