diff --git a/src/locales/bootstrap-wysihtml5.pt-BR.js b/src/locales/bootstrap-wysihtml5.pt-BR.js
index 9e53e90..01f7e1d 100644
--- a/src/locales/bootstrap-wysihtml5.pt-BR.js
+++ b/src/locales/bootstrap-wysihtml5.pt-BR.js
@@ -7,7 +7,10 @@
normal: "Texto normal",
h1: "Título 1",
h2: "Título 2",
- h3: "Título 3"
+ h3: "Título 3",
+ h4: "Título 4",
+ h5: "Título 5",
+ h6: "Título 6"
},
emphasis: {
bold: "Negrito",
@@ -22,7 +25,8 @@
},
link: {
insert: "Inserir link",
- cancel: "Cancelar"
+ cancel: "Cancelar",
+ target: "Abrir link em um nova janela"
},
image: {
insert: "Inserir imagem",