home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
controls
/
htmlarea
/
lang
/
ja-euc.js
< prev
next >
Wrap
Text File
|
2004-03-08
|
1KB
|
38 lines
// I18N constants -- Japanese EUC
// by Manabu Onoue -- tmocsys@tmocsys.com
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "ja-euc",
tooltips: {
bold: "┬└╗·",
italic: "╝╨┬╬",
underline: "▓╝└■",
strikethrough: "┬╟ñ┴╛├ñ╖└■",
subscript: "▓╝╔╒ñ¡┼║ñ¿╗·",
superscript: "╛σ╔╒ñ¡┼║ñ¿╗·",
justifyleft: "║╕┤≤ñ╗",
justifycenter: "├µ▒√┤≤ñ╗",
justifyright: "▒ª┤≤ñ╗",
justifyfull: "╢╤┼∙│Σ╔╒",
orderedlist: "╚╓╣µ╔╒ñ¡▓╒╛≥╜±ñ¡",
unorderedlist: "╡¡╣µ╔╒ñ¡▓╒╛≥╜±ñ¡",
outdent: "ÑñÑ≤Ñ╟Ñ≤Ñ╚▓≥╜ⁿ",
indent: "ÑñÑ≤Ñ╟Ñ≤Ñ╚└▀─Ω",
forecolor: "╩╕╗·┐º",
backcolor: "╟╪╖╩┐º",
horizontalrule: "┐σ╩┐└■",
createlink: "ÑΩÑ≤Ñ»║ε└«",
insertimage: "▓Φ┴ⁿ┴▐╞■",
inserttable: "Ñ╞í╝Ñ╓Ñδ┴▐╞■",
htmlmode: "HTML╔╜╝¿└┌┬╪",
popupeditor: "Ñ¿Ñ╟ÑúÑ┐│╚┬τ",
about: "Ñ╨í╝Ñ╕ÑτÑ≤╛≡╩≤",
help: "Ñ╪ÑδÑ╫",
textindicator: "╕╜║▀ñ╬Ñ╣Ñ┐ÑñÑδ"
}
};