Diff for /loncom/html/htmlarea/lang/Attic/ru.js between versions 1.1 and 1.2

version 1.1, 2004/02/18 08:07:15 version 1.2, 2004/06/01 23:46:11
Line 1 Line 1
 // I18N constants  // I18N constants
   
 HTMLArea.I18N = {  // LANG: "ru", ENCODING: UTF-8 | ISO-8859-1
   // Author: Yulya Shtyryakova, <yulya@vdcom.ru>
  // the following should be the filename without .js extension  
  // it will be used for automatically load plugin language.  // FOR TRANSLATORS:
  lang: "ru",  //
   //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
  tooltips: {  //      (at least a valid email address)
  bold:           "",  //
  italic:         "",  //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
  underline:      "",  //      (if this is not possible, please include a comment
  strikethrough:  "",  //       that states what encoding is necessary.)
  subscript:      " ",  
  superscript:    " ",  HTMLArea.I18N = {
  justifyleft:    " ",  
  justifycenter:  " ",   // the following should be the filename without .js extension
  justifyright:   " ",   // it will be used for automatically load plugin language.
  justifyfull:    " ",   lang: "ru",
  orderedlist:    " ",  
  unorderedlist:  " ",   tooltips: {
  outdent:        " ",   bold:           "Полужирный",
  indent:         " ",   italic:         "Наклонный",
  forecolor:      " ",   underline:      "Подчеркнутый",
  backcolor:      " ",   strikethrough:  "Перечеркнутый",
  horizontalrule: " ",   subscript:      "Нижний индекс",
  createlink:     " ",   superscript:    "Верхний индекс",
  insertimage:    " ",   justifyleft:    "По левому краю",
  inserttable:    " ",   justifycenter:  "По центру",
  htmlmode:       " HTML ",   justifyright:   "По правому краю",
  popupeditor:    " ",   justifyfull:    "По ширине",
  about:          " ",   insertorderedlist:    "Нумерованный лист",
  help:           " ",   insertunorderedlist:  "Маркированный лист",
  textindicator:  " "   outdent:        "Уменьшить отступ",
  }   indent:         "Увеличить отступ",
 };   forecolor:      "Цвет шрифта",
    hilitecolor:    "Цвет фона",
    horizontalrule: "Горизонтальный разделитель",
    createlink:     "Вставить гиперссылку",
    insertimage:    "Вставить изображение",
    inserttable:    "Вставить таблицу",
    htmlmode:       "Показать Html-код",
    popupeditor:    "Увеличить редактор",
    about:          "О редакторе",
    showhelp:       "Помощь",
    textindicator:  "Текущий стиль",
    undo:           "Отменить",
    redo:           "Повторить",
    cut:            "Вырезать",
    copy:           "Копировать",
    paste:          "Вставить"
    },
   
    buttons: {
    "ok":           "OK",
    "cancel":       "Отмена"
    },
   
    msg: {
    "Path":         "Путь",
    "TEXT_MODE":    "Вы в режиме отображения Html-кода. нажмите кнопку [<>], чтобы переключиться в визуальный режим."
    }
   };

Removed from v.1.1  
changed lines
  Added in v.1.2


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