diff options
Diffstat (limited to 'po/ru')
-rw-r--r-- | po/ru/CMakeLists.txt | 2 | ||||
-rw-r--r-- | po/ru/kio_gopher.po | 47 |
2 files changed, 49 insertions, 0 deletions
diff --git a/po/ru/CMakeLists.txt b/po/ru/CMakeLists.txt new file mode 100644 index 0000000..231fa14 --- /dev/null +++ b/po/ru/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES( ru ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) diff --git a/po/ru/kio_gopher.po b/po/ru/kio_gopher.po new file mode 100644 index 0000000..f6cfd99 --- /dev/null +++ b/po/ru/kio_gopher.po @@ -0,0 +1,47 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Artem Sereda <[email protected]>, 2008. +# Nick Shaforostoff <[email protected]>, 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-10-05 00:13+0300\n" +"Last-Translator: Nick Shaforostoff <[email protected]>\n" +"Language-Team: Russian <[email protected]>\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" + +#: kio_gopher.cpp:88 +#, kde-format +msgid "Connecting to %1..." +msgstr "Соединение с %1..." + +#: kio_gopher.cpp:89 +#, kde-format +msgid "%1 contacted. Retrieving data..." +msgstr "Соединено с %1. Получение данных..." + +#: kio_gopher.cpp:104 +#, kde-format +msgid "Retrieved %1 bytes from %2..." +msgstr "Получено %1 байт от %2" + +#: kio_gopher.cpp:322 +msgid "Enter a search term:" +msgstr "Введите поисковый запрос:" + +#: kio_gopher.cpp:326 +msgctxt "Text on a search button, like at a search engine" +msgid "Search" +msgstr "Поиск" |