diff options
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 91a5b2ab8c7..43fed6a4e81 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -57,6 +57,7 @@ OC.L10N.register( "{actor} removed share" : "{actor} закрыл общий доступ", "You shared {file} with {user}" : "Вы поделились {file} с {user}", "You removed {user} from {file}" : "Вы удалили {user} из {file}", + "{actor} shared {file} with {user}" : "{actor} поделился {file} с {user}", "{actor} removed {user} from {file}" : "{actor} удалил {user} из {file}", "{actor} shared {file} with you" : "{actor} поделился {file} с вами", "{actor} removed you from {file}" : "{actor} удалил вас из {file}", @@ -78,6 +79,8 @@ OC.L10N.register( "Public upload is only possible for publicly shared folders" : "Общедоступная загрузка возможна только в папки с общим доступом", "Invalid date, date format must be YYYY-MM-DD" : "Неверная дата, формат даты должен быть ГГГГ-ММ-ДД", "Sharing %s failed because the back end does not allow shares from type %s" : "Не удалось поделиться %s, поскольку механизм удалённого обмена не разрешает публикации типа %s", + "You cannot share to a Circle if the app is not enabled" : "Вы не можите поделиться через приложение Круг, если это приложение не включено", + "Please specify a valid circle" : "Укажите правильный круг", "Unknown share type" : "Предоставление доступа неизвестного типа", "Not a directory" : "Это не каталог", "Could not lock path" : "Не удалось заблокировать путь", |