home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / controls / htmlarea / lang / b5.js next >
Text File  |  2004-03-08  |  3KB  |  89 lines

  1. // I18N constants
  2.  
  3. // LANG: "en", ENCODING: UTF-8 | ISO-8859-1
  4. // Author: Mihai Bazon, http://dynarch.com/mishoo
  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: "b5",
  20.  
  21.     tooltips: {
  22.         bold:           "▓╩┼Θ",
  23.         italic:         "▒╫┼Θ",
  24.         underline:      "⌐│╜u",
  25.         strikethrough:  "ºR░ú╜u",
  26.         subscript:      "ñU╝╨",
  27.         superscript:    "ñW╝╨",
  28.         justifyleft:    "╛aѬ",
  29.         justifycenter:  "╕mññ",
  30.         justifyright:   "╛aÑk",
  31.         justifyfull:    "ѬÑkÑ¡╡Ñ",
  32.     orderedlist:    "╜s╕╣╢╢º╟",
  33.     unorderedlist:  "▓┼╕╣╢╢º╟",
  34.         outdent:        "┤εñ╓┴Y▒╞",
  35.         indent:         "╝WÑ[┴Y▒╞",
  36.         forecolor:      "ñσªr├CªΓ",
  37.         hilitecolor:    "¡I┤║├CªΓ",
  38.     horizontalrule:  "ñ⌠Ñ¡╜u",
  39.         createlink:     "┤íñJ│s╡▓",
  40.         insertimage:    "┤íñJ/┼▄º≤╣╧╣│",
  41.         inserttable:    "┤íñJ¬φ«µ",
  42.         htmlmode:       "ñ┴┤½HTML¡∞⌐l╜X",
  43.         popupeditor:    "⌐±ñj",
  44.         about:          "├÷⌐≤│o¡╙╜s┐Φ╛╣",
  45.         showhelp:       "¿╧Ñ╬╜s┐Φ╛╣╗í⌐·",
  46.         textindicator:  "╖φ½e¡╖«µ",
  47.         undo:           "┤_¡∞ºA/⌐p│╠½ß¬║░╩º@",
  48.         redo:           "¡½░╡ºA/⌐p│╠½ß¬║░╩º@",
  49.         cut:            "░┼ñU",
  50.         copy:           "╜╞╗s",
  51.         paste:          "╢KñW",
  52.         lefttoright:    "▒qѬ¿∞Ñk",
  53.         righttoleft:    "▒qÑk¿∞Ѭ"
  54.     },
  55.  
  56.     buttons: {
  57.         "ok":           "╜T⌐w",
  58.         "cancel":       "¿·«°"
  59.     },
  60.  
  61.     msg: {
  62.         "Path":         "╕⌠«|",
  63.         "TEXT_MODE":    "ºA▓{Ñ┐ªbñσªr╝╥ªííA╜╨¿╧Ñ╬[<>]½÷╢sñ┴┤½¿∞⌐╥¿úºY⌐╥▒o╝╥ªííC",
  64.  
  65.         "IE-sucks-full-screen" :
  66.         // translate here
  67.         "The full screen mode is known to cause problems with Internet Explorer, " +
  68.         "due to browser bugs that we weren't able to workaround.  You might experience garbage " +
  69.         "display, lack of editor functions and/or random browser crashes.  If your system is Windows 9x " +
  70.         "it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
  71.         "You have been warned.  Please press OK if you still want to try the full screen editor."
  72.     },
  73.  
  74.     dialogs: {
  75.         "Cancel"                                            : "¿·«°l",
  76.         "Insert/Modify Link"                                : "┤íñJ/¡╫º∩│s╡▓",
  77.         "New window (_blank)"                               : "╖s¬║╡°╡í(_blank)",
  78.         "None (use implicit)"                               : "¿Sª│(use implicit)",
  79.         "OK"                                                : "╜T⌐w",
  80.         "Other"                                             : "¿ΣÑL",
  81.         "Same frame (_self)"                                : "ªPñ@╡í«µ (_self)",
  82.         "Target:"                                           : "Ñ╪╝╨:",
  83.         "Title (tooltip):"                                  : "╝╨├D (tooltip):",
  84.         "Top frame (_top)"                                  : "│╗╡í«µ (_top)",
  85.         "URL:"                                              : "URL:",
  86.         "You must enter the URL where this link points to"  : "ºA/⌐pÑ▓╢╖┐ΘñJ│s╡▓¬║Ñ╪╝╨URL"
  87.     }
  88. };
  89.