diff options
Diffstat (limited to 'plugins/find/lang/hr.js')
| -rw-r--r-- | plugins/find/lang/hr.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/hr.js b/plugins/find/lang/hr.js new file mode 100644 index 0000000..8a28c67 --- /dev/null +++ b/plugins/find/lang/hr.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'hr', {
+ find: 'Pronađi',
+ findOptions: 'Opcije traženja',
+ findWhat: 'Pronađi:',
+ matchCase: 'Usporedi mala/velika slova',
+ matchCyclic: 'Usporedi kružno',
+ matchWord: 'Usporedi cijele riječi',
+ notFoundMsg: 'Traženi tekst nije pronađen.',
+ replace: 'Zamijeni',
+ replaceAll: 'Zamijeni sve',
+ replaceSuccessMsg: 'Zamijenjeno %1 pojmova.',
+ replaceWith: 'Zamijeni s:',
+ title: 'Pronađi i zamijeni'
+});
|
