]>
Commit | Line | Data |
---|---|---|
7adcb81e | 1 | /*\r |
3b35bd27 | 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r |
7adcb81e IB |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r |
4 | */\r | |
5 | CKEDITOR.plugins.setLang( 'forms', 'en-ca', {\r | |
6 | button: {\r | |
7 | title: 'Button Properties',\r | |
8 | text: 'Text (Value)',\r | |
9 | type: 'Type',\r | |
10 | typeBtn: 'Button',\r | |
11 | typeSbm: 'Submit',\r | |
12 | typeRst: 'Reset'\r | |
13 | },\r | |
14 | checkboxAndRadio: {\r | |
15 | checkboxTitle: 'Checkbox Properties',\r | |
16 | radioTitle: 'Radio Button Properties',\r | |
17 | value: 'Value',\r | |
18 | selected: 'Selected',\r | |
19 | required: 'Required' // MISSING\r | |
20 | },\r | |
21 | form: {\r | |
22 | title: 'Form Properties',\r | |
23 | menu: 'Form Properties',\r | |
24 | action: 'Action',\r | |
25 | method: 'Method',\r | |
26 | encoding: 'Encoding'\r | |
27 | },\r | |
28 | hidden: {\r | |
29 | title: 'Hidden Field Properties',\r | |
30 | name: 'Name',\r | |
31 | value: 'Value'\r | |
32 | },\r | |
33 | select: {\r | |
34 | title: 'Selection Field Properties',\r | |
35 | selectInfo: 'Select Info',\r | |
36 | opAvail: 'Available Options',\r | |
37 | value: 'Value',\r | |
38 | size: 'Size',\r | |
39 | lines: 'lines',\r | |
40 | chkMulti: 'Allow multiple selections',\r | |
41 | required: 'Required', // MISSING\r | |
42 | opText: 'Text',\r | |
43 | opValue: 'Value',\r | |
44 | btnAdd: 'Add',\r | |
45 | btnModify: 'Modify',\r | |
46 | btnUp: 'Up',\r | |
47 | btnDown: 'Down',\r | |
48 | btnSetValue: 'Set as selected value',\r | |
49 | btnDelete: 'Delete'\r | |
50 | },\r | |
51 | textarea: {\r | |
52 | title: 'Textarea Properties',\r | |
53 | cols: 'Columns',\r | |
54 | rows: 'Rows'\r | |
55 | },\r | |
56 | textfield: {\r | |
57 | title: 'Text Field Properties',\r | |
58 | name: 'Name',\r | |
59 | value: 'Value',\r | |
60 | charWidth: 'Character Width',\r | |
61 | maxChars: 'Maximum Characters',\r | |
62 | required: 'Required', // MISSING\r | |
63 | type: 'Type',\r | |
64 | typeText: 'Text',\r | |
65 | typePass: 'Password',\r | |
66 | typeEmail: 'Email', // MISSING\r | |
67 | typeSearch: 'Search', // MISSING\r | |
68 | typeTel: 'Telephone Number', // MISSING\r | |
69 | typeUrl: 'URL'\r | |
70 | }\r | |
71 | } );\r |