]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/sl.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / sl.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', 'sl', {
6 button: {
7 title: 'Lastnosti gumba',
8 text: 'Besedilo (Vrednost)',
9 type: 'Tip',
10 typeBtn: 'Gumb',
11 typeSbm: 'Potrdi',
12 typeRst: 'Ponastavi'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Lastnosti potrditvenega polja',
16 radioTitle: 'Lastnosti izbirnega polja',
17 value: 'Vrednost',
18 selected: 'Izbrano',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Lastnosti obrazca',
23 menu: 'Lastnosti obrazca',
24 action: 'Akcija',
25 method: 'Metoda',
26 encoding: 'Kodiranje znakov'
27 },
28 hidden: {
29 title: 'Lastnosti skritega polja',
30 name: 'Ime',
31 value: 'Vrednost'
32 },
33 select: {
34 title: 'Lastnosti spustnega seznama',
35 selectInfo: 'Podatki',
36 opAvail: 'Razpoložljive izbire',
37 value: 'Vrednost',
38 size: 'Velikost',
39 lines: 'vrstic',
40 chkMulti: 'Dovoli izbor večih vrstic',
41 required: 'Required', // MISSING
42 opText: 'Besedilo',
43 opValue: 'Vrednost',
44 btnAdd: 'Dodaj',
45 btnModify: 'Spremeni',
46 btnUp: 'Gor',
47 btnDown: 'Dol',
48 btnSetValue: 'Postavi kot privzeto izbiro',
49 btnDelete: 'Izbriši'
50 },
51 textarea: {
52 title: 'Lastnosti vnosnega območja',
53 cols: 'Stolpcev',
54 rows: 'Vrstic'
55 },
56 textfield: {
57 title: 'Lastnosti vnosnega polja',
58 name: 'Ime',
59 value: 'Vrednost',
60 charWidth: 'Dolžina',
61 maxChars: 'Največje število znakov',
62 required: 'Required', // MISSING
63 type: 'Tip',
64 typeText: 'Besedilo',
65 typePass: 'Geslo',
66 typeEmail: 'E-pošta',
67 typeSearch: 'Iskanje',
68 typeTel: 'Telefonska Številka',
69 typeUrl: 'URL'
70 }
71 } );