diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-07 07:57:56 +0100 |
| commit | 6a7c5b2653fc4883efd209db8874e9e180111a36 (patch) | |
| tree | 81a32d6df9a3f38d6594c3cb335756eff6997c50 /plugins/forms/lang/en-au.js | |
| parent | 37c5c3d711169a4b63c1ee1924dd873c46f6998a (diff) | |
| download | ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.gz ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.tar.bz2 ckeditor-6a7c5b2653fc4883efd209db8874e9e180111a36.zip | |
Upgrade to version 4.3 - remove older files
Diffstat (limited to 'plugins/forms/lang/en-au.js')
| -rw-r--r-- | plugins/forms/lang/en-au.js | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/en-au.js b/plugins/forms/lang/en-au.js deleted file mode 100644 index 1d7129d..0000000 --- a/plugins/forms/lang/en-au.js +++ /dev/null @@ -1,68 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'forms', 'en-au', {
- button: {
- title: 'Button Properties',
- text: 'Text (Value)',
- type: 'Type',
- typeBtn: 'Button',
- typeSbm: 'Submit',
- typeRst: 'Reset'
- },
- checkboxAndRadio: {
- checkboxTitle: 'Checkbox Properties',
- radioTitle: 'Radio Button Properties',
- value: 'Value',
- selected: 'Selected'
- },
- form: {
- title: 'Form Properties',
- menu: 'Form Properties',
- action: 'Action',
- method: 'Method',
- encoding: 'Encoding'
- },
- hidden: {
- title: 'Hidden Field Properties',
- name: 'Name',
- value: 'Value'
- },
- select: {
- title: 'Selection Field Properties',
- selectInfo: 'Select Info',
- opAvail: 'Available Options',
- value: 'Value',
- size: 'Size',
- lines: 'lines',
- chkMulti: 'Allow multiple selections',
- opText: 'Text',
- opValue: 'Value',
- btnAdd: 'Add',
- btnModify: 'Modify',
- btnUp: 'Up',
- btnDown: 'Down',
- btnSetValue: 'Set as selected value',
- btnDelete: 'Delete'
- },
- textarea: {
- title: 'Textarea Properties',
- cols: 'Columns',
- rows: 'Rows'
- },
- textfield: {
- title: 'Text Field Properties',
- name: 'Name',
- value: 'Value',
- charWidth: 'Character Width',
- maxChars: 'Maximum Characters',
- type: 'Type',
- typeText: 'Text',
- typePass: 'Password',
- typeEmail: 'Email', // MISSING
- typeSearch: 'Search', // MISSING
- typeTel: 'Telephone Number', // MISSING
- typeUrl: 'URL'
- }
-});
|
