]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/find/lang/gl.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / gl.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'find', 'gl', {\r
6 find: 'Buscar',\r
7 findOptions: 'Buscar opcións',\r
8 findWhat: 'Texto a buscar:',\r
9 matchCase: 'Coincidir Mai./min.',\r
10 matchCyclic: 'Coincidencia cíclica',\r
11 matchWord: 'Coincidencia coa palabra completa',\r
12 notFoundMsg: 'Non se atopou o texto indicado.',\r
13 replace: 'Substituir',\r
14 replaceAll: 'Substituír todo',\r
15 replaceSuccessMsg: '%1 concorrencia(s) substituída(s).',\r
16 replaceWith: 'Substituír con:',\r
17 title: 'Buscar e substituír'\r
18} );\r