From e47e83cf6bded3d1924b4d500193e7876833ef83 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 13:03:43 -0400 Subject: Created admin panel Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( --- .../ckeditor/plugins/image2/lang/pt-br.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js (limited to 'app/assets/javascripts/ckeditor/plugins/image2/lang/pt-br.js') 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 @@ +/* +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ +CKEDITOR.plugins.setLang( 'image2', 'pt-br', { + alt: 'Texto Alternativo', + btnUpload: 'Enviar para o Servidor', + captioned: 'Legenda da Imagem', + captionPlaceholder: 'Legenda', + infoTab: 'Informações da Imagem', + lockRatio: 'Travar Proporções', + menu: 'Formatar Imagem', + pathName: 'Imagem', + pathNameCaption: 'Legenda', + resetSize: 'Redefinir para o Tamanho Original', + resizer: 'Click e arraste para redimensionar', + title: 'Formatar Imagem', + uploadTab: 'Enviar ao Servidor', + urlMissing: 'URL da imagem está faltando.', + altMissing: 'Texto alternativo não informado.' +} ); -- cgit 1.4.1