Line | |
---|
1 | /* |
---|
2 | Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. |
---|
3 | For licensing, see LICENSE.md or http://ckeditor.com/license |
---|
4 | */ |
---|
5 | CKEDITOR.plugins.setLang( 'image', 'en', { |
---|
6 | alertUrl: 'Please type the image URL', |
---|
7 | alt: 'Alternative Text', |
---|
8 | border: 'Border', |
---|
9 | btnUpload: 'Send it to the Server', |
---|
10 | button2Img: 'Do you want to transform the selected image button on a simple image?', |
---|
11 | hSpace: 'HSpace', |
---|
12 | img2Button: 'Do you want to transform the selected image on a image button?', |
---|
13 | infoTab: 'Image Info', |
---|
14 | linkTab: 'Link', |
---|
15 | lockRatio: 'Lock Ratio', |
---|
16 | menu: 'Image Properties', |
---|
17 | resetSize: 'Reset Size', |
---|
18 | title: 'Image Properties', |
---|
19 | titleButton: 'Image Button Properties', |
---|
20 | upload: 'Upload', |
---|
21 | urlMissing: 'Image source URL is missing.', |
---|
22 | vSpace: 'VSpace', |
---|
23 | validateBorder: 'Border must be a whole number.', |
---|
24 | validateHSpace: 'HSpace must be a whole number.', |
---|
25 | validateVSpace: 'VSpace must be a whole number.' |
---|
26 | } ); |
---|
Note: See
TracBrowser
for help on using the repository browser.