diff options
Diffstat (limited to 'plugins/wsc/lang/pt.js')
| -rw-r--r-- | plugins/wsc/lang/pt.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/wsc/lang/pt.js b/plugins/wsc/lang/pt.js new file mode 100644 index 0000000..9b77a5c --- /dev/null +++ b/plugins/wsc/lang/pt.js @@ -0,0 +1,24 @@ +/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'wsc', 'pt', {
+ btnIgnore: 'Ignorar',
+ btnIgnoreAll: 'Ignorar Tudo',
+ btnReplace: 'Substituir',
+ btnReplaceAll: 'Substituir Tudo',
+ btnUndo: 'Anular',
+ changeTo: 'Mudar para',
+ errorLoading: 'Error loading application service host: %s.',
+ ieSpellDownload: ' Verificação ortográfica não instalada. Quer descarregar agora?',
+ manyChanges: 'Verificação ortográfica completa: %1 palavras alteradas',
+ noChanges: 'Verificação ortográfica completa: não houve alteração de palavras',
+ noMispell: 'Verificação ortográfica completa: não foram encontrados erros',
+ noSuggestions: '- Sem sugestões -',
+ notAvailable: 'Sorry, but service is unavailable now.',
+ notInDic: 'Não está num directório',
+ oneChange: 'Verificação ortográfica completa: uma palavra alterada',
+ progress: 'Verificação ortográfica em progresso…',
+ title: 'Spell Check',
+ toolbar: 'Verificação Ortográfica'
+});
|
