diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-14 21:37:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-14 21:37:55 +0000 |
commit | ef367f8bfee92047434fc9ad2016cf9e0b6a6ce1 (patch) | |
tree | 86af095da1ef54794ed4f95288b22ba543051792 /lib/l10n/ru.js | |
parent | adb9ad29faf42957815834e1844eb06056926242 (diff) | |
download | nextcloud-server-ef367f8bfee92047434fc9ad2016cf9e0b6a6ce1.tar.gz nextcloud-server-ef367f8bfee92047434fc9ad2016cf9e0b6a6ce1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 084a79561bb..5a18e75ed32 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -227,6 +227,11 @@ OC.L10N.register( "Storage incomplete configuration. %s" : "Неполная конфигурация хранилища. %s", "Storage connection error. %s" : "Ошибка подключения к хранилищу. %s", "Storage is temporarily not available" : "Хранилище временно недоступно", - "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s" + "Storage connection timeout. %s" : "Истекло время ожидания подключения к хранилищу. %s", + "Personal" : "Личное", + "Admin" : "Администратор", + "DB Error: \"%s\"" : "Ошибка БД: «%s»", + "Cannot clear expiration date. Shares are required to have an expiration date." : "Невозможно очистить дату истечения срока действия. Общие ресурсы должны иметь срок действия.", + "No app name specified" : "Не указано имя приложения" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |