egroupware_official/phpgwapi/js/htmlarea/lang/ru.js
Ralf Becker a3a85a862d import htmlarea 3.0beta
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
2004-01-08 09:03:17 +00:00

37 lines
1.1 KiB
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.

// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "ru",
tooltips: {
bold: "Жирный",
italic: "Наклонный",
underline: "Подчеркнутый",
strikethrough: "Перечеркнутый",
subscript: "Нижний индекс",
superscript: "Верхний индекс",
justifyleft: "Выравнивание по левому краю",
justifycenter: "Выравнивание по центру",
justifyright: "Выравнивание по правому краю",
justifyfull: "Растянутый текст",
orderedlist: "Нумерованный список",
unorderedlist: "Маркированный список",
outdent: "Сдвиг в лево",
indent: "Сдвиг в право",
forecolor: "Цвет шрифта",
backcolor: "Цвет фона",
horizontalrule: "Горизонтальная линия",
createlink: "Вставить ссылку",
insertimage: "Вставить картинку",
inserttable: "Вставить таблицу",
htmlmode: "Видеть HTML код",
popupeditor: "Увеличить редактор",
about: "О редакторе",
help: "Помощь в использовании",
textindicator: "Данный стиль"
}
};