diff options
Diffstat (limited to 'plugins/find/lang/pt-br.js')
| -rw-r--r-- | plugins/find/lang/pt-br.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/pt-br.js b/plugins/find/lang/pt-br.js new file mode 100644 index 0000000..c15ffc3 --- /dev/null +++ b/plugins/find/lang/pt-br.js @@ -0,0 +1,18 @@ +/*
+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'
+});
|
