51 lines
1.6 KiB
JavaScript
51 lines
1.6 KiB
JavaScript
// I18N constants
|
|
|
|
// LANG: "ee", ENCODING: UTF-8
|
|
// Author: Martin Raie, <albertvill@hot.ee>
|
|
|
|
// FOR TRANSLATORS:
|
|
//
|
|
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
|
// (at least a valid email address)
|
|
//
|
|
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
|
// (if this is not possible, please include a comment
|
|
// that states what encoding is necessary.)
|
|
|
|
{
|
|
"Bold": "Paks",
|
|
"Italic": "Kursiiv",
|
|
"Underline": "Allakriipsutatud",
|
|
"Strikethrough": "Läbikriipsutatud",
|
|
"Subscript": "Allindeks",
|
|
"Superscript": "Ülaindeks",
|
|
"Justify Left": "Joonda vasakule",
|
|
"Justify Center": "Joonda keskele",
|
|
"Justify Right": "Joonda paremale",
|
|
"Justify Full": "Rööpjoonda",
|
|
"Ordered List": "Nummerdus",
|
|
"Bulleted List": "Täpploend",
|
|
"Decrease Indent": "Vähenda taanet",
|
|
"Increase Indent": "Suurenda taanet",
|
|
"Font Color": "Fondi värv",
|
|
"Background Color": "Tausta värv",
|
|
"Horizontal Rule": "Horisontaaljoon",
|
|
"Insert Web Link": "Lisa viit",
|
|
"Insert/Modify Image": "Lisa pilt",
|
|
"Insert Table": "Lisa tabel",
|
|
"Toggle HTML Source": "HTML/tavaline vaade",
|
|
"Enlarge Editor": "Suurenda toimeti aken",
|
|
"About this editor": "Teave toimeti kohta",
|
|
"Help using editor": "Spikker",
|
|
"Current style": "Kirjastiil",
|
|
"Undoes your last action": "Võta tagasi",
|
|
"Redoes your last action": "Tee uuesti",
|
|
"Cut selection": "Lõika",
|
|
"Copy selection": "Kopeeri",
|
|
"Paste from clipboard": "Kleebi",
|
|
"OK": "OK",
|
|
"Cancel": "Loobu",
|
|
"Path": "Path",
|
|
"You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.": "Sa oled tekstireziimis. Kasuta nuppu [<>] lülitamaks tagasi WYSIWIG reziimi."
|
|
}
|