ru.php 1.34 KB
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Добро пожаловать в %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Ваши персональные веб сервисы. Все файлы, контакты, календарь и многое другое в одном месте.",
"Get the apps to sync your files" => "Получить приложения для синхронизации ваших файлов",
"Connect your desktop apps to %s" => "Подключите приложения с компьютера к %s",
"Connect your Calendar" => "Подключите Ваш календарь",
"Connect your Contacts" => "Подключите Ваши контакты",
"Access files via WebDAV" => "Доступ к файлам через WebDAV",
"Documentation" => "Документация",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Более подробная информация в <a target=\"_blank\" href=\"%s\">документации</a> и на нашем <a target=\"_blank\" href=\"http://owncloud.org\">сайте</a>."
);
$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);";