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