aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/forms/lang/hr.js
blob: 6b7ffc23ccc3ee4ddfaf86c3686da6d16f9fb330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'hr', {
	button: {
		title: 'Button svojstva',
		text: 'Tekst (vrijednost)',
		type: 'Vrsta',
		typeBtn: 'Gumb',
		typeSbm: 'Pošalji',
		typeRst: 'Poništi'
	},
	checkboxAndRadio: {
		checkboxTitle: 'Checkbox svojstva',
		radioTitle: 'Radio Button svojstva',
		value: 'Vrijednost',
		selected: 'Odabrano',
		required: 'Required' // MISSING
	},
	form: {
		title: 'Form svojstva',
		menu: 'Form svojstva',
		action: 'Akcija',
		method: 'Metoda',
		encoding: 'Encoding'
	},
	hidden: {
		title: 'Hidden Field svojstva',
		name: 'Ime',
		value: 'Vrijednost'
	},
	select: {
		title: 'Selection svojstva',
		selectInfo: 'Info',
		opAvail: 'Dostupne opcije',
		value: 'Vrijednost',
		size: 'Veličina',
		lines: 'linija',
		chkMulti: 'Dozvoli višestruki odabir',
		required: 'Required', // MISSING
		opText: 'Tekst',
		opValue: 'Vrijednost',
		btnAdd: 'Dodaj',
		btnModify: 'Promijeni',
		btnUp: 'Gore',
		btnDown: 'Dolje',
		btnSetValue: 'Postavi kao odabranu vrijednost',
		btnDelete: 'Obriši'
	},
	textarea: {
		title: 'Textarea svojstva',
		cols: 'Kolona',
		rows: 'Redova'
	},
	textfield: {
		title: 'Text Field svojstva',
		name: 'Ime',
		value: 'Vrijednost',
		charWidth: 'Širina',
		maxChars: 'Najviše karaktera',
		required: 'Required', // MISSING
		type: 'Vrsta',
		typeText: 'Tekst',
		typePass: 'Šifra',
		typeEmail: 'Email',
		typeSearch: 'Traži',
		typeTel: 'Broj telefona',
		typeUrl: 'URL'
	}
} );