Add JS files
This commit is contained in:
26
include/jQuery/ckeditor/plugins/image/lang/pt.js
Executable file
26
include/jQuery/ckeditor/plugins/image/lang/pt.js
Executable file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'image', 'pt', {
|
||||
alertUrl: 'Por favor introduza o URL da imagem',
|
||||
alt: 'Texto Alternativo',
|
||||
border: 'Limite',
|
||||
btnUpload: 'Enviar para o servidor',
|
||||
button2Img: 'Deseja transformar o botão com imagem selecionado em uma imagem?',
|
||||
hSpace: 'Esp.Horiz',
|
||||
img2Button: 'Deseja transformar a imagem selecionada em um botão com imagem?',
|
||||
infoTab: 'Informação da Imagem',
|
||||
linkTab: 'Hiperligação',
|
||||
lockRatio: 'Proporcional',
|
||||
menu: 'Propriedades da Imagem',
|
||||
resetSize: 'Tamanho Original',
|
||||
title: 'Propriedades da Imagem',
|
||||
titleButton: 'Propriedades do Botão de imagens',
|
||||
upload: 'Carregar',
|
||||
urlMissing: 'O URL da fonte da imagem está em falta.',
|
||||
vSpace: 'Esp.Vert',
|
||||
validateBorder: 'A borda tem de ser um numero.',
|
||||
validateHSpace: 'HSpace tem de ser um numero.',
|
||||
validateVSpace: 'VSpace tem de ser um numero.'
|
||||
} );
|
||||
Reference in New Issue
Block a user