diff options
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 6464bd1f8d2..9271af65af9 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -209,6 +209,12 @@ OC.L10N.register( "Create" : "Создать", "Share" : "Поделиться", "Delete share" : "Удалить общий ресурс", + "Share with {userName}" : "Поделиться с {userName}", + "Share with group" : "Поделиться с группой", + "Share in conversation" : "Поделиться в чате", + "Share with remote" : "Поделиться с удалённым", + "Share with remote group" : "Поделиться с удалённой группой", + "Share with guest" : "Поделиться с гостем", "Share with" : "Поделиться", "Save share" : "Сохранить общий ресурс", "Update share" : "Обновить общий ресурс", @@ -227,6 +233,7 @@ OC.L10N.register( "_Restore share_::_Restore shares_" : ["Восстановить общий ресурс","Восстановить общие ресурсы","Восстановить общие ресурсы","Восстановить общие ресурсы"], "Shared" : "Опубликованное", "Shared by {ownerDisplayName}" : "Доступно пользователю {ownerDisplayName}", + "Show sharing options" : "Показать опции доступа", "Link to a file" : "Ссылка на файл", "Error creating the share: {errorMessage}" : "Не удалось создать общий ресурс: {errorMessage}", "Error creating the share" : "Ошибка создания общего доступа", |