aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/find/lang/es.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/find/lang/es.js')
-rw-r--r--sources/plugins/find/lang/es.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/sources/plugins/find/lang/es.js b/sources/plugins/find/lang/es.js
new file mode 100644
index 00000000..86c40728
--- /dev/null
+++ b/sources/plugins/find/lang/es.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', 'es', {
6 find: 'Buscar',
7 findOptions: 'Opciones de búsqueda',
8 findWhat: 'Texto a buscar:',
9 matchCase: 'Coincidir may/min',
10 matchCyclic: 'Buscar en todo el contenido',
11 matchWord: 'Coincidir toda la palabra',
12 notFoundMsg: 'El texto especificado no ha sido encontrado.',
13 replace: 'Reemplazar',
14 replaceAll: 'Reemplazar Todo',
15 replaceSuccessMsg: 'La expresión buscada ha sido reemplazada %1 veces.',
16 replaceWith: 'Reemplazar con:',
17 title: 'Buscar y Reemplazar'
18} );