LDAPAccountManager/lam/templates/lib/extra/ckeditor/plugins/filetools/lang/ru.js

14 lines
813 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'filetools', 'ru', {
loadError: 'Ошибка при чтении файла',
networkError: 'Сетевая ошибка при загрузке файла',
httpError404: 'HTTP ошибка при загрузке файла (404: Файл не найден)',
httpError403: 'HTTP ошибка при загрузке файла (403: Запрещено)',
httpError: 'HTTP ошибка при загрузке файла (%1)',
noUrlError: 'Не определен URL для загрузки файлов',
responseError: 'Некорректный ответ сервера'
} );