Files
outil-82/local/modules/Tinymce/I18n/ru_RU.php
2021-01-19 18:19:37 +01:00

17 lines
2.0 KiB
PHP
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.
<?php
return array(
'Add responsive class to images' => 'Добавить адаптивный класс к изображениям',
'Custom CSS available in the editor' => 'Пользовательский CSS доступный в редакторе',
'Enter CSS or LESS code. You may also customize the editor.less file in the plugin template directory.' => 'Введите CSS или LESS код. Вы так же можете настроить файл editor.less file в директории шаблона плагина.',
'Failed to update custom CSS file "%file". Please check this file or parent folder write permissions.' => 'Ошибка обновления пользовательского CSS файла "%file". Пожалуйста проверьте права на этот файл и родидельскую директорию.',
'Force pasting as text' => 'Принудительно вставлять как текст',
'Height of the editor area, in pixels. Enter 0 for default ' => 'Высота зоны редактора в пикселях. Введите 0 для стандартной',
'If checked, all pasted data will be converted as plain text, removing tags and styles.' => 'Если выбрано, весь вставляемый текст будет сконвертирован в обычный текст без оформления.',
'If checked, the "img-responsive" class is added by default to inserted images' => 'Если выбрано, класс "img-responsive" будет добавлен к вставляемым изображениям',
'Sample editor' => 'Пример редактора',
'Show the TinyMCE menu bar' => 'Показывать панель меню TinyMCE',
'This is a sample text editor, to view actual configuration.' => 'Это пример редактора с актуальной конфигурацией.',
'Tinymce configuration' => 'Конфигурация Tinymce',
);