source: companies/serpro/workflow/js/htmlarea/plugins/CharacterMap/lang/en.js @ 903

Revision 903, 532 bytes checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1// I18N constants
2
3// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
4// Sponsored by http://www.systemconcept.de
5// Author: Holger Hees, <hhees@systemconcept.de>
6//
7// (c) systemconcept.de 2004
8// Distributed under the same terms as HTMLArea itself.
9// This notice MUST stay intact for use (see license.txt).
10
11CharacterMap.I18N = {
12        "CharacterMapTooltip"       : "Insert special character",
13        "Insert special character"  : "Insert special character",
14        "HTML value:"               : "HTML value:",
15        "Cancel"                    : "Cancel"
16};
Note: See TracBrowser for help on using the repository browser.