]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/find/lang/pt.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / pt.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', 'pt', {\r
6 find: 'Procurar',\r
7 findOptions: 'Find Options',\r
8 findWhat: 'Texto a procurar:',\r
9 matchCase: 'Maiúsculas/Minúsculas',\r
10 matchCyclic: 'Match cyclic',\r
11 matchWord: 'Coincidir com toda a palavra',\r
12 notFoundMsg: 'O texto especificado não foi encontrado.',\r
13 replace: 'Substituir',\r
14 replaceAll: 'Substituir Tudo',\r
15 replaceSuccessMsg: '%1 occurrence(s) replaced.',\r
16 replaceWith: 'Substituir por:',\r
17 title: 'Find and Replace'\r
18} );\r