diff options
Diffstat (limited to 'plugins/table/lang/pt.js')
| -rw-r--r-- | plugins/table/lang/pt.js | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/plugins/table/lang/pt.js b/plugins/table/lang/pt.js new file mode 100644 index 0000000..e398162 --- /dev/null +++ b/plugins/table/lang/pt.js @@ -0,0 +1,74 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'table', 'pt', {
+ border: 'Tamanho do Limite',
+ caption: 'Título',
+ cell: {
+ menu: 'Célula',
+ insertBefore: 'Insert Cell Before',
+ insertAfter: 'Insert Cell After',
+ deleteCell: 'Eliminar Célula',
+ merge: 'Unir Células',
+ mergeRight: 'Merge Right',
+ mergeDown: 'Merge Down',
+ splitHorizontal: 'Split Cell Horizontally',
+ splitVertical: 'Split Cell Vertically',
+ title: 'Cell Properties',
+ cellType: 'Cell Type',
+ rowSpan: 'Rows Span',
+ colSpan: 'Columns Span',
+ wordWrap: 'Word Wrap',
+ hAlign: 'Horizontal Alignment',
+ vAlign: 'Vertical Alignment',
+ alignBaseline: 'Baseline',
+ bgColor: 'Background Color',
+ borderColor: 'Border Color',
+ data: 'Data',
+ header: 'Header',
+ yes: 'Yes',
+ no: 'No',
+ invalidWidth: 'Cell width must be a number.',
+ invalidHeight: 'Cell height must be a number.',
+ invalidRowSpan: 'Rows span must be a whole number.',
+ invalidColSpan: 'Columns span must be a whole number.',
+ chooseColor: 'Choose'
+ },
+ cellPad: 'Esp. interior',
+ cellSpace: 'Esp. e/células',
+ column: {
+ menu: 'Coluna',
+ insertBefore: 'Insert Column Before',
+ insertAfter: 'Insert Column After',
+ deleteColumn: 'Eliminar Coluna'
+ },
+ columns: 'Colunas',
+ deleteTable: 'Eliminar Tabela',
+ headers: 'Headers', // MISSING
+ headersBoth: 'Ambos',
+ headersColumn: 'Primeira coluna',
+ headersNone: 'Nenhum',
+ headersRow: 'Primeira Linha',
+ invalidBorder: 'O tamanho da borda tem de ser um numero.',
+ invalidCellPadding: 'Cell padding must be a positive number.', // MISSING
+ invalidCellSpacing: 'Cell spacing must be a positive number.', // MISSING
+ invalidCols: 'O numero de colunas tem de ser um numero maior que 0.',
+ invalidHeight: 'A altura da tabela tem de ser um numero.',
+ invalidRows: 'O numero de linhas tem de ser um numero maior que 0.',
+ invalidWidth: 'A largura da tabela tem de ser um numero.',
+ menu: 'Propriedades da Tabela',
+ row: {
+ menu: 'Linha',
+ insertBefore: 'Insert Row Before',
+ insertAfter: 'Insert Row After',
+ deleteRow: 'Eliminar Linhas'
+ },
+ rows: 'Linhas',
+ summary: 'Sumário',
+ title: 'Propriedades da Tabela',
+ toolbar: 'Tabela',
+ widthPc: 'percentagem',
+ widthPx: 'pixeis',
+ widthUnit: 'unidade da largura'
+});
|
