diff options
Diffstat (limited to 'plugins/find/lang/pt-br.js')
| -rw-r--r-- | plugins/find/lang/pt-br.js | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/find/lang/pt-br.js b/plugins/find/lang/pt-br.js deleted file mode 100644 index c15ffc3..0000000 --- a/plugins/find/lang/pt-br.js +++ /dev/null @@ -1,18 +0,0 @@ -/*
-Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
-For licensing, see LICENSE.html or http://ckeditor.com/license
-*/
-CKEDITOR.plugins.setLang( 'find', 'pt-br', {
- find: 'Localizar',
- findOptions: 'Opções',
- findWhat: 'Procurar por:',
- matchCase: 'Coincidir Maiúsculas/Minúsculas',
- matchCyclic: 'Coincidir cíclico',
- matchWord: 'Coincidir a palavra inteira',
- notFoundMsg: 'O texto especificado não foi encontrado.',
- replace: 'Substituir',
- replaceAll: 'Substituir Tudo',
- replaceSuccessMsg: '%1 ocorrência(s) substituída(s).',
- replaceWith: 'Substituir por:',
- title: 'Localizar e Substituir'
-});
|
