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