diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-10-07 00:07:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-10-07 00:07:04 +0000 |
commit | 838e258b44154b0a04b4b588764ad1b94242db58 (patch) | |
tree | 52c8310d3a5bf1f997f25ff905b0492a5771d9b4 /apps/files/l10n/ru.js | |
parent | 6278d3bbfdc406a5f5c790472336d4c515f70894 (diff) | |
download | nextcloud-server-838e258b44154b0a04b4b588764ad1b94242db58.tar.gz nextcloud-server-838e258b44154b0a04b4b588764ad1b94242db58.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ru.js')
-rw-r--r-- | apps/files/l10n/ru.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 2d4bdb0545e..fb04ba7369c 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -96,7 +96,6 @@ OC.L10N.register( "Upload" : "Загрузить", "An error occurred while trying to update the tags" : "Во время обновления тегов возникла ошибка", "A new file or folder has been <strong>created</strong>" : "<strong>Создан</strong> новый файл или каталог", - "A file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или каталог", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ограничить уведомления о создании и изменении ваших <strong>избранных файлов</strong> <em>(отображать только в приложении события)</em>", "A file or folder has been <strong>deleted</strong>" : "<strong>Удален</strong> файл или каталог", "A file or folder has been <strong>restored</strong>" : "<strong>Восстановлен</strong> файл или каталог", @@ -134,6 +133,7 @@ OC.L10N.register( "Text file" : "Текстовый файл", "New text file.txt" : "Новый текстовый документ.txt", "{newname} already exists" : "{newname} уже существует", + "A file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или каталог", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Используйте этот адрес для <a href=\"%s\" target=\"_blank\">получения доступа к вашим файлам через WebDAV</a>", "Cancel upload" : "Отменить загрузку" }, |