/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'liststyle', 'pt', { armenian: 'Numeração armênia', bulletedTitle: 'Bulleted List Properties', circle: 'Círculo', decimal: 'Decimal (1, 2, 3, etc.)', decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)', disc: 'Disco', georgian: 'Georgian numbering (an, ban, gan, etc.)', lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)', lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', none: 'Nenhum', notset: '', numberedTitle: 'Numbered List Properties', square: 'Quadrado', start: 'Iniciar', type: 'Tipo', upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', validateStartNumber: 'List start number must be a whole number.' } );