summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ru.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-06 01:57:10 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-06 01:57:10 -0400
commitca739a59f05e3f8b2ca8bd62d91156ec33f7658e (patch)
tree438618a0b4f9b25be275dd3df24b7395ed8c047f /apps/files_sharing/l10n/ru.php
parent70e0ae063739b9749883bd184fee0a80f184685b (diff)
downloadnextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.tar.gz
nextcloud-server-ca739a59f05e3f8b2ca8bd62d91156ec33f7658e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/ru.php')
-rw-r--r--apps/files_sharing/l10n/ru.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ru.php b/apps/files_sharing/l10n/ru.php
index 635508ac75e..ae016092ea4 100644
--- a/apps/files_sharing/l10n/ru.php
+++ b/apps/files_sharing/l10n/ru.php
@@ -1,5 +1,7 @@
<?php
$TRANSLATIONS = array(
+"Saved" => "Сохранено",
+"Reset" => "Сброс",
"Shared by {owner}" => "Доступ открыл {owner}",
"Shared by" => "Опубликовано",
"This share is password-protected" => "Для доступа к информации необходимо ввести пароль",
@@ -14,6 +16,9 @@ $TRANSLATIONS = array(
"For more info, please ask the person who sent this link." => "Для получения дополнительной информации, пожалуйста, свяжитесь с тем, кто отправил Вам эту ссылку.",
"Download" => "Скачать",
"Download %s" => "Скачать %s",
-"Direct link" => "Прямая ссылка"
+"Direct link" => "Прямая ссылка",
+"Theme" => "Тема",
+"Template" => "Шаблон",
+"Save" => "Сохранить"
);
$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);";