0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

Finish 1.5.79

This commit is contained in:
Arin Alexander 2021-01-21 23:50:49 +03:00
commit 87bfa3a170
3 changed files with 11 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void QObjectPropertyModel::translatePropertyName()
tr("replaceCRwithBR"); tr("replaceCRwithBR");
tr("hideIfEmpty"); tr("hideIfEmpty");
tr("hideEmptyItems"); tr("hideEmptyItems");
tr("useExternalPainter"); tr("useExternalPainter");
tr("layoutSpacing"); tr("layoutSpacing");
tr("printerName"); tr("printerName");
tr("fontLetterSpacing"); tr("fontLetterSpacing");
@ -166,6 +166,8 @@ void QObjectPropertyModel::translatePropertyName()
tr("shiftItems"); tr("shiftItems");
tr("showLegend"); tr("showLegend");
tr("removeGap"); tr("removeGap");
tr("dropPrinterMargins");
tr("notPrintIfEmpty");
} }
void QObjectPropertyModel::clearObjectsList() void QObjectPropertyModel::clearObjectsList()

Binary file not shown.

View File

@ -2034,6 +2034,14 @@ p, li { white-space: pre-wrap; }
<source>showLegend</source> <source>showLegend</source>
<translation>Показывать легенду</translation> <translation>Показывать легенду</translation>
</message> </message>
<message>
<source>dropPrinterMargins</source>
<translation>Сбросить поля принтера</translation>
</message>
<message>
<source>notPrintIfEmpty</source>
<translation>Не печатать, если пусто</translation>
</message>
</context> </context>
<context> <context>
<name>LimeReport::RectPropItem</name> <name>LimeReport::RectPropItem</name>