X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=sources%2Fplugins%2Findent%2Flang%2Fpt.js;h=6d26cb2008dda5baa5b601cab55415b5566c00ad;hb=refs%2Ftags%2F4.7.3;hp=1424b11ca952c4c6fef5675f30e7b1b5f7c94bc8;hpb=3332bebe4da6dfa0fe3e4b2abddc84b1cc62f8f5;p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git diff --git a/sources/plugins/indent/lang/pt.js b/sources/plugins/indent/lang/pt.js index 1424b11..6d26cb2 100644 --- a/sources/plugins/indent/lang/pt.js +++ b/sources/plugins/indent/lang/pt.js @@ -1,8 +1,8 @@ /* -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( 'indent', 'pt', { - indent: 'Aumentar Avanço', - outdent: 'Diminuir Avanço' + indent: 'Aumentar avanço', + outdent: 'Diminuir avanço' } );