Also support "last X" REST interface
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/cs-iso.js
Normal file
63
htmlarea/lang/cs-iso.js
Normal file
@ -0,0 +1,63 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "cz", ENCODING: 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<54>n<EFBFBD>",
|
||||
italic: "Kurz<72>va",
|
||||
underline: "Podtr<74>en<65>",
|
||||
strikethrough: "P<>e<EFBFBD>krtnut<75>",
|
||||
subscript: "Doln<6C> index",
|
||||
superscript: "Horn<72> index",
|
||||
justifyleft: "Zarovnat doleva",
|
||||
justifycenter: "Na st<73>ed",
|
||||
justifyright: "Zarovnat doprava",
|
||||
justifyfull: "Zarovnat do stran",
|
||||
orderedlist: "Seznam",
|
||||
unorderedlist: "Odr<64><72>ky",
|
||||
outdent: "P<>edsadit",
|
||||
indent: "Odsadit",
|
||||
forecolor: "Barva p<>sma",
|
||||
hilitecolor: "Barva pozad<61>",
|
||||
horizontalrule: "Vodorovn<76> <20><>ra",
|
||||
createlink: "Vlo<6C>it odkaz",
|
||||
insertimage: "Vlo<6C>it obr<62>zek",
|
||||
inserttable: "Vlo<6C>it tabulku",
|
||||
htmlmode: "P<>epnout HTML",
|
||||
popupeditor: "Nov<6F> okno editoru",
|
||||
about: "O t<>to aplikaci",
|
||||
showhelp: "N<>pov<6F>da aplikace",
|
||||
textindicator: "Zvolen<65> styl",
|
||||
undo: "Vr<56>t<EFBFBD> posledn<64> akci",
|
||||
redo: "Opakuje posledn<64> akci",
|
||||
cut: "Vyjmout",
|
||||
copy: "Kop<6F>rovat",
|
||||
paste: "Vlo<6C>it"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Zru<72>it"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Cesta",
|
||||
"TEXT_MODE": "Jste v TEXTOV<4F>M RE<52>IMU. Pou<6F>ijte tla<6C><61>tko [<>] pro p<>epnut<75> do WYSIWIG."
|
||||
}
|
||||
};
|
63
htmlarea/lang/cs-utf.js
Executable file
63
htmlarea/lang/cs-utf.js
Executable 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",
|
||||
unorderedlist: "Odrážky",
|
||||
outdent: "Předsadit",
|
||||
indent: "Odsadit",
|
||||
forecolor: "Barva písma",
|
||||
hilitecolor: "Barva pozadí",
|
||||
horizontalrule: "Vodorovná čára",
|
||||
createlink: "Vložit odkaz",
|
||||
insertimage: "Vložit obrázek",
|
||||
inserttable: "Vložit tabulku",
|
||||
htmlmode: "Přepnout HTML",
|
||||
popupeditor: "Nové okno editoru",
|
||||
about: "O této aplikaci",
|
||||
showhelp: "Nápověda aplikace",
|
||||
textindicator: "Zvolený styl",
|
||||
undo: "Vrátí poslední akci",
|
||||
redo: "Opakuje poslední akci",
|
||||
cut: "Vyjmout",
|
||||
copy: "Kopírovat",
|
||||
paste: "Vložit"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Zrušit"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Cesta",
|
||||
"TEXT_MODE": "Jste v TEXTOVÉM REŽIMU. Použijte tlačítko [<>] pro přepnutí do WYSIWIG."
|
||||
}
|
||||
};
|
63
htmlarea/lang/cs-win.js
Normal file
63
htmlarea/lang/cs-win.js
Normal file
@ -0,0 +1,63 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "cz", ENCODING: windows-1250
|
||||
// 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<54>n<EFBFBD>",
|
||||
italic: "Kurz<72>va",
|
||||
underline: "Podtr<74>en<65>",
|
||||
strikethrough: "P<>e<EFBFBD>krtnut<75>",
|
||||
subscript: "Doln<6C> index",
|
||||
superscript: "Horn<72> index",
|
||||
justifyleft: "Zarovnat doleva",
|
||||
justifycenter: "Na st<73>ed",
|
||||
justifyright: "Zarovnat doprava",
|
||||
justifyfull: "Zarovnat do stran",
|
||||
orderedlist: "Seznam",
|
||||
unorderedlist: "Odr<64><72>ky",
|
||||
outdent: "P<>edsadit",
|
||||
indent: "Odsadit",
|
||||
forecolor: "Barva p<>sma",
|
||||
hilitecolor: "Barva pozad<61>",
|
||||
horizontalrule: "Vodorovn<76> <20><>ra",
|
||||
createlink: "Vlo<6C>it odkaz",
|
||||
insertimage: "Vlo<6C>it obr<62>zek",
|
||||
inserttable: "Vlo<6C>it tabulku",
|
||||
htmlmode: "P<>epnout HTML",
|
||||
popupeditor: "Nov<6F> okno editoru",
|
||||
about: "O t<>to aplikaci",
|
||||
showhelp: "N<>pov<6F>da aplikace",
|
||||
textindicator: "Zvolen<65> styl",
|
||||
undo: "Vr<56>t<EFBFBD> posledn<64> akci",
|
||||
redo: "Opakuje posledn<64> akci",
|
||||
cut: "Vyjmout",
|
||||
copy: "Kop<6F>rovat",
|
||||
paste: "Vlo<6C>it"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Zru<72>it"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Cesta",
|
||||
"TEXT_MODE": "Jste v TEXTOV<4F>M RE<52>IMU. Pou<6F>ijte tla<6C><61>tko [<>] pro p<>epnut<75> do WYSIWIG."
|
||||
}
|
||||
};
|
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",
|
||||
unorderedlist: "Odrážky",
|
||||
outdent: "Předsadit",
|
||||
indent: "Odsadit",
|
||||
forecolor: "Barva písma",
|
||||
hilitecolor: "Barva pozadí",
|
||||
horizontalrule: "Vodorovná čára",
|
||||
createlink: "Vložit odkaz",
|
||||
insertimage: "Vložit obrázek",
|
||||
inserttable: "Vložit tabulku",
|
||||
htmlmode: "Přepnout HTML",
|
||||
popupeditor: "Nové okno editoru",
|
||||
about: "O této aplikaci",
|
||||
showhelp: "Nápověda aplikace",
|
||||
textindicator: "Zvolený styl",
|
||||
undo: "Vrátí poslední akci",
|
||||
redo: "Opakuje poslední akci",
|
||||
cut: "Vyjmout",
|
||||
copy: "Kopírovat",
|
||||
paste: "Vložit"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Zrušit"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Cesta",
|
||||
"TEXT_MODE": "Jste v TEXTOVÉM REŽIMU. Použijte tlačítko [<>] pro přepnutí do WYSIWIG."
|
||||
}
|
||||
};
|
38
htmlarea/lang/da-utf.js
Normal file
38
htmlarea/lang/da-utf.js
Normal file
@ -0,0 +1,38 @@
|
||||
// danish version for htmlArea v3.0 - Alpha Release
|
||||
// - translated by rene<rene@laerke.net>
|
||||
// term´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øg indrykning",
|
||||
forecolor: "Skriftfarve",
|
||||
backcolor: "Baggrundsfarve",
|
||||
horizontalrule: "Horisontal linie",
|
||||
createlink: "Indsæt hyperlink",
|
||||
insertimage: "Indsæt billede",
|
||||
inserttable: "Indsæt tabel",
|
||||
htmlmode: "HTML visning",
|
||||
popupeditor: "Vis editor i popup",
|
||||
about: "Om htmlarea",
|
||||
help: "Hjælp",
|
||||
textindicator: "Anvendt stil"
|
||||
}
|
||||
};
|
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-utf.js
Normal file
80
htmlarea/lang/de-utf.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ündig",
|
||||
justifycenter: "Zentriert",
|
||||
justifyright: "Rechtsbündig",
|
||||
justifyfull: "Blocksatz",
|
||||
orderedlist: "Nummerierung",
|
||||
unorderedlist: "Aufzählungszeichen",
|
||||
outdent: "Einzug verkleinern",
|
||||
indent: "Einzug vergrößern",
|
||||
forecolor: "Schriftfarbe",
|
||||
backcolor: "Hindergrundfarbe",
|
||||
hilitecolor: "Hintergrundfarbe",
|
||||
horizontalrule: "Horizontale Linie",
|
||||
inserthorizontalrule: "Horizontale Linie",
|
||||
createlink: "Hyperlink einfügen",
|
||||
insertimage: "Bild einfügen",
|
||||
inserttable: "Tabelle einfügen",
|
||||
htmlmode: "HTML Modus",
|
||||
popupeditor: "Editor im Popup öffnen",
|
||||
about: "Über htmlarea",
|
||||
help: "Hilfe",
|
||||
showhelp: "Hilfe",
|
||||
textindicator: "Derzeitiger Stil",
|
||||
undo: "Rückgängig",
|
||||
redo: "Wiederholen",
|
||||
cut: "Ausschneiden",
|
||||
copy: "Kopieren",
|
||||
paste: "Einfü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ünden dürfen Skripte normalerweise nicht programmtechnisch auf " +
|
||||
"Ausschneiden/Kopieren/Einfügen zugreifen. Bitte klicken Sie OK um die technische " +
|
||||
"Erläuterung auf mozilla.org zu öffnen, in der erklärt wird, wie einem Skript Zugriff " +
|
||||
"gewährt werden kann."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"OK": "OK",
|
||||
"Cancel": "Abbrechen",
|
||||
"Insert/Modify Link": "Verknüpfung hinzufügen/ä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üpfung angeben"
|
||||
}
|
||||
};
|
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-utf.js
Normal file
51
htmlarea/lang/es-utf.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índice",
|
||||
superscript: "Superí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ía",
|
||||
indent: "Disminuir Sangrí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ón",
|
||||
copy: "Copiar selecció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",
|
||||
}
|
||||
};
|
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",
|
||||
}
|
||||
};
|
47
htmlarea/lang/fi.js
Normal file
47
htmlarea/lang/fi.js
Normal file
@ -0,0 +1,47 @@
|
||||
// I18N constants
|
||||
// UTF-8 encoding.
|
||||
|
||||
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äindeksi",
|
||||
justifyleft: "Tasaa vasemmat reunat",
|
||||
justifycenter: "Keskitä",
|
||||
justifyright: "Tasaa oikeat reunat",
|
||||
justifyfull: "Tasaa molemmat reunat",
|
||||
orderedlist: "Numerointi",
|
||||
unorderedlist: "Luettelomerkit",
|
||||
outdent: "Lisää sisennystä",
|
||||
indent: "Pienennä sisennystä",
|
||||
forecolor: "Fontin väri",
|
||||
hilitecolor: "Taustaväri",
|
||||
inserthorizontalrule: "Vaakaviiva",
|
||||
createlink: "Lisää Linkki",
|
||||
insertimage: "Lisää Kuva",
|
||||
inserttable: "Lisää Taulu",
|
||||
htmlmode: "HTML Lähdekoodi vs WYSIWYG",
|
||||
popupeditor: "Suurenna Editori",
|
||||
about: "Tietoja Editorista",
|
||||
showhelp: "Näytä Ohje",
|
||||
textindicator: "Nykyinen tyyli",
|
||||
undo: "Peruuta viimeinen toiminto",
|
||||
redo: "Palauta viimeinen toiminto",
|
||||
cut: "Leikkaa maalattu",
|
||||
copy: "Kopioi maalattu",
|
||||
paste: "Liitä leikepyödältä"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "Hyväksy",
|
||||
"cancel": "Peruuta"
|
||||
}
|
||||
};
|
97
htmlarea/lang/fr-utf.js
Normal file
97
htmlarea/lang/fr-utf.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ébécois de la langue française.
|
||||
// Tous les termes techniques utilisés dans ce document sont ceux
|
||||
// approuvés par l'Office québécois de la langue franç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é",
|
||||
strikethrough: "Barré",
|
||||
subscript: "Indice",
|
||||
superscript: "Exposant",
|
||||
justifyleft: "Aligné à gauche",
|
||||
justifycenter: "Centré",
|
||||
justifyright: "Aligné à droite",
|
||||
justifyfull: "Justifier",
|
||||
orderedlist: "Numérotation",
|
||||
unorderedlist: "Puces",
|
||||
outdent: "Diminuer le retrait",
|
||||
indent: "Augmenter le retrait",
|
||||
forecolor: "Couleur de police",
|
||||
hilitecolor: "Surlignage",
|
||||
horizontalrule: "Ligne horizontale",
|
||||
createlink: "Insérer un hyperlien",
|
||||
insertimage: "Insérer/Modifier une image",
|
||||
inserttable: "Insérer un tableau",
|
||||
htmlmode: "Passer au code source",
|
||||
popupeditor: "Agrandir l'éditeur",
|
||||
about: "À propos de cet éditeur",
|
||||
showhelp: "Aide sur l'éditeur",
|
||||
textindicator: "Style courant",
|
||||
undo: "Annuler la dernière action",
|
||||
redo: "Répéter la dernière action",
|
||||
cut: "Couper la sélection",
|
||||
copy: "Copier la sélection",
|
||||
paste: "Coller depuis le presse-papier",
|
||||
lefttoright: "Direction de gauche à droite",
|
||||
righttoleft: "Direction de droite à gauche"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Annuler"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Chemin",
|
||||
"TEXT_MODE": "Vous êtes en MODE TEXTE. Appuyez sur le bouton [<>] pour retourner au mode tel-tel.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Le mode plein écran peut causer des problèmes sous Internet Explorer, " +
|
||||
"ceci dû à des bogues du navigateur qui ont été impossible à contourner. " +
|
||||
"Les différents symptômes peuvent être un affichage déficient, le manque de " +
|
||||
"fonctions dans l'éditeur et/ou pannes aléatoires du navigateur. Si votre " +
|
||||
"système est Windows 9x, il est possible que vous subissiez une erreur de type " +
|
||||
"«General Protection Fault» et que vous ayez à redémarrer votre ordinateur." +
|
||||
"\n\nConsidérez-vous comme ayant été avisé. Appuyez sur OK si vous désirez tout " +
|
||||
"de même essayer le mode plein écran de l'éditeur."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Annuler",
|
||||
"Insert/Modify Link" : "Insérer/Modifier Lien",
|
||||
"New window (_blank)" : "Nouvelle fenê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"
|
||||
}
|
||||
};
|
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: "עזרה לשימוש בעורך",
|
||||
textindicator: "סגנון נוכחי",
|
||||
undo: "מבטל את פעולתך האחרונה",
|
||||
redo: "מבצע מחדש את הפעולה האחרונה שביטלת",
|
||||
cut: "גזור בחירה",
|
||||
copy: "העתק בחירה",
|
||||
paste: "הדבק מהלוח",
|
||||
lefttoright: "כיוון משמאל לימין",
|
||||
righttoleft: "כיוון מימין לשמאל"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "אישור",
|
||||
"cancel": "ביטול"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "נתיב עיצוב",
|
||||
"TEXT_MODE": "אתה במצב טקסט נקי (קוד). השתמש בכפתור [<>] כדי לחזור למצב WYSIWYG (תצוגת עיצוב).",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"מצב מסך מלא יוצר בעיות בדפדפן Internet Explorer, " +
|
||||
"עקב באגים בדפדפן לא יכולנו לפתור את זה. את/ה עלול/ה לחוות תצוגת זבל, " +
|
||||
"בעיות בתפקוד העורך ו/או קריסה של הדפדפן. אם המערכת שלך היא Windows 9x " +
|
||||
"סביר להניח שתקבל/י 'General Protection Fault' ותאלצ/י לאתחל את המחשב.\n\n" +
|
||||
"ראה/י הוזהרת. אנא לחץ/י אישור אם את/ה עדיין רוצה לנסות את העורך במסך מלא."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "ביטול",
|
||||
"Insert/Modify Link" : "הוסף/שנה קישור",
|
||||
"New window (_blank)" : "חלון חדש (_blank)",
|
||||
"None (use implicit)" : "ללא (השתמש ב-frame הקיים)",
|
||||
"OK" : "OK",
|
||||
"Other" : "אחר",
|
||||
"Same frame (_self)" : "אותו frame (_self)",
|
||||
"Target:" : "יעד:",
|
||||
"Title (tooltip):" : "כותרת (tooltip):",
|
||||
"Top frame (_top)" : "Frame עליון (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "חובה לכתוב URL שאליו קישור זה מצביע"
|
||||
|
||||
}
|
||||
};
|
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-utf.js
Normal file
79
htmlarea/lang/it-utf.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"
|
||||
}
|
||||
};
|
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"
|
||||
}
|
||||
};
|
141
htmlarea/lang/ja-euc.js
Normal file
141
htmlarea/lang/ja-euc.js
Normal file
@ -0,0 +1,141 @@
|
||||
// I18N constants -- Japanese EUC-JP
|
||||
|
||||
// LANG: "ja-euc", ENCODING: EUC-JP
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
// Translator:
|
||||
// Manabu Onoue <tmocsys@tmocsys.com>, 2004.
|
||||
// Tadashi Jokagi <elf2000@users.sourceforge.net>, 2005.
|
||||
|
||||
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>",
|
||||
hilitecolor: "<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>",
|
||||
showhelp: "Help using editor",
|
||||
textindicator: "<22><><EFBFBD>ߤΥ<DFA4><CEA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
undo: "<22>Ǹ<EFBFBD><C7B8><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ä<EFBFBD>",
|
||||
redo: "<22>Ǹ<EFBFBD><C7B8><EFBFBD>ư<EFBFBD><C6B0><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ľ<EFBFBD><C4BE>",
|
||||
cut: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڤ<EFBFBD><DAA4><EFBFBD><EFBFBD><EFBFBD>",
|
||||
copy: "<22><><EFBFBD><EFBFBD><EFBFBD>ԡ<F2A5B3A5>",
|
||||
paste: "<22><><EFBFBD><EFBFBD><EFBFBD>åץܡ<D7A5><DCA1>ɤ<EFBFBD><C9A4><EFBFBD>Ž<EFBFBD><C5BD><EFBFBD>դ<EFBFBD>",
|
||||
lefttoright: "<22><><EFBFBD><EFBFBD><EFBFBD>鱦<EFBFBD><E9B1A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
righttoleft: "<22><><EFBFBD><EFBFBD><EFBFBD>麸<EFBFBD><E9BAB8><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
removeformat: "<22><EFBFBD><F1BCB0A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
print: "<22>ɥ<EFBFBD><C9A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥ<EFBFBD><C8A4><EFBFBD><EFBFBD><EFBFBD>",
|
||||
killword: "MSOffice <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "<22><><EFBFBD><EFBFBD><EFBFBD>ä<EFBFBD>"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "<22>ѥ<EFBFBD>",
|
||||
"TEXT_MODE": "<22>ƥ<EFBFBD><C6A5><EFBFBD><EFBFBD>ȥ⡼<C8A5>ɤǤ<C9A4><C7A4><EFBFBD>[<>] <20>ܥ<EFBFBD><DCA5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ȥä<C8A4> WYSIWYG <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ޤ<EFBFBD><DEA4><EFBFBD>",
|
||||
|
||||
"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" : "<22><><EFBFBD><EFBFBD><EFBFBD>ä<EFBFBD>",
|
||||
|
||||
"Alignment:" : "<22><><EFBFBD>ֹ<EFBFBD><D6B9>碌:",
|
||||
"Not set" : "<22><><EFBFBD>ꤷ<EFBFBD>ʤ<EFBFBD>",
|
||||
"Left" : "<22><>",
|
||||
"Right" : "<22><>",
|
||||
"Texttop" : "Texttop",
|
||||
"Absmiddle" : "Absmiddle",
|
||||
"Baseline" : "<22>١<EFBFBD><D9A1><EFBFBD><EFBFBD>饤<EFBFBD><E9A5A4>",
|
||||
"Absbottom" : "Absbottom",
|
||||
"Bottom" : "<22><>",
|
||||
"Middle" : "<22><><EFBFBD><EFBFBD>",
|
||||
"Top" : "<22><>",
|
||||
|
||||
"Layout" : "<22>쥤<EFBFBD><ECA5A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Spacing" : "<22>ֳ<EFBFBD>",
|
||||
"Horizontal:" : "<22><>ʿ:",
|
||||
"Horizontal padding" : "<22><>ʿ<EFBFBD>η<EFBFBD><CEB7><EFBFBD>",
|
||||
"Vertical:" : "<22><>ľ:",
|
||||
"Vertical padding" : "<22><>ľ<EFBFBD>η<EFBFBD><CEB7><EFBFBD>",
|
||||
"Border thickness:" : "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>:",
|
||||
"Leave empty for no border" : "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʤ<EFBFBD><CAA4><EFBFBD><EFBFBD>ˤ϶<CBA4><CFB6>ˤ<EFBFBD><CBA4>ޤ<EFBFBD>",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "Insert/Modify Link",
|
||||
"None (use implicit)" : "<22>ʤ<EFBFBD> (use implicit)",
|
||||
"New window (_blank)" : "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD> (_blank)",
|
||||
"Same frame (_self)" : "Ʊ<><C6B1><EFBFBD>ե졼<D5A5><ECA1BC> (_self)",
|
||||
"Top frame (_top)" : "<22><><EFBFBD>Υե졼<D5A5><ECA1BC> (_top)",
|
||||
"Other" : "<22><><EFBFBD><EFBFBD>¾",
|
||||
"Target:" : "<22>о<EFBFBD>:",
|
||||
"Title (tooltip):" : "<22><>̾ (<28>ġ<EFBFBD><C4A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>å<EFBFBD>):",
|
||||
"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" : "<22>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Rows:" : "<22><>:",
|
||||
"Number of rows" : "<22>Կ<EFBFBD>",
|
||||
"Cols:" : "<22><>:",
|
||||
"Number of columns" : "<22><><EFBFBD><EFBFBD>",
|
||||
"Width:" : "<22><>:",
|
||||
"Width of the table" : "<22>ơ<EFBFBD><C6A1>֥<EFBFBD><D6A5><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Percent" : "<22>ѡ<EFBFBD><D1A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Pixels" : "<22>ԥ<EFBFBD><D4A5><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "<22><><EFBFBD><EFBFBD>ñ<EFBFBD><C3B1>",
|
||||
"Positioning of this table" : "<22><><EFBFBD>Υơ<CEA5><C6A1>֥<EFBFBD><D6A5>ΰ<EFBFBD><CEB0><EFBFBD>",
|
||||
"Cell spacing:" : "<22><><EFBFBD><EFBFBD><EFBFBD>δֳ<CEB4>:",
|
||||
"Space between adjacent cells" : "<22><><EFBFBD>ܤ<EFBFBD><DCA4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>δֳ<CEB4>",
|
||||
"Cell padding:" : "<22><><EFBFBD><EFBFBD><EFBFBD>η<EFBFBD><CEB7><EFBFBD>:",
|
||||
"Space between content and border in cell" : "<22><><EFBFBD><EFBFBD><EFBFBD>ζ<EFBFBD><CEB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ƥδֳ<CEB4>",
|
||||
// Insert Image
|
||||
"Insert Image" : "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Image URL:" : "<22><><EFBFBD><EFBFBD> URL:",
|
||||
"Enter the image URL here" : "<22><><EFBFBD><EFBFBD><EFBFBD>˲<EFBFBD><CBB2><EFBFBD><EFBFBD><EFBFBD> URL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Preview" : "<22>ץ<EFBFBD><D7A5>ӥ塼",
|
||||
"Preview the image in a new window" : "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɥ<EFBFBD><C9A5>Dz<EFBFBD><C7B2><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ץ<EFBFBD><D7A5>ӥ塼",
|
||||
"Alternate text:" : "<22><><EFBFBD>ѥƥ<D1A5><C6A5><EFBFBD><EFBFBD><EFBFBD>:",
|
||||
"For browsers that don't support images" : "<22><><EFBFBD><EFBFBD><EFBFBD>ݡ<F2A5B5A5><DDA1>Ȥ<EFBFBD><C8A4>ʤ<EFBFBD><CAA4>֥饦<D6A5><E9A5A6><EFBFBD><EFBFBD><EFBFBD>Τ<EFBFBD><CEA4><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Positioning of this image" : "<22><><EFBFBD>β<EFBFBD><CEB2><EFBFBD><EFBFBD>ΰ<EFBFBD><CEB0><EFBFBD>",
|
||||
"Image Preview:" : "<22><><EFBFBD><EFBFBD><EFBFBD>Υץ<CEA5><D7A5>ӥ塼:"
|
||||
}
|
||||
};
|
141
htmlarea/lang/ja-jis.js
Normal file
141
htmlarea/lang/ja-jis.js
Normal file
@ -0,0 +1,141 @@
|
||||
// I18N constants -- Japanese JIS(ISO-2022-JP)
|
||||
|
||||
// LANG: "ja-jis", ENCODING: ISO-2022-JP
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
// Translator:
|
||||
// Manabu Onoue <tmocsys@tmocsys.com>, 2004.
|
||||
// Tadashi Jokagi <elf2000@users.sourceforge.net>, 2005.
|
||||
|
||||
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",
|
||||
hilitecolor: "$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",
|
||||
showhelp: "Help using editor",
|
||||
textindicator: "$B8=:_$N%9%?%$%k(B",
|
||||
undo: "$B:G8e$NA`:n$r<h$j>C$7(B",
|
||||
redo: "$B:G8e$NF0:n$r$d$jD>$7(B",
|
||||
cut: "$BA*Br$r@Z$j<h$j(B",
|
||||
copy: "$BA*Br$r%3%T!<(B",
|
||||
paste: "$B%/%j%C%W%\!<%I$+$iE=$jIU$1(B",
|
||||
lefttoright: "$B:8$+$i1&$NJ}8~(B",
|
||||
righttoleft: "$B1&$+$i:8$NJ}8~(B",
|
||||
removeformat: "$B=q<0$r<h$j=|$/(B",
|
||||
print: "$B%I%-%e%a%s%H$r0u:~(B",
|
||||
killword: "MSOffice $B%?%0$r<h$j=|$/(B"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "$B<h$j>C$7(B"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "$B%Q%9(B",
|
||||
"TEXT_MODE": "$B%F%-%9%H%b!<%I$G$9!#(B[<>] $B%\%?%s$r;H$C$F(B WYSIWYG $B$KLa$j$^$9!#(B",
|
||||
|
||||
"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" : "$B<h$j>C$7(B",
|
||||
|
||||
"Alignment:" : "$B0LCV9g$o$;(B:",
|
||||
"Not set" : "$B@_Dj$7$J$$(B",
|
||||
"Left" : "$B:8(B",
|
||||
"Right" : "$B1&(B",
|
||||
"Texttop" : "Texttop",
|
||||
"Absmiddle" : "Absmiddle",
|
||||
"Baseline" : "$B%Y!<%9%i%$%s(B",
|
||||
"Absbottom" : "Absbottom",
|
||||
"Bottom" : "$B2<(B",
|
||||
"Middle" : "$BCf1{(B",
|
||||
"Top" : "$B>e(B",
|
||||
|
||||
"Layout" : "$B%l%$%"%&%H(B",
|
||||
"Spacing" : "$B4V3V(B",
|
||||
"Horizontal:" : "$B?eJ?(B:",
|
||||
"Horizontal padding" : "$B?eJ?$N7d4V(B",
|
||||
"Vertical:" : "$B?bD>(B:",
|
||||
"Vertical padding" : "$B?bD>$N7d4V(B",
|
||||
"Border thickness:" : "$B6-3&@~$NB@$5(B:",
|
||||
"Leave empty for no border" : "$B6-3&@~$r$J$/$9$K$O6u$K$7$^$9(B",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "Insert/Modify Link",
|
||||
"None (use implicit)" : "$B$J$7(B (use implicit)",
|
||||
"New window (_blank)" : "$B?75,%&%#%s%I%&(B (_blank)",
|
||||
"Same frame (_self)" : "$BF1$8%U%l!<%`(B (_self)",
|
||||
"Top frame (_top)" : "$B>e$N%U%l!<%`(B (_top)",
|
||||
"Other" : "$B$=$NB>(B",
|
||||
"Target:" : "$BBP>](B:",
|
||||
"Title (tooltip):" : "$BBjL>(B ($B%D!<%k%A%C%W(B):",
|
||||
"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" : "$B%F!<%V%k$NA^F~(B",
|
||||
"Rows:" : "$B9T(B:",
|
||||
"Number of rows" : "$B9T?t(B",
|
||||
"Cols:" : "$BNs(B:",
|
||||
"Number of columns" : "$BNs?t(B",
|
||||
"Width:" : "$BI}(B:",
|
||||
"Width of the table" : "$B%F!<%V%k$NI}(B",
|
||||
"Percent" : "$B%Q!<%;%s%H(B",
|
||||
"Pixels" : "$B%T%/%;%k(B",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "$BI}$NC10L(B",
|
||||
"Positioning of this table" : "$B$3$N%F!<%V%k$N0LCV(B",
|
||||
"Cell spacing:" : "$B%;%k$N4V3V(B:",
|
||||
"Space between adjacent cells" : "$BNY@\$7$?%;%k$N4V3V(B",
|
||||
"Cell padding:" : "$B%;%k$N7d4V(B:",
|
||||
"Space between content and border in cell" : "$B%;%k$N6-3&@~$HFbMF$N4V3V(B",
|
||||
// Insert Image
|
||||
"Insert Image" : "$B2hA|$NA^F~(B",
|
||||
"Image URL:" : "$B2hA|(B URL:",
|
||||
"Enter the image URL here" : "$B$3$3$K2hA|$N(B URL $B$rF~NO(B",
|
||||
"Preview" : "$B%W%l%S%e!<(B",
|
||||
"Preview the image in a new window" : "$B?75,%&%#%s%I%&$G2hA|$r%W%l%S%e!<(B",
|
||||
"Alternate text:" : "$BBeMQ%F%-%9%H(B:",
|
||||
"For browsers that don't support images" : "$B2hA|$r%5%]!<%H$7$J$$%V%i%&%6!<$N$?$a$K(B",
|
||||
"Positioning of this image" : "$B$3$N2hA|$N0LCV(B",
|
||||
"Image Preview:" : "$B2hA|$N%W%l%S%e!<(B:"
|
||||
}
|
||||
};
|
141
htmlarea/lang/ja-sjis.js
Normal file
141
htmlarea/lang/ja-sjis.js
Normal file
@ -0,0 +1,141 @@
|
||||
// I18N constants -- Japanese SHIFT JIS
|
||||
|
||||
// LANG: "ja-sjis", ENCODING: SHIFT_JIS
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
// Translator:
|
||||
// Manabu Onoue <tmocsys@tmocsys.com>, 2004.
|
||||
// Tadashi Jokagi <elf2000@users.sourceforge.net>, 2005.
|
||||
|
||||
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",
|
||||
hilitecolor: "<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>",
|
||||
showhelp: "Help using editor",
|
||||
textindicator: "<22><><EFBFBD>݂̃X<CC83>^<5E>C<EFBFBD><43>",
|
||||
undo: "<22>Ō<EFBFBD><C58C>̑<EFBFBD><CC91><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
redo: "<22>Ō<EFBFBD><C58C>̓<EFBFBD><CC93><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>蒼<EFBFBD><E892BC>",
|
||||
cut: "<22>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD><EFBFBD><D882><EFBFBD><EFBFBD><EFBFBD>",
|
||||
copy: "<22>I<EFBFBD><49><EFBFBD><EFBFBD><EFBFBD>R<EFBFBD>s<EFBFBD>[",
|
||||
paste: "<22>N<EFBFBD><4E><EFBFBD>b<EFBFBD>v<EFBFBD>{<7B>[<5B>h<EFBFBD><68><EFBFBD><EFBFBD><EFBFBD>\<5C><><EFBFBD>t<EFBFBD><74>",
|
||||
lefttoright: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>E<EFBFBD>̕<EFBFBD><CC95><EFBFBD>",
|
||||
righttoleft: "<22>E<EFBFBD><45><EFBFBD>獶<EFBFBD>̕<EFBFBD><CC95><EFBFBD>",
|
||||
removeformat: "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>菜<EFBFBD><E88F9C>",
|
||||
print: "<22>h<EFBFBD>L<EFBFBD><4C><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
killword: "MSOffice <20>^<5E>O<EFBFBD><4F><EFBFBD><EFBFBD><EFBFBD>菜<EFBFBD><E88F9C>"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "<22>p<EFBFBD>X",
|
||||
"TEXT_MODE": "<22>e<EFBFBD>L<EFBFBD>X<EFBFBD>g<EFBFBD><67><EFBFBD>[<5B>h<EFBFBD>ł<EFBFBD><C582>B[<>] <20>{<7B>^<5E><><EFBFBD><EFBFBD><EFBFBD>g<EFBFBD><67><EFBFBD><EFBFBD> WYSIWYG <20>ɖ߂<C996><DF82>܂<EFBFBD><DC82>B",
|
||||
|
||||
"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" : "<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
|
||||
"Alignment:" : "<22>ʒu<CA92><75><EFBFBD>킹:",
|
||||
"Not set" : "<22>ݒ肵<DD92>Ȃ<EFBFBD>",
|
||||
"Left" : "<22><>",
|
||||
"Right" : "<22>E",
|
||||
"Texttop" : "Texttop",
|
||||
"Absmiddle" : "Absmiddle",
|
||||
"Baseline" : "<22>x<EFBFBD>[<5B>X<EFBFBD><58><EFBFBD>C<EFBFBD><43>",
|
||||
"Absbottom" : "Absbottom",
|
||||
"Bottom" : "<22><>",
|
||||
"Middle" : "<22><><EFBFBD><EFBFBD>",
|
||||
"Top" : "<22><>",
|
||||
|
||||
"Layout" : "<22><><EFBFBD>C<EFBFBD>A<EFBFBD>E<EFBFBD>g",
|
||||
"Spacing" : "<22>Ԋu",
|
||||
"Horizontal:" : "<22><><EFBFBD><EFBFBD>:",
|
||||
"Horizontal padding" : "<22><><EFBFBD><EFBFBD><EFBFBD>̌<EFBFBD><CC8C><EFBFBD>",
|
||||
"Vertical:" : "<22><><EFBFBD><EFBFBD>:",
|
||||
"Vertical padding" : "<22><><EFBFBD><EFBFBD><EFBFBD>̌<EFBFBD><CC8C><EFBFBD>",
|
||||
"Border thickness:" : "<22><><EFBFBD>E<EFBFBD><45><EFBFBD>̑<EFBFBD><CC91><EFBFBD>:",
|
||||
"Leave empty for no border" : "<22><><EFBFBD>E<EFBFBD><45><EFBFBD><EFBFBD><EFBFBD>Ȃ<EFBFBD><C882><EFBFBD><EFBFBD>ɂ͋<C982><CD8B>ɂ<EFBFBD><C982>܂<EFBFBD>",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "Insert/Modify Link",
|
||||
"None (use implicit)" : "<22>Ȃ<EFBFBD> (use implicit)",
|
||||
"New window (_blank)" : "<22>V<EFBFBD>K<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E (_blank)",
|
||||
"Same frame (_self)" : "<22><><EFBFBD><EFBFBD><EFBFBD>t<EFBFBD><74><EFBFBD>[<5B><> (_self)",
|
||||
"Top frame (_top)" : "<22><><EFBFBD>̃t<CC83><74><EFBFBD>[<5B><> (_top)",
|
||||
"Other" : "<22><><EFBFBD>̑<EFBFBD>",
|
||||
"Target:" : "<22>Ώ<EFBFBD>:",
|
||||
"Title (tooltip):" : "<22>薼 (<28>c<EFBFBD>[<5B><><EFBFBD>`<60>b<EFBFBD>v):",
|
||||
"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" : "<22>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD>̑}<7D><>",
|
||||
"Rows:" : "<22>s:",
|
||||
"Number of rows" : "<22>s<EFBFBD><73>",
|
||||
"Cols:" : "<22><>:",
|
||||
"Number of columns" : "<22><><EFBFBD><EFBFBD>",
|
||||
"Width:" : "<22><>:",
|
||||
"Width of the table" : "<22>e<EFBFBD>[<5B>u<EFBFBD><75><EFBFBD>̕<EFBFBD>",
|
||||
"Percent" : "<22>p<EFBFBD>[<5B>Z<EFBFBD><5A><EFBFBD>g",
|
||||
"Pixels" : "<22>s<EFBFBD>N<EFBFBD>Z<EFBFBD><5A>",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "<22><><EFBFBD>̒P<CC92><50>",
|
||||
"Positioning of this table" : "<22><><EFBFBD>̃e<CC83>[<5B>u<EFBFBD><75><EFBFBD>̈ʒu",
|
||||
"Cell spacing:" : "<22>Z<EFBFBD><5A><EFBFBD>̊Ԋu:",
|
||||
"Space between adjacent cells" : "<22>אڂ<D790><DA82><EFBFBD><EFBFBD>Z<EFBFBD><5A><EFBFBD>̊Ԋu",
|
||||
"Cell padding:" : "<22>Z<EFBFBD><5A><EFBFBD>̌<EFBFBD><CC8C><EFBFBD>:",
|
||||
"Space between content and border in cell" : "<22>Z<EFBFBD><5A><EFBFBD>̋<EFBFBD><CC8B>E<EFBFBD><45><EFBFBD>Ɠ<EFBFBD><C693>e<EFBFBD>̊Ԋu",
|
||||
// Insert Image
|
||||
"Insert Image" : "<22>摜<EFBFBD>̑}<7D><>",
|
||||
"Image URL:" : "<22>摜 URL:",
|
||||
"Enter the image URL here" : "<22><><EFBFBD><EFBFBD><EFBFBD>ɉ摜<C989><E6919C> URL <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>",
|
||||
"Preview" : "<22>v<EFBFBD><76><EFBFBD>r<EFBFBD><72><EFBFBD>[",
|
||||
"Preview the image in a new window" : "<22>V<EFBFBD>K<EFBFBD>E<EFBFBD>B<EFBFBD><42><EFBFBD>h<EFBFBD>E<EFBFBD>ʼn摜<C589><E6919C><EFBFBD>v<EFBFBD><76><EFBFBD>r<EFBFBD><72><EFBFBD>[",
|
||||
"Alternate text:" : "<22><><EFBFBD>p<EFBFBD>e<EFBFBD>L<EFBFBD>X<EFBFBD>g:",
|
||||
"For browsers that don't support images" : "<22>摜<EFBFBD><E6919C><EFBFBD>T<EFBFBD>|<7C>[<5B>g<EFBFBD><67><EFBFBD>Ȃ<EFBFBD><C882>u<EFBFBD><75><EFBFBD>E<EFBFBD>U<EFBFBD>[<5B>̂<EFBFBD><CC82>߂<EFBFBD>",
|
||||
"Positioning of this image" : "<22><><EFBFBD>̉摜<CC89>̈ʒu",
|
||||
"Image Preview:" : "<22>摜<EFBFBD>̃v<CC83><76><EFBFBD>r<EFBFBD><72><EFBFBD>[:"
|
||||
}
|
||||
};
|
141
htmlarea/lang/ja-utf8.js
Normal file
141
htmlarea/lang/ja-utf8.js
Normal file
@ -0,0 +1,141 @@
|
||||
// I18N constants -- Japanese UTF-8
|
||||
|
||||
// LANG: "ja-utf8", ENCODING: UTF-8
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
// Translator:
|
||||
// Manabu Onoue tmocsys@tmocsys.com, 2004.
|
||||
// Tadashi Jokagi elf2000@users.sourceforge.net, 2005.
|
||||
|
||||
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: "文字色",
|
||||
hilitecolor: "背景色",
|
||||
horizontalrule: "水平線",
|
||||
createlink: "リンク作成",
|
||||
insertimage: "画像挿入",
|
||||
inserttable: "テーブル挿入",
|
||||
htmlmode: "HTML表示切替",
|
||||
popupeditor: "エディタ拡大",
|
||||
about: "バージョン情報",
|
||||
showhelp: "エディタを使用するヘルプ",
|
||||
textindicator: "現在のスタイル",
|
||||
undo: "最後の操作を取り消し",
|
||||
redo: "最後の動作をやり直し",
|
||||
cut: "選択を切り取り",
|
||||
copy: "選択をコピー",
|
||||
paste: "クリップボードから貼り付け",
|
||||
lefttoright: "左から右の方向",
|
||||
righttoleft: "右から左の方向",
|
||||
removeformat: "書式を取り除く",
|
||||
print: "ドキュメントを印刷",
|
||||
killword: "MSOffice タグを取り除く"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "取り消し"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "パス",
|
||||
"TEXT_MODE": "テキストモードです。[<>] ボタンを使って 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" : "取り消し",
|
||||
|
||||
"Alignment:" : "位置合わせ:",
|
||||
"Not set" : "設定しない",
|
||||
"Left" : "左",
|
||||
"Right" : "右",
|
||||
"Texttop" : "Texttop",
|
||||
"Absmiddle" : "Absmiddle",
|
||||
"Baseline" : "ベースライン",
|
||||
"Absbottom" : "Absbottom",
|
||||
"Bottom" : "下",
|
||||
"Middle" : "中央",
|
||||
"Top" : "上",
|
||||
|
||||
"Layout" : "レイアウト",
|
||||
"Spacing" : "間隔",
|
||||
"Horizontal:" : "水平:",
|
||||
"Horizontal padding" : "水平の隙間",
|
||||
"Vertical:" : "垂直:",
|
||||
"Vertical padding" : "垂直の隙間",
|
||||
"Border thickness:" : "境界線の太さ:",
|
||||
"Leave empty for no border" : "境界線をなくすには空にします",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "リンクの追加/修正",
|
||||
"None (use implicit)" : "なし (暗黙で使用)",
|
||||
"New window (_blank)" : "新規ウィンドウ (_blank)",
|
||||
"Same frame (_self)" : "同じフレーム (_self)",
|
||||
"Top frame (_top)" : "上のフレーム (_top)",
|
||||
"Other" : "その他",
|
||||
"Target:" : "対象:",
|
||||
"Title (tooltip):" : "題名 (ツールチップ):",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "このリンクポイントが指す URL を入力しなければなりません",
|
||||
// Insert Table
|
||||
"Insert Table" : "テーブルの挿入",
|
||||
"Rows:" : "行:",
|
||||
"Number of rows" : "行数",
|
||||
"Cols:" : "列:",
|
||||
"Number of columns" : "列数",
|
||||
"Width:" : "幅:",
|
||||
"Width of the table" : "テーブルの幅",
|
||||
"Percent" : "パーセント",
|
||||
"Pixels" : "ピクセル",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "幅の単位",
|
||||
"Positioning of this table" : "このテーブルの位置",
|
||||
"Cell spacing:" : "セルの間隔:",
|
||||
"Space between adjacent cells" : "隣接したセルの間隔",
|
||||
"Cell padding:" : "セルの隙間:",
|
||||
"Space between content and border in cell" : "セルの境界線と内容の間隔",
|
||||
// Insert Image
|
||||
"Insert Image" : "画像の挿入",
|
||||
"Image URL:" : "画像 URL:",
|
||||
"Enter the image URL here" : "ここに画像の URL を入力",
|
||||
"Preview" : "プレビュー",
|
||||
"Preview the image in a new window" : "新規ウィンドウで画像をプレビュー",
|
||||
"Alternate text:" : "代用テキスト:",
|
||||
"For browsers that don't support images" : "画像をサポートしないブラウザーのために",
|
||||
"Positioning of this image" : "この画像の位置",
|
||||
"Image Preview:" : "画像のプレビュー:"
|
||||
}
|
||||
};
|
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",
|
||||
hilitecolor: "Fona kr<6B>sa",
|
||||
horizontalrule: "Horizont<6E>la atdal<61>t<EFBFBD>jsv<73>tra",
|
||||
createlink: "Ievietot hipersaiti",
|
||||
insertimage: "Ievietot att<74>lu",
|
||||
inserttable: "Ievietot tabulu",
|
||||
htmlmode: "Skat<61>t HTML kodu",
|
||||
popupeditor: "Palielin<69>t Redi<64><69>t<EFBFBD>ju",
|
||||
about: "Par <20>o redi<64><69>t<EFBFBD>ju",
|
||||
showhelp: "Redi<64><69>t<EFBFBD>ja pal<61>gs",
|
||||
textindicator: "Patreiz<69>jais stils",
|
||||
undo: "Atcelt p<>d<EFBFBD>jo darb<72>bu",
|
||||
redo: "Atk<74>rtot p<>d<EFBFBD>jo darb<72>bu",
|
||||
cut: "Izgriezt iez<65>m<EFBFBD>to",
|
||||
copy: "Kop<6F>t iez<65>m<EFBFBD>to",
|
||||
paste: "Ievietot iez<65>m<EFBFBD>to"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "Labi",
|
||||
"cancel": "Atcelt"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Ce<43><65>",
|
||||
"TEXT_MODE": "J<>s patlaban darbojaties TEKSTA RE<52><45>M<EFBFBD>. Lai p<>rietu atpaka<6B> uz GRAFISKO RE<52><45>MU (WYSIWIG), lietojiet [<>] pogu."
|
||||
}
|
||||
};
|
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-utf.js
Normal file
90
htmlarea/lang/nl-utf.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",
|
||||
textindicator: "Huidige stijl",
|
||||
undo: "Ongedaan maken",
|
||||
redo: "Herhalen",
|
||||
cut: "Knippen",
|
||||
copy: "Kopiëren",
|
||||
paste: "Plakken",
|
||||
lefttoright: "Tekstrichting links naar rechts",
|
||||
righttoleft: "Tekstrichting rechts naar links"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Annuleren"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Pad",
|
||||
"TEXT_MODE": "Je bent in TEKST-mode. Gebruik de [<>] knop om terug te keren naar WYSIWYG-mode.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Fullscreen-mode veroorzaakt problemen met Internet Explorer door bugs in de webbrowser " +
|
||||
"die we niet kunnen omzeilen. Hierdoor kunnen de volgende effecten optreden: verknoeide teksten, " +
|
||||
"een verlies aan editor-functionaliteit en/of willekeurig vastlopen van de webbrowser. " +
|
||||
"Als u Windows 95 of 98 gebruikt, is het zeer waarschijnlijk dat u een algemene beschermingsfout " +
|
||||
"('General Protection Fault') krijgt en de computer opnieuw zal moeten opstarten.\n\n" +
|
||||
"U bent gewaarschuwd. Druk OK als u toch nog de Fullscreen-editor wil gebruiken."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Annuleren",
|
||||
"Insert/Modify Link" : "Hyperlink invoegen/aanpassen",
|
||||
"New window (_blank)" : "Nieuw venster (_blank)",
|
||||
"None (use implicit)" : "Geen",
|
||||
"OK" : "OK",
|
||||
"Other" : "Ander",
|
||||
"Same frame (_self)" : "Zelfde frame (_self)",
|
||||
"Target:" : "Doel:",
|
||||
"Title (tooltip):" : "Titel (tooltip):",
|
||||
"Top frame (_top)" : "Bovenste frame (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Geef de URL in waar de link naar verwijst"
|
||||
}
|
||||
};
|
||||
|
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",
|
||||
textindicator: "Huidige stijl",
|
||||
undo: "Ongedaan maken",
|
||||
redo: "Herhalen",
|
||||
cut: "Knippen",
|
||||
copy: "Kopi<70>ren",
|
||||
paste: "Plakken",
|
||||
lefttoright: "Tekstrichting links naar rechts",
|
||||
righttoleft: "Tekstrichting rechts naar links"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Annuleren"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Pad",
|
||||
"TEXT_MODE": "Je bent in TEKST-mode. Gebruik de [<>] knop om terug te keren naar WYSIWYG-mode.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Fullscreen-mode veroorzaakt problemen met Internet Explorer door bugs in de webbrowser " +
|
||||
"die we niet kunnen omzeilen. Hierdoor kunnen de volgende effecten optreden: verknoeide teksten, " +
|
||||
"een verlies aan editor-functionaliteit en/of willekeurig vastlopen van de webbrowser. " +
|
||||
"Als u Windows 95 of 98 gebruikt, is het zeer waarschijnlijk dat u een algemene beschermingsfout " +
|
||||
"('General Protection Fault') krijgt en de computer opnieuw zal moeten opstarten.\n\n" +
|
||||
"U bent gewaarschuwd. Druk OK als u toch nog de Fullscreen-editor wil gebruiken."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Annuleren",
|
||||
"Insert/Modify Link" : "Hyperlink invoegen/aanpassen",
|
||||
"New window (_blank)" : "Nieuw venster (_blank)",
|
||||
"None (use implicit)" : "Geen",
|
||||
"OK" : "OK",
|
||||
"Other" : "Ander",
|
||||
"Same frame (_self)" : "Zelfde frame (_self)",
|
||||
"Target:" : "Doel:",
|
||||
"Title (tooltip):" : "Titel (tooltip):",
|
||||
"Top frame (_top)" : "Bovenste frame (_top)",
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Geef de URL in waar de link naar verwijst"
|
||||
}
|
||||
};
|
||||
|
79
htmlarea/lang/no-utf.js
Normal file
79
htmlarea/lang/no-utf.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´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øyet",
|
||||
justifyleft: "Venstrejuster",
|
||||
justifycenter: "Midtjuster",
|
||||
justifyright: "Høyrejuster",
|
||||
justifyfull: "Blokkjuster",
|
||||
orderedlist: "Nummerert liste",
|
||||
unorderedlist: "Punktliste",
|
||||
outdent: "Reduser innrykk",
|
||||
indent: "Ø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ærende stil",
|
||||
undo: "Angrer siste redigering",
|
||||
redo: "Gjør om siste angring",
|
||||
cut: "Klipp ut område",
|
||||
copy: "Kopier område",
|
||||
paste: "Lim inn",
|
||||
lefttoright: "Fra venstre mot høyre",
|
||||
righttoleft: "Fra høyre mot venstre"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Avbryt"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Tekstvelger",
|
||||
"TEXT_MODE": "Du er i tekstmodus Klikk på [<>] for å gå tilbake til WYSIWIG.",
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Visning i eget vindu har kjente problemer med Internet Explorer, " +
|
||||
"på grunn av problemer med denne nettleseren. Mulige problemer er et uryddig " +
|
||||
"skjermbilde, manglende editorfunksjoner og/eller at nettleseren crasher. Hvis du bruker Windows 95 eller Windows 98 " +
|
||||
"er det også muligheter for at Windows will crashe.\n\n" +
|
||||
"Trykk 'OK' hvis du vil bruke visning i eget vindu på tross av denne advarselen."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Avbryt",
|
||||
"Insert/Modify Link" : "Rediger lenke",
|
||||
"New window (_blank)" : "Eget vindu (_blank)",
|
||||
"None (use implicit)" : "Ingen (bruk standardinnstilling)",
|
||||
"OK" : "OK",
|
||||
"Other" : "Annen",
|
||||
"Same frame (_self)" : "Samme ramme (_self)",
|
||||
"Target:" : "Mål:",
|
||||
"Title (tooltip):" : "Tittel (tooltip):",
|
||||
"Top frame (_top)" : "Toppramme (_top)",
|
||||
"URL:" : "Adresse:",
|
||||
"You must enter the URL where this link points to" : "Du må skrive inn en adresse som denne lenken skal peke til"
|
||||
}
|
||||
};
|
||||
|
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",
|
||||
copy: "Kopier omr<6D>de",
|
||||
paste: "Lim inn",
|
||||
lefttoright: "Fra venstre mot h<>yre",
|
||||
righttoleft: "Fra h<>yre mot venstre"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Avbryt"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Tekstvelger",
|
||||
"TEXT_MODE": "Du er i tekstmodus Klikk p<> [<>] for <20> g<> tilbake til WYSIWIG.",
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Visning i eget vindu har kjente problemer med Internet Explorer, " +
|
||||
"p<> grunn av problemer med denne nettleseren. Mulige problemer er et uryddig " +
|
||||
"skjermbilde, manglende editorfunksjoner og/eller at nettleseren crasher. Hvis du bruker Windows 95 eller Windows 98 " +
|
||||
"er det ogs<67> muligheter for at Windows will crashe.\n\n" +
|
||||
"Trykk 'OK' hvis du vil bruke visning i eget vindu p<> tross av denne advarselen."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Avbryt",
|
||||
"Insert/Modify Link" : "Rediger lenke",
|
||||
"New window (_blank)" : "Eget vindu (_blank)",
|
||||
"None (use implicit)" : "Ingen (bruk standardinnstilling)",
|
||||
"OK" : "OK",
|
||||
"Other" : "Annen",
|
||||
"Same frame (_self)" : "Samme ramme (_self)",
|
||||
"Target:" : "M<>l:",
|
||||
"Title (tooltip):" : "Tittel (tooltip):",
|
||||
"Top frame (_top)" : "Toppramme (_top)",
|
||||
"URL:" : "Adresse:",
|
||||
"You must enter the URL where this link points to" : "Du m<> skrive inn en adresse som denne lenken skal peke til"
|
||||
}
|
||||
};
|
||||
|
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",
|
||||
outdent: "Zmniejsz wci<63>cie",
|
||||
indent: "Zwi<77>ksz wci<63>cie",
|
||||
forecolor: "Kolor czcionki",
|
||||
backcolor: "Kolor t<>a",
|
||||
horizontalrule: "Linia pozioma",
|
||||
createlink: "Wstaw adres sieci Web",
|
||||
insertimage: "Wstaw obraz",
|
||||
inserttable: "Wstaw tabel<65>",
|
||||
htmlmode: "Edycja WYSIWYG/w <20>r<EFBFBD>dle strony",
|
||||
popupeditor: "Pe<50>ny ekran",
|
||||
about: "Informacje o tym edytorze",
|
||||
help: "Pomoc",
|
||||
textindicator: "Obecny styl"
|
||||
}
|
||||
};
|
144
htmlarea/lang/pt_br.js
Normal file
144
htmlarea/lang/pt_br.js
Normal file
@ -0,0 +1,144 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "pt_br", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Agner Olson, agner@agner.net for Portuguese brasilian
|
||||
// Jo<4A>o P Matos, jmatos@math.ist.utl.pt for European Portuguese
|
||||
|
||||
// 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: "pt_br",
|
||||
|
||||
tooltips: {
|
||||
bold: "Negrito",
|
||||
italic: "It<49>lico",
|
||||
underline: "Sublinhado",
|
||||
strikethrough: "Riscado",
|
||||
subscript: "Subscrito",
|
||||
superscript: "Sobrescrito",
|
||||
justifyleft: "Alinhado <20> esquerda",
|
||||
justifycenter: "Centralizado",
|
||||
justifyright: "Alinhado <20> direita",
|
||||
justifyfull: "Justificado",
|
||||
orderedlist: "Lista ordenada",
|
||||
unorderedlist: "Lista n<>o ordenada",
|
||||
outdent: "Diminuir a indenta<74><61>o",
|
||||
indent: "Aumentar a indenta<74><61>o",
|
||||
forecolor: "Cor do texto",
|
||||
hilitecolor: "Cor de <20>nfase",
|
||||
horizontalrule: "Linha horizontal",
|
||||
createlink: "Inserir uma hiperliga<67><61>o",
|
||||
insertimage: "Inserir/Modificar uma imagem",
|
||||
inserttable: "Inserir uma tabela",
|
||||
htmlmode: "Mostrar c<>digo fonte",
|
||||
popupeditor: "Maximizar o editor",
|
||||
about: "Sobre o editor",
|
||||
showhelp: "Ajuda",
|
||||
textindicator: "Estilo corrente",
|
||||
undo: "Anular a <20>ltima a<><61>o",
|
||||
redo: "Repetir a <20>ltima a<><61>o",
|
||||
cut: "Cortar",
|
||||
copy: "Copiar",
|
||||
paste: "Colar",
|
||||
lefttoright: "Da esquerda para a direita",
|
||||
righttoleft: "Da direita para a esquerda"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Caminho",
|
||||
"TEXT_MODE": "Est<73> em MODO TEXTO. Pressione o bot<6F>o [<>] para voltar ao modo gr<67>fico.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"O modo <20>rea de trabalho completo pode causar problemas no IE, " +
|
||||
"devido aos seus problemas que n<>o foi poss<73>vel de evitar. " +
|
||||
"Os sintomas podem ser erros na <20>rea de trabalho ou falta de algumas" +
|
||||
"fun<75><6E>es no editor ou falhas catastr<74>ficas do sistema operacional. Se o seu " +
|
||||
"sistema <20> Windows 9x, <20> poss<73>vel o erro " +
|
||||
"'General Protection Fault' aconte<74>a e que voc<6F> tenha de reiniciar o computador." +
|
||||
"\n\nConsidere-se avisado. Pressione OK se deseja continuar mesmo assim " +
|
||||
"testando o modo de tela cheia."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"OK" : "OK",
|
||||
"Cancel" : "Cancelar",
|
||||
"Alignment:" : "Alinhamento:",
|
||||
"Not set" : "N<>o definido",
|
||||
"Left" : "Esquerda",
|
||||
"Right" : "Direita",
|
||||
"Texttop" : "Topo do texto",
|
||||
"Absmiddle" : "Meio absoluto",
|
||||
"Baseline" : "Linha base",
|
||||
"Absbottom" : "Abaixo absoluto",
|
||||
"Bottom" : "Fundo",
|
||||
"Middle" : "Meio",
|
||||
"Top" : "Topo",
|
||||
|
||||
"Layout" : "Formata<74><61>o",
|
||||
"Spacing" : "Espa<70>amento",
|
||||
"Horizontal:" : "Horizontal:",
|
||||
"Horizontal padding" : "Enchimento horizontal",
|
||||
"Vertical:" : "Vertical:",
|
||||
"Vertical padding" : "Preenchimento vertical",
|
||||
"Border thickness:" : "Espessura da borda:",
|
||||
"Leave empty for no border" : "Deixar vazio para ficar sem borda",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "Inserir/Modificar link",
|
||||
"None (use implicit)" : "Nenhum (por omiss<73>o)",
|
||||
"New window (_blank)" : "Nova janela (_blank)",
|
||||
"Same frame (_self)" : "Mesmo frame (_self)",
|
||||
"Top frame (_top)" : "Frame de cima (_top)",
|
||||
"Other" : "Outro",
|
||||
"Target:" : "Alvo:",
|
||||
"Title (tooltip):" : "T<>tulo (tooltip):",
|
||||
|
||||
"URL:" : "URL:",
|
||||
"You must enter the URL where this link points to" : "Voc<6F> deve digitar o link para o qual aponta",
|
||||
|
||||
// Insert Table
|
||||
"Insert Table" : "Inserir Tabela",
|
||||
"Rows:" : "Linhas:",
|
||||
"Number of rows" : "N<>mero de linhas",
|
||||
"Cols:" : "Colunas:",
|
||||
"Number of columns" : "N<>mero de colunas",
|
||||
"Width:" : "Largura:",
|
||||
"Width of the table" : "Largura da tabela",
|
||||
"Percent" : "Porcentagem",
|
||||
"Pixels" : "Pixel",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "Unidade de largura",
|
||||
"Positioning of this table" : "Posicionamento da tabela",
|
||||
"Cell spacing:" : "Espa<70>amento da c<>lula:",
|
||||
"Space between adjacent cells" : "Espa<70>o entre c<>lulas adjacentes",
|
||||
"Cell padding:" : "Preenchimento da c<>lula:",
|
||||
"Space between content and border in cell" : "Espa<70>o entre o conte<74>do e a borda da c<>lula",
|
||||
// Insert Image
|
||||
"Insert Image" : "Inserir imagem",
|
||||
"Image URL:" : "Endere<72>o da imagem:",
|
||||
"Enter the image URL here" : "Informe o endere<72>o da imagem aqui",
|
||||
"Preview" : "Previs<69>o",
|
||||
"Preview the image in a new window" : "Previs<69>o da imagem numa nova janela",
|
||||
"Alternate text:" : "Texto alternativo:",
|
||||
"For browsers that don't support images" : "Para navegadores que n<>o suportam imagens",
|
||||
"Positioning of this image" : "Posicionamento desta imagem",
|
||||
"Image Preview:" : "Previs<69>o da imagem:"
|
||||
}
|
||||
};
|
143
htmlarea/lang/pt_pt-utf.js
Normal file
143
htmlarea/lang/pt_pt-utf.js
Normal file
@ -0,0 +1,143 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "pt_pt", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: João P Matos, jmatos@math.ist.utl.pt
|
||||
|
||||
// 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: "pt_pt",
|
||||
|
||||
tooltips: {
|
||||
bold: "Negrito",
|
||||
italic: "Itálico",
|
||||
underline: "Sublinhado",
|
||||
strikethrough: "Riscado",
|
||||
subscript: "Subscrito",
|
||||
superscript: "Superescrito",
|
||||
justifyleft: "Alinhado à esquerda",
|
||||
justifycenter: "Centrado",
|
||||
justifyright: "Alinhado à direita",
|
||||
justifyfull: "Justificado",
|
||||
orderedlist: "Lista ordenada",
|
||||
unorderedlist: "Lista não ordenada",
|
||||
outdent: "Diminuir a indentação",
|
||||
indent: "Aumentar a indentação",
|
||||
forecolor: "Cor do texto",
|
||||
hilitecolor: "Cor de ênfase",
|
||||
horizontalrule: "Linha horizontal",
|
||||
createlink: "Inserir uma hiperligação",
|
||||
insertimage: "Inserir/Modificar uma imagem",
|
||||
inserttable: "Inserir uma tabela",
|
||||
htmlmode: "Mostrar código fonte",
|
||||
popupeditor: "Alargar o editor",
|
||||
about: "A propósito do editor",
|
||||
showhelp: "Ajuda do editor",
|
||||
textindicator: "Estilo corrente",
|
||||
undo: "Anular a última acção",
|
||||
redo: "Repetir a última acção",
|
||||
cut: "Cortar",
|
||||
copy: "Copiar",
|
||||
paste: "Colar",
|
||||
lefttoright: "Da esquerda para a direita",
|
||||
righttoleft: "Da direita para a esquerda"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Caminho",
|
||||
"TEXT_MODE": "Está em MODO TEXTO. Premir o botão [<>] para regressar ao modo gráfico.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"O modo de écrã completo pode causar problemas ao IE, " +
|
||||
"devido a problemas deste que foram impossíveis de evitar. " +
|
||||
"Os sintomas podem ser erros no écrã, a falta de " +
|
||||
"funções no editor ou flahas catastróficas aletórias do sistema operativo. Se o seu " +
|
||||
"sistema é Windows 9x, é possível que sofra um erro de tipo " +
|
||||
"'General Protection Fault' e que tenha de recomeçar o seu computador." +
|
||||
"\n\nConsidere-se avisado. Prima OK se deseja mesmo assim " +
|
||||
"testar o modo de écrã."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"OK" : "OK",
|
||||
"Cancel" : "Cancelar",
|
||||
"Alignment:" : "Alinhamento:",
|
||||
"Not set" : "Não definido",
|
||||
"Left" : "Esquerda",
|
||||
"Right" : "Direita",
|
||||
"Texttop" : "Topo do texto",
|
||||
"Absmiddle" : "Absmiddle",
|
||||
"Baseline" : "Linha base",
|
||||
"Absbottom" : "Absbottom",
|
||||
"Bottom" : "Fundo",
|
||||
"Middle" : "Meio",
|
||||
"Top" : "Topo",
|
||||
|
||||
"Layout" : "Formatação",
|
||||
"Spacing" : "Espaçamento",
|
||||
"Horizontal:" : "Horizontal:",
|
||||
"Horizontal padding" : "Enchimento horizontal",
|
||||
"Vertical:" : "Vertical:",
|
||||
"Vertical padding" : "Enchimento vertical",
|
||||
"Border thickness:" : "Espessura do bordo:",
|
||||
"Leave empty for no border" : "Deixar vazio para ausência de bordo",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "Inserir/Modificar ligação",
|
||||
"None (use implicit)" : "Nenhum (por omissão)",
|
||||
"New window (_blank)" : "Nova janela (_blank)",
|
||||
"Same frame (_self)" : "Mesmo caixilho (_self)",
|
||||
"Top frame (_top)" : "Caixilho de topo (_top)",
|
||||
"Other" : "Outro",
|
||||
"Target:" : "Alvo:",
|
||||
"Title (tooltip):" : "Título (tooltip):",
|
||||
|
||||
"URL:" : "Endereço web:",
|
||||
"You must enter the URL where this link points to" : "Deve introduzir o endereço da ligação",
|
||||
|
||||
// Insert Table
|
||||
"Insert Table" : "Inserir Tabela",
|
||||
"Rows:" : "Linhas:",
|
||||
"Number of rows" : "Número de linhas",
|
||||
"Cols:" : "Colunas:",
|
||||
"Number of columns" : "Número de colunas",
|
||||
"Width:" : "Largura:",
|
||||
"Width of the table" : "Largura da tabela",
|
||||
"Percent" : "Percentagem",
|
||||
"Pixels" : "Pixéis",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "Unidade de largura",
|
||||
"Positioning of this table" : "Posicionamento da tabela",
|
||||
"Cell spacing:" : "Espaçamento da célula:",
|
||||
"Space between adjacent cells" : "Espaço entre células adjacentes",
|
||||
"Cell padding:" : "Enchimento da célula:",
|
||||
"Space between content and border in cell" : "Espaço entre conteúdo e bordo da célula",
|
||||
// Insert Image
|
||||
"Insert Image" : "Inserir imagem",
|
||||
"Image URL:" : "Endereço da imagem:",
|
||||
"Enter the image URL here" : "Introduza o endereço da imagem aqui",
|
||||
"Preview" : "Previsão",
|
||||
"Preview the image in a new window" : "Prever a imagem numa nova janela",
|
||||
"Alternate text:" : "Texto alternativo:",
|
||||
"For browsers that don't support images" : "Para navegadores que não suportam imagens",
|
||||
"Positioning of this image" : "Posicionamento desta imagem",
|
||||
"Image Preview:" : "Previsão da imagem:"
|
||||
}
|
||||
};
|
143
htmlarea/lang/pt_pt.js
Normal file
143
htmlarea/lang/pt_pt.js
Normal file
@ -0,0 +1,143 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "pt_pt", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Jo<4A>o P Matos, jmatos@math.ist.utl.pt
|
||||
|
||||
// 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: "pt_pt",
|
||||
|
||||
tooltips: {
|
||||
bold: "Negrito",
|
||||
italic: "It<49>lico",
|
||||
underline: "Sublinhado",
|
||||
strikethrough: "Riscado",
|
||||
subscript: "Subscrito",
|
||||
superscript: "Superescrito",
|
||||
justifyleft: "Alinhado <20> esquerda",
|
||||
justifycenter: "Centrado",
|
||||
justifyright: "Alinhado <20> direita",
|
||||
justifyfull: "Justificado",
|
||||
orderedlist: "Lista ordenada",
|
||||
unorderedlist: "Lista n<>o ordenada",
|
||||
outdent: "Diminuir a indenta<74><61>o",
|
||||
indent: "Aumentar a indenta<74><61>o",
|
||||
forecolor: "Cor do texto",
|
||||
hilitecolor: "Cor de <20>nfase",
|
||||
horizontalrule: "Linha horizontal",
|
||||
createlink: "Inserir uma hiperliga<67><61>o",
|
||||
insertimage: "Inserir/Modificar uma imagem",
|
||||
inserttable: "Inserir uma tabela",
|
||||
htmlmode: "Mostrar c<>digo fonte",
|
||||
popupeditor: "Alargar o editor",
|
||||
about: "A prop<6F>sito do editor",
|
||||
showhelp: "Ajuda do editor",
|
||||
textindicator: "Estilo corrente",
|
||||
undo: "Anular a <20>ltima ac<61><63>o",
|
||||
redo: "Repetir a <20>ltima ac<61><63>o",
|
||||
cut: "Cortar",
|
||||
copy: "Copiar",
|
||||
paste: "Colar",
|
||||
lefttoright: "Da esquerda para a direita",
|
||||
righttoleft: "Da direita para a esquerda"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Cancelar"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Caminho",
|
||||
"TEXT_MODE": "Est<73> em MODO TEXTO. Premir o bot<6F>o [<>] para regressar ao modo gr<67>fico.",
|
||||
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"O modo de <20>cr<63> completo pode causar problemas ao IE, " +
|
||||
"devido a problemas deste que foram imposs<73>veis de evitar. " +
|
||||
"Os sintomas podem ser erros no <20>cr<63>, a falta de " +
|
||||
"fun<75><6E>es no editor ou flahas catastr<74>ficas alet<65>rias do sistema operativo. Se o seu " +
|
||||
"sistema <20> Windows 9x, <20> poss<73>vel que sofra um erro de tipo " +
|
||||
"'General Protection Fault' e que tenha de recome<6D>ar o seu computador." +
|
||||
"\n\nConsidere-se avisado. Prima OK se deseja mesmo assim " +
|
||||
"testar o modo de <20>cr<63>."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"OK" : "OK",
|
||||
"Cancel" : "Cancelar",
|
||||
"Alignment:" : "Alinhamento:",
|
||||
"Not set" : "N<>o definido",
|
||||
"Left" : "Esquerda",
|
||||
"Right" : "Direita",
|
||||
"Texttop" : "Topo do texto",
|
||||
"Absmiddle" : "Absmiddle",
|
||||
"Baseline" : "Linha base",
|
||||
"Absbottom" : "Absbottom",
|
||||
"Bottom" : "Fundo",
|
||||
"Middle" : "Meio",
|
||||
"Top" : "Topo",
|
||||
|
||||
"Layout" : "Formata<74><61>o",
|
||||
"Spacing" : "Espa<70>amento",
|
||||
"Horizontal:" : "Horizontal:",
|
||||
"Horizontal padding" : "Enchimento horizontal",
|
||||
"Vertical:" : "Vertical:",
|
||||
"Vertical padding" : "Enchimento vertical",
|
||||
"Border thickness:" : "Espessura do bordo:",
|
||||
"Leave empty for no border" : "Deixar vazio para aus<75>ncia de bordo",
|
||||
|
||||
// Insert Link
|
||||
"Insert/Modify Link" : "Inserir/Modificar liga<67><61>o",
|
||||
"None (use implicit)" : "Nenhum (por omiss<73>o)",
|
||||
"New window (_blank)" : "Nova janela (_blank)",
|
||||
"Same frame (_self)" : "Mesmo caixilho (_self)",
|
||||
"Top frame (_top)" : "Caixilho de topo (_top)",
|
||||
"Other" : "Outro",
|
||||
"Target:" : "Alvo:",
|
||||
"Title (tooltip):" : "T<>tulo (tooltip):",
|
||||
|
||||
"URL:" : "Endere<72>o web:",
|
||||
"You must enter the URL where this link points to" : "Deve introduzir o endere<72>o da liga<67><61>o",
|
||||
|
||||
// Insert Table
|
||||
"Insert Table" : "Inserir Tabela",
|
||||
"Rows:" : "Linhas:",
|
||||
"Number of rows" : "N<>mero de linhas",
|
||||
"Cols:" : "Colunas:",
|
||||
"Number of columns" : "N<>mero de colunas",
|
||||
"Width:" : "Largura:",
|
||||
"Width of the table" : "Largura da tabela",
|
||||
"Percent" : "Percentagem",
|
||||
"Pixels" : "Pix<69>is",
|
||||
"Em" : "Em",
|
||||
"Width unit" : "Unidade de largura",
|
||||
"Positioning of this table" : "Posicionamento da tabela",
|
||||
"Cell spacing:" : "Espa<70>amento da c<>lula:",
|
||||
"Space between adjacent cells" : "Espa<70>o entre c<>lulas adjacentes",
|
||||
"Cell padding:" : "Enchimento da c<>lula:",
|
||||
"Space between content and border in cell" : "Espa<70>o entre conte<74>do e bordo da c<>lula",
|
||||
// Insert Image
|
||||
"Insert Image" : "Inserir imagem",
|
||||
"Image URL:" : "Endere<72>o da imagem:",
|
||||
"Enter the image URL here" : "Introduza o endere<72>o da imagem aqui",
|
||||
"Preview" : "Previs<69>o",
|
||||
"Preview the image in a new window" : "Prever a imagem numa nova janela",
|
||||
"Alternate text:" : "Texto alternativo:",
|
||||
"For browsers that don't support images" : "Para navegadores que n<>o suportam imagens",
|
||||
"Positioning of this image" : "Posicionamento desta imagem",
|
||||
"Image Preview:" : "Previs<69>o da imagem:"
|
||||
}
|
||||
};
|
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: "Нумерованный лист",
|
||||
unorderedlist: "Маркированный лист",
|
||||
outdent: "Уменьшить отступ",
|
||||
indent: "Увеличить отступ",
|
||||
forecolor: "Цвет шрифта",
|
||||
hilitecolor: "Цвет фона",
|
||||
horizontalrule: "Горизонтальный разделитель",
|
||||
createlink: "Вставить гиперссылку",
|
||||
insertimage: "Вставить изображение",
|
||||
inserttable: "Вставить таблицу",
|
||||
htmlmode: "Показать Html-код",
|
||||
popupeditor: "Увеличить редактор",
|
||||
about: "О редакторе",
|
||||
showhelp: "Помощь",
|
||||
textindicator: "Текущий стиль",
|
||||
undo: "Отменить",
|
||||
redo: "Повторить",
|
||||
cut: "Вырезать",
|
||||
copy: "Копировать",
|
||||
paste: "Вставить"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Отмена"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Путь",
|
||||
"TEXT_MODE": "Вы в режиме отображения Html-кода. нажмите кнопку [<>], чтобы переключиться в визуальный режим."
|
||||
}
|
||||
};
|
79
htmlarea/lang/se-utf.js
Normal file
79
htmlarea/lang/se-utf.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´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: "Understruket",
|
||||
strikethrough: "Gjennomstruket",
|
||||
subscript: "Nedsäknt",
|
||||
superscript: "upphöjt",
|
||||
justifyleft: "Vänsterställt",
|
||||
justifycenter: "Mittställt",
|
||||
justifyright: "Högerställt",
|
||||
justifyfull: "Marginaler",
|
||||
orderedlist: "Numrerad lista",
|
||||
unorderedlist: "Punktlista",
|
||||
outdent: "Reducera indrag",
|
||||
indent: "Öka indrag",
|
||||
forecolor: "Textfärg",
|
||||
hilitecolor: "Bakgrundsfärg",
|
||||
inserthorizontalrule: "Vågrätt linje",
|
||||
createlink: "Skapa länk",
|
||||
insertimage: "Infoga bilda",
|
||||
inserttable: "Infoga tabell",
|
||||
htmlmode: "Visa källkod",
|
||||
popupeditor: "Visa i eget fönster",
|
||||
about: "Om denna editor",
|
||||
showhelp: "Hjälp",
|
||||
textindicator: "Nuvarande stil",
|
||||
undo: "Ångra sista redigering",
|
||||
redo: "Gjör om sista ångring",
|
||||
cut: "Klipp ut",
|
||||
copy: "Kopiera",
|
||||
paste: "Klistra in",
|
||||
lefttoright: "Från vänster till höger",
|
||||
righttoleft: "Från höger till vänster"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Avbryt"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Tekstvelger",
|
||||
"TEXT_MODE": "Du är i textläge Klicka på [<>] för att gå tilbaka till WYSIWIG.",
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Visning i eget vindu har kjente problemer med Internet Explorer, " +
|
||||
"på grunn av problemer med denne nettleseren. Mulige problemer er et uryddig " +
|
||||
"skjermbilde, manglende editorfunksjoner og/eller at nettleseren crasher. Hvis du bruker Windows 95 eller Windows 98 " +
|
||||
"er det også muligheter for at Windows will crashe.\n\n" +
|
||||
"Trykk 'OK' hvis du vil bruke visning i eget vindu på tross av denne advarselen."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Avbryt",
|
||||
"Insert/Modify Link" : "Redigera lenk",
|
||||
"New window (_blank)" : "Eget fönster (_blank)",
|
||||
"None (use implicit)" : "Ingen (använd standardinnställning)",
|
||||
"OK" : "OK",
|
||||
"Other" : "Annan",
|
||||
"Same frame (_self)" : "Samma ram (_self)",
|
||||
"Target:" : "Mål:",
|
||||
"Title (tooltip):" : "Titel (tooltip):",
|
||||
"Top frame (_top)" : "Toppramm (_top)",
|
||||
"URL:" : "Adress:",
|
||||
"You must enter the URL where this link points to" : "Du måste skriva in en adress som denna länken skall peka på"
|
||||
}
|
||||
};
|
||||
|
79
htmlarea/lang/se.js
Normal file
79
htmlarea/lang/se.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: "Understruket",
|
||||
strikethrough: "Gjennomstruket",
|
||||
subscript: "Neds<64>knt",
|
||||
superscript: "upph<70>jt",
|
||||
justifyleft: "V<>nsterst<73>llt",
|
||||
justifycenter: "Mittst<73>llt",
|
||||
justifyright: "H<>gerst<73>llt",
|
||||
justifyfull: "Marginaler",
|
||||
orderedlist: "Numrerad lista",
|
||||
unorderedlist: "Punktlista",
|
||||
outdent: "Reducera indrag",
|
||||
indent: "<22>ka indrag",
|
||||
forecolor: "Textf<74>rg",
|
||||
hilitecolor: "Bakgrundsf<73>rg",
|
||||
inserthorizontalrule: "V<>gr<67>tt linje",
|
||||
createlink: "Skapa l<>nk",
|
||||
insertimage: "Infoga bilda",
|
||||
inserttable: "Infoga tabell",
|
||||
htmlmode: "Visa k<>llkod",
|
||||
popupeditor: "Visa i eget f<>nster",
|
||||
about: "Om denna editor",
|
||||
showhelp: "Hj<48>lp",
|
||||
textindicator: "Nuvarande stil",
|
||||
undo: "<22>ngra sista redigering",
|
||||
redo: "Gj<47>r om sista <20>ngring",
|
||||
cut: "Klipp ut",
|
||||
copy: "Kopiera",
|
||||
paste: "Klistra in",
|
||||
lefttoright: "Fr<46>n v<>nster till h<>ger",
|
||||
righttoleft: "Fr<46>n h<>ger till v<>nster"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "OK",
|
||||
"cancel": "Avbryt"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Tekstvelger",
|
||||
"TEXT_MODE": "Du <20>r i textl<74>ge Klicka p<> [<>] f<>r att g<> tilbaka till WYSIWIG.",
|
||||
"IE-sucks-full-screen" :
|
||||
// translate here
|
||||
"Visning i eget vindu har kjente problemer med Internet Explorer, " +
|
||||
"p<> grunn av problemer med denne nettleseren. Mulige problemer er et uryddig " +
|
||||
"skjermbilde, manglende editorfunksjoner og/eller at nettleseren crasher. Hvis du bruker Windows 95 eller Windows 98 " +
|
||||
"er det ogs<67> muligheter for at Windows will crashe.\n\n" +
|
||||
"Trykk 'OK' hvis du vil bruke visning i eget vindu p<> tross av denne advarselen."
|
||||
},
|
||||
|
||||
dialogs: {
|
||||
"Cancel" : "Avbryt",
|
||||
"Insert/Modify Link" : "Redigera lenk",
|
||||
"New window (_blank)" : "Eget f<>nster (_blank)",
|
||||
"None (use implicit)" : "Ingen (anv<6E>nd standardinnst<73>llning)",
|
||||
"OK" : "OK",
|
||||
"Other" : "Annan",
|
||||
"Same frame (_self)" : "Samma ram (_self)",
|
||||
"Target:" : "M<>l:",
|
||||
"Title (tooltip):" : "Titel (tooltip):",
|
||||
"Top frame (_top)" : "Toppramm (_top)",
|
||||
"URL:" : "Adress:",
|
||||
"You must enter the URL where this link points to" : "Du m<>ste skriva in en adress som denna l<>nken skall peka p<>"
|
||||
}
|
||||
};
|
||||
|
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",
|
||||
unorderedlist: "Ozna<6E>evanje",
|
||||
outdent: "Zmanj<6E>aj zamik",
|
||||
indent: "Pove<76>aj zamik",
|
||||
forecolor: "Barva pisave",
|
||||
hilitecolor: "Barva ozadja",
|
||||
horizontalrule: "Vodoravna <20>rta",
|
||||
createlink: "Vstavi hiperpovezavo",
|
||||
insertimage: "Vstavi sliko",
|
||||
inserttable: "Vstavi tabelo",
|
||||
htmlmode: "Preklopi na HTML kodo",
|
||||
popupeditor: "Pove<76>aj urejevalnik",
|
||||
about: "Vizitka za urejevalnik",
|
||||
showhelp: "Pomo<6D> za urejevalnik",
|
||||
textindicator: "Trenutni slog",
|
||||
undo: "Razveljavi zadnjo akcijo",
|
||||
redo: "Uveljavi zadnjo akcijo",
|
||||
cut: "Izre<72>i",
|
||||
copy: "Kopiraj",
|
||||
paste: "Prilepi"
|
||||
},
|
||||
|
||||
buttons: {
|
||||
"ok": "V redu",
|
||||
"cancel": "Prekli<6C>i"
|
||||
},
|
||||
|
||||
msg: {
|
||||
"Path": "Pot",
|
||||
"TEXT_MODE": "Si v tekstovnem na<6E>inu. Uporabi [<>] gumb za prklop nazaj na WYSIWYG."
|
||||
}
|
||||
};
|
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