aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/eo.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/eo.js')
-rw-r--r--sources/plugins/find/lang/eo.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/eo.js b/sources/plugins/find/lang/eo.js
new file mode 100644
index 00000000..51d06994
--- /dev/null
+++ b/sources/plugins/find/lang/eo.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', 'eo', {
6 find: 'Serĉi',
7 findOptions: 'Opcioj pri Serĉado',
8 findWhat: 'Serĉi:',
9 matchCase: 'Kongruigi Usklecon',
10 matchCyclic: 'Cikla Serĉado',
11 matchWord: 'Tuta Vorto',
12 notFoundMsg: 'La celteksto ne estas trovita.',
13 replace: 'Anstataŭigi',
14 replaceAll: 'Anstataŭigi Ĉion',
15 replaceSuccessMsg: '%1 anstataŭigita(j) apero(j).',
16 replaceWith: 'Anstataŭigi per:',
17 title: 'Serĉi kaj Anstataŭigi'
18} );