diff options
Diffstat (limited to 'lib/l10n/ru.js')
-rw-r--r-- | lib/l10n/ru.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 886a126baed..b3f7e42522e 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -109,7 +109,11 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "Не удалось поделиться %s, повторное открытие доступа запрещено", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Не удалось поделиться %s, бэкенд общего доступа не нашел путь до %s", "Sharing %s failed, because the file could not be found in the file cache" : "Не удалось поделиться %s, элемент не найден в файловом кеше.", + "Can’t increase permissions of %s" : "Невозможно увеличить права доступа для %s", + "Files can’t be shared with delete permissions" : "Файлы не могут иметь общий доступ с правами на удаление", + "Files can’t be shared with create permissions" : "Файлы не могут иметь общий доступ с правами на создание", "Expiration date is in the past" : "Дата окончания срока действия уже прошла", + "Can’t set expiration date more than %s days in the future" : "Невозможно установить дату окончания срока действия более %s дней", "The requested share does not exist anymore" : "Запрошенный общий ресурс более не существует.", "Could not find category \"%s\"" : "Категория «%s» не найдена", "Sunday" : "Воскресенье", |