diff options
Diffstat (limited to 'plugins/image/lang/ro.js')
| -rw-r--r-- | plugins/image/lang/ro.js | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/image/lang/ro.js b/plugins/image/lang/ro.js new file mode 100644 index 0000000..f04c894 --- /dev/null +++ b/plugins/image/lang/ro.js @@ -0,0 +1,26 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'image', 'ro', {
+ alertUrl: 'Vă rugăm să scrieţi URL-ul imaginii',
+ alt: 'Text alternativ',
+ border: 'Margine',
+ btnUpload: 'Trimite la server',
+ button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
+ hSpace: 'HSpace',
+ img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
+ infoTab: 'Informaţii despre imagine',
+ linkTab: 'Link (Legătură web)',
+ lockRatio: 'Păstrează proporţiile',
+ menu: 'Proprietăţile imaginii',
+ resetSize: 'Resetează mărimea',
+ title: 'Proprietăţile imaginii',
+ titleButton: 'Proprietăţi buton imagine (Image Button)',
+ upload: 'Încarcă',
+ urlMissing: 'Sursa URL a imaginii lipsește.',
+ vSpace: 'VSpace',
+ validateBorder: 'Bordura trebuie să fie un număr întreg.',
+ validateHSpace: 'Hspace trebuie să fie un număr întreg.',
+ validateVSpace: 'Vspace trebuie să fie un număr întreg.'
+});
|
