diff options
Diffstat (limited to 'plugins/about/lang/hr.js')
| -rw-r--r-- | plugins/about/lang/hr.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/about/lang/hr.js b/plugins/about/lang/hr.js new file mode 100644 index 0000000..f150c84 --- /dev/null +++ b/plugins/about/lang/hr.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'hr', {
+ copy: 'Copyright © $1. All rights reserved.',
+ dlgTitle: 'O CKEditoru',
+ help: 'Provjeri $1 za pomoć.',
+ moreInfo: 'Za informacije o licencama posjetite našu web stranicu:',
+ title: 'O CKEditoru',
+ userGuide: 'Vodič za CKEditor korisnike'
+});
|
