aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/templates/lang/hr.js
blob: b4ec5ac97b54ee142ff37eab0c342ee960b28871 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'templates', 'hr', {
	button: 'Predlošci',
	emptyListMsg: '(Nema definiranih predložaka)',
	insertOption: 'Zamijeni trenutne sadržaje',
	options: 'Opcije predložaka',
	selectPromptMsg: 'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj će biti izgubljen):',
	title: 'Predlošci sadržaja'
} );