Sha256: 9a51f8b839ff173ffd0201c23da6203e8dfb31f469e9da5b22a038755b2d7864
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 Bytes
Contents
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'format', 'pt', { label: 'Formato', panelTitle: 'Formato', tag_address: 'Endereço', tag_div: 'Normal (DIV)', // MISSING tag_h1: 'Título 1', tag_h2: 'Título 2', tag_h3: 'Título 3', tag_h4: 'Título 4', tag_h5: 'Título 5', tag_h6: 'Título 6', tag_p: 'Normal', tag_pre: 'Formatado' });
Version data entries
3 entries across 3 versions & 1 rubygems