root / branches / new-dialogs / lang / lv.js

Revision 60, 1.6 kB (checked in by niko, 7 years ago)

ticket #98: new i18n-system:
- changed every use of HTMLArea.I18N to HTMLArea._lc-function
- implemented HTMLArea._loadlang
- converted all language-files into the new system
- converted all language-files into utf-8
- removed all jp-* language-files except jp-utf8.js (and renamed it into jp.js)
- removed all en.js-files (not needed by the new system)
- removed all empty i18n-files

  • Property svn:eol-style set to native
  • Property svn:keywords set to LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
Line 
1// I18N constants
2
3// LANG: "lv", ENCODING: UTF-8
4// Author: Mihai Bazon, http://dynarch.com/mishoo
5// Translated by: Janis Klavins, <janis.klavins@devia.lv>
6
7{
8  "Bold": "Trekniem burtiem",
9  "Italic": "Kursîvâ",
10  "Underline": "Pasvîtrots",
11  "Strikethrough": "Pârsvîtrots",
12  "Subscript": "Novietot zem rindas",
13  "Superscript": "Novietot virs rindas",
14  "Justify Left": "Izlîdzinât pa kreisi",
15  "Justify Center": "Izlîdzinât centrâ",
16  "Justify Right": "Izlîdzinât pa labi",
17  "Justify Full": "Izlîdzinât pa visu lapu",
18  "Ordered List": "Numurçts saraksts",
19  "Bulleted List": "Saraksts",
20  "Decrease Indent": "Samazinât atkâpi",
21  "Increase Indent": "Palielinât atkâpi",
22  "Font Color": "Burtu krâsa",
23  "Background Color": "Fona krâsa",
24  "Horizontal Rule": "Horizontâla atdalîtâjsvîtra",
25  "Insert Web Link": "Ievietot hipersaiti",
26  "Insert/Modify Image": "Ievietot attçlu",
27  "Insert Table": "Ievietot tabulu",
28  "Toggle HTML Source": "Skatît HTML kodu",
29  "Enlarge Editor": "Palielinât Rediìçtâju",
30  "About this editor": "Par ðo rediìçtâju",
31  "Help using editor": "Rediìçtâja palîgs",
32  "Current style": "Patreizçjais stils",
33  "Undoes your last action": "Atcelt pçdçjo darbîbu",
34  "Redoes your last action": "Atkârtot pçdçjo darbîbu",
35  "Cut selection": "Izgriezt iezîmçto",
36  "Copy selection": "Kopçt iezîmçto",
37  "Paste from clipboard": "Ievietot iezîmçto",
38  "OK": "Labi",
39  "Cancel": "Atcelt",
40  "Path": "Ceïð",
41  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Jûs patlaban darbojaties TEKSTA REÞÎMÂ. Lai pârietu atpakaï uz GRAFISKO REÞÎMU (WYSIWIG), lietojiet [<>] pogu."
42}
Note: See TracBrowser for help on using the browser.