File: hr.js

package info (click to toggle)
ckeditor 4.22.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 290,692 kB
  • sloc: javascript: 237,176; sh: 202; makefile: 64; python: 37; php: 15; xml: 5
file content (71 lines) | stat: -rw-r--r-- 1,588 bytes parent folder | download
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-2023, CKSource Holding sp. z o.o. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'forms', 'hr', {
	button: {
		title: 'Svojstva gumba',
		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: 'Potrebno'
	},
	form: {
		title: 'Svojstva forme',
		menu: 'Svojstva forme',
		action: 'Akcija',
		method: 'Metoda',
		encoding: 'Encoding'
	},
	hidden: {
		title: 'Svojstva sakrivenog polja',
		name: 'Ime',
		value: 'Vrijednost'
	},
	select: {
		title: 'Svojstva selection polja',
		selectInfo: 'Info',
		opAvail: 'Dostupne opcije',
		value: 'Vrijednost',
		size: 'Veličina',
		lines: 'linija',
		chkMulti: 'Dozvoli višestruki odabir',
		required: 'Potrebno',
		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: 'Svojstva tekst polja',
		name: 'Ime',
		value: 'Vrijednost',
		charWidth: 'Širina',
		maxChars: 'Najviše karaktera',
		required: 'Potrebno',
		type: 'Vrsta',
		typeText: 'Tekst',
		typePass: 'Šifra',
		typeEmail: 'Email',
		typeSearch: 'Traži',
		typeTel: 'Broj telefona',
		typeUrl: 'URL'
	}
} );