aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/liststyle/lang/pt.js
diff options
context:
space:
mode:
Diffstat (limited to 'sources/plugins/liststyle/lang/pt.js')
-rw-r--r--sources/plugins/liststyle/lang/pt.js20
1 files changed, 10 insertions, 10 deletions
diff --git a/sources/plugins/liststyle/lang/pt.js b/sources/plugins/liststyle/lang/pt.js
index 1d8fd1f..7dc1f25 100644
--- a/sources/plugins/liststyle/lang/pt.js
+++ b/sources/plugins/liststyle/lang/pt.js
@@ -1,25 +1,25 @@
1/* 1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. 2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license 3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/ 4*/
5CKEDITOR.plugins.setLang( 'liststyle', 'pt', { 5CKEDITOR.plugins.setLang( 'liststyle', 'pt', {
6 armenian: 'Numeração armênia', 6 armenian: 'Numeração armênia',
7 bulletedTitle: 'Bulleted List Properties', 7 bulletedTitle: 'Propriedades da lista o numerada',
8 circle: 'Círculo', 8 circle: 'Círculo',
9 decimal: 'Decimal (1, 2, 3, etc.)', 9 decimal: 'Decimal (1, 2, 3, etc.)',
10 decimalLeadingZero: 'Decimal leading zero (01, 02, 03, etc.)', 10 decimalLeadingZero: 'Zero decimal à esquerda (01, 02, 03, etc.)',
11 disc: 'Disco', 11 disc: 'Disco',
12 georgian: 'Georgian numbering (an, ban, gan, etc.)', 12 georgian: 'Numeração georgiana (an, ban, gan, etc.)',
13 lowerAlpha: 'Lower Alpha (a, b, c, d, e, etc.)', 13 lowerAlpha: 'Minúsculas (a, b, c, d, e, etc.)',
14 lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)', 14 lowerGreek: 'Grego em minúsculas (alpha, beta, gamma, etc.)',
15 lowerRoman: 'Lower Roman (i, ii, iii, iv, v, etc.)', 15 lowerRoman: 'Romano em minúsculas (i, ii, iii, iv, v, etc.)',
16 none: 'Nenhum', 16 none: 'Nenhum',
17 notset: '<not set>', 17 notset: '<not set>',
18 numberedTitle: 'Numbered List Properties', 18 numberedTitle: 'Numbered List Properties',
19 square: 'Quadrado', 19 square: 'Quadrado',
20 start: 'Iniciar', 20 start: 'Iniciar',
21 type: 'Tipo', 21 type: 'Tipo',
22 upperAlpha: 'Upper Alpha (A, B, C, D, E, etc.)', 22 upperAlpha: 'Maiúsculas (A, B, C, D, E, etc.)',
23 upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', 23 upperRoman: 'Romanos em maiúscula (I, II, III, IV, V, etc.)',
24 validateStartNumber: 'List start number must be a whole number.' 24 validateStartNumber: 'A lista tem iniciar por um número inteiro'
25} ); 25} );