]> git.immae.eu Git - perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git/blame - sources/plugins/liststyle/lang/pt.js
Add oembed
[perso/Immae/Projets/packagist/piedsjaloux-ckeditor-component.git] / sources / plugins / liststyle / lang / pt.js
CommitLineData
3332bebe 1/*\r
317f8f8f 2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3332bebe
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'liststyle', 'pt', {\r
6 armenian: 'Numeração armênia',\r
317f8f8f 7 bulletedTitle: 'Propriedades da lista não numerada',\r
3332bebe
IB
8 circle: 'Círculo',\r
9 decimal: 'Decimal (1, 2, 3, etc.)',\r
317f8f8f 10 decimalLeadingZero: 'Zero decimal à esquerda (01, 02, 03, etc.)',\r
3332bebe 11 disc: 'Disco',\r
317f8f8f
IB
12 georgian: 'Numeração georgiana (an, ban, gan, etc.)',\r
13 lowerAlpha: 'Minúsculas (a, b, c, d, e, etc.)',\r
14 lowerGreek: 'Grego em minúsculas (alpha, beta, gamma, etc.)',\r
15 lowerRoman: 'Romano em minúsculas (i, ii, iii, iv, v, etc.)',\r
3332bebe
IB
16 none: 'Nenhum',\r
17 notset: '<not set>',\r
18 numberedTitle: 'Numbered List Properties',\r
19 square: 'Quadrado',\r
20 start: 'Iniciar',\r
21 type: 'Tipo',\r
317f8f8f
IB
22 upperAlpha: 'Maiúsculas (A, B, C, D, E, etc.)',\r
23 upperRoman: 'Romanos em maiúscula (I, II, III, IV, V, etc.)',\r
24 validateStartNumber: 'A lista tem iniciar por um número inteiro'\r
3332bebe 25} );\r