Skip to content

Commit

Permalink
Finish 1.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
fralx committed Oct 16, 2019
2 parents 315c437 + a6a8c40 commit 8a833b0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc

LIMEREPORT_VERSION_MAJOR = 1
LIMEREPORT_VERSION_MINOR = 5
LIMEREPORT_VERSION_RELEASE = 20
LIMEREPORT_VERSION_RELEASE = 21

LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}'
DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\"
Expand Down
1 change: 1 addition & 0 deletions limereport/objectinspector/lrobjectitemmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ void QObjectPropertyModel::translatePropertyName()
tr("units");
tr("geometryLocked");
tr("printBehavior");
tr("shiftItems");
}

void QObjectPropertyModel::clearObjectsList()
Expand Down
44 changes: 32 additions & 12 deletions translations/limereport_ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,18 @@ p, li { white-space: pre-wrap; }
<source>EditModeTools</source>
<translation>Панель инструментов редактирования</translation>
</message>
<message>
<source>Printing</source>
<translation>Печатается</translation>
</message>
<message>
<source>Attention</source>
<translation>Внимание</translation>
</message>
<message>
<source>The printing is in process</source>
<translation>Отчет находится в процессе печати</translation>
</message>
</context>
<context>
<name>LimeReport::ProxyHolder</name>
Expand Down Expand Up @@ -2006,6 +2018,10 @@ p, li { white-space: pre-wrap; }
<source>printBehavior</source>
<translation>Поведение при печати</translation>
</message>
<message>
<source>shiftItems</source>
<translation>Смещение элементов</translation>
</message>
</context>
<context>
<name>LimeReport::RectPropItem</name>
Expand Down Expand Up @@ -2258,18 +2274,6 @@ p, li { white-space: pre-wrap; }
<source>Report file name</source>
<translation>Файл отчета</translation>
</message>
<message>
<source>Rendering report</source>
<translation>Создается отчет</translation>
</message>
<message>
<source>Abort</source>
<translation>Прервать</translation>
</message>
<message>
<source> page rendered</source>
<translation> создается страница</translation>
</message>
<message>
<source>Warning</source>
<translation>Предупреждение</translation>
Expand Down Expand Up @@ -2342,6 +2346,22 @@ p, li { white-space: pre-wrap; }
<source>Select one level items</source>
<translation>Выделить элементы одного уровня</translation>
</message>
<message>
<source>Rendered %1 pages</source>
<translation>Сформировано %1 страниц</translation>
</message>
<message>
<source>Cancel report rendering</source>
<translation>Отменить построение отчета</translation>
</message>
<message>
<source>Attention</source>
<translation>Внимание</translation>
</message>
<message>
<source>The rendering is in process</source>
<translation>Отчет находится в процессе создания</translation>
</message>
</context>
<context>
<name>LimeReport::ReportEnginePrivate</name>
Expand Down

0 comments on commit 8a833b0

Please sign in to comment.