mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-18 22:13:30 +01:00
38 lines
1.2 KiB
JavaScript
38 lines
1.2 KiB
JavaScript
|
// I18N constants -- Japanese JIS
|
|||
|
// by Manabu Onoue -- tmocsys@tmocsys.com
|
|||
|
|
|||
|
HTMLArea.I18N = {
|
|||
|
|
|||
|
// the following should be the filename without .js extension
|
|||
|
// it will be used for automatically load plugin language.
|
|||
|
lang: "ja-jis",
|
|||
|
|
|||
|
tooltips: {
|
|||
|
bold: "$BB@;z(B",
|
|||
|
italic: "$B<PBN(B",
|
|||
|
underline: "$B2<@~(B",
|
|||
|
strikethrough: "$BBG$A>C$7@~(B",
|
|||
|
subscript: "$B2<IU$-E:$(;z(B",
|
|||
|
superscript: "$B>eIU$-E:$(;z(B",
|
|||
|
justifyleft: "$B:84s$;(B",
|
|||
|
justifycenter: "$BCf1{4s$;(B",
|
|||
|
justifyright: "$B1&4s$;(B",
|
|||
|
justifyfull: "$B6QEy3dIU(B",
|
|||
|
orderedlist: "$BHV9fIU$-2U>r=q$-(B",
|
|||
|
unorderedlist: "$B5-9fIU$-2U>r=q$-(B",
|
|||
|
outdent: "$B%$%s%G%s%H2r=|(B",
|
|||
|
indent: "$B%$%s%G%s%H@_Dj(B",
|
|||
|
forecolor: "$BJ8;z?'(B",
|
|||
|
backcolor: "$BGX7J?'(B",
|
|||
|
horizontalrule: "$B?eJ?@~(B",
|
|||
|
createlink: "$B%j%s%/:n@.(B",
|
|||
|
insertimage: "$B2hA|A^F~(B",
|
|||
|
inserttable: "$B%F!<%V%kA^F~(B",
|
|||
|
htmlmode: "HTML$BI=<(@ZBX(B",
|
|||
|
popupeditor: "$B%(%G%#%?3HBg(B",
|
|||
|
about: "$B%P!<%8%g%s>pJs(B",
|
|||
|
help: "$B%X%k%W(B",
|
|||
|
textindicator: "$B8=:_$N%9%?%$%k(B"
|
|||
|
}
|
|||
|
};
|