]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blob - sources/plugins/forms/lang/sq.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / forms / lang / sq.js
1 /*
2 Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5 CKEDITOR.plugins.setLang( 'forms', 'sq', {
6 button: {
7 title: 'Rekuizitat e Pullës',
8 text: 'Teskti (Vlera)',
9 type: 'LLoji',
10 typeBtn: 'Buton',
11 typeSbm: 'Dërgo',
12 typeRst: 'Rikthe'
13 },
14 checkboxAndRadio: {
15 checkboxTitle: 'Rekuizitat e Kutizë Përzgjedhëse',
16 radioTitle: 'Rekuizitat e Pullës',
17 value: 'Vlera',
18 selected: 'Përzgjedhur',
19 required: 'Required' // MISSING
20 },
21 form: {
22 title: 'Rekuizitat e Formës',
23 menu: 'Rekuizitat e Formës',
24 action: 'Veprim',
25 method: 'Metoda',
26 encoding: 'Kodimi'
27 },
28 hidden: {
29 title: 'Rekuizitat e Fushës së Fshehur',
30 name: 'Emër',
31 value: 'Vlera'
32 },
33 select: {
34 title: 'Rekuizitat e Fushës së Përzgjedhur',
35 selectInfo: 'Përzgjidh Informacionin',
36 opAvail: 'Opsionet e Mundshme',
37 value: 'Vlera',
38 size: 'Madhësia',
39 lines: 'rreshtat',
40 chkMulti: 'Lejo përzgjidhje të shumëfishta',
41 required: 'Required', // MISSING
42 opText: 'Teksti',
43 opValue: 'Vlera',
44 btnAdd: 'Vendos',
45 btnModify: 'Ndrysho',
46 btnUp: 'Sipër',
47 btnDown: 'Poshtë',
48 btnSetValue: 'Bëje si vlerë të përzgjedhur',
49 btnDelete: 'Grise'
50 },
51 textarea: {
52 title: 'Rekuzitat e Fushës së Tekstit',
53 cols: 'Kolonat',
54 rows: 'Rreshtat'
55 },
56 textfield: {
57 title: 'Rekuizitat e Fushës së Tekstit',
58 name: 'Emër',
59 value: 'Vlera',
60 charWidth: 'Gjerësia e Karakterit',
61 maxChars: 'Numri maksimal i karaktereve',
62 required: 'Required', // MISSING
63 type: 'LLoji',
64 typeText: 'Teksti',
65 typePass: 'Fjalëkalimi',
66 typeEmail: 'Posta Elektronike',
67 typeSearch: 'Kërko',
68 typeTel: 'Numri i Telefonit',
69 typeUrl: 'URL'
70 }
71 } );