Blame view
sources/apps/l10n/ru/admin_dependencies_chk.po
3.52 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Denis <reg.transifex.net@demitel.ru>, 2012 # skoptev <skoptev@ukr.net>, 2012 # VicDeo <victor.dubiniuk@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: ownCloud " "Report-Msgid-Bugs-To: http://bugs.owncloud.org/ " "POT-Creation-Date: 2013-05-25 00:49+0200 " "PO-Revision-Date: 2013-05-24 13:24+0000 " "Last-Translator: I Robot <owncloud-bot@tmit.eu> " "Language-Team: Russian (http://www.transifex.com/projects/p/owncloud/language/ru/) " "MIME-Version: 1.0 " "Content-Type: text/plain; charset=UTF-8 " "Content-Transfer-Encoding: 8bit " "Language: ru " "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2); " #: settings.php:33 msgid "" "The php-json module is needed by the many applications for inter " "communications" msgstr "Модуль php-json необходим многим приложениям для внутренних связей" #: settings.php:39 msgid "" "The php-curl module is needed to fetch the page title when adding a bookmark" msgstr "Php-curl модуль необходим, чтобы получить заголовок страницы при добавлении закладки" #: settings.php:45 msgid "The php-gd module is needed to create thumbnails of your images" msgstr "Модуль php-gd необходим для создания уменьшенной копии для предпросмотра ваших картинок." #: settings.php:51 msgid "The php-ldap module is needed connect to your ldap server" msgstr "Модуль php-ldap необходим для соединения с вашим ldap сервером" #: settings.php:57 msgid "The php-zip module is needed download multiple files at once" msgstr "Модуль php-zip необходим для загрузки нескольких файлов за раз" #: settings.php:63 msgid "" "The php-mb_multibyte module is needed to manage correctly the encoding." msgstr "Модуль php-mb_multibyte необходим для корректного управления кодировками." #: settings.php:69 msgid "The php-ctype module is needed validate data." msgstr "Модуль php-ctype необходим для проверки данных." #: settings.php:75 msgid "The php-xml module is needed to share files with webdav." msgstr "Модуль php-xml необходим для открытия файлов через webdav." #: settings.php:81 msgid "" "The allow_url_fopen directive of your php.ini should be set to 1 to retrieve" " knowledge base from OCS servers" msgstr "Директива allow_url_fopen в файле php.ini должна быть установлена в 1 для получения базы знаний с серверов OCS" #: settings.php:87 msgid "The php-pdo module is needed to store owncloud data into a database." msgstr "Модуль php-pdo необходим для хранения данных ownСloud в базе данных." #: settings.php:93 msgid "The iconv module is needed to convert data into the correct charset." msgstr "Модуль iconv необходим для преобразования данных в правильную кодировку" #: templates/settings.php:2 msgid "Dependencies status" msgstr "Статус зависимостей" #: templates/settings.php:7 msgid "Used by :" msgstr "Используется:" |