home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / he.js < prev    next >
Encoding:
Text File  |  2004-07-12  |  2.1 KB  |  64 lines

  1. // I18N constants
  2.  
  3. // LANG: "he", ENCODING: UTF-8
  4. // Author: Liron Newman, <plastish@ultinet.org>
  5.  
  6. // FOR TRANSLATORS:
  7. //
  8. //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
  9. //      (at least a valid email address)
  10. //
  11. //   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
  12. //      (if this is not possible, please include a comment
  13. //       that states what encoding is necessary.)
  14.  
  15. HTMLArea.I18N = {
  16.  
  17.     // the following should be the filename without .js extension
  18.     // it will be used for automatically load plugin language.
  19.     lang: "he",
  20.  
  21.     tooltips: {
  22.         bold:           "╫₧╫ò╫ô╫Æ╫⌐",
  23.         italic:         "╫á╫ÿ╫ò╫Ö",
  24.         underline:      "╫º╫ò ╫¬╫ù╫¬╫Ö",
  25.         strikethrough:  "╫º╫ò ╫É╫₧╫ª╫ó",
  26.         subscript:      "╫¢╫¬╫æ ╫ó╫Ö╫£╫Ö",
  27.         superscript:    "╫¢╫¬╫æ ╫¬╫ù╫¬╫Ö",
  28.         justifyleft:    " ╫Ö╫⌐╫ò╫¿ ╫£╫⌐╫₧╫É╫£",
  29.         justifycenter:  "╫Ö╫⌐╫ò╫¿ ╫£╫₧╫¿╫¢╫û",
  30.         justifyright:   "╫Ö╫⌐╫ò╫¿ ╫£╫Ö╫₧╫Ö╫ƒ",
  31.         justifyfull:    "╫Ö╫Ö╫⌐╫ò╫¿ ╫£╫⌐╫ò╫¿╫ö ╫₧╫£╫É╫ö",
  32.         orderedlist:    "╫¿╫⌐╫Ö╫₧╫ö ╫₧╫₧╫ò╫í╫ñ╫¿╫¬",
  33.         unorderedlist:  "╫¿╫⌐╫Ö╫₧╫ö ╫£╫É ╫₧╫₧╫ò╫í╫ñ╫¿╫¬",
  34.         outdent:        "╫ö╫º╫ÿ╫ƒ ╫¢╫á╫Ö╫í╫ö",
  35.         indent:         "╫ö╫Æ╫ô╫£ ╫¢╫á╫Ö╫í╫ö",
  36.         forecolor:      "╫ª╫æ╫ó ╫Æ╫ò╫ñ╫ƒ",
  37.         hilitecolor:    "╫ª╫æ╫ó ╫¿╫º╫ó",
  38.         horizontalrule: "╫º╫ò ╫É╫á╫¢╫Ö",
  39.         createlink:     "╫ö╫¢╫á╫í ╫ö╫Ö╫ñ╫¿-╫º╫Ö╫⌐╫ò╫¿",
  40.         insertimage:    "╫ö╫¢╫á╫í ╫¬╫₧╫ò╫á╫ö",
  41.         inserttable:    "╫ö╫¢╫á╫í ╫ÿ╫æ╫£╫ö",
  42.         htmlmode:       "╫⌐╫á╫ö ╫₧╫ª╫æ ╫º╫ò╫ô HTML",
  43.         popupeditor:    "╫ö╫Æ╫ô╫£ ╫É╫¬ ╫ö╫ó╫ò╫¿╫Ü",
  44.         about:          "╫É╫ò╫ô╫ò╫¬ ╫ó╫ò╫¿╫Ü ╫û╫ö",
  45.         showhelp:       "╫ó╫û╫¿╫ö ╫£╫⌐╫Ö╫₧╫ò╫⌐ ╫æ╫ó╫ò╫¿╫Ü",
  46.         textindicator:  "╫í╫Æ╫á╫ò╫ƒ ╫á╫ò╫¢╫ù╫Ö",
  47.         undo:           "╫₧╫æ╫ÿ╫£ ╫É╫¬ ╫ñ╫ó╫ò╫£╫¬╫Ü ╫ö╫É╫ù╫¿╫ò╫á╫ö",
  48.         redo:           "╫₧╫æ╫ª╫ó ╫₧╫ù╫ô╫⌐ ╫É╫¬ ╫ö╫ñ╫ó╫ò╫£╫ö ╫ö╫É╫ù╫¿╫ò╫á╫ö ╫⌐╫æ╫Ö╫ÿ╫£╫¬",
  49.         cut:            "╫Æ╫û╫ò╫¿ ╫æ╫ù╫Ö╫¿╫ö",
  50.         copy:           "╫ö╫ó╫¬╫º ╫æ╫ù╫Ö╫¿╫ö",
  51.         paste:          "╫ö╫ô╫æ╫º ╫₧╫ö╫£╫ò╫ù"
  52.     },
  53.  
  54.     buttons: {
  55.         "ok":           "OK",
  56.         "cancel":       "╫æ╫Ö╫ÿ╫ò╫£"
  57.     },
  58.  
  59.     msg: {
  60.         "Path":         "╫á╫¬╫Ö╫æ ╫ó╫Ö╫ª╫ò╫æ",
  61.         "TEXT_MODE":    "╫É╫¬╫ö ╫æ╫₧╫ª╫æ ╫ÿ╫º╫í╫ÿ ╫á╫º╫Ö (╫º╫ò╫ô). ╫ö╫⌐╫¬╫₧╫⌐ ╫æ╫¢╫ñ╫¬╫ò╫¿ [<>] ╫¢╫ô╫Ö ╫£╫ù╫û╫ò╫¿ ╫£╫₧╫ª╫æ WYSIWYG (╫¬╫ª╫ò╫Æ╫¬ ╫ó╫Ö╫ª╫ò╫æ)."
  62.     }
  63. };
  64.