mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-17 06:11:37 +00:00
first commit
This commit is contained in:
Executable
+26
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md 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ë.'
|
||||
});
|
||||
Reference in New Issue
Block a user