aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/pl.js')
-rw-r--r--sources/plugins/find/lang/pl.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/pl.js b/sources/plugins/find/lang/pl.js
new file mode 100644
index 00000000..949c2a38
--- /dev/null
+++ b/sources/plugins/find/lang/pl.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', 'pl', {
6 find: 'Znajdź',
7 findOptions: 'Opcje wyszukiwania',
8 findWhat: 'Znajdź:',
9 matchCase: 'Uwzględnij wielkość liter',
10 matchCyclic: 'Cykliczne dopasowanie',
11 matchWord: 'Całe słowa',
12 notFoundMsg: 'Nie znaleziono szukanego hasła.',
13 replace: 'Zamień',
14 replaceAll: 'Zamień wszystko',
15 replaceSuccessMsg: '%1 wystąpień zastąpionych.',
16 replaceWith: 'Zastąp przez:',
17 title: 'Znajdź i zamień'
18} );