blob: 5eedc60d79a1b0b80f633fea93acb52e5b460fd7 [file] [log] [blame]
// I18N constants -- Japanese UTF-8
// by Manabu Onoue -- tmocsys@tmocsys.com
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "ja-utf8",
tooltips: {
bold: "太字",
italic: "斜体",
underline: "下線",
strikethrough: "打ã?¡æ¶ˆã?—ç·š",
subscript: "下付ã??æ·»ã?ˆå­—",
superscript: "上付ã??æ·»ã?ˆå­—",
justifyleft: "左寄ã?›",
justifycenter: "中央寄ã?›",
justifyright: "�寄�",
justifyfull: "�等割付",
orderedlist: "番å?·ä»˜ã??箇æ?¡æ›¸ã??",
unorderedlist: "記å?·ä»˜ã??箇æ?¡æ›¸ã??",
outdent: "インデント解除",
indent: "インデント設定",
forecolor: "文字色",
backcolor: "背景色",
horizontalrule: "水平線",
createlink: "リンク作æˆ?",
insertimage: "画åƒ?挿入",
inserttable: "テーブル挿入",
htmlmode: "HTML表示切替",
popupeditor: "エディタ拡大",
about: "ãƒ?ージョン情報",
help: "ヘルプ",
textindicator: "�在�スタイル"
}
};