summaryrefslogtreecommitdiff
path: root/plugins/image/lang/sq.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/image/lang/sq.js')
-rw-r--r--plugins/image/lang/sq.js26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugins/image/lang/sq.js b/plugins/image/lang/sq.js
new file mode 100644
index 0000000..b555cdd
--- /dev/null
+++ b/plugins/image/lang/sq.js
@@ -0,0 +1,26 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'image', 'sq', {
+ alertUrl: 'Please type the image URL', // MISSING
+ alt: 'Tekst Alternativ',
+ border: 'Korniza',
+ btnUpload: 'Dërgo në server',
+ button2Img: 'Do you want to transform the selected image button on a simple image?', // MISSING
+ hSpace: 'HSpace',
+ img2Button: 'Do you want to transform the selected image on a image button?', // MISSING
+ infoTab: 'Informacione mbi Fotografinë',
+ linkTab: 'Nyja',
+ lockRatio: 'Mbyll Racionin',
+ menu: 'Karakteristikat e Fotografisë',
+ resetSize: 'Rikthe Madhësinë',
+ title: 'Karakteristikat e Fotografisë',
+ titleButton: 'Karakteristikat e Pullës së Fotografisë',
+ upload: 'Ngarko',
+ urlMissing: 'Mungon URL e burimit të fotografisë.',
+ vSpace: 'Hapësira Vertikale',
+ validateBorder: 'Korniza duhet të jetë numër i plotë.',
+ validateHSpace: 'Hapësira horizontale duhet të jetë numër i plotë.',
+ validateVSpace: 'Hapësira vertikale duhet të jetë numër i plotë.'
+});