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

  1. // I18N constants
  2.  
  3. // LANG: "lv", ENCODING: UTF-8 | ISO-8859-1
  4. // Author: Mihai Bazon, http://dynarch.com/mishoo
  5. // Translated by: Janis Klavins, <janis.klavins@devia.lv>
  6.  
  7. HTMLArea.I18N = {
  8.  
  9.     // the following should be the filename without .js extension
  10.     // it will be used for automatically load plugin language.
  11.     lang: "lv",
  12.  
  13.     tooltips: {
  14.         bold:           "Trekniem burtiem",
  15.         italic:         "KursεvΓ",
  16.         underline:      "Pasvεtrots",
  17.         strikethrough:  "PΓrsvεtrots",
  18.         subscript:      "Novietot zem rindas",
  19.         superscript:    "Novietot virs rindas",
  20.         justifyleft:    "IzlεdzinΓt pa kreisi",
  21.         justifycenter:  "IzlεdzinΓt centrΓ",
  22.         justifyright:   "IzlεdzinΓt pa labi",
  23.         justifyfull:    "IzlεdzinΓt pa visu lapu",
  24.         orderedlist:    "Numurτts saraksts",
  25.         unorderedlist:  "Saraksts",
  26.         outdent:        "SamazinΓt atkΓpi",
  27.         indent:         "PalielinΓt atkΓpi",
  28.         forecolor:      "Burtu krΓsa",
  29.         hilitecolor:    "Fona krΓsa",
  30.         horizontalrule: "HorizontΓla atdalεtΓjsvεtra",
  31.         createlink:     "Ievietot hipersaiti",
  32.         insertimage:    "Ievietot attτlu",
  33.         inserttable:    "Ievietot tabulu",
  34.         htmlmode:       "Skatεt HTML kodu",
  35.         popupeditor:    "PalielinΓt Redi∞τtΓju",
  36.         about:          "Par ≡o redi∞τtΓju",
  37.         showhelp:       "Redi∞τtΓja palεgs",
  38.         textindicator:  "Patreizτjais stils",
  39.         undo:           "Atcelt pτdτjo darbεbu",
  40.         redo:           "AtkΓrtot pτdτjo darbεbu",
  41.         cut:            "Izgriezt iezεmτto",
  42.         copy:           "Kopτt iezεmτto",
  43.         paste:          "Ievietot iezεmτto"
  44.     },
  45.  
  46.     buttons: {
  47.         "ok":           "Labi",
  48.         "cancel":       "Atcelt"
  49.     },
  50.  
  51.     msg: {
  52.         "Path":         "Ce∩≡",
  53.         "TEXT_MODE":    "J√s patlaban darbojaties TEKSTA RE▐╬M┬. Lai pΓrietu atpaka∩ uz GRAFISKO RE▐╬MU (WYSIWIG), lietojiet [<>] pogu."
  54.     }
  55. };
  56.