]> git.proxmox.com Git - extjs.git/blob - extjs/classic/locale/overrides/pt_BR/form/field/HtmlEditor.js
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / locale / overrides / pt_BR / form / field / HtmlEditor.js
1 Ext.define("Ext.locale.pt_BR.form.field.HtmlEditor", {
2 override: "Ext.form.field.HtmlEditor",
3 createLinkText: 'Por favor, entre com a URL do link:'
4 }, function() {
5 Ext.apply(Ext.form.field.HtmlEditor.prototype, {
6 buttonTips: {
7 bold: {
8 title: 'Negrito (Ctrl+B)',
9 text: 'Deixa o texto selecionado em negrito.',
10 cls: Ext.baseCSSPrefix + 'html-editor-tip'
11 },
12 italic: {
13 title: 'Itálico (Ctrl+I)',
14 text: 'Deixa o texto selecionado em itálico.',
15 cls: Ext.baseCSSPrefix + 'html-editor-tip'
16 },
17 underline: {
18 title: 'Sublinhado (Ctrl+U)',
19 text: 'Sublinha o texto selecionado.',
20 cls: Ext.baseCSSPrefix + 'html-editor-tip'
21 },
22 increasefontsize: {
23 title: 'Aumentar Texto',
24 text: 'Aumenta o tamanho da fonte.',
25 cls: Ext.baseCSSPrefix + 'html-editor-tip'
26 },
27 decreasefontsize: {
28 title: 'Diminuir Texto',
29 text: 'Diminui o tamanho da fonte.',
30 cls: Ext.baseCSSPrefix + 'html-editor-tip'
31 },
32 backcolor: {
33 title: 'Cor de Fundo',
34 text: 'Muda a cor do fundo do texto selecionado.',
35 cls: Ext.baseCSSPrefix + 'html-editor-tip'
36 },
37 forecolor: {
38 title: 'Cor da Fonte',
39 text: 'Muda a cor do texto selecionado.',
40 cls: Ext.baseCSSPrefix + 'html-editor-tip'
41 },
42 justifyleft: {
43 title: 'Alinhar à Esquerda',
44 text: 'Alinha o texto à esquerda.',
45 cls: Ext.baseCSSPrefix + 'html-editor-tip'
46 },
47 justifycenter: {
48 title: 'Centralizar Texto',
49 text: 'Centraliza o texto no editor.',
50 cls: Ext.baseCSSPrefix + 'html-editor-tip'
51 },
52 justifyright: {
53 title: 'Alinhar à Direita',
54 text: 'Alinha o texto à direita.',
55 cls: Ext.baseCSSPrefix + 'html-editor-tip'
56 },
57 insertunorderedlist: {
58 title: 'Lista com Marcadores',
59 text: 'Inicia uma lista com marcadores.',
60 cls: Ext.baseCSSPrefix + 'html-editor-tip'
61 },
62 insertorderedlist: {
63 title: 'Lista Numerada',
64 text: 'Inicia uma lista numerada.',
65 cls: Ext.baseCSSPrefix + 'html-editor-tip'
66 },
67 createlink: {
68 title: 'Link',
69 text: 'Transforma o texto selecionado em um link.',
70 cls: Ext.baseCSSPrefix + 'html-editor-tip'
71 },
72 sourceedit: {
73 title: 'Editar Fonte',
74 text: 'Troca para o modo de edição de código fonte.',
75 cls: Ext.baseCSSPrefix + 'html-editor-tip'
76 }
77 }
78 });
79 });