diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-20 01:11:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-20 01:11:55 +0000 |
commit | c48332a14fe4e367e52b3fb2f53e4f58a47a7b66 (patch) | |
tree | 8247b6e54e934d97d8e330cb00842b2c1f8f1a1d /lib/l10n/ru.js | |
parent | 980c78048bdfdcb41cd7154c865af68ba091ac27 (diff) | |
download | nextcloud-server-c48332a14fe4e367e52b3fb2f53e4f58a47a7b66.tar.gz nextcloud-server-c48332a14fe4e367e52b3fb2f53e4f58a47a7b66.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 5a18e75ed32..76c7165d87c 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -232,6 +232,11 @@ OC.L10N.register( "Admin" : "Администратор", "DB Error: \"%s\"" : "Ошибка БД: «%s»", "Cannot clear expiration date. Shares are required to have an expiration date." : "Невозможно очистить дату истечения срока действия. Общие ресурсы должны иметь срок действия.", - "No app name specified" : "Не указано имя приложения" + "Cannot increase permissions of %s" : "Невозможно повысить права доступа %s", + "Files can't be shared with delete permissions" : "Права на удаление файлов не позволяют открывать общий доступ к ним", + "Files can't be shared with create permissions" : "Права на создание файлов не позволяют открывать общий доступ к ним", + "Cannot set expiration date more than %s days in the future" : "Срок окончания не может быть более %s дней (дня)", + "No app name specified" : "Не указано имя приложения", + "App '%s' could not be installed!" : "Приложение «%s» не может быть установлено!" }, "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);"); |