diff options
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 7370d65f9d7..5065569f27a 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -19,7 +19,7 @@ OC.L10N.register( "Shared by" : "Поделился", "Sharing" : "Общий доступ", "File shares" : "Файловые ресурсы общего доступа", - "Downloaded via public link" : "Скачано по открытой ссылке", + "Downloaded via public link" : "Скачано по общедоступной ссылке", "Downloaded by {email}" : "Скачано {email}", "{file} downloaded via public link" : "{file} скачан по общедоступной ссылке", "{email} downloaded {file}" : "{email} скачал {file}", @@ -74,7 +74,7 @@ OC.L10N.register( "Please specify a valid user" : "Пожалуйста, укажите допустимого пользователя", "Group sharing is disabled by the administrator" : "Общий доступ для групп отключён администратором", "Please specify a valid group" : "Пожалуйста, укажите допустимую группу", - "Public link sharing is disabled by the administrator" : "Публикация через общие ссылки отключена администратором", + "Public link sharing is disabled by the administrator" : "Публикация через общедоступные ссылки отключена администратором", "Public upload disabled by the administrator" : "Загрузка в общедоступную публикацию запрещена администратором", "Public upload is only possible for publicly shared folders" : "Общедоступная загрузка возможна только в папки с общим доступом", "Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД", @@ -85,9 +85,9 @@ OC.L10N.register( "Not a directory" : "Это не каталог", "Could not lock path" : "Не удалось заблокировать путь", "Wrong or no update parameter given" : "Параметр для изменения неправилен или не задан", - "Can't change permissions for public share links" : "Невозможно изменить права для публикации через ссылку", + "Can't change permissions for public share links" : "Невозможно изменить права для публикации через общедоступной ссылку", "Cannot increase permissions" : "Нельзя увеличить права", - "%s is publicly shared" : "%s опубликован", + "%s is publicly shared" : "%s опубликован ", "Share API is disabled" : "API общего доступа отключён", "This share is password-protected" : "Общий ресурс защищен паролем", "The password is wrong. Try again." : "Неверный пароль. Попробуйте еще раз.", |