From 317f8f8f0651488f226b5280a8f036c7c135c639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 17:54:04 +0100 Subject: Add oembed --- sources/plugins/basicstyles/lang/pt.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/plugins/basicstyles/lang/pt.js') diff --git a/sources/plugins/basicstyles/lang/pt.js b/sources/plugins/basicstyles/lang/pt.js index 85de020..7421106 100644 --- a/sources/plugins/basicstyles/lang/pt.js +++ b/sources/plugins/basicstyles/lang/pt.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'basicstyles', 'pt', { @@ -7,6 +7,6 @@ CKEDITOR.plugins.setLang( 'basicstyles', 'pt', { italic: 'Itálico', strike: 'Rasurado', subscript: 'Superior à linha', - superscript: 'Inferior à Linha', + superscript: 'Superior à linha', underline: 'Sublinhado' } ); -- cgit v1.2.3