Add htmlarea http://www.htmlarea.com/ tool to appdb
This commit is contained in:
36
htmlarea/lang/b5.js
Normal file
36
htmlarea/lang/b5.js
Normal file
@@ -0,0 +1,36 @@
|
||||
// I18N constants -- Chinese Big-5
|
||||
// by Dave Lo -- dlo@interactivetools.com
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "b5",
|
||||
|
||||
tooltips: {
|
||||
bold: "<22><><EFBFBD><EFBFBD>",
|
||||
italic: "<22><><EFBFBD><EFBFBD>",
|
||||
underline: "<22><><EFBFBD>u",
|
||||
strikethrough: "<22>R<EFBFBD><52><EFBFBD>u",
|
||||
subscript: "<22>U<EFBFBD><55>",
|
||||
superscript: "<22>W<EFBFBD><57>",
|
||||
justifyleft: "<22><><EFBFBD>m<EFBFBD>a<EFBFBD><61>",
|
||||
justifycenter: "<22><><EFBFBD>m<EFBFBD>~<7E><>",
|
||||
justifyright: "<22><><EFBFBD>m<EFBFBD>a<EFBFBD>k",
|
||||
justifyfull: "<22><><EFBFBD>m<EFBFBD><6D><EFBFBD>k<EFBFBD><6B><EFBFBD><EFBFBD>",
|
||||
orderedlist: "<22><><EFBFBD>DzM<C7B2><4D>",
|
||||
unorderedlist: "<22>L<EFBFBD>DzM<C7B2><4D>",
|
||||
outdent: "<22><><EFBFBD>p<EFBFBD><70><EFBFBD>e<EFBFBD>ť<EFBFBD>",
|
||||
indent: "<22>[<5B>e<EFBFBD><65><EFBFBD>e<EFBFBD>ť<EFBFBD>",
|
||||
forecolor: "<22><><EFBFBD>r<EFBFBD>C<EFBFBD><43>",
|
||||
backcolor: "<22>I<EFBFBD><49><EFBFBD>C<EFBFBD><43>",
|
||||
horizontalrule: "<22><><EFBFBD><EFBFBD><EFBFBD>u",
|
||||
createlink: "<22><><EFBFBD>J<EFBFBD>s<EFBFBD><73>",
|
||||
insertimage: "<22><><EFBFBD>J<EFBFBD>ϧ<EFBFBD>",
|
||||
inserttable: "<22><><EFBFBD>J<EFBFBD><4A><EFBFBD><EFBFBD>",
|
||||
htmlmode: "<22><><EFBFBD><EFBFBD>HTML<4D><4C><EFBFBD>l<EFBFBD>X",
|
||||
popupeditor: "<22><><EFBFBD>j",
|
||||
about: "<22><><EFBFBD><EFBFBD> HTMLArea",
|
||||
help: "<22><><EFBFBD><EFBFBD>",
|
||||
textindicator: "<22>r<EFBFBD><72><EFBFBD>Ҥl"
|
||||
}
|
||||
};
|
||||
83
htmlarea/lang/ch.js
Normal file
83
htmlarea/lang/ch.js
Normal file
@@ -0,0 +1,83 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "ch", ENCODING: UTF-8
|
||||
// Samuel Stone, http://stonemicro.com/
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "ch",
|
||||
|
||||
tooltips: {
|
||||
bold: "粗體",
|
||||
italic: "斜體",
|
||||
underline: "底線",
|
||||
strikethrough: "刪線",
|
||||
subscript: "下標",
|
||||
superscript: "上標",
|
||||
justifyleft: "靠左",
|
||||
justifycenter: "居中",
|
||||
justifyright: "靠右",
|
||||
justifyfull: "整齊",
|
||||
orderedlist: "順序清單",
|
||||
unorderedlist: "無序清單",
|
||||
outdent: "伸排",
|
||||
indent: "縮排",
|
||||
forecolor: "文字顏色",
|
||||
backcolor: "背景顏色",
|
||||
horizontalrule: "水平線",
|
||||
createlink: "插入連結",
|
||||
insertimage: "插入圖像",
|
||||
inserttable: "插入表格",
|
||||
htmlmode: "切換HTML原始碼",
|
||||
popupeditor: "伸出編輯系統",
|
||||
about: "關於 HTMLArea",
|
||||
help: "說明",
|
||||
textindicator: "字體例子",
|
||||
undo: "回原",
|
||||
redo: "重来",
|
||||
cut: "剪制选项",
|
||||
copy: "复制选项",
|
||||
paste: "贴上",
|
||||
lefttoright: "从左到右",
|
||||
righttoleft: "从右到左"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "好",
|
||||
"cancel": "取消"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "途徑",
|
||||
"TEXT_MODE": "你在用純字編輯方式. 用 [<>] 按鈕轉回 所見即所得 編輯方式.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"整頁式在Internet Explorer 上常出問題, " +
|
||||
"因為這是 Internet Explorer 的無名問題,我們無法解決。" +
|
||||
"你可能看見一些垃圾,或遇到其他問題。" +
|
||||
"我們已警告了你. 如果要轉到 正頁式 請按 好.",
|
||||
|
||||
"Moz-Clipboard" :
|
||||
"Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
|
||||
"for security reasons. Click OK to see a technical note at mozilla.org " +
|
||||
"which shows you how to allow a script to access the clipboard."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "取消",
|
||||
"Insert/Modify Link" : "插入/改寫連結",
|
||||
"New window (_blank)" : "新窗户(_blank)",
|
||||
"None (use implicit)" : "無(use implicit)",
|
||||
"OK" : "好",
|
||||
"Other" : "其他",
|
||||
"Same frame (_self)" : "本匡 (_self)",
|
||||
"Target:" : "目標匡:",
|
||||
"Title (tooltip):" : "主題 (tooltip):",
|
||||
"Top frame (_top)" : "上匡 (_top)",
|
||||
"URL:" : "網址:",
|
||||
"You must enter the URL where this link points to" : "你必須輸入你要连结的網址"
|
||||
}
|
||||
};
|
||||
63
htmlarea/lang/cz.js
Normal file
63
htmlarea/lang/cz.js
Normal file
@@ -0,0 +1,63 @@
|
||||
// I18N constants
|
||||
|
||||
|
||||
|
||||
// LANG: "cz", ENCODING: UTF-8 | ISO-8859-2
|
||||
|
||||
// Author: Jiri Löw, <jirilow@jirilow.com>
|
||||
|
||||
|
||||
|
||||
// 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.)
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
|
||||
// it will be used for automatically load plugin language.
|
||||
|
||||
lang: "cz",
|
||||
|
||||
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Tučně",
|
||||
|
||||
italic: "Kurzíva",
|
||||
|
||||
underline: "Podtržení",
|
||||
|
||||
strikethrough: "Přeškrtnutí",
|
||||
|
||||
subscript: "Dolní index",
|
||||
|
||||
superscript: "Horní index",
|
||||
|
||||
justifyleft: "Zarovnat doleva",
|
||||
|
||||
justifycenter: "Na střed",
|
||||
|
||||
justifyright: "Zarovnat doprava",
|
||||
|
||||
justifyfull: "Zarovnat do stran",
|
||||
|
||||
orderedlist: "Seznam",
|
||||
38
htmlarea/lang/da.js
Normal file
38
htmlarea/lang/da.js
Normal file
@@ -0,0 +1,38 @@
|
||||
// danish version for htmlArea v3.0 - Alpha Release
|
||||
// - translated by rene<rene@laerke.net>
|
||||
// term<72>s and licenses are equal to htmlarea!
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "da",
|
||||
|
||||
tooltips: {
|
||||
bold: "Fed",
|
||||
italic: "Kursiv",
|
||||
underline: "Understregning",
|
||||
strikethrough: "Overstregning ",
|
||||
subscript: "S<>nket skrift",
|
||||
superscript: "H<>vet skrift",
|
||||
justifyleft: "Venstrejuster",
|
||||
justifycenter: "Centrer",
|
||||
justifyright: "H<>jrejuster",
|
||||
justifyfull: "Lige margener",
|
||||
orderedlist: "Opstilling med tal",
|
||||
unorderedlist: "Opstilling med punkttegn",
|
||||
outdent: "Formindsk indrykning",
|
||||
indent: "For<6F>g indrykning",
|
||||
forecolor: "Skriftfarve",
|
||||
backcolor: "Baggrundsfarve",
|
||||
horizontalrule: "Horisontal linie",
|
||||
createlink: "Inds<64>t hyperlink",
|
||||
insertimage: "Inds<64>t billede",
|
||||
inserttable: "Inds<64>t tabel",
|
||||
htmlmode: "HTML visning",
|
||||
popupeditor: "Vis editor i popup",
|
||||
about: "Om htmlarea",
|
||||
help: "Hj<48>lp",
|
||||
textindicator: "Anvendt stil"
|
||||
}
|
||||
};
|
||||
80
htmlarea/lang/de.js
Normal file
80
htmlarea/lang/de.js
Normal file
@@ -0,0 +1,80 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "de", ENCODING: ISO-8859-1 for the german umlaut!
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "de",
|
||||
|
||||
tooltips: {
|
||||
bold: "Fett",
|
||||
italic: "Kursiv",
|
||||
underline: "Unterstrichen",
|
||||
strikethrough: "Durchgestrichen",
|
||||
subscript: "Hochgestellt",
|
||||
superscript: "Tiefgestellt",
|
||||
justifyleft: "Linksb<73>ndig",
|
||||
justifycenter: "Zentriert",
|
||||
justifyright: "Rechtsb<73>ndig",
|
||||
justifyfull: "Blocksatz",
|
||||
orderedlist: "Nummerierung",
|
||||
unorderedlist: "Aufz<66>hlungszeichen",
|
||||
outdent: "Einzug verkleinern",
|
||||
indent: "Einzug vergr<67><72>ern",
|
||||
forecolor: "Schriftfarbe",
|
||||
backcolor: "Hindergrundfarbe",
|
||||
hilitecolor: "Hintergrundfarbe",
|
||||
horizontalrule: "Horizontale Linie",
|
||||
inserthorizontalrule: "Horizontale Linie",
|
||||
createlink: "Hyperlink einf<6E>gen",
|
||||
insertimage: "Bild einf<6E>gen",
|
||||
inserttable: "Tabelle einf<6E>gen",
|
||||
htmlmode: "HTML Modus",
|
||||
popupeditor: "Editor im Popup <20>ffnen",
|
||||
about: "<22>ber htmlarea",
|
||||
help: "Hilfe",
|
||||
showhelp: "Hilfe",
|
||||
textindicator: "Derzeitiger Stil",
|
||||
undo: "R<>ckg<6B>ngig",
|
||||
redo: "Wiederholen",
|
||||
cut: "Ausschneiden",
|
||||
copy: "Kopieren",
|
||||
paste: "Einf<6E>gen aus der Zwischenablage",
|
||||
lefttoright: "Textrichtung von Links nach Rechts",
|
||||
righttoleft: "Textrichtung von Rechts nach Links",
|
||||
removeformat: "Formatierung entfernen"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Abbrechen"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Pfad",
|
||||
"TEXT_MODE": "Sie sind im Text-Modus. Benutzen Sie den [<>] Knopf um in den visuellen Modus (WYSIWIG) zu gelangen.",
|
||||
|
||||
"Moz-Clipboard" :
|
||||
"Aus Sicherheitsgr<67>nden d<>rfen Skripte normalerweise nicht programmtechnisch auf " +
|
||||
"Ausschneiden/Kopieren/Einf<6E>gen zugreifen. Bitte klicken Sie OK um die technische " +
|
||||
"Erl<72>uterung auf mozilla.org zu <20>ffnen, in der erkl<6B>rt wird, wie einem Skript Zugriff " +
|
||||
"gew<65>hrt werden kann."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"OK": "OK",
|
||||
"Cancel": "Abbrechen",
|
||||
"Insert/Modify Link": "Verkn<6B>pfung hinzuf<75>gen/<2F>ndern",
|
||||
"None (use implicit)": "k.A. (implizit)",
|
||||
"New window (_blank)": "Neues Fenster (_blank)",
|
||||
"Same frame (_self)": "Selber Rahmen (_self)",
|
||||
"Top frame (_top)": "Oberster Rahmen (_top)",
|
||||
"Other": "Anderes",
|
||||
"Target:": "Ziel:",
|
||||
"Title (tooltip):": "Titel (Tooltip):",
|
||||
"URL:": "URL:",
|
||||
"You must enter the URL where this link points to": "Sie m<>ssen eine Ziel-URL angeben f<>r die Verkn<6B>pfung angeben"
|
||||
}
|
||||
};
|
||||
63
htmlarea/lang/ee.js
Normal file
63
htmlarea/lang/ee.js
Normal file
@@ -0,0 +1,63 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "ee", ENCODING: UTF-8 | ISO-8859-1
|
||||
// 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.)
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "ee",
|
||||
|
||||
tooltips: {
|
||||
bold: "Paks",
|
||||
italic: "Kursiiv",
|
||||
underline: "Allakriipsutatud",
|
||||
strikethrough: "L<>bikriipsutatud",
|
||||
subscript: "Allindeks",
|
||||
superscript: "<22>laindeks",
|
||||
justifyleft: "Joonda vasakule",
|
||||
justifycenter: "Joonda keskele",
|
||||
justifyright: "Joonda paremale",
|
||||
justifyfull: "R<><52>pjoonda",
|
||||
orderedlist: "Nummerdus",
|
||||
unorderedlist: "T<>pploend",
|
||||
outdent: "V<>henda taanet",
|
||||
indent: "Suurenda taanet",
|
||||
forecolor: "Fondi v<>rv",
|
||||
hilitecolor: "Tausta v<>rv",
|
||||
inserthorizontalrule: "Horisontaaljoon",
|
||||
createlink: "Lisa viit",
|
||||
insertimage: "Lisa pilt",
|
||||
inserttable: "Lisa tabel",
|
||||
htmlmode: "HTML/tavaline vaade",
|
||||
popupeditor: "Suurenda toimeti aken",
|
||||
about: "Teave toimeti kohta",
|
||||
showhelp: "Spikker",
|
||||
textindicator: "Kirjastiil",
|
||||
undo: "V<>ta tagasi",
|
||||
redo: "Tee uuesti",
|
||||
cut: "L<>ika",
|
||||
copy: "Kopeeri",
|
||||
paste: "Kleebi"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Loobu"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Path",
|
||||
"TEXT_MODE": "Sa oled tekstireziimis. Kasuta nuppu [<>] l<>litamaks tagasi WYSIWIG reziimi."
|
||||
}
|
||||
};
|
||||
75
htmlarea/lang/el.js
Normal file
75
htmlarea/lang/el.js
Normal file
@@ -0,0 +1,75 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "el", ENCODING: UTF-8 | ISO-8859-7
|
||||
// Author: Dimitris Glezos, dimitris@glezos.com
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "el",
|
||||
|
||||
tooltips: {
|
||||
bold: "Έντονα",
|
||||
italic: "Πλάγια",
|
||||
underline: "Υπογραμμισμένα",
|
||||
strikethrough: "Διαγραμμένα",
|
||||
subscript: "Δείκτης",
|
||||
superscript: "Δείκτης",
|
||||
justifyleft: "Στοίχιση Αριστερά",
|
||||
justifycenter: "Στοίχιση Κέντρο",
|
||||
justifyright: "Στοίχιση Δεξιά",
|
||||
justifyfull: "Πλήρης Στοίχιση",
|
||||
orderedlist: "Αρίθμηση",
|
||||
unorderedlist: "Κουκκίδες",
|
||||
outdent: "Μείωση Εσοχής",
|
||||
indent: "Αύξηση Εσοχής",
|
||||
forecolor: "Χρώμα Γραμματοσειράς",
|
||||
hilitecolor: "Χρώμα Φόντου",
|
||||
horizontalrule: "Οριζόντια Γραμμή",
|
||||
createlink: "Εισαγωγή Συνδέσμου",
|
||||
insertimage: "Εισαγωγή/Τροποποίηση Εικόνας",
|
||||
inserttable: "Εισαγωγή Πίνακα",
|
||||
htmlmode: "Εναλλαγή σε/από HTML",
|
||||
popupeditor: "Μεγένθυνση επεξεργαστή",
|
||||
about: "Πληροφορίες",
|
||||
showhelp: "Βοήθεια",
|
||||
textindicator: "Παρών στυλ",
|
||||
undo: "Αναίρεση τελευταίας ενέργειας",
|
||||
redo: "Επαναφορά από αναίρεση",
|
||||
cut: "Αποκοπή",
|
||||
copy: "Αντιγραφή",
|
||||
paste: "Επικόλληση",
|
||||
lefttoright: "Κατεύθυνση αριστερά προς δεξιά",
|
||||
righttoleft: "Κατεύθυνση από δεξιά προς τα αριστερά"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Ακύρωση"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Διαδρομή",
|
||||
"TEXT_MODE": "Είστε σε TEXT MODE. Χρησιμοποιήστε το κουμπί [<>] για να επανέρθετε στο WYSIWIG.",
|
||||
|
||||
"IE-sucks-full-screen": "Η κατάσταση πλήρης οθόνης έχει προβλήματα με τον Internet Explorer, " +
|
||||
"λόγω σφαλμάτων στον ίδιο τον browser. Αν το σύστημα σας είναι Windows 9x " +
|
||||
"μπορεί και να χρειαστείτε reboot. Αν είστε σίγουροι, πατήστε ΟΚ."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Ακύρωση",
|
||||
"Insert/Modify Link" : "Εισαγωγή/Τροποποίηση σύνδεσμου",
|
||||
"New window (_blank)" : "Νέο παράθυρο (_blank)",
|
||||
"None (use implicit)" : "Κανένα (χρήση απόλυτου)",
|
||||
"OK" : "Εντάξει",
|
||||
"Other" : "Αλλο",
|
||||
"Same frame (_self)" : "Ίδιο frame (_self)",
|
||||
"Target:" : "Target:",
|
||||
"Title (tooltip):" : "Τίτλος (tooltip):",
|
||||
"Top frame (_top)" : "Πάνω frame (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Πρέπει να εισάγετε το URL που οδηγεί αυτός ο σύνδεσμος"
|
||||
}
|
||||
};
|
||||
147
htmlarea/lang/en.js
Normal file
147
htmlarea/lang/en.js
Normal file
@@ -0,0 +1,147 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
|
||||
// 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.)
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "en",
|
||||
|
||||
tooltips: {
|
||||
bold: "Bold",
|
||||
italic: "Italic",
|
||||
underline: "Underline",
|
||||
strikethrough: "Strikethrough",
|
||||
subscript: "Subscript",
|
||||
superscript: "Superscript",
|
||||
justifyleft: "Justify Left",
|
||||
justifycenter: "Justify Center",
|
||||
justifyright: "Justify Right",
|
||||
justifyfull: "Justify Full",
|
||||
orderedlist: "Ordered List",
|
||||
unorderedlist: "Bulleted List",
|
||||
outdent: "Decrease Indent",
|
||||
indent: "Increase Indent",
|
||||
forecolor: "Font Color",
|
||||
hilitecolor: "Background Color",
|
||||
horizontalrule: "Horizontal Rule",
|
||||
createlink: "Insert Web Link",
|
||||
insertimage: "Insert/Modify Image",
|
||||
inserttable: "Insert Table",
|
||||
htmlmode: "Toggle HTML Source",
|
||||
popupeditor: "Enlarge Editor",
|
||||
about: "About this editor",
|
||||
showhelp: "Help using editor",
|
||||
textindicator: "Current style",
|
||||
undo: "Undoes your last action",
|
||||
redo: "Redoes your last action",
|
||||
cut: "Cut selection",
|
||||
copy: "Copy selection",
|
||||
paste: "Paste from clipboard",
|
||||
lefttoright: "Direction left to right",
|
||||
righttoleft: "Direction right to left",
|
||||
removeformat: "Remove formatting",
|
||||
print: "Print document",
|
||||
killword: "Clear MSOffice tags"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Cancel"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Path",
|
||||
"TEXT_MODE": "You are in TEXT MODE. Use the [<>] button to switch back to WYSIWYG.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"The full screen mode is known to cause problems with Internet Explorer, " +
|
||||
"due to browser bugs that we weren't able to workaround. You might experience garbage " +
|
||||
"display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
|
||||
"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
|
||||
"You have been warned. Please press OK if you still want to try the full screen editor.",
|
||||
|
||||
"Moz-Clipboard" :
|
||||
"Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
|
||||
"for security reasons. Click OK to see a technical note at mozilla.org " +
|
||||
"which shows you how to allow a script to access the clipboard."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
// Common
|
||||
"OK" : "OK",
|
||||
"Cancel" : "Cancel",
|
||||
|
||||
"Alignment:" : "Alignment:",
|
||||
"Not set" : "Not set",
|
||||
"Left" : "Left",
|
||||
"Right" : "Right",
|
||||
"Texttop" : "Texttop",
|
||||
"Absmiddle" : "Absmiddle",
|
||||
"Baseline" : "Baseline",
|
||||
"Absbottom" : "Absbottom",
|
||||
"Bottom" : "Bottom",
|
||||
"Middle" : "Middle",
|
||||
"Top" : "Top",
|
||||
|
||||
"Layout" : "Layout",
|
||||
"Spacing" : "Spacing",
|
||||
"Horizontal:" : "Horizontal:",
|
||||
"Horizontal padding" : "Horizontal padding",
|
||||
"Vertical:" : "Vertical:",
|
||||
"Vertical padding" : "Vertical padding",
|
||||
"Border thickness:" : "Border thickness:",
|
||||
"Leave empty for no border" : "Leave empty for no border",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "Insert/Modify Link",
|
||||
"None (use implicit)" : "None (use implicit)",
|
||||
"New window (_blank)" : "New window (_blank)",
|
||||
"Same frame (_self)" : "Same frame (_self)",
|
||||
"Top frame (_top)" : "Top frame (_top)",
|
||||
"Other" : "Other",
|
||||
"Target:" : "Target:",
|
||||
"Title (tooltip):" : "Title (tooltip):",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "You must enter the URL where this link points to",
|
||||
// Insert Table
|
||||
"Insert Table" : "Insert Table",
|
||||
"Rows:" : "Rows:",
|
||||
"Number of rows" : "Number of rows",
|
||||
"Cols:" : "Cols:",
|
||||
"Number of columns" : "Number of columns",
|
||||
"Width:" : "Width:",
|
||||
"Width of the table" : "Width of the table",
|
||||
"Percent" : "Percent",
|
||||
"Pixels" : "Pixels",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "Width unit",
|
||||
"Positioning of this table" : "Positioning of this table",
|
||||
"Cell spacing:" : "Cell spacing:",
|
||||
"Space between adjacent cells" : "Space between adjacent cells",
|
||||
"Cell padding:" : "Cell padding:",
|
||||
"Space between content and border in cell" : "Space between content and border in cell",
|
||||
// Insert Image
|
||||
"Insert Image" : "Insert Image",
|
||||
"Image URL:" : "Image URL:",
|
||||
"Enter the image URL here" : "Enter the image URL here",
|
||||
"Preview" : "Preview",
|
||||
"Preview the image in a new window" : "Preview the image in a new window",
|
||||
"Alternate text:" : "Alternate text:",
|
||||
"For browsers that don't support images" : "For browsers that don't support images",
|
||||
"Positioning of this image" : "Positioning of this image",
|
||||
"Image Preview:" : "Image Preview:"
|
||||
}
|
||||
};
|
||||
51
htmlarea/lang/es.js
Normal file
51
htmlarea/lang/es.js
Normal file
@@ -0,0 +1,51 @@
|
||||
// I18N constants
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "es",
|
||||
|
||||
tooltips: {
|
||||
bold: "Negrita",
|
||||
italic: "Cursiva",
|
||||
underline: "Subrayado",
|
||||
strikethrough: "Tachado",
|
||||
subscript: "Sub<75>ndice",
|
||||
superscript: "Super<65>ndice",
|
||||
justifyleft: "Alinear a la Izquierda",
|
||||
justifycenter: "Centrar",
|
||||
justifyright: "Alinear a la Derecha",
|
||||
justifyfull: "Justificar",
|
||||
orderedlist: "Lista Ordenada",
|
||||
unorderedlist: "Lista No Ordenada",
|
||||
outdent: "Aumentar Sangr<67>a",
|
||||
indent: "Disminuir Sangr<67>a",
|
||||
forecolor: "Color del Texto",
|
||||
hilitecolor: "Color del Fondo",
|
||||
inserthorizontalrule: "L<>nea Horizontal",
|
||||
createlink: "Insertar Enlace",
|
||||
insertimage: "Insertar Imagen",
|
||||
inserttable: "Insertar Tabla",
|
||||
htmlmode: "Ver Documento en HTML",
|
||||
popupeditor: "Ampliar Editor",
|
||||
about: "Acerca del Editor",
|
||||
showhelp: "Ayuda",
|
||||
textindicator: "Estilo Actual",
|
||||
undo: "Deshacer",
|
||||
redo: "Rehacer",
|
||||
cut: "Cortar selecci<63>n",
|
||||
copy: "Copiar selecci<63>n",
|
||||
paste: "Pegar desde el portapapeles"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "Aceptar",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Ruta",
|
||||
"TEXT_MODE": "Esta en modo TEXTO. Use el boton [<>] para cambiar a WYSIWIG",
|
||||
}
|
||||
};
|
||||
46
htmlarea/lang/fi.js
Normal file
46
htmlarea/lang/fi.js
Normal file
@@ -0,0 +1,46 @@
|
||||
// I18N constants
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "en",
|
||||
|
||||
tooltips: {
|
||||
bold: "Lihavoitu",
|
||||
italic: "Kursivoitu",
|
||||
underline: "Alleviivattu",
|
||||
strikethrough: "Yliviivattu",
|
||||
subscript: "Alaindeksi",
|
||||
superscript: "Yl<59>indeksi",
|
||||
justifyleft: "Tasaa vasemmat reunat",
|
||||
justifycenter: "Keskit<69>",
|
||||
justifyright: "Tasaa oikeat reunat",
|
||||
justifyfull: "Tasaa molemmat reunat",
|
||||
orderedlist: "Numerointi",
|
||||
unorderedlist: "Luettelomerkit",
|
||||
outdent: "Lis<69><73> sisennyst<73>",
|
||||
indent: "Pienenn<6E> sisennyst<73>",
|
||||
forecolor: "Fontin v<>ri",
|
||||
hilitecolor: "Taustav<61>ri",
|
||||
inserthorizontalrule: "Vaakaviiva",
|
||||
createlink: "Lis<69><73> Linkki",
|
||||
insertimage: "Lis<69><73> Kuva",
|
||||
inserttable: "Lis<69><73> Taulu",
|
||||
htmlmode: "HTML L<>hdekoodi vs WYSIWYG",
|
||||
popupeditor: "Suurenna Editori",
|
||||
about: "Tietoja Editorista",
|
||||
showhelp: "N<>yt<79> Ohje",
|
||||
textindicator: "Nykyinen tyyli",
|
||||
undo: "Peruuta viimeinen toiminto",
|
||||
redo: "Palauta viimeinen toiminto",
|
||||
cut: "Leikkaa maalattu",
|
||||
copy: "Kopioi maalattu",
|
||||
paste: "Liit<69> leikepy<70>d<EFBFBD>lt<6C>"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "Hyv<79>ksy",
|
||||
"cancel": "Peruuta"
|
||||
}
|
||||
};
|
||||
97
htmlarea/lang/fr.js
Normal file
97
htmlarea/lang/fr.js
Normal file
@@ -0,0 +1,97 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "fr", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Simon Richard, s.rich@sympatico.ca
|
||||
|
||||
// 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.)
|
||||
|
||||
// All technical terms used in this document are the ones approved
|
||||
// by the Office qu<71>b<EFBFBD>cois de la langue fran<61>aise.
|
||||
// Tous les termes techniques utilis<69>s dans ce document sont ceux
|
||||
// approuv<75>s par l'Office qu<71>b<EFBFBD>cois de la langue fran<61>aise.
|
||||
// http://www.oqlf.gouv.qc.ca/
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "fr",
|
||||
|
||||
tooltips: {
|
||||
bold: "Gras",
|
||||
italic: "Italique",
|
||||
underline: "Soulign<67>",
|
||||
strikethrough: "Barr<72>",
|
||||
subscript: "Indice",
|
||||
superscript: "Exposant",
|
||||
justifyleft: "Align<67> <20> gauche",
|
||||
justifycenter: "Centr<74>",
|
||||
justifyright: "Align<67> <20> droite",
|
||||
justifyfull: "Justifier",
|
||||
orderedlist: "Num<75>rotation",
|
||||
unorderedlist: "Puces",
|
||||
outdent: "Diminuer le retrait",
|
||||
indent: "Augmenter le retrait",
|
||||
forecolor: "Couleur de police",
|
||||
hilitecolor: "Surlignage",
|
||||
horizontalrule: "Ligne horizontale",
|
||||
createlink: "Ins<6E>rer un hyperlien",
|
||||
insertimage: "Ins<6E>rer/Modifier une image",
|
||||
inserttable: "Ins<6E>rer un tableau",
|
||||
htmlmode: "Passer au code source",
|
||||
popupeditor: "Agrandir l'<27>diteur",
|
||||
about: "<22> propos de cet <20>diteur",
|
||||
showhelp: "Aide sur l'<27>diteur",
|
||||
textindicator: "Style courant",
|
||||
undo: "Annuler la derni<6E>re action",
|
||||
redo: "R<>p<EFBFBD>ter la derni<6E>re action",
|
||||
cut: "Couper la s<>lection",
|
||||
copy: "Copier la s<>lection",
|
||||
paste: "Coller depuis le presse-papier",
|
||||
lefttoright: "Direction de gauche <20> droite",
|
||||
righttoleft: "Direction de droite <20> gauche"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Annuler"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Chemin",
|
||||
"TEXT_MODE": "Vous <20>tes en MODE TEXTE. Appuyez sur le bouton [<>] pour retourner au mode tel-tel.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Le mode plein <20>cran peut causer des probl<62>mes sous Internet Explorer, " +
|
||||
"ceci d<> <20> des bogues du navigateur qui ont <20>t<EFBFBD> impossible <20> contourner. " +
|
||||
"Les diff<66>rents sympt<70>mes peuvent <20>tre un affichage d<>ficient, le manque de " +
|
||||
"fonctions dans l'<27>diteur et/ou pannes al<61>atoires du navigateur. Si votre " +
|
||||
"syst<73>me est Windows 9x, il est possible que vous subissiez une erreur de type " +
|
||||
"<22>General Protection Fault<6C> et que vous ayez <20> red<65>marrer votre ordinateur." +
|
||||
"\n\nConsid<69>rez-vous comme ayant <20>t<EFBFBD> avis<69>. Appuyez sur OK si vous d<>sirez tout " +
|
||||
"de m<>me essayer le mode plein <20>cran de l'<27>diteur."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Annuler",
|
||||
"Insert/Modify Link" : "Ins<6E>rer/Modifier Lien",
|
||||
"New window (_blank)" : "Nouvelle fen<65>tre (_blank)",
|
||||
"None (use implicit)" : "Aucun (par d<>faut)",
|
||||
"OK" : "OK",
|
||||
"Other" : "Autre",
|
||||
"Same frame (_self)" : "M<>me cadre (_self)",
|
||||
"Target:" : "Cible:",
|
||||
"Title (tooltip):" : "Titre (infobulle):",
|
||||
"Top frame (_top)" : "Cadre du haut (_top)",
|
||||
"URL:" : "Adresse Web:",
|
||||
"You must enter the URL where this link points to" : "Vous devez entrer l'adresse Web du lien"
|
||||
}
|
||||
};
|
||||
36
htmlarea/lang/gb.js
Normal file
36
htmlarea/lang/gb.js
Normal file
@@ -0,0 +1,36 @@
|
||||
// I18N constants -- Chinese GB
|
||||
// by Dave Lo -- dlo@interactivetools.com
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "gb",
|
||||
|
||||
tooltips: {
|
||||
bold: "<22><><EFBFBD><EFBFBD>",
|
||||
italic: "б<><D0B1>",
|
||||
underline: "<22><><EFBFBD><EFBFBD>",
|
||||
strikethrough: "ɾ<><C9BE><EFBFBD><EFBFBD>",
|
||||
subscript: "<22>±<EFBFBD>",
|
||||
superscript: "<22>ϱ<EFBFBD>",
|
||||
justifyleft: "λ<>ÿ<EFBFBD><C3BF><EFBFBD>",
|
||||
justifycenter: "λ<>þ<EFBFBD><C3BE><EFBFBD>",
|
||||
justifyright: "λ<>ÿ<EFBFBD><C3BF><EFBFBD>",
|
||||
justifyfull: "λ<><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ƽ<EFBFBD><C6BD>",
|
||||
orderedlist: "˳<><CBB3><EFBFBD>嵥",
|
||||
unorderedlist: "<22><><EFBFBD><EFBFBD><EFBFBD>嵥",
|
||||
outdent: "<22><>С<EFBFBD><D0A1>ǰ<EFBFBD>հ<EFBFBD>",
|
||||
indent: "<22>ӿ<EFBFBD><D3BF><EFBFBD>ǰ<EFBFBD>հ<EFBFBD>",
|
||||
forecolor: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ",
|
||||
backcolor: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ",
|
||||
horizontalrule: "ˮƽ<CBAE><C6BD>",
|
||||
createlink: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
insertimage: "<22><><EFBFBD><EFBFBD>ͼ<EFBFBD><CDBC>",
|
||||
inserttable: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
htmlmode: "<22>л<EFBFBD>HTMLԭʼ<D4AD><CABC>",
|
||||
popupeditor: "<22>Ŵ<EFBFBD>",
|
||||
about: "<22><><EFBFBD><EFBFBD> HTMLArea",
|
||||
help: "˵<><CBB5>",
|
||||
textindicator: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
}
|
||||
};
|
||||
89
htmlarea/lang/he.js
Normal file
89
htmlarea/lang/he.js
Normal file
@@ -0,0 +1,89 @@
|
||||
// I18N constants
|
||||
|
||||
|
||||
|
||||
// LANG: "he", ENCODING: UTF-8
|
||||
|
||||
// Author: Liron Newman, http://www.eesh.net, <plastish at ultinet dot org>
|
||||
|
||||
|
||||
|
||||
// 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.)
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
|
||||
// it will be used for automatically load plugin language.
|
||||
|
||||
lang: "he",
|
||||
|
||||
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "מודגש",
|
||||
|
||||
italic: "נטוי",
|
||||
|
||||
underline: "קו תחתי",
|
||||
|
||||
strikethrough: "קו אמצע",
|
||||
|
||||
subscript: "כתב עילי",
|
||||
|
||||
superscript: "כתב תחתי",
|
||||
|
||||
justifyleft: " ישור לשמאל",
|
||||
|
||||
justifycenter: "ישור למרכז",
|
||||
|
||||
justifyright: "ישור לימין",
|
||||
|
||||
justifyfull: "ישור לשורה מלאה",
|
||||
|
||||
orderedlist: "רשימה ממוספרת",
|
||||
|
||||
unorderedlist: "רשימה לא ממוספרת",
|
||||
|
||||
outdent: "הקטן כניסה",
|
||||
|
||||
indent: "הגדל כניסה",
|
||||
|
||||
forecolor: "צבע גופן",
|
||||
|
||||
hilitecolor: "צבע רקע",
|
||||
|
||||
horizontalrule: "קו אנכי",
|
||||
|
||||
createlink: "הכנס היפר-קישור",
|
||||
|
||||
insertimage: "הכנס/שנה תמונה",
|
||||
|
||||
inserttable: "הכנס טבלה",
|
||||
|
||||
htmlmode: "שנה מצב קוד HTML",
|
||||
|
||||
popupeditor: "הגדל את העורך",
|
||||
|
||||
about: "אודות עורך זה",
|
||||
|
||||
showhelp: "עזרה לשימוש בעורך",
|
||||
90
htmlarea/lang/hu.js
Normal file
90
htmlarea/lang/hu.js
Normal file
@@ -0,0 +1,90 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "hu", ENCODING: UTF-8
|
||||
// Author: Miklós Somogyi, <somogyine@vnet.hu>
|
||||
|
||||
// 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.)
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "hu",
|
||||
|
||||
tooltips: {
|
||||
bold: "Félkövér",
|
||||
italic: "Dőlt",
|
||||
underline: "Aláhúzott",
|
||||
strikethrough: "Áthúzott",
|
||||
subscript: "Alsó index",
|
||||
superscript: "Felső index",
|
||||
justifyleft: "Balra zárt",
|
||||
justifycenter: "Középre zárt",
|
||||
justifyright: "Jobbra zárt",
|
||||
justifyfull: "Sorkizárt",
|
||||
orderedlist: "Számozott lista",
|
||||
unorderedlist: "Számozatlan lista",
|
||||
outdent: "Behúzás csökkentése",
|
||||
indent: "Behúzás növelése",
|
||||
forecolor: "Karakterszín",
|
||||
hilitecolor: "Háttérszín",
|
||||
horizontalrule: "Elválasztó vonal",
|
||||
createlink: "Hiperhivatkozás beszúrása",
|
||||
insertimage: "Kép beszúrása",
|
||||
inserttable: "Táblázat beszúrása",
|
||||
htmlmode: "HTML forrás be/ki",
|
||||
popupeditor: "Szerkesztő külön ablakban",
|
||||
about: "Névjegy",
|
||||
showhelp: "Súgó",
|
||||
textindicator: "Aktuális stílus",
|
||||
undo: "Visszavonás",
|
||||
redo: "Újra végrehajtás",
|
||||
cut: "Kivágás",
|
||||
copy: "Másolás",
|
||||
paste: "Beillesztés",
|
||||
lefttoright: "Irány balról jobbra",
|
||||
righttoleft: "Irány jobbról balra"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "Rendben",
|
||||
"cancel": "Mégsem"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Hierarchia",
|
||||
"TEXT_MODE": "Forrás mód. Visszaváltás [<>] gomb",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"A teljesképrenyős szerkesztés hibát okozhat Internet Explorer használata esetén, " +
|
||||
"ez a böngésző a hibája, amit nem tudunk kikerülni. Szemetet észlelhet a képrenyőn, " +
|
||||
"illetve néhány funkció hiányozhat és/vagy véletlenszerűen lefagyhat a böngésző. " +
|
||||
"Windows 9x operaciós futtatása esetén elég valószínű, hogy 'General Protection Fault' " +
|
||||
"hibát okoz és újra kell indítania a számítógépet.\n\n" +
|
||||
"Figyelmeztettük. Kérjük nyomja meg a Rendben gombot, ha mégis szeretné megnyitni a " +
|
||||
"szerkesztőt külön ablakban."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Mégsem",
|
||||
"Insert/Modify Link" : "Hivatkozás Beszúrása/Módosítása",
|
||||
"New window (_blank)" : "Új ablak (_blank)",
|
||||
"None (use implicit)" : "Nincs (use implicit)",
|
||||
"OK" : "OK",
|
||||
"Other" : "Más",
|
||||
"Same frame (_self)" : "Ugyanabba a keretbe (_self)",
|
||||
"Target:" : "Cél:",
|
||||
"Title (tooltip):" : "Cím (tooltip):",
|
||||
"Top frame (_top)" : "Felső keret (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Be kell írnia az URL-t, ahova a hivatkozás mutasson"
|
||||
}
|
||||
};
|
||||
79
htmlarea/lang/it.js
Normal file
79
htmlarea/lang/it.js
Normal file
@@ -0,0 +1,79 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "it", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Fabio Rotondo <fabio@rotondo.it>
|
||||
// Update for 3.0 rc1: Giovanni Premuda <gpremuda@softwerk.it>
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "it",
|
||||
|
||||
tooltips: {
|
||||
bold: "Grassetto",
|
||||
italic: "Corsivo",
|
||||
underline: "Sottolineato",
|
||||
strikethrough: "Barrato",
|
||||
subscript: "Pedice",
|
||||
superscript: "Apice",
|
||||
justifyleft: "Allinea a sinistra",
|
||||
justifycenter: "Allinea in centro",
|
||||
justifyright: "Allinea a destra",
|
||||
justifyfull: "Giustifica",
|
||||
insertorderedlist: "Lista ordinata",
|
||||
insertunorderedlist: "Lista puntata",
|
||||
outdent: "Decrementa indentazione",
|
||||
indent: "Incrementa indentazione",
|
||||
forecolor: "Colore del carattere",
|
||||
hilitecolor: "Colore di sfondo",
|
||||
inserthorizontalrule: "Linea orizzontale",
|
||||
createlink: "Inserisci un link",
|
||||
insertimage: "Inserisci un'immagine",
|
||||
inserttable: "Inserisci una tabella",
|
||||
htmlmode: "Visualizzazione HTML",
|
||||
popupeditor: "Editor a pieno schermo",
|
||||
about: "Info sull'editor",
|
||||
showhelp: "Aiuto sull'editor",
|
||||
textindicator: "Stile corrente",
|
||||
undo: "Annulla",
|
||||
redo: "Ripristina",
|
||||
cut: "Taglia",
|
||||
copy: "Copia",
|
||||
paste: "Incolla",
|
||||
lefttoright: "Scrivi da sinistra a destra",
|
||||
righttoleft: "Scrivi da destra a sinistra"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Annulla"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Percorso",
|
||||
"TEXT_MODE": "Sei in MODALITA' TESTO. Usa il bottone [<>] per tornare alla modalità WYSIWYG.",
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"The full screen mode is known to cause problems with Internet Explorer, " +
|
||||
"due to browser bugs that we weren't able to workaround. You might experience garbage " +
|
||||
"display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
|
||||
"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
|
||||
"You have been warned. Please press OK if you still want to try the full screen editor."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Annulla" : "Cancel",
|
||||
"Inserisci/modifica Link" : "Insert/Modify Link",
|
||||
"Nuova finestra (_blank)" : "New window (_blank)",
|
||||
"Nessuno (usa predefinito)" : "None (use implicit)",
|
||||
"OK" : "OK",
|
||||
"Altro" : "Other",
|
||||
"Stessa finestra (_self)" : "Same frame (_self)",
|
||||
"Target:" : "Target:",
|
||||
"Title (suggerimento):" : "Title (tooltip):",
|
||||
"Frame principale (_top)" : "Top frame (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Devi inserire un indirizzo per questo link"
|
||||
}
|
||||
};
|
||||
37
htmlarea/lang/ja-euc.js
Normal file
37
htmlarea/lang/ja-euc.js
Normal file
@@ -0,0 +1,37 @@
|
||||
// I18N constants -- Japanese EUC
|
||||
// by Manabu Onoue -- tmocsys@tmocsys.com
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "ja-euc",
|
||||
|
||||
tooltips: {
|
||||
bold: "<22><><EFBFBD><EFBFBD>",
|
||||
italic: "<22><><EFBFBD><EFBFBD>",
|
||||
underline: "<22><><EFBFBD><EFBFBD>",
|
||||
strikethrough: "<22>Ǥ<EFBFBD><C7A4>ä<EFBFBD><C3A4><EFBFBD>",
|
||||
subscript: "<22><><EFBFBD>դ<EFBFBD>ź<EFBFBD><C5BA><EFBFBD><EFBFBD>",
|
||||
superscript: "<22><><EFBFBD>դ<EFBFBD>ź<EFBFBD><C5BA><EFBFBD><EFBFBD>",
|
||||
justifyleft: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
justifycenter: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
justifyright: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
justifyfull: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
orderedlist: "<22>ֹ<EFBFBD><D6B9>դ<EFBFBD><D5A4>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>",
|
||||
unorderedlist: "<22><><EFBFBD><EFBFBD><EFBFBD>դ<EFBFBD><D5A4>վ<EFBFBD><D5BE><EFBFBD><EFBFBD><EFBFBD>",
|
||||
outdent: "<22><><EFBFBD><EFBFBD><EFBFBD>ǥ<EFBFBD><C7A5>Ȳ<EFBFBD><C8B2><EFBFBD>",
|
||||
indent: "<22><><EFBFBD><EFBFBD><EFBFBD>ǥ<EFBFBD><C7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
forecolor: "ʸ<><CAB8><EFBFBD><EFBFBD>",
|
||||
backcolor: "<22>طʿ<D8B7>",
|
||||
horizontalrule: "<22><>ʿ<EFBFBD><CABF>",
|
||||
createlink: "<22><><EFBFBD><EFBFBD><F3A5AFBA><EFBFBD>",
|
||||
insertimage: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
inserttable: "<22>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD><EFBFBD>",
|
||||
htmlmode: "HTMLɽ<4C><C9BD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
popupeditor: "<22><><EFBFBD>ǥ<EFBFBD><C7A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
about: "<22>С<EFBFBD><D0A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
help: "<22>إ<EFBFBD><D8A5><EFBFBD>",
|
||||
textindicator: "<22><><EFBFBD>ߤΥ<DFA4><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
}
|
||||
};
|
||||
37
htmlarea/lang/ja-jis.js
Normal file
37
htmlarea/lang/ja-jis.js
Normal file
@@ -0,0 +1,37 @@
|
||||
// I18N constants -- Japanese JIS
|
||||
// by Manabu Onoue -- tmocsys@tmocsys.com
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "ja-jis",
|
||||
|
||||
tooltips: {
|
||||
bold: "$BB@;z(B",
|
||||
italic: "$B<PBN(B",
|
||||
underline: "$B2<@~(B",
|
||||
strikethrough: "$BBG$A>C$7@~(B",
|
||||
subscript: "$B2<IU$-E:$(;z(B",
|
||||
superscript: "$B>eIU$-E:$(;z(B",
|
||||
justifyleft: "$B:84s$;(B",
|
||||
justifycenter: "$BCf1{4s$;(B",
|
||||
justifyright: "$B1&4s$;(B",
|
||||
justifyfull: "$B6QEy3dIU(B",
|
||||
orderedlist: "$BHV9fIU$-2U>r=q$-(B",
|
||||
unorderedlist: "$B5-9fIU$-2U>r=q$-(B",
|
||||
outdent: "$B%$%s%G%s%H2r=|(B",
|
||||
indent: "$B%$%s%G%s%H@_Dj(B",
|
||||
forecolor: "$BJ8;z?'(B",
|
||||
backcolor: "$BGX7J?'(B",
|
||||
horizontalrule: "$B?eJ?@~(B",
|
||||
createlink: "$B%j%s%/:n@.(B",
|
||||
insertimage: "$B2hA|A^F~(B",
|
||||
inserttable: "$B%F!<%V%kA^F~(B",
|
||||
htmlmode: "HTML$BI=<(@ZBX(B",
|
||||
popupeditor: "$B%(%G%#%?3HBg(B",
|
||||
about: "$B%P!<%8%g%s>pJs(B",
|
||||
help: "$B%X%k%W(B",
|
||||
textindicator: "$B8=:_$N%9%?%$%k(B"
|
||||
}
|
||||
};
|
||||
37
htmlarea/lang/ja-sjis.js
Normal file
37
htmlarea/lang/ja-sjis.js
Normal file
@@ -0,0 +1,37 @@
|
||||
// I18N constants -- Japanese Shift-JIS
|
||||
// by Manabu Onoue -- tmocsys@tmocsys.com
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "ja-sjis",
|
||||
|
||||
tooltips: {
|
||||
bold: "<22><><EFBFBD><EFBFBD>",
|
||||
italic: "<22>Α<EFBFBD>",
|
||||
underline: "<22><><EFBFBD><EFBFBD>",
|
||||
strikethrough: "<22>ł<EFBFBD><C582><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
subscript: "<22><><EFBFBD>t<EFBFBD><74><EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD>",
|
||||
superscript: "<22><><EFBFBD>t<EFBFBD><74><EFBFBD>Y<EFBFBD><59><EFBFBD><EFBFBD>",
|
||||
justifyleft: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
justifycenter: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
justifyright: "<22>E<EFBFBD><45><EFBFBD><EFBFBD>",
|
||||
justifyfull: "<22>ϓ<EFBFBD><CF93><EFBFBD><EFBFBD>t",
|
||||
orderedlist: "<22>ԍ<EFBFBD><D48D>t<EFBFBD><74><EFBFBD>ӏ<EFBFBD><D38F><EFBFBD><EFBFBD><EFBFBD>",
|
||||
unorderedlist: "<22>L<EFBFBD><4C><EFBFBD>t<EFBFBD><74><EFBFBD>ӏ<EFBFBD><D38F><EFBFBD><EFBFBD><EFBFBD>",
|
||||
outdent: "<22>C<EFBFBD><43><EFBFBD>f<EFBFBD><66><EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD>",
|
||||
indent: "<22>C<EFBFBD><43><EFBFBD>f<EFBFBD><66><EFBFBD>g<EFBFBD>ݒ<EFBFBD>",
|
||||
forecolor: "<22><><EFBFBD><EFBFBD><EFBFBD>F",
|
||||
backcolor: "<22>w<EFBFBD>i<EFBFBD>F",
|
||||
horizontalrule: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
createlink: "<22><><EFBFBD><EFBFBD><EFBFBD>N<EFBFBD>쐬",
|
||||
insertimage: "<22>摜<EFBFBD>}<7D><>",
|
||||
inserttable: "<22>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD>}<7D><>",
|
||||
htmlmode: "HTML<4D>\<5C><><EFBFBD>ؑ<EFBFBD>",
|
||||
popupeditor: "<22>G<EFBFBD>f<EFBFBD>B<EFBFBD>^<5E>g<EFBFBD><67>",
|
||||
about: "<22>o<EFBFBD>[<5B>W<EFBFBD><57><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
help: "<22>w<EFBFBD><77><EFBFBD>v",
|
||||
textindicator: "<22><><EFBFBD>݂̃X<CC83>^<5E>C<EFBFBD><43>"
|
||||
}
|
||||
};
|
||||
37
htmlarea/lang/ja-utf8.js
Normal file
37
htmlarea/lang/ja-utf8.js
Normal file
@@ -0,0 +1,37 @@
|
||||
// I18N constants -- Japanese UTF-8
|
||||
// by Manabu Onoue -- tmocsys@tmocsys.com
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "ja-utf8",
|
||||
|
||||
tooltips: {
|
||||
bold: "太字",
|
||||
italic: "斜体",
|
||||
underline: "下線",
|
||||
strikethrough: "打ち消し線",
|
||||
subscript: "下付き添え字",
|
||||
superscript: "上付き添え字",
|
||||
justifyleft: "左寄せ",
|
||||
justifycenter: "中央寄せ",
|
||||
justifyright: "右寄せ",
|
||||
justifyfull: "均等割付",
|
||||
orderedlist: "番号付き箇条書き",
|
||||
unorderedlist: "記号付き箇条書き",
|
||||
outdent: "インデント解除",
|
||||
indent: "インデント設定",
|
||||
forecolor: "文字色",
|
||||
backcolor: "背景色",
|
||||
horizontalrule: "水平線",
|
||||
createlink: "リンク作成",
|
||||
insertimage: "画像挿入",
|
||||
inserttable: "テーブル挿入",
|
||||
htmlmode: "HTML表示切替",
|
||||
popupeditor: "エディタ拡大",
|
||||
about: "バージョン情報",
|
||||
help: "ヘルプ",
|
||||
textindicator: "現在のスタイル"
|
||||
}
|
||||
};
|
||||
77
htmlarea/lang/lt.js
Normal file
77
htmlarea/lang/lt.js
Normal file
@@ -0,0 +1,77 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "lt", ENCODING: UTF-8
|
||||
// Author: Jaroslav Šatkevič, <jaro@akl.lt>
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "en",
|
||||
|
||||
tooltips: {
|
||||
bold: "Paryškinti",
|
||||
italic: "Kursyvas",
|
||||
underline: "Pabraukti",
|
||||
strikethrough: "Perbraukti",
|
||||
subscript: "Apatinis indeksas",
|
||||
superscript: "Viršutinis indeksas",
|
||||
justifyleft: "Lygiavimas pagal kairę",
|
||||
justifycenter: "Lygiavimas pagal centrą",
|
||||
justifyright: "Lygiavimas pagal dešinę",
|
||||
justifyfull: "Lygiuoti pastraipą",
|
||||
orderedlist: "Numeruotas sąrašas",
|
||||
unorderedlist: "Suženklintas sąrašas",
|
||||
outdent: "Sumažinti paraštę",
|
||||
indent: "Padidinti paraštę",
|
||||
forecolor: "Šrifto spalva",
|
||||
hilitecolor: "Fono spalva",
|
||||
horizontalrule: "Horizontali linija",
|
||||
createlink: "Įterpti nuorodą",
|
||||
insertimage: "Įterpti paveiksliuką",
|
||||
inserttable: "Įterpti lentelę",
|
||||
htmlmode: "Perjungti į HTML/WYSIWYG",
|
||||
popupeditor: "Išplėstas redagavimo ekranas/Enlarge Editor",
|
||||
about: "Apie redaktorių",
|
||||
showhelp: "Pagalba naudojant redaktorių",
|
||||
textindicator: "Dabartinis stilius",
|
||||
undo: "Atšaukia paskutini jūsų veiksmą",
|
||||
redo: "Pakartoja paskutinį atšauktą jūsų veiksmą",
|
||||
cut: "Iškirpti",
|
||||
copy: "Kopijuoti",
|
||||
paste: "Įterpti"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Atšaukti"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Kelias",
|
||||
"TEXT_MODE": "Jūs esete teksto režime. Naudokite [<>] mygtuką grįžimui į WYSIWYG.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"The full screen mode is known to cause problems with Internet Explorer, " +
|
||||
"due to browser bugs that we weren't able to workaround. You might experience garbage " +
|
||||
"display, lack of editor functions and/or random browser crashes. If your system is Windows 9x " +
|
||||
"it's very likely that you'll get a 'General Protection Fault' and need to reboot.\n\n" +
|
||||
"You have been warned. Please press OK if you still want to try the full screen editor."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Atšaukti",
|
||||
"Insert/Modify Link" : "Idėti/Modifikuoti",
|
||||
"New window (_blank)" : "Naujas langas (_blank)",
|
||||
"None (use implicit)" : "None (use implicit)",
|
||||
"OK" : "OK",
|
||||
"Other" : "Kitas",
|
||||
"Same frame (_self)" : "Same frame (_self)",
|
||||
"Target:" : "Target:",
|
||||
"Title (tooltip):" : "Pavadinimas (tooltip):",
|
||||
"Top frame (_top)" : "Top frame (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Jus privalote nurodyti URL į kuri rodo šitą nuoroda"
|
||||
}
|
||||
};
|
||||
55
htmlarea/lang/lv.js
Normal file
55
htmlarea/lang/lv.js
Normal file
@@ -0,0 +1,55 @@
|
||||
// I18N constants
|
||||
|
||||
|
||||
|
||||
// LANG: "lv", ENCODING: UTF-8 | ISO-8859-1
|
||||
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
|
||||
// Translated by: Janis Klavins, <janis.klavins@devia.lv>
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
|
||||
// it will be used for automatically load plugin language.
|
||||
|
||||
lang: "lv",
|
||||
|
||||
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Trekniem burtiem",
|
||||
|
||||
italic: "Kurs<72>v<EFBFBD>",
|
||||
|
||||
underline: "Pasv<73>trots",
|
||||
|
||||
strikethrough: "P<>rsv<73>trots",
|
||||
|
||||
subscript: "Novietot zem rindas",
|
||||
|
||||
superscript: "Novietot virs rindas",
|
||||
|
||||
justifyleft: "Izl<7A>dzin<69>t pa kreisi",
|
||||
|
||||
justifycenter: "Izl<7A>dzin<69>t centr<74>",
|
||||
|
||||
justifyright: "Izl<7A>dzin<69>t pa labi",
|
||||
|
||||
justifyfull: "Izl<7A>dzin<69>t pa visu lapu",
|
||||
|
||||
orderedlist: "Numur<75>ts saraksts",
|
||||
|
||||
unorderedlist: "Saraksts",
|
||||
|
||||
outdent: "Samazin<69>t atk<74>pi",
|
||||
|
||||
indent: "Palielin<69>t atk<74>pi",
|
||||
|
||||
forecolor: "Burtu kr<6B>sa",
|
||||
36
htmlarea/lang/nb.js
Normal file
36
htmlarea/lang/nb.js
Normal file
@@ -0,0 +1,36 @@
|
||||
// I18N constants
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "nb",
|
||||
|
||||
tooltips: {
|
||||
bold: "Fet",
|
||||
italic: "Kursiv",
|
||||
underline: "Understreket",
|
||||
strikethrough: "Gjennomstreket",
|
||||
subscript: "Senket",
|
||||
superscript: "Hevet",
|
||||
justifyleft: "Venstrejuster",
|
||||
justifycenter: "Midtjuster",
|
||||
justifyright: "H<>yrejuster",
|
||||
justifyfull: "Blokkjuster",
|
||||
orderedlist: "Nummerert liste",
|
||||
unorderedlist: "Punktmerket liste",
|
||||
outdent: "<22>ke innrykk",
|
||||
indent: "Reduser innrykk",
|
||||
forecolor: "Skriftfarge",
|
||||
backcolor: "Bakgrunnsfarge",
|
||||
horizontalrule: "Horisontal linje",
|
||||
createlink: "Sett inn lenke",
|
||||
insertimage: "Sett inn bilde",
|
||||
inserttable: "Sett inn tabell",
|
||||
htmlmode: "Vis HTML kode",
|
||||
popupeditor: "Forst<73>rr redigeringsvindu",
|
||||
about: "Om..",
|
||||
help: "Hjelp",
|
||||
textindicator: "Gjeldende stil"
|
||||
}
|
||||
};
|
||||
90
htmlarea/lang/nl.js
Normal file
90
htmlarea/lang/nl.js
Normal file
@@ -0,0 +1,90 @@
|
||||
// I18N constants
|
||||
|
||||
|
||||
|
||||
// LANG: "nl", ENCODING: UTF-8 | ISO-8859-1
|
||||
|
||||
// Author: Michel Weegeerink (info@mmc-shop.nl), http://mmc-shop.nl
|
||||
|
||||
|
||||
|
||||
// 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.)
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
|
||||
// it will be used for automatically load plugin language.
|
||||
|
||||
lang: "nl",
|
||||
|
||||
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Vet",
|
||||
|
||||
italic: "Cursief",
|
||||
|
||||
underline: "Onderstrepen",
|
||||
|
||||
strikethrough: "Doorhalen",
|
||||
|
||||
subscript: "Subscript",
|
||||
|
||||
superscript: "Superscript",
|
||||
|
||||
justifyleft: "Links uitlijnen",
|
||||
|
||||
justifycenter: "Centreren",
|
||||
|
||||
justifyright: "Rechts uitlijnen",
|
||||
|
||||
justifyfull: "Uitvullen",
|
||||
|
||||
orderedlist: "Nummering",
|
||||
|
||||
unorderedlist: "Opsommingstekens",
|
||||
|
||||
outdent: "Inspringing verkleinen",
|
||||
|
||||
indent: "Inspringing vergroten",
|
||||
|
||||
forecolor: "Tekstkleur",
|
||||
|
||||
hilitecolor: "Achtergrondkleur",
|
||||
|
||||
inserthorizontalrule: "Horizontale lijn",
|
||||
|
||||
createlink: "Hyperlink invoegen/aanpassen",
|
||||
|
||||
insertimage: "Afbeelding invoegen/aanpassen",
|
||||
|
||||
inserttable: "Tabel invoegen",
|
||||
|
||||
htmlmode: "HTML broncode",
|
||||
|
||||
popupeditor: "Vergroot Editor",
|
||||
|
||||
about: "Over deze editor",
|
||||
|
||||
showhelp: "HTMLArea help",
|
||||
|
||||
79
htmlarea/lang/no.js
Normal file
79
htmlarea/lang/no.js
Normal file
@@ -0,0 +1,79 @@
|
||||
// Norwegian version for htmlArea v3.0 - pre1
|
||||
|
||||
// - translated by ses<ses@online.no>
|
||||
|
||||
// Additional translations by H<>vard Wigtil <havardw@extend.no>
|
||||
|
||||
// term<72>s and licenses are equal to htmlarea!
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
|
||||
// it will be used for automatically load plugin language.
|
||||
|
||||
lang: "no",
|
||||
|
||||
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Fet",
|
||||
|
||||
italic: "Kursiv",
|
||||
|
||||
underline: "Understreket",
|
||||
|
||||
strikethrough: "Gjennomstreket",
|
||||
|
||||
subscript: "Nedsenket",
|
||||
|
||||
superscript: "Opph<70>yet",
|
||||
|
||||
justifyleft: "Venstrejuster",
|
||||
|
||||
justifycenter: "Midtjuster",
|
||||
|
||||
justifyright: "H<>yrejuster",
|
||||
|
||||
justifyfull: "Blokkjuster",
|
||||
|
||||
orderedlist: "Nummerert liste",
|
||||
|
||||
unorderedlist: "Punktliste",
|
||||
|
||||
outdent: "Reduser innrykk",
|
||||
|
||||
indent: "<22>ke innrykk",
|
||||
|
||||
forecolor: "Tekstfarge",
|
||||
|
||||
hilitecolor: "Bakgrundsfarge",
|
||||
|
||||
inserthorizontalrule: "Vannrett linje",
|
||||
|
||||
createlink: "Lag lenke",
|
||||
|
||||
insertimage: "Sett inn bilde",
|
||||
|
||||
inserttable: "Sett inn tabell",
|
||||
|
||||
htmlmode: "Vis kildekode",
|
||||
|
||||
popupeditor: "Vis i eget vindu",
|
||||
|
||||
about: "Om denne editor",
|
||||
|
||||
showhelp: "Hjelp",
|
||||
|
||||
textindicator: "N<>v<EFBFBD>rende stil",
|
||||
|
||||
undo: "Angrer siste redigering",
|
||||
|
||||
redo: "Gj<47>r om siste angring",
|
||||
|
||||
cut: "Klipp ut omr<6D>de",
|
||||
36
htmlarea/lang/pl.js
Normal file
36
htmlarea/lang/pl.js
Normal file
@@ -0,0 +1,36 @@
|
||||
// I18N constants
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "pl",
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Pogrubienie",
|
||||
|
||||
italic: "Pochylenie",
|
||||
|
||||
underline: "Podkre<72>lenie",
|
||||
|
||||
strikethrough: "Przekre<72>lenie",
|
||||
|
||||
subscript: "Indeks dolny",
|
||||
|
||||
superscript: "Indeks g<>rny",
|
||||
|
||||
justifyleft: "Wyr<79>wnaj do lewej",
|
||||
|
||||
justifycenter: "Wy<57>rodkuj",
|
||||
|
||||
justifyright: "Wyr<79>wnaj do prawej",
|
||||
|
||||
justifyfull: "Wyjustuj",
|
||||
|
||||
orderedlist: "Numerowanie",
|
||||
|
||||
unorderedlist: "Wypunktowanie",
|
||||
37
htmlarea/lang/pt_br.js
Normal file
37
htmlarea/lang/pt_br.js
Normal file
@@ -0,0 +1,37 @@
|
||||
// I18N constants
|
||||
|
||||
// Brazilian Portuguese Translation by Alex Piaz <webmaster@globalmap.com>
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "pt_br",
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Negrito",
|
||||
|
||||
italic: "It<49>lico",
|
||||
|
||||
underline: "Sublinhado",
|
||||
|
||||
strikethrough: "Tachado",
|
||||
|
||||
subscript: "Subescrito",
|
||||
|
||||
superscript: "Sobrescrito",
|
||||
|
||||
justifyleft: "Alinhar <20> Esquerda",
|
||||
|
||||
justifycenter: "Centralizar",
|
||||
|
||||
justifyright: "Alinhar <20> Direita",
|
||||
|
||||
justifyfull: "Justificar",
|
||||
|
||||
orderedlist: "Lista Numerada",
|
||||
|
||||
80
htmlarea/lang/ro.js
Normal file
80
htmlarea/lang/ro.js
Normal file
@@ -0,0 +1,80 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "ro", ENCODING: UTF-8
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
|
||||
// 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.)
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "ro",
|
||||
|
||||
tooltips: {
|
||||
bold: "Îngroşat",
|
||||
italic: "Italic",
|
||||
underline: "Subliniat",
|
||||
strikethrough: "Tăiat",
|
||||
subscript: "Indice jos",
|
||||
superscript: "Indice sus",
|
||||
justifyleft: "Aliniere la stânga",
|
||||
justifycenter: "Aliniere pe centru",
|
||||
justifyright: "Aliniere la dreapta",
|
||||
justifyfull: "Aliniere în ambele părţi",
|
||||
orderedlist: "Listă ordonată",
|
||||
unorderedlist: "Listă marcată",
|
||||
outdent: "Micşorează alineatul",
|
||||
indent: "Măreşte alineatul",
|
||||
forecolor: "Culoarea textului",
|
||||
hilitecolor: "Culoare de fundal",
|
||||
horizontalrule: "Linie orizontală",
|
||||
createlink: "Inserează/modifică link",
|
||||
insertimage: "Inserează/modifică imagine",
|
||||
inserttable: "Inserează un tabel",
|
||||
htmlmode: "Sursa HTML / WYSIWYG",
|
||||
popupeditor: "Maximizează editorul",
|
||||
about: "Despre editor",
|
||||
showhelp: "Documentaţie (devel)",
|
||||
textindicator: "Stilul curent",
|
||||
undo: "Anulează ultima acţiune",
|
||||
redo: "Reface ultima acţiune anulată",
|
||||
cut: "Taie în clipboard",
|
||||
copy: "Copie în clipboard",
|
||||
paste: "Aduce din clipboard",
|
||||
lefttoright: "Direcţia de scriere: stânga - dreapta",
|
||||
righttoleft: "Direcţia de scriere: dreapta - stânga"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Anulează"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Calea",
|
||||
"TEXT_MODE": "Eşti în modul TEXT. Apasă butonul [<>] pentru a te întoarce în modul WYSIWYG."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Renunţă",
|
||||
"Insert/Modify Link" : "Inserează/modifcă link",
|
||||
"New window (_blank)" : "Fereastră nouă (_blank)",
|
||||
"None (use implicit)" : "Nimic (foloseşte ce-i implicit)",
|
||||
"OK" : "Acceptă",
|
||||
"Other" : "Alt target",
|
||||
"Same frame (_self)" : "Aceeaşi fereastră (_self)",
|
||||
"Target:" : "Ţinta:",
|
||||
"Title (tooltip):" : "Titlul (tooltip):",
|
||||
"Top frame (_top)" : "Fereastra principală (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Trebuie să introduceţi un URL"
|
||||
}
|
||||
};
|
||||
63
htmlarea/lang/ru.js
Normal file
63
htmlarea/lang/ru.js
Normal file
@@ -0,0 +1,63 @@
|
||||
// I18N constants
|
||||
|
||||
|
||||
|
||||
// LANG: "ru", ENCODING: UTF-8 | ISO-8859-1
|
||||
|
||||
// Author: Yulya Shtyryakova, <yulya@vdcom.ru>
|
||||
|
||||
|
||||
|
||||
// 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.)
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
|
||||
// it will be used for automatically load plugin language.
|
||||
|
||||
lang: "ru",
|
||||
|
||||
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Полужирный",
|
||||
|
||||
italic: "Наклонный",
|
||||
|
||||
underline: "Подчеркнутый",
|
||||
|
||||
strikethrough: "Перечеркнутый",
|
||||
|
||||
subscript: "Нижний индекс",
|
||||
|
||||
superscript: "Верхний индекс",
|
||||
|
||||
justifyleft: "По левому краю",
|
||||
|
||||
justifycenter: "По центру",
|
||||
|
||||
justifyright: "По правому краю",
|
||||
|
||||
justifyfull: "По ширине",
|
||||
|
||||
orderedlist: "Нумерованный лист",
|
||||
38
htmlarea/lang/se.js
Normal file
38
htmlarea/lang/se.js
Normal file
@@ -0,0 +1,38 @@
|
||||
// Swedish version for htmlArea v3.0 - Alpha Release
|
||||
|
||||
// - translated by pat<pat@engvall.nu>
|
||||
|
||||
// term<72>s and licenses are equal to htmlarea!
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "se",
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Fet",
|
||||
|
||||
italic: "Kursiv",
|
||||
|
||||
underline: "Understruken",
|
||||
|
||||
strikethrough: "Genomstruken",
|
||||
|
||||
subscript: "Neds<64>nkt",
|
||||
|
||||
superscript: "Upph<70>jd",
|
||||
|
||||
justifyleft: "V<>nsterjustera",
|
||||
|
||||
justifycenter: "Centrera",
|
||||
|
||||
justifyright: "H<>gerjustera",
|
||||
|
||||
justifyfull: "Marginaljustera",
|
||||
|
||||
orderedlist: "Numrerad lista",
|
||||
63
htmlarea/lang/si.js
Normal file
63
htmlarea/lang/si.js
Normal file
@@ -0,0 +1,63 @@
|
||||
// I18N constants
|
||||
|
||||
|
||||
|
||||
// LANG: "si", ENCODING: ISO-8859-2
|
||||
|
||||
// Author: Tomaz Kregar, x_tomo_x@email.si
|
||||
|
||||
|
||||
|
||||
// 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.)
|
||||
|
||||
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
|
||||
// it will be used for automatically load plugin language.
|
||||
|
||||
lang: "si",
|
||||
|
||||
|
||||
|
||||
tooltips: {
|
||||
|
||||
bold: "Krepko",
|
||||
|
||||
italic: "Le<4C>e<EFBFBD>e",
|
||||
|
||||
underline: "Pod<6F>rtano",
|
||||
|
||||
strikethrough: "Pre<72>rtano",
|
||||
|
||||
subscript: "Podpisano",
|
||||
|
||||
superscript: "Nadpisano",
|
||||
|
||||
justifyleft: "Poravnaj levo",
|
||||
|
||||
justifycenter: "Na sredino",
|
||||
|
||||
justifyright: "Poravnaj desno",
|
||||
|
||||
justifyfull: "Porazdeli vsebino",
|
||||
|
||||
orderedlist: "O<>tevil<69>evanje",
|
||||
77
htmlarea/lang/vn.js
Normal file
77
htmlarea/lang/vn.js
Normal file
@@ -0,0 +1,77 @@
|
||||
// I18N constants : Vietnamese
|
||||
// LANG: "en", ENCODING: UTF-8
|
||||
// Author: Nguyễn Đình Nam, <hncryptologist@yahoo.com>
|
||||
// Modified 21/07/2004 by Phạm Mai Quân <pmquan@4vn.org>
|
||||
|
||||
HTMLArea.I18N = {
|
||||
|
||||
// the following should be the filename without .js extension
|
||||
// it will be used for automatically load plugin language.
|
||||
lang: "vn",
|
||||
|
||||
tooltips: {
|
||||
bold: "Đậm",
|
||||
italic: "Nghiêng",
|
||||
underline: "Gạch Chân",
|
||||
strikethrough: "Gạch Xóa",
|
||||
subscript: "Viết Xuống Dưới",
|
||||
superscript: "Viết Lên Trên",
|
||||
justifyleft: "Căn Trái",
|
||||
justifycenter: "Căn Giữa",
|
||||
justifyright: "Căn Phải",
|
||||
justifyfull: "Căn Đều",
|
||||
insertorderedlist: "Danh Sách Có Thứ Tự (1, 2, 3)",
|
||||
insertunorderedlist: "Danh Sách Phi Thứ Tự (Chấm đầu dòng)",
|
||||
outdent: "Lùi Ra Ngoài",
|
||||
indent: "Thụt Vào Trong",
|
||||
forecolor: "Màu Chữ",
|
||||
hilitecolor: "Màu Nền",
|
||||
inserthorizontalrule: "Dòng Kẻ Ngang",
|
||||
createlink: "Tạo Liên Kết",
|
||||
insertimage: "Chèn Ảnh",
|
||||
inserttable: "Chèn Bảng",
|
||||
htmlmode: "Chế Độ Mã HTML",
|
||||
popupeditor: "Phóng To Ô Soạn Thảo",
|
||||
about: "Tự Giới Thiệu",
|
||||
showhelp: "Giúp Đỡ",
|
||||
textindicator: "Định Dạng Hiện Thời",
|
||||
undo: "Hủy thao tác trước",
|
||||
redo: "Lấy lại thao tác vừa bỏ",
|
||||
cut: "Cắt",
|
||||
copy: "Sao chép",
|
||||
paste: "Dán",
|
||||
lefttoright: "Viết từ trái sang phải",
|
||||
righttoleft: "Viết từ phải sang trái"
|
||||
},
|
||||
buttons: {
|
||||
"ok": "Đồng ý",
|
||||
"cancel": "Hủy",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Chế độ phóng to ô soạn thảo có thể gây lỗi với Internet Explorer vì một số lỗi của trình duyệt này," +
|
||||
" vì thế chế độ này có thể sẽ không chạy. Hiển thị không đúng, lộn xộn, không có đầy đủ chức năng," +
|
||||
" và cũng có thể làm trình duyệt của bạn bị tắt ngang. Nếu bạn đang sử dụng Windows 9x " +
|
||||
"bạn có thể bị báo lỗi 'General Protection Fault' và máy tính của bạn buộc phải khởi động lại.\n\n" +
|
||||
"Chúng tôi đã cảnh báo bạn. Nhấn nút 'Đồng ý' nếu bạn vẫn muốn sử dụng tính năng này."
|
||||
},
|
||||
msg: {
|
||||
"Path": "Đường Dẫn",
|
||||
"TEXT_MODE": "Bạn đang ở chế độ text. Sử dụng nút [<>] để chuyển lại chế độ WYSIWIG."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Hủy",
|
||||
"Insert/Modify Link" : "Thêm/Chỉnh sửa đường dẫn",
|
||||
"New window (_blank)" : "Cửa sổ mới (_blank)",
|
||||
"None (use implicit)" : "Không (sử dụng implicit)",
|
||||
"OK" : "Đồng ý",
|
||||
"Other" : "Khác",
|
||||
"Same frame (_self)" : "Trên cùng khung (_self)",
|
||||
"Target:" : "Nơi hiện thị:",
|
||||
"Title (tooltip):" : "Tiêu đề (của hướng dẫn):",
|
||||
"Top frame (_top)" : "Khung trên cùng (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Bạn phải điền địa chỉ (URL) mà đường dẫn sẽ liên kết tới"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user