egroupware/phpgwapi/js/htmlarea/lang/b5.js

37 lines
992 B
JavaScript
Raw Normal View History

// 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"
}
};