new ckeditor
New ckeditor
This commit is contained in:
71
ckeditor/plugins/forms/lang/sl.js
Normal file
71
ckeditor/plugins/forms/lang/sl.js
Normal file
@@ -0,0 +1,71 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'forms', 'sl', {
|
||||
button: {
|
||||
title: 'Lastnosti gumba',
|
||||
text: 'Besedilo (Vrednost)',
|
||||
type: 'Vrsta',
|
||||
typeBtn: 'Gumb',
|
||||
typeSbm: 'Potrdi',
|
||||
typeRst: 'Ponastavi'
|
||||
},
|
||||
checkboxAndRadio: {
|
||||
checkboxTitle: 'Lastnosti potrditvenega polja',
|
||||
radioTitle: 'Lastnosti izbirnega polja',
|
||||
value: 'Vrednost',
|
||||
selected: 'Izbrano',
|
||||
required: 'Zahtevano'
|
||||
},
|
||||
form: {
|
||||
title: 'Lastnosti obrazca',
|
||||
menu: 'Lastnosti obrazca',
|
||||
action: 'Dejanje',
|
||||
method: 'Metoda',
|
||||
encoding: 'Kodiranje znakov'
|
||||
},
|
||||
hidden: {
|
||||
title: 'Lastnosti skritega polja',
|
||||
name: 'Ime',
|
||||
value: 'Vrednost'
|
||||
},
|
||||
select: {
|
||||
title: 'Lastnosti spustnega seznama',
|
||||
selectInfo: 'Podatki',
|
||||
opAvail: 'Razpoložljive izbire',
|
||||
value: 'Vrednost',
|
||||
size: 'Velikost',
|
||||
lines: 'vrstic',
|
||||
chkMulti: 'Dovoli izbor več vrednosti',
|
||||
required: 'Zahtevano',
|
||||
opText: 'Besedilo',
|
||||
opValue: 'Vrednost',
|
||||
btnAdd: 'Dodaj',
|
||||
btnModify: 'Spremeni',
|
||||
btnUp: 'Gor',
|
||||
btnDown: 'Dol',
|
||||
btnSetValue: 'Določi kot privzeto izbiro',
|
||||
btnDelete: 'Izbriši'
|
||||
},
|
||||
textarea: {
|
||||
title: 'Lastnosti besedilnega območja',
|
||||
cols: 'Stolpcev',
|
||||
rows: 'Vrstic'
|
||||
},
|
||||
textfield: {
|
||||
title: 'Lastnosti besedilnega polja',
|
||||
name: 'Ime',
|
||||
value: 'Vrednost',
|
||||
charWidth: 'Širina',
|
||||
maxChars: 'Največje število znakov',
|
||||
required: 'Zahtevano',
|
||||
type: 'Vrsta',
|
||||
typeText: 'Besedilo',
|
||||
typePass: 'Geslo',
|
||||
typeEmail: 'E-pošta',
|
||||
typeSearch: 'Iskanje',
|
||||
typeTel: 'Telefonska številka',
|
||||
typeUrl: 'URL'
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user