about summary refs log tree commit diff stats
path: root/app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js')
-rw-r--r--app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js b/app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js new file mode 100644 index 0000000..63d0023 --- /dev/null +++ b/app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js
@@ -0,0 +1,21 @@
1/*
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.plugins.setLang( 'image2', 'pt-br', {
6 alt: 'Texto Alternativo',
7 btnUpload: 'Enviar para o Servidor',
8 captioned: 'Legenda da Imagem',
9 captionPlaceholder: 'Legenda',
10 infoTab: 'Informações da Imagem',
11 lockRatio: 'Travar Proporções',
12 menu: 'Formatar Imagem',
13 pathName: 'Imagem',
14 pathNameCaption: 'Legenda',
15 resetSize: 'Redefinir para o Tamanho Original',
16 resizer: 'Click e arraste para redimensionar',
17 title: 'Formatar Imagem',
18 uploadTab: 'Enviar ao Servidor',
19 urlMissing: 'URL da imagem está faltando.',
20 altMissing: 'Texto alternativo não informado.'
21} );