new ckeditor
New ckeditor
This commit is contained in:
71
ckeditor/plugins/forms/lang/sq.js
Normal file
71
ckeditor/plugins/forms/lang/sq.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', 'sq', {
|
||||
button: {
|
||||
title: 'Rekuizitat e Pullës',
|
||||
text: 'Teskti (Vlera)',
|
||||
type: 'LLoji',
|
||||
typeBtn: 'Buton',
|
||||
typeSbm: 'Dërgo',
|
||||
typeRst: 'Rikthe'
|
||||
},
|
||||
checkboxAndRadio: {
|
||||
checkboxTitle: 'Rekuizitat e Kutizë Përzgjedhëse',
|
||||
radioTitle: 'Rekuizitat e Pullës',
|
||||
value: 'Vlera',
|
||||
selected: 'Përzgjedhur',
|
||||
required: 'Required' // MISSING
|
||||
},
|
||||
form: {
|
||||
title: 'Rekuizitat e Formës',
|
||||
menu: 'Rekuizitat e Formës',
|
||||
action: 'Veprim',
|
||||
method: 'Metoda',
|
||||
encoding: 'Kodimi'
|
||||
},
|
||||
hidden: {
|
||||
title: 'Rekuizitat e Fushës së Fshehur',
|
||||
name: 'Emër',
|
||||
value: 'Vlera'
|
||||
},
|
||||
select: {
|
||||
title: 'Rekuizitat e Fushës së Përzgjedhur',
|
||||
selectInfo: 'Përzgjidh Informacionin',
|
||||
opAvail: 'Opsionet e Mundshme',
|
||||
value: 'Vlera',
|
||||
size: 'Madhësia',
|
||||
lines: 'rreshtat',
|
||||
chkMulti: 'Lejo përzgjidhje të shumëfishta',
|
||||
required: 'Required', // MISSING
|
||||
opText: 'Teksti',
|
||||
opValue: 'Vlera',
|
||||
btnAdd: 'Vendos',
|
||||
btnModify: 'Ndrysho',
|
||||
btnUp: 'Sipër',
|
||||
btnDown: 'Poshtë',
|
||||
btnSetValue: 'Bëje si vlerë të përzgjedhur',
|
||||
btnDelete: 'Grise'
|
||||
},
|
||||
textarea: {
|
||||
title: 'Rekuzitat e Fushës së Tekstit',
|
||||
cols: 'Kolonat',
|
||||
rows: 'Rreshtat'
|
||||
},
|
||||
textfield: {
|
||||
title: 'Rekuizitat e Fushës së Tekstit',
|
||||
name: 'Emër',
|
||||
value: 'Vlera',
|
||||
charWidth: 'Gjerësia e Karakterit',
|
||||
maxChars: 'Numri maksimal i karaktereve',
|
||||
required: 'Required', // MISSING
|
||||
type: 'LLoji',
|
||||
typeText: 'Teksti',
|
||||
typePass: 'Fjalëkalimi',
|
||||
typeEmail: 'Posta Elektronike',
|
||||
typeSearch: 'Kërko',
|
||||
typeTel: 'Numri i Telefonit',
|
||||
typeUrl: 'URL'
|
||||
}
|
||||
} );
|
||||
Reference in New Issue
Block a user