Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / editor / htmlarea / lang / en.js
blob70e0c350f5127d657f45316c497161319e0e8fe2
1 // I18N constants
3 // LANG: "en", ENCODING: UTF-8 | ISO-8859-1
4 // Author: Mihai Bazon, <mishoo@infoiasi.ro>
6 // FOR TRANSLATORS:
7 //
8 //   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
9 //      (at least a valid email address)
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.)
15 HTMLArea.I18N = {
17         // the following should be the filename without .js extension
18         // it will be used for automatically load plugin language.
19         lang: "en",
21         tooltips: {
22                 bold:           "Bold",
23                 italic:         "Italic",
24                 underline:      "Underline",
25                 strikethrough:  "Strikethrough",
26                 subscript:      "Subscript",
27                 superscript:    "Superscript",
28                 justifyleft:    "Justify Left",
29                 justifycenter:  "Justify Center",
30                 justifyright:   "Justify Right",
31                 justifyfull:    "Justify Full",
32                 orderedlist:    "Ordered List",
33                 unorderedlist:  "Bulleted List",
34                 outdent:        "Decrease Indent",
35                 indent:         "Increase Indent",
36                 forecolor:      "Font Color",
37                 hilitecolor:    "Background Color",
38                 horizontalrule: "Horizontal Rule",
39                 createlink:     "Insert Web Link",
40                 insertimage:    "Insert Image",
41                 inserttable:    "Insert Table",
42                 htmlmode:       "Toggle HTML Source",
43                 popupeditor:    "Enlarge Editor",
44                 about:          "About this editor",
45                 showhelp:       "Help using editor",
46                 textindicator:  "Current style",
47                 undo:           "Undoes your last action",
48                 redo:           "Redoes your last action",
49                 cut:            "Cut selection",
50                 copy:           "Copy selection",
51                 paste:          "Paste from clipboard"
52         },
54         buttons: {
55                 "ok":           "OK",
56                 "cancel":       "Cancel"
57         },
59         msg: {
60                 "Path":         "Path",
61                 "TEXT_MODE":    "You are in TEXT MODE.  Use the [<>] button to switch back to WYSIWIG."
62         }