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

  1. // I18N constants
  2.  
  3. // LANG: "ro", ENCODING: UTF-8
  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: "ro",
  20.  
  21.     tooltips: {
  22.         bold:           "├Ängro┼ƒat",
  23.         italic:         "Italic",
  24.         underline:      "Subliniat",
  25.         strikethrough:  "T─âiat",
  26.         subscript:      "Indice jos",
  27.         superscript:    "Indice sus",
  28.         justifyleft:    "Aliniere la st├ónga",
  29.         justifycenter:  "Aliniere pe centru",
  30.         justifyright:   "Aliniere la dreapta",
  31.         justifyfull:    "Aliniere ├«n ambele p─âr┼úi",
  32.         orderedlist:    "List─â ordonat─â",
  33.         unorderedlist:  "List─â marcat─â",
  34.         outdent:        "Mic┼ƒoreaz─â alineatul",
  35.         indent:         "M─âre┼ƒte alineatul",
  36.         forecolor:      "Culoarea textului",
  37.         hilitecolor:    "Culoare de fundal",
  38.         horizontalrule: "Linie orizontal─â",
  39.         createlink:     "Insereaz─â/modific─â link",
  40.         insertimage:    "Insereaz─â/modific─â imagine",
  41.         inserttable:    "Insereaz─â un tabel",
  42.         htmlmode:       "Sursa HTML / WYSIWYG",
  43.         popupeditor:    "Maximizeaz─â editorul",
  44.         about:          "Despre editor",
  45.         showhelp:       "Documenta┼úie (devel)",
  46.         textindicator:  "Stilul curent",
  47.         undo:           "Anuleaz─â ultima ac┼úiune",
  48.         redo:           "Reface ultima ac┼úiune anulat─â",
  49.         cut:            "Taie ├«n clipboard",
  50.         copy:           "Copie ├«n clipboard",
  51.         paste:          "Aduce din clipboard",
  52.         lefttoright:    "Direc┼úia de scriere: st├ónga - dreapta",
  53.         righttoleft:    "Direc┼úia de scriere: dreapta - st├ónga"
  54.     },
  55.  
  56.     buttons: {
  57.         "ok":           "OK",
  58.         "cancel":       "Anuleaz─â"
  59.     },
  60.  
  61.     msg: {
  62.         "Path":         "Calea",
  63.         "TEXT_MODE":    "E┼ƒti ├«n modul TEXT.  Apas─â butonul [<>] pentru a te ├«ntoarce ├«n modul WYSIWYG."
  64.     },
  65.  
  66.     dialogs: {
  67.         "Cancel"                                            : "Renun┼ú─â",
  68.         "Insert/Modify Link"                                : "Insereaz─â/modifc─â link",
  69.         "New window (_blank)"                               : "Fereastr─â nou─â (_blank)",
  70.         "None (use implicit)"                               : "Nimic (folose┼ƒte ce-i implicit)",
  71.         "OK"                                                : "Accept─â",
  72.         "Other"                                             : "Alt target",
  73.         "Same frame (_self)"                                : "Aceea┼ƒi fereastr─â (_self)",
  74.         "Target:"                                           : "┼óinta:",
  75.         "Title (tooltip):"                                  : "Titlul (tooltip):",
  76.         "Top frame (_top)"                                  : "Fereastra principal─â (_top)",
  77.         "URL:"                                              : "URL:",
  78.         "You must enter the URL where this link points to"  : "Trebuie s─â introduce┼úi un URL"
  79.     }
  80. };
  81.