source: branches/1.2/workflow/js/htmlarea/plugins/CharacterMap/lang/en.js @ 1349

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

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
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.