diff options
Diffstat (limited to 'plugins/forms/lang/sq.js')
| -rw-r--r-- | plugins/forms/lang/sq.js | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/sq.js b/plugins/forms/lang/sq.js deleted file mode 100644 index 2d60dc5..0000000 --- a/plugins/forms/lang/sq.js +++ /dev/null @@ -1,68 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html 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'
- },
- 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',
- 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',
- type: 'LLoji',
- typeText: 'Teksti',
- typePass: 'Fjalëkalimi',
- typeEmail: 'Posta Elektronike',
- typeSearch: 'Kërko',
- typeTel: 'Numri i Telefonit',
- typeUrl: 'URL'
- }
-});
|
