aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/sq.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/sq.js')
-rw-r--r--sources/plugins/find/lang/sq.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/sq.js b/sources/plugins/find/lang/sq.js
new file mode 100644
index 00000000..8a2e449d
--- /dev/null
+++ b/sources/plugins/find/lang/sq.js
@@ -0,0 +1,18 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'find', 'sq', {
6 find: 'Gjej',
7 findOptions: 'Gjejë Alternativat',
8 findWhat: 'Gjej çka:',
9 matchCase: 'Rasti i përputhjes',
10 matchCyclic: 'Përputh ciklikun',
11 matchWord: 'Përputh fjalën e tërë',
12 notFoundMsg: 'Teksti i caktuar nuk mundej të gjendet.',
13 replace: 'Zëvendëso',
14 replaceAll: 'Zëvendëso të gjitha',
15 replaceSuccessMsg: '%1 rast(e) u zëvendësua(n).',
16 replaceWith: 'Zëvendëso me:',
17 title: 'Gjej dhe Zëvendëso'
18} );