Blame view
sources/apps/firstrunwizard/l10n/ru.php
1.34 KB
|
6d9380f96
|
1 2 3 |
<?php $TRANSLATIONS = array( "Welcome to %s" => "Добро пожаловать в %s", |
|
d1bafeea1
|
4 5 |
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Ваши персональные веб сервисы. Все файлы, контакты, календарь и многое другое в одном месте.", "Get the apps to sync your files" => "Получить приложения для синхронизации ваших файлов", |
|
6d9380f96
|
6 |
"Connect your desktop apps to %s" => "Подключите приложения с компьютера к %s", |
|
d1bafeea1
|
7 8 9 |
"Connect your Calendar" => "Подключите Ваш календарь", "Connect your Contacts" => "Подключите Ваши контакты", "Access files via WebDAV" => "Доступ к файлам через WebDAV", |
|
6d9380f96
|
10 11 |
"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>." |
|
d1bafeea1
|
12 |
); |
|
6d9380f96
|
13 |
$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);"; |