mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
69 lines
1.5 KiB
JavaScript
Executable File
69 lines
1.5 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, 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: 'Tip',
|
|
typeBtn: 'Gumb',
|
|
typeSbm: 'Potrdi',
|
|
typeRst: 'Ponastavi'
|
|
},
|
|
checkboxAndRadio: {
|
|
checkboxTitle: 'Lastnosti potrditvenega polja',
|
|
radioTitle: 'Lastnosti izbirnega polja',
|
|
value: 'Vrednost',
|
|
selected: 'Izbrano'
|
|
},
|
|
form: {
|
|
title: 'Lastnosti obrazca',
|
|
menu: 'Lastnosti obrazca',
|
|
action: 'Akcija',
|
|
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čih vrstic',
|
|
opText: 'Besedilo',
|
|
opValue: 'Vrednost',
|
|
btnAdd: 'Dodaj',
|
|
btnModify: 'Spremeni',
|
|
btnUp: 'Gor',
|
|
btnDown: 'Dol',
|
|
btnSetValue: 'Postavi kot privzeto izbiro',
|
|
btnDelete: 'Izbriši'
|
|
},
|
|
textarea: {
|
|
title: 'Lastnosti vnosnega območja',
|
|
cols: 'Stolpcev',
|
|
rows: 'Vrstic'
|
|
},
|
|
textfield: {
|
|
title: 'Lastnosti vnosnega polja',
|
|
name: 'Ime',
|
|
value: 'Vrednost',
|
|
charWidth: 'Dolžina',
|
|
maxChars: 'Največje število znakov',
|
|
type: 'Tip',
|
|
typeText: 'Besedilo',
|
|
typePass: 'Geslo',
|
|
typeEmail: 'E-pošta',
|
|
typeSearch: 'Iskanje',
|
|
typeTel: 'Telefonska Številka',
|
|
typeUrl: 'URL'
|
|
}
|
|
});
|