Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ru.php')
-rw-r--r--l10n/ru.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/ru.php b/l10n/ru.php
index 2cdcecec..13431435 100644
--- a/l10n/ru.php
+++ b/l10n/ru.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Ваши персональные веб сервисы. Все файлы, контакты, календарь и многое другое в одном месте.",
"Get the apps to sync your files" => "Получить приложения для синхронизации ваших файлов",
"Connect your Calendar" => "Подключите Ваш календарь",
@@ -8,3 +9,4 @@
"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>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Если Вам понравился ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from 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);";