diff options
Diffstat (limited to 'apps/files_external/l10n/ru.js')
-rw-r--r-- | apps/files_external/l10n/ru.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index 483aa71e708..6a7e716f60a 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -44,6 +44,9 @@ OC.L10N.register( "URL" : "Ссылка", "Secure https://" : "Безопасный https://", "Public key" : "Открытый ключ", + "Storage with id \"%i\" not found" : "Хранилище с идентификатором \"%i\" не найдено", + "Invalid mount point" : "Неправильная точка входа", + "Invalid storage backend \"%s\"" : "Неверный бэкенд хранилища \"%s\"", "Access granted" : "Доступ предоставлен", "Error configuring Dropbox storage" : "Ошибка при настройке хранилища Dropbox", "Grant access" : "Предоставить доступ", @@ -61,7 +64,6 @@ OC.L10N.register( "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Примечание:</b> Поддержка FTP в PHP не включена или не установлена. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Примечание:</b> \"%s\" не установлен. Монтирование %s невозможно. Пожалуйста, обратитесь к системному администратору.", "No external storage configured" : "Нет внешних хранилищ", - "You can configure external storages in the personal settings" : "Вы можете изменить параметры внешних хранилищ в личных настройках", "Name" : "Имя", "Storage type" : "Тип хранилища", "Scope" : "Область", |