diff options
Diffstat (limited to 'plugins/iframe/lang/hr.js')
| -rw-r--r-- | plugins/iframe/lang/hr.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/iframe/lang/hr.js b/plugins/iframe/lang/hr.js new file mode 100644 index 0000000..ea460c1 --- /dev/null +++ b/plugins/iframe/lang/hr.js @@ -0,0 +1,11 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'iframe', 'hr', {
+ border: 'Prikaži okvir IFrame-a',
+ noUrl: 'Unesite URL iframe-a',
+ scrolling: 'Omogući trake za skrolanje',
+ title: 'IFrame svojstva',
+ toolbar: 'IFrame'
+});
|
