diff --git a/src/locales/bootstrap-wysihtml5.ru-RU.js b/src/locales/bootstrap-wysihtml5.ru-RU.js
index 4610e31..719a9e0 100644
--- a/src/locales/bootstrap-wysihtml5.ru-RU.js
+++ b/src/locales/bootstrap-wysihtml5.ru-RU.js
@@ -16,11 +16,15 @@
h1: "Заголовок 1",
h2: "Заголовок 2",
h3: "Заголовок 3"
+ h4: "Заголовок 4",
+ h5: "Заголовок 5",
+ h6: "Заголовок 6"
},
emphasis: {
bold: "Полужирный",
italic: "Курсив",
- underline: "Подчёркнутый"
+ underline: "Подчёркнутый",
+ small: 'Мелкий'
},
lists: {
unordered: "Маркированный список",
@@ -30,7 +34,8 @@
},
link: {
insert: "Вставить ссылку",
- cancel: "Отмена"
+ cancel: "Отмена",
+ target: 'Открыть в новом окне'
},
image: {
insert: "Вставить изображение",