mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-23 16:22:58 +03:00
Updated Russian translation.
This commit is contained in:
parent
6a623a9ecb
commit
f097b89280
@ -174,6 +174,8 @@ void QObjectPropertyModel::translatePropertyName()
|
||||
tr("gridChartLines");
|
||||
tr("horizontalAxisOnTop");
|
||||
tr("mixWithPriorPage");
|
||||
tr("shadow");
|
||||
tr("borderStyle");
|
||||
}
|
||||
|
||||
void QObjectPropertyModel::clearObjectsList()
|
||||
|
@ -135,9 +135,6 @@ void EnumPropItem::translateEnumItemName()
|
||||
tr("Pie");
|
||||
tr("VerticalBar");
|
||||
tr("HorizontalBar");
|
||||
tr("LegendAlignTop");
|
||||
tr("LegendAlignCenter");
|
||||
tr("LegendAlignBottom");
|
||||
tr("TitleAlignLeft");
|
||||
tr("TitleAlignRight");
|
||||
tr("TitleAlignCenter");
|
||||
@ -147,6 +144,31 @@ void EnumPropItem::translateEnumItemName()
|
||||
tr("Inches");
|
||||
tr("Scale");
|
||||
tr("Split");
|
||||
tr("GridLines");
|
||||
tr("Lines");
|
||||
tr("Solid");
|
||||
tr("NoStyle");
|
||||
tr("Dashed");
|
||||
tr("Dot");
|
||||
tr("DashDot");
|
||||
tr("DashDotDot");
|
||||
tr("Doubled");
|
||||
tr("LegendPoints");
|
||||
tr("LegendLines");
|
||||
tr("LegendAlignRightCenter");
|
||||
tr("LegendAlignRightTop");
|
||||
tr("LegendAlignRightBottom");
|
||||
tr("LegendAlignBottomRight");
|
||||
tr("LegendAlignBottomCenter");
|
||||
tr("LegendAlignBottomLeft");
|
||||
tr("SolidLine");
|
||||
tr("NoPen");
|
||||
tr("DashLine");
|
||||
tr("DotLine");
|
||||
tr("DashDotLine");
|
||||
tr("DashDotDotLine");
|
||||
tr("CustomDashLine");
|
||||
|
||||
}
|
||||
|
||||
void EnumPropItem::setPropertyEditorData(QWidget *propertyEditor, const QModelIndex &) const
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user