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

  1. // I18N constants
  2.  
  3. // LANG: "hu", ENCODING: UTF-8
  4. // Author: Mikl├│s Somogyi, <somogyine@vnet.hu>
  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: "hu",
  20.  
  21.     tooltips: {
  22.         bold:           "F├⌐lk├╢v├⌐r",
  23.         italic:         "D┼ælt",
  24.         underline:      "Al├íh├║zott",
  25.         strikethrough:  "├üth├║zott",
  26.         subscript:      "Als├│ index",
  27.         superscript:    "Fels┼æ index",
  28.         justifyleft:    "Balra z├írt",
  29.         justifycenter:  "K├╢z├⌐pre z├írt",
  30.         justifyright:   "Jobbra z├írt",
  31.         justifyfull:    "Sorkiz├írt",
  32.         orderedlist:    "Sz├ímozott lista",
  33.         unorderedlist:  "Sz├ímozatlan lista",
  34.         outdent:        "Beh├║z├ís cs├╢kkent├⌐se",
  35.         indent:         "Beh├║z├ís n├╢vel├⌐se",
  36.         forecolor:      "Karaktersz├¡n",
  37.         hilitecolor:    "H├ítt├⌐rsz├¡n",
  38.         horizontalrule: "Elv├ílaszt├│ vonal",
  39.         createlink:     "Hiperhivatkoz├ís besz├║r├ísa",
  40.         insertimage:    "K├⌐p besz├║r├ísa",
  41.         inserttable:    "T├íbl├ízat besz├║r├ísa",
  42.         htmlmode:       "HTML forr├ís be/ki",
  43.         popupeditor:    "Szerkeszt┼æ k├╝l├╢n ablakban",
  44.         about:          "N├⌐vjegy",
  45.         showhelp:       "S├║g├│",
  46.         textindicator:  "Aktu├ílis st├¡lus",
  47.         undo:           "Visszavon├ís",
  48.         redo:           "├Üjra v├⌐grehajt├ís",
  49.         cut:            "Kiv├íg├ís",
  50.         copy:           "M├ísol├ís",
  51.         paste:          "Beilleszt├⌐s"
  52.     },
  53.  
  54.     buttons: {
  55.         "ok":           "Rendben",
  56.         "cancel":       "M├⌐gsem"
  57.     },
  58.  
  59.     msg: {
  60.         "Path":         "Hierarchia",
  61.         "TEXT_MODE":    "Forr├ís m├│d. Visszav├ílt├ís [<>] gomb"
  62.     }
  63. };
  64.