1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /*
- Copyright (c) 2003-2015, 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'
- }
- } );
|