diff options
Diffstat (limited to 'plugins/find/lang/sq.js')
| -rw-r--r-- | plugins/find/lang/sq.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/sq.js b/plugins/find/lang/sq.js new file mode 100644 index 0000000..fb6107f --- /dev/null +++ b/plugins/find/lang/sq.js @@ -0,0 +1,18 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'sq', {
+ find: 'Gjej',
+ findOptions: 'Gjejë Alternativat',
+ findWhat: 'Gjej çka:',
+ matchCase: 'Match case', // MISSING
+ matchCyclic: 'Përputh ciklikun',
+ matchWord: 'Përputh fjalën e tërë',
+ notFoundMsg: 'Teksti i caktuar nuk mundej të gjendet.',
+ replace: 'Zëvendëso',
+ replaceAll: 'Zëvendëso të gjitha',
+ replaceSuccessMsg: '%1 rast(e) u zëvendësua(n).',
+ replaceWith: 'Zëvendëso me:',
+ title: 'Gjej dhe Zëvendëso'
+});
|
