diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-12-09 01:07:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-12-09 01:07:18 +0000 |
commit | 88d90066ba51e88b26083901961183a0cbed01e4 (patch) | |
tree | 19095331c08cca5cff2bf5541afc1bc3dae7aae8 /apps/files/l10n/ru.js | |
parent | 60e4299bcbf441a45605ae3a8f7cb74afd00301d (diff) | |
download | nextcloud-server-88d90066ba51e88b26083901961183a0cbed01e4.tar.gz nextcloud-server-88d90066ba51e88b26083901961183a0cbed01e4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index d9fb7b477ae..9c04ebf2740 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -81,7 +81,12 @@ OC.L10N.register( "New folder" : "Новый каталог", "Upload" : "Загрузить", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", + "Added to favorites" : "Добавлено в избранное", + "Removed from favorites" : "Удалено из избранного", + "You added {file} to your favorites" : "Вы добавили {file} в избранное", + "You removed {file} from your favorites" : "Вы удалили {file} из избранного", "File changes" : "Файлы изменены", + "A file has been added to or removed from your <strong>favorites</strong>" : "Файл был добавлен или удален из вашего <strong>избранного</strong>", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Фаил или каталог <strong>изменён</strong> или <strong>переименован</strong>", "A new file or folder has been <strong>created</strong>" : "<strong>Создан</strong> новый файл или каталог", "A new file or folder has been <strong>deleted</strong>" : "Новый файл или каталог был <strong>удален</strong>", |