]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/find/lang/es.js
Initial commit
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / es.js
CommitLineData
7adcb81e
IB
1/*\r
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'find', 'es', {\r
6 find: 'Buscar',\r
7 findOptions: 'Opciones de búsqueda',\r
8 findWhat: 'Texto a buscar:',\r
9 matchCase: 'Coincidir may/min',\r
10 matchCyclic: 'Buscar en todo el contenido',\r
11 matchWord: 'Coincidir toda la palabra',\r
12 notFoundMsg: 'El texto especificado no ha sido encontrado.',\r
13 replace: 'Reemplazar',\r
14 replaceAll: 'Reemplazar Todo',\r
15 replaceSuccessMsg: 'La expresión buscada ha sido reemplazada %1 veces.',\r
16 replaceWith: 'Reemplazar con:',\r
17 title: 'Buscar y Reemplazar'\r
18} );\r