summaryrefslogtreecommitdiff
path: root/plugins/find/lang/eu.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/eu.js')
-rw-r--r--plugins/find/lang/eu.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/eu.js b/plugins/find/lang/eu.js
new file mode 100644
index 0000000..ea2fa21
--- /dev/null
+++ b/plugins/find/lang/eu.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', 'eu', {
+ find: 'Bilatu',
+ findOptions: 'Find Options',
+ findWhat: 'Zer bilatu:',
+ matchCase: 'Maiuskula/minuskula',
+ matchCyclic: 'Bilaketa ziklikoa',
+ matchWord: 'Esaldi osoa bilatu',
+ notFoundMsg: 'Idatzitako testua ez da topatu.',
+ replace: 'Ordezkatu',
+ replaceAll: 'Ordeztu Guztiak',
+ replaceSuccessMsg: 'Zenbat aldiz ordeztua: %1',
+ replaceWith: 'Zerekin ordeztu:',
+ title: 'Bilatu eta Ordeztu'
+});