diff options
Diffstat (limited to 'plugins/find/lang/pt.js')
| -rw-r--r-- | plugins/find/lang/pt.js | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/pt.js b/plugins/find/lang/pt.js new file mode 100644 index 0000000..097177e --- /dev/null +++ b/plugins/find/lang/pt.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', {
+ find: 'Procurar',
+ findOptions: 'Find Options',
+ findWhat: 'Texto a Procurar:',
+ matchCase: 'Maiúsculas/Minúsculas',
+ matchCyclic: 'Match cyclic',
+ matchWord: 'Coincidir com toda a palavra',
+ notFoundMsg: 'O texto especificado não foi encontrado.',
+ replace: 'Substituir',
+ replaceAll: 'Substituir Tudo',
+ replaceSuccessMsg: '%1 occurrence(s) replaced.',
+ replaceWith: 'Substituir por:',
+ title: 'Find and Replace'
+});
|
