
HTMLArea.I18N = {

	lang: "pt",

	tooltips: {
		bold:           "Bold",
		italic:         "Italico",
		underline:      "Sublinhado",
		strikethrough:  "Sobrelinhado",
		subscript:      "Subscrito",
		superscript:    "Sobrescrito",
		justifyleft:    "Alinhar Esquerda",
		justifycenter:  "Alinhar Centro",
		justifyright:   "Alinhar Direita",
		justifyfull:    "Justificar",
		orderedlist:    "Lista Ordenada",
		unorderedlist:  "Lista Marcada",
		outdent:        "Reduzir Avanço",
		indent:         "Aumentar Avanço",
		forecolor:      "Cor da Letra",
		hilitecolor:    "Cor de Fundo",
		horizontalrule: "Barra Horizontal",
		createlink:     "Inserir Web Link",
		insertimage:    "Inserir/Modificar Imagem",
		inserttable:    "Inserir Tabela",
		htmlmode:       "HTML Source",
		popupeditor:    "Expandir Editor",
		about:          "Acerca do editor",
		showhelp:       "Ajuda",
		textindicator:  "Estilo Actual",
		undo:           "Desfazer",
		redo:           "Refazer",
		cut:            "Cortar selecção",
		copy:           "Copiar selecção",
		paste:          "Colar do clipboard",
		lefttoright:    "Da esquerda para a direita",
		righttoleft:    "Da direita para a esquerda"
	},

	buttons: {
		"ok":           "OK",
		"cancel":       "Cancelar"
	},

	msg: {
		"Path":         "Caminho",
		"TEXT_MODE":    "Está em modo de TEXTO.  Use o botão [<>] para passar ao editor.",
		
		"Moz-Clipboard" :
		"Unprivileged scripts cannot access Cut/Copy/Paste programatically " +
		"for security reasons.  Click OK to see a technical note " +
		"which shows you how to allow a script to access the clipboard."

	},

	dialogs: {
		"Cancel"                                            : "Cancelar",
		"Insert/Modify Link"                                : "Inserir/Modificar Link",
		"New window (_blank)"                               : "Nova janela (_blank)",
		"None (use implicit)"                               : "Nenhuma (uso implicito)",
		"OK"                                                : "OK",
		"Other"                                             : "Outra",
		"Same frame (_self)"                                : "Mesma Janela (_self)",
		"Target:"                                           : "Destino:",
		"Title (tooltip):"                                  : "Título (tooltip):",
		"Top frame (_top)"                                  : "Frame Superior (_top)",
		"URL:"                                              : "URL:",
		"You must enter the URL where this link points to"  : "Tem que inserir o URL para onde este link aponte"
	}
};

