diff --git a/limereport/items/lrchartitemeditor.cpp b/limereport/items/lrchartitemeditor.cpp
index cb13541..0c54821 100644
--- a/limereport/items/lrchartitemeditor.cpp
+++ b/limereport/items/lrchartitemeditor.cpp
@@ -95,7 +95,7 @@ void ChartItemEditor::init()
ui->tableWidget->setColumnCount(1);
ui->tableWidget->setRowCount(m_charItem->series().count());
ui->tableWidget->horizontalHeader()->setStretchLastSection(true);
- ui->tableWidget->setHorizontalHeaderItem(0,new QTableWidgetItem("Series name"));
+ ui->tableWidget->setHorizontalHeaderItem(0,new QTableWidgetItem(tr("Series name")));
rebuildTable();
diff --git a/limereport/items/lrchartitemeditor.ui b/limereport/items/lrchartitemeditor.ui
index f32e269..a745777 100644
--- a/limereport/items/lrchartitemeditor.ui
+++ b/limereport/items/lrchartitemeditor.ui
@@ -11,7 +11,7 @@
- Form
+ Series editor
-
diff --git a/limereport/objectinspector/lrobjectitemmodel.cpp b/limereport/objectinspector/lrobjectitemmodel.cpp
index 080a7a2..07a8200 100644
--- a/limereport/objectinspector/lrobjectitemmodel.cpp
+++ b/limereport/objectinspector/lrobjectitemmodel.cpp
@@ -134,6 +134,19 @@ void QObjectPropertyModel::translatePropertyName()
tr("condition");
tr("groupFieldName");
tr("keepGroupTogether");
+ tr("endlessHeight");
+ tr("extendedHeight");
+ tr("isExtendedInDesignMode");
+ tr("pageIsTOC");
+ tr("setPageSizeToPrinter");
+ tr("fillInSecondPass");
+ tr("chartTitle");
+ tr("chartType");
+ tr("drawLegendBorder");
+ tr("labelsField");
+ tr("legendAlign");
+ tr("series");
+ tr("titleAlign");
}
void QObjectPropertyModel::clearObjectsList()
diff --git a/limereport/objectinspector/propertyItems/lrenumpropitem.cpp b/limereport/objectinspector/propertyItems/lrenumpropitem.cpp
index 36ebe26..6398f12 100644
--- a/limereport/objectinspector/propertyItems/lrenumpropitem.cpp
+++ b/limereport/objectinspector/propertyItems/lrenumpropitem.cpp
@@ -132,6 +132,15 @@ void EnumPropItem::translateEnumItemName()
tr("Horizontal");
tr("Vertical");
tr("VerticalUniform");
+ tr("Pie");
+ tr("VerticalBar");
+ tr("HorizontalBar");
+ tr("LegendAlignTop");
+ tr("LegendAlignCenter");
+ tr("LegendAlignBottom");
+ tr("TitleAlignLeft");
+ tr("TitleAlignRight");
+ tr("TitleAlignCenter");
}
void EnumPropItem::setPropertyEditorData(QWidget *propertyEditor, const QModelIndex &) const
diff --git a/translations/limereport_ru.ts b/translations/limereport_ru.ts
index 3c64e9f..35ad19f 100644
--- a/translations/limereport_ru.ts
+++ b/translations/limereport_ru.ts
@@ -12,43 +12,51 @@
ChartItemEditor
- Форма
+ Форма
-
+ Серии
-
+ Добавить
-
+ Удалить
- Имя переменной
+ Наименование
-
+ Значения
-
+ Цвет
- Тип
+ Тип
-
+ Подписи
- Ок
+ Ок
+
+
+
+ Серии
+
+
+
+ Редактор серий
@@ -75,18 +83,18 @@
-
+ Обязательная
LanguageSelectDialog
-
+ Диалог
-
+ Язык
@@ -143,7 +151,7 @@ p, li { white-space: pre-wrap; }
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></p>
<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt; font-weight:600; color:#000000;"><br /></p>
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Copyright 2015 Arin Alexander. All rights reserved.</span></p></body></html>
-
+
-
+ Сохранять отступ снизу
-
+ Начинать с новой страницы
-
+ Начинать новую страницу
@@ -746,15 +754,15 @@ p, li { white-space: pre-wrap; }
- Нет
+ Нет
- По ширине слова
+ По ширине слова
- По ширине строки
+ По ширине строки
@@ -920,6 +928,42 @@ p, li { white-space: pre-wrap; }
Вертикально равномерно
+
+
+ Круговая
+
+
+
+ Вертикальные столбцы
+
+
+
+ Горизонтальные столбцы
+
+
+
+ Сверху
+
+
+
+ По центру
+
+
+
+ Снизу
+
+
+
+ Слева
+
+
+
+ Справа
+
+
+
+ По цетру
+
LimeReport::FlagsPropItem
@@ -1712,6 +1756,58 @@ p, li { white-space: pre-wrap; }
Печатать на каждой странице
+
+
+ Бесконечная страница
+
+
+
+ Дополнителная высота
+
+
+
+ Увеличенный размер в дизайнере
+
+
+
+ Оглавление
+
+
+
+ Отправлять размер страницы принтеру
+
+
+
+ Заполнять на втором проходе
+
+
+
+ Заголовок диаграммы
+
+
+
+ Тип диаграммы
+
+
+
+ Границы вокруг легенды
+
+
+
+
+
+
+
+ Расположение легенды
+
+
+
+ Серии
+
+
+
+ Расположение заголовка
+
LimeReport::RectMMPropItem
@@ -1759,7 +1855,7 @@ p, li { white-space: pre-wrap; }
-
+ Переводы
@@ -2059,7 +2155,7 @@ This preview is no longer valid.
-
+ Перевод %1 уже существует!
@@ -2249,15 +2345,15 @@ This preview is no longer valid.
LimeReport::ScriptEditor
- Форма
+ Форма
- Данные
+ Данные
- Функции
+ Функции
@@ -2347,35 +2443,35 @@ This preview is no longer valid.
- Источник данных
+ Источник данных
-
+ Поле значения
-
+ Поле ключа
-
+ Значение поля ключа
-
+ Уникальный идентификатор
- Содержимое
+ Содержимое
-
+ Отступ
-
+ Источника данных
@@ -2551,47 +2647,47 @@ This preview is no longer valid.
LimeReport::TranslationEditor
- Форма
+ Форма
-
+ Языки
- ...
+ ...
-
+ Страницы
-
+ Строки
-
+ Исходный текст
-
+ Превод
-
+ Проверено
-
+ Элемент отчета
-
+ Свойство
-
+ Исходный текст
@@ -2825,19 +2921,19 @@ This preview is no longer valid.
-
+ Диаграмма
-
+ Первая
-
+ Вторая
-
+ Третья