aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/pastefromword/lang/hr.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/pastefromword/lang/hr.js')
-rw-r--r--sources/plugins/pastefromword/lang/hr.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/plugins/pastefromword/lang/hr.js b/sources/plugins/pastefromword/lang/hr.js
new file mode 100644
index 00000000..2a765328
--- /dev/null
+++ b/sources/plugins/pastefromword/lang/hr.js
@@ -0,0 +1,10 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'pastefromword', 'hr', {
6 confirmCleanup: 'Tekst koji želite zalijepiti čini se da je kopiran iz Worda. Želite li prije očistiti tekst?',
7 error: 'Nije moguće očistiti podatke za ljepljenje zbog interne greške',
8 title: 'Zalijepi iz Worda',
9 toolbar: 'Zalijepi iz Worda'
10} );