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