diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-12-02 02:00:28 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-12-02 02:00:28 -0500 |
commit | 4f4b91a9ecc265d7501934bb40c1632a30afc7f5 (patch) | |
tree | e6fd70fc1567c2bcd297725667ec6fe6c4d75c92 /apps/files/l10n | |
parent | 9baa96a5aebbef629db90ea9cd71f84c5ff6e6c7 (diff) | |
download | nextcloud-server-4f4b91a9ecc265d7501934bb40c1632a30afc7f5.tar.gz nextcloud-server-4f4b91a9ecc265d7501934bb40c1632a30afc7f5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/ru.js | 10 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 222184d87af..f4b71563e6e 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -40,6 +40,15 @@ OC.L10N.register( "Unable to determine date" : "Невозможно определить дату", "This operation is forbidden" : "Операция запрещена", "This directory is unavailable, please check the logs or contact the administrator" : "Директория недоступна, пожалуйста проверьте журнал сообщений или свяжитесь с администратором", + "Could not move \"{file}\", target exists" : "Невозможно переместить \"{file}\", цель отсутствует", + "Could not move \"{file}\"" : "Невозможно переместить \"{file}\"", + "{newName} already exists" : "{newName} уже имеется", + "Could not rename \"{fileName}\"" : "Невозможно переименовать \"{fileName}\"", + "Could not create file \"{file}\"" : "Невозможно создать файл \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "Невозможно создать файл \"{file}\" потому что уже имеется", + "Could not create folder \"{dir}\"" : "Невозможно создать папку \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "Невозможно создать папку \"{dir}\" потому что уже имеется", + "Error deleting file \"{fileName}\"." : "Ошибка удаления файла \"{fileName}\".", "No entries in this folder match '{filter}'" : "В данном каталоге нет элементов соответствующих '{filter}'", "Name" : "Имя", "Size" : "Размер", @@ -88,6 +97,7 @@ OC.L10N.register( "Maximum upload size" : "Максимальный размер загружаемого файла", "max. possible: " : "макс. возможно: ", "Save" : "Сохранить", + "Missing permissions to edit from here." : "Отсутствуют права на удаление.", "Settings" : "Настройки", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Используйте этот адрес для <a href=\"%s\" target=\"_blank\">доступа файлам через WebDAV</a>", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index f3b318dc100..81dbf53184e 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -38,6 +38,15 @@ "Unable to determine date" : "Невозможно определить дату", "This operation is forbidden" : "Операция запрещена", "This directory is unavailable, please check the logs or contact the administrator" : "Директория недоступна, пожалуйста проверьте журнал сообщений или свяжитесь с администратором", + "Could not move \"{file}\", target exists" : "Невозможно переместить \"{file}\", цель отсутствует", + "Could not move \"{file}\"" : "Невозможно переместить \"{file}\"", + "{newName} already exists" : "{newName} уже имеется", + "Could not rename \"{fileName}\"" : "Невозможно переименовать \"{fileName}\"", + "Could not create file \"{file}\"" : "Невозможно создать файл \"{file}\"", + "Could not create file \"{file}\" because it already exists" : "Невозможно создать файл \"{file}\" потому что уже имеется", + "Could not create folder \"{dir}\"" : "Невозможно создать папку \"{dir}\"", + "Could not create folder \"{dir}\" because it already exists" : "Невозможно создать папку \"{dir}\" потому что уже имеется", + "Error deleting file \"{fileName}\"." : "Ошибка удаления файла \"{fileName}\".", "No entries in this folder match '{filter}'" : "В данном каталоге нет элементов соответствующих '{filter}'", "Name" : "Имя", "Size" : "Размер", @@ -86,6 +95,7 @@ "Maximum upload size" : "Максимальный размер загружаемого файла", "max. possible: " : "макс. возможно: ", "Save" : "Сохранить", + "Missing permissions to edit from here." : "Отсутствуют права на удаление.", "Settings" : "Настройки", "WebDAV" : "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Используйте этот адрес для <a href=\"%s\" target=\"_blank\">доступа файлам через WebDAV</a>", |