summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth/l10n/ru.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-05 01:57:20 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-05 01:57:20 -0400
commitcb61d8a2265b3d623b676f0cd35f93921961f044 (patch)
tree8d2e98503630c377285b1e0a67d5237b4f540075 /apps/user_webdavauth/l10n/ru.php
parent39eeb7def9cad026698d2b6a97bde8a8e1b34d50 (diff)
downloadnextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.tar.gz
nextcloud-server-cb61d8a2265b3d623b676f0cd35f93921961f044.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n/ru.php')
-rw-r--r--apps/user_webdavauth/l10n/ru.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/ru.php b/apps/user_webdavauth/l10n/ru.php
index 31626db4c83..cfb31b1cb1e 100644
--- a/apps/user_webdavauth/l10n/ru.php
+++ b/apps/user_webdavauth/l10n/ru.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "Идентификация WebDAV",
+"Save" => "Сохранить",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Учётные данные пользователя будут отправлены на этот адрес. Плагин проверит ответ и будет рассматривать HTTP коды 401 и 403 как неверные учётные данные, при любом другом ответе - учётные данные пользователя верны."
);
$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);";