root / branches / new-dialogs / lang / ee.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: "ee", ENCODING: UTF-8
4// Author: Martin Raie, <albertvill@hot.ee>
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{
16  "Bold": "Paks",
17  "Italic": "Kursiiv",
18  "Underline": "Allakriipsutatud",
19  "Strikethrough": "LÀbikriipsutatud",
20  "Subscript": "Allindeks",
21  "Superscript": "Ülaindeks",
22  "Justify Left": "Joonda vasakule",
23  "Justify Center": "Joonda keskele",
24  "Justify Right": "Joonda paremale",
25  "Justify Full": "Rööpjoonda",
26  "Ordered List": "Nummerdus",
27  "Bulleted List": "TÀpploend",
28  "Decrease Indent": "VÀhenda taanet",
29  "Increase Indent": "Suurenda taanet",
30  "Font Color": "Fondi vÀrv",
31  "Background Color": "Tausta vÀrv",
32  "Horizontal Rule": "Horisontaaljoon",
33  "Insert Web Link": "Lisa viit",
34  "Insert/Modify Image": "Lisa pilt",
35  "Insert Table": "Lisa tabel",
36  "Toggle HTML Source": "HTML/tavaline vaade",
37  "Enlarge Editor": "Suurenda toimeti aken",
38  "About this editor": "Teave toimeti kohta",
39  "Help using editor": "Spikker",
40  "Current style": "Kirjastiil",
41  "Undoes your last action": "Võta tagasi",
42  "Redoes your last action": "Tee uuesti",
43  "Cut selection": "Lõika",
44  "Copy selection": "Kopeeri",
45  "Paste from clipboard": "Kleebi",
46  "OK": "OK",
47  "Cancel": "Loobu",
48  "Path": "Path",
49  "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWYG.": "Sa oled tekstireziimis.  Kasuta nuppu [<>] lÃŒlitamaks tagasi WYSIWIG reziimi."
50}
Note: See TracBrowser for help on using the browser.