libreccm-legacy/ccm-cms/web/assets/xinha/plugins/TableOperations/lang/pt_br.js

101 lines
3.8 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// I18N constants
//
// LANG: "pt_br", ENCODING: UTF-8
// Portuguese Brazilian Translation
//
// Author: Marcio Barbosa, <marcio@mpg.com.br>
// MSN: tomarshall@msn.com - ICQ: 69419933
// Site: http://www.mpg.com.br
//
// Last revision: 06 september 2007
// Please don´t remove this information
// If you modify any source, please insert a comment with your name and e-mail
//
// Distributed under the same terms as HTMLArea itself.
// This notice MUST stay intact for use (see license.txt).
{
"Align": "Alinhamento",
"All four sides": "todos os quatro lados",
"Background": "Fundo",
"Baseline": "Linha de base",
"Border": "Bordar",
"Borders": "Bordas",
"Bottom": "Botão",
"CSS Style": "Estilo (CSS)",
"Cancel": "Cancelar",
"Style [CSS]": "Estilo [CSS]",
"Caption": "Captação",
"Cell Properties": "Propriedades da célula",
"Cells down": "Células para baixo",
"Cells to the right, and": "Células para direita, e",
"Center": "Centralizar",
"Char": "Caracter",
"Collapsed borders": "Bordas fechadas",
"Color": "Cores",
"Columns": "Colunas",
"Description": "Descrição",
"FG Color": "Cor de primeiro plano",
"Float": "Flutuante",
"Frame and borders": "Frames e bordas",
"Frames": "Frames",
"Height": "Altura",
"How many columns would you like to merge?": "Quantas colunas você deseja mesclar?",
"How many rows would you like to merge?": "Quantas linhas você deseja mesclar?",
"Image URL": "URL da imagem",
"Justify": "Justificado",
"Layout": "Layout",
"Left": "Esquerda",
"Margin": "Margem",
"Merge Cells": "Mesclar Células",
"Merge current cell with:": "Mesclar célula atual com:",
"Middle": "Meio",
"No rules": "Sem regras",
"No sides": "Sem lados",
"None": "Nenhum",
"OK": "OK",
"Padding": "Espaço interno",
"Please click into some cell": "Por favor, clique em alguma célula",
"Right": "Direita",
"Row Properties": "Propriedades da Linha",
"Rows": "Linhas",
"Rules": "Regras",
"Rules will appear between all rows and columns": "As Regras apareceram entre todas as linhas e colunas",
"Rules will appear between columns only": "Regras apareceram somente nas colunas",
"Rules will appear between rows only": "Regras apareceram somente nas linhas",
"Rules": "Regras",
"Spacing": "Espaçamento",
"Spacing and padding": "Espaçamentos",
"Summary": "Sumário",
"Table Properties": "Propriedades da Tabela",
"Text align": "Alinhamento do texto",
"The bottom side only": "Somente na parte inferior",
"The left-hand side only": "Somente na parte esquerda",
"The right and left sides only": "Somente nas parte direita e esquerda",
"The right-hand side only": "Somente na parte direita",
"The top and bottom sides only": "Somente na parte inferior e superior",
"The top side only": "Somente na parte superior",
"Top": "Topo",
"Unset color": "Cor não definida",
"Vertical align": "Alinhamento vertical",
"Width": "Largura",
"Xinha cowardly refuses to delete the last cell in row.": "Xinha recusa-se a apagar a última célula na linha",
"Xinha cowardly refuses to delete the last column in table.": "Xinha recusa-se a apagar a última coluna da tabela",
"Xinha cowardly refuses to delete the last row in table.": "Xinha recusa-se a apagar a última linha da tabela",
"percent": "%",
"pixels": "Pixel",
// not find with lc_parse_strings.php
"Delete cell": "Apagar célula",
"Insert cell after": "Inserir célula antes",
"Insert cell before": "Inserir célula depois",
"Split cell": "Separar célula",
"Delete column": "Apagar coluna",
"Insert column after": "Inserir coluna antes",
"Insert column before": "Inserir coluna depois",
"Split column": "Separar colunas",
"Delete row": "Apagar linha",
"Insert row before": "Inserir linha antes",
"Insert row after": "Inserir linha depois",
"Split row": "Separar linhas"
};