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:
commit
87bfa3a170
@ -154,7 +154,7 @@ void QObjectPropertyModel::translatePropertyName()
|
||||
tr("replaceCRwithBR");
|
||||
tr("hideIfEmpty");
|
||||
tr("hideEmptyItems");
|
||||
tr("useExternalPainter");
|
||||
tr("useExternalPainter");
|
||||
tr("layoutSpacing");
|
||||
tr("printerName");
|
||||
tr("fontLetterSpacing");
|
||||
@ -166,6 +166,8 @@ void QObjectPropertyModel::translatePropertyName()
|
||||
tr("shiftItems");
|
||||
tr("showLegend");
|
||||
tr("removeGap");
|
||||
tr("dropPrinterMargins");
|
||||
tr("notPrintIfEmpty");
|
||||
}
|
||||
|
||||
void QObjectPropertyModel::clearObjectsList()
|
||||
|
Binary file not shown.
@ -2034,6 +2034,14 @@ p, li { white-space: pre-wrap; }
|
||||
<source>showLegend</source>
|
||||
<translation>Показывать легенду</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>dropPrinterMargins</source>
|
||||
<translation>Сбросить поля принтера</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>notPrintIfEmpty</source>
|
||||
<translation>Не печатать, если пусто</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>LimeReport::RectPropItem</name>
|
||||
|
Loading…
Reference in New Issue
Block a user