Annotation of loncom/html/htmlarea/lang/ru.js, revision 1.1

1.1     ! www         1: // I18N constants
        !             2: 
        !             3: HTMLArea.I18N = {
        !             4: 
        !             5: 	// the following should be the filename without .js extension
        !             6: 	// it will be used for automatically load plugin language.
        !             7: 	lang: "ru",
        !             8: 
        !             9: 	tooltips: {
        !            10: 		bold:           "Жирный",
        !            11: 		italic:         "Наклонный",
        !            12: 		underline:      "Подчеркнутый",
        !            13: 		strikethrough:  "Перечеркнутый",
        !            14: 		subscript:      "Нижний индекс",
        !            15: 		superscript:    "Верхний индекс",
        !            16: 		justifyleft:    "Выравнивание по левому краю",
        !            17: 		justifycenter:  "Выравнивание по центру",
        !            18: 		justifyright:   "Выравнивание по правому краю",
        !            19: 		justifyfull:    "Растянутый текст",
        !            20: 		orderedlist:    "Нумерованный список",
        !            21: 		unorderedlist:  "Маркированный список",
        !            22: 		outdent:        "Сдвиг в лево",
        !            23: 		indent:         "Сдвиг в право",
        !            24: 		forecolor:      "Цвет шрифта",
        !            25: 		backcolor:      "Цвет фона",
        !            26: 		horizontalrule: "Горизонтальная линия",
        !            27: 		createlink:     "Вставить ссылку",
        !            28: 		insertimage:    "Вставить картинку",
        !            29: 		inserttable:    "Вставить таблицу",
        !            30: 		htmlmode:       "Видеть HTML код",
        !            31: 		popupeditor:    "Увеличить редактор",
        !            32: 		about:          "О редакторе",
        !            33: 		help:           "Помощь в использовании",
        !            34: 		textindicator:  "Данный стиль"
        !            35: 	}
        !            36: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>