diff options
Diffstat (limited to 'apps/files_sharing/l10n/ru.js')
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index e18c45f996c..ad1e1e360c5 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -8,6 +8,12 @@ OC.L10N.register( "Shared with you" : "Доступные для Вас", "Shared with others" : "Доступные для других", "Shared by link" : "Доступные по ссылке", + "Nothing shared with you yet" : "С вами пока ничем не поделились", + "Files and folders others share with you will show up here" : "Здесь появятся файлы и папки, которыми с вами поделятся", + "Nothing shared yet" : "Пока ничего не опубликовано", + "Files and folders you share will show up here" : "Здесь появятся файлы и папки, которыми вы поделитесь", + "No shared links" : "Нет опубликованных ссылок", + "Files and folders you share by link will show up here" : "Здесь появятся файлы и папки, которыми вы поделитесь по ссылке", "Do you want to add the remote share {name} from {owner}@{remote}?" : "Добавить удалённую общую папку {name} из {owner}@{remote}?", "Remote share" : "Удалённая общая папка", "Remote share password" : "Пароль для удалённой общей папки", @@ -17,9 +23,13 @@ OC.L10N.register( "Invalid ownCloud url" : "Неверный адрес ownCloud", "Shared by" : "Опубликовано", "A file or folder was shared from <strong>another server</strong>" : "Файл или папка, опубликованная на <strong>другом сервере</strong>", + "A public shared file or folder was <strong>downloaded</strong>" : "Публичный файл или папка, был <strong>скачан</strong>", "You received a new remote share from %s" : "Вы получили новую публикацию от %s", "%1$s accepted remote share %2$s" : "%1$s принял удалённую публикацию %2$s", "%1$s declined remote share %2$s" : "%1$s отклонил удалённую публикацию %2$s", + "%1$s unshared %2$s from you" : "%1$s закрыл для вас доступ к %2$s ", + "Public shared folder %1$s was downloaded" : "Публичная папка %1$s, была скачана", + "Public shared file %1$s was downloaded" : "Публичный файл %1$s, был скачан", "This share is password-protected" : "Для доступа к информации необходимо ввести пароль", "The password is wrong. Try again." : "Неверный пароль. Попробуйте еще раз.", "Password" : "Пароль", |