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

Revision 1349, 809 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// Author: Mihai Bazon, http://dynarch.com/mishoo
5
6// FOR TRANSLATORS:
7//
8//   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
9//      (at least a valid email address)
10//
11//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
12//      (if this is not possible, please include a comment
13//       that states what encoding is necessary.)
14
15ListType.I18N = {
16        "Decimal"                :    "Decimal numbers",
17        "Lower roman"            :    "Lower roman numbers",
18        "Upper roman"            :    "Upper roman numbers",
19        "Lower latin"            :    "Lower latin letters",
20        "Upper latin"            :    "Upper latin letters",
21        "Lower greek"            :    "Lower greek letters",
22        "ListStyleTooltip"       :    "Choose list style type (for ordered lists)"
23};
Note: See TracBrowser for help on using the repository browser.