diff options
Diffstat (limited to 'apps/files_external/l10n/ru.js')
-rw-r--r-- | apps/files_external/l10n/ru.js | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/apps/files_external/l10n/ru.js b/apps/files_external/l10n/ru.js index 5f538807172..90ad73d8e31 100644 --- a/apps/files_external/l10n/ru.js +++ b/apps/files_external/l10n/ru.js @@ -120,16 +120,6 @@ OC.L10N.register( "Advanced settings" : "Расширенные настройки", "Delete" : "Удалить", "Allow users to mount external storage" : "Разрешить пользователями монтировать внешние накопители", - "Allow users to mount the following external storage" : "Разрешить пользователям монтировать следующие сервисы хранения данных", - "Fetching request tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов запроса. Проверьте корректность ключа и секрета приложения.", - "Fetching access tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов доступа. Проверьте корректность ключа и секрета приложения.", - "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s", - "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s", - "Dropbox App Configuration" : "Настройка приложения Dropbox", - "Google Drive App Configuration" : "Настройка приложения Google Drive", - "Storage with id \"%i\" not found" : "Хранилище с идентификатором «%i» не найдено", - "Storage with id \"%i\" is not user editable" : "Пользователь не может редактировать хранилище «%i»", - "Dropbox" : "Dropbox", - "Google Drive" : "Google Drive" + "Allow users to mount the following external storage" : "Разрешить пользователям монтировать следующие сервисы хранения данных" }, "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);"); |