home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
controls
/
htmlarea
/
lang
/
b5.js
next >
Wrap
Text File
|
2004-03-08
|
3KB
|
89 lines
// 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: "b5",
tooltips: {
bold: "▓╩┼Θ",
italic: "▒╫┼Θ",
underline: "⌐│╜u",
strikethrough: "ºR░ú╜u",
subscript: "ñU╝╨",
superscript: "ñW╝╨",
justifyleft: "╛aѬ",
justifycenter: "╕mññ",
justifyright: "╛aÑk",
justifyfull: "ѬÑkÑ¡╡Ñ",
orderedlist: "╜s╕╣╢╢º╟",
unorderedlist: "▓┼╕╣╢╢º╟",
outdent: "┤εñ╓┴Y▒╞",
indent: "╝WÑ[┴Y▒╞",
forecolor: "ñσªr├CªΓ",
hilitecolor: "¡I┤║├CªΓ",
horizontalrule: "ñ⌠Ñ¡╜u",
createlink: "┤íñJ│s╡▓",
insertimage: "┤íñJ/┼▄º≤╣╧╣│",
inserttable: "┤íñJ¬φ«µ",
htmlmode: "ñ┴┤½HTML¡∞⌐l╜X",
popupeditor: "⌐±ñj",
about: "├÷⌐≤│o¡╙╜s┐Φ╛╣",
showhelp: "¿╧Ñ╬╜s┐Φ╛╣╗í⌐·",
textindicator: "╖φ½e¡╖«µ",
undo: "┤_¡∞ºA/⌐p│╠½ß¬║░╩º@",
redo: "¡½░╡ºA/⌐p│╠½ß¬║░╩º@",
cut: "░┼ñU",
copy: "╜╞╗s",
paste: "╢KñW",
lefttoright: "▒qѬ¿∞Ñk",
righttoleft: "▒qÑk¿∞Ѭ"
},
buttons: {
"ok": "╜T⌐w",
"cancel": "¿·«°"
},
msg: {
"Path": "╕⌠«|",
"TEXT_MODE": "ºA▓{Ñ┐ªbñσªr╝╥ªííA╜╨¿╧Ñ╬[<>]½÷╢sñ┴┤½¿∞⌐╥¿úºY⌐╥▒o╝╥ªííC",
"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" : "¿·«°l",
"Insert/Modify Link" : "┤íñJ/¡╫º∩│s╡▓",
"New window (_blank)" : "╖s¬║╡°╡í(_blank)",
"None (use implicit)" : "¿Sª│(use implicit)",
"OK" : "╜T⌐w",
"Other" : "¿ΣÑL",
"Same frame (_self)" : "ªPñ@╡í«µ (_self)",
"Target:" : "Ñ╪╝╨:",
"Title (tooltip):" : "╝╨├D (tooltip):",
"Top frame (_top)" : "│╗╡í«µ (_top)",
"URL:" : "URL:",
"You must enter the URL where this link points to" : "ºA/⌐pÑ▓╢╖┐ΘñJ│s╡▓¬║Ñ╪╝╨URL"
}
};