]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/sr-latn.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / sr-latn.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'sr-latn', {
6 button: {
7 title: 'Osobine dugmeta',
8 text: 'Tekst (vrednost)',
9 type: 'Tip',
10 typeBtn: 'Button',
11 typeSbm: 'Submit',
12 typeRst: 'Reset'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Osobine polja za potvrdu',
16 radioTitle: 'Osobine radio-dugmeta',
17 value: 'Vrednost',
18 selected: 'Označeno',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Osobine forme',
23 menu: 'Osobine forme',
24 action: 'Akcija',
25 method: 'Metoda',
26 encoding: 'Encoding'
27 },
28 hidden: {
29 title: 'Osobine skrivenog polja',
30 name: 'Naziv',
31 value: 'Vrednost'
32 },
33 select: {
34 title: 'Osobine izbornog polja',
35 selectInfo: 'Info',
36 opAvail: 'Dostupne opcije',
37 value: 'Vrednost',
38 size: 'Veličina',
39 lines: 'linija',
40 chkMulti: 'Dozvoli višestruku selekciju',
41 required: 'Required', // MISSING
42 opText: 'Tekst',
43 opValue: 'Vrednost',
44 btnAdd: 'Dodaj',
45 btnModify: 'Izmeni',
46 btnUp: 'Gore',
47 btnDown: 'Dole',
48 btnSetValue: 'Podesi kao označenu vrednost',
49 btnDelete: 'Obriši'
50 },
51 textarea: {
52 title: 'Osobine zone teksta',
53 cols: 'Broj kolona',
54 rows: 'Broj redova'
55 },
56 textfield: {
57 title: 'Osobine tekstualnog polja',
58 name: 'Naziv',
59 value: 'Vrednost',
60 charWidth: 'Širina (karaktera)',
61 maxChars: 'Maksimalno karaktera',
62 required: 'Required', // MISSING
63 type: 'Tip',
64 typeText: 'Tekst',
65 typePass: 'Lozinka',
66 typeEmail: 'Email',
67 typeSearch: 'Pretraži',
68 typeTel: 'Broj telefona',
69 typeUrl: 'URL'
70 }
71 } );