diff --git a/components/lazreport/source/languages/lr_const.pl.po b/components/lazreport/source/languages/lr_const.pl.po
index 6ba9d6062a..d7fdc47811 100644
--- a/components/lazreport/source/languages/lr_const.pl.po
+++ b/components/lazreport/source/languages/lr_const.pl.po
@@ -1563,7 +1563,7 @@ msgstr ""
#: lr_const.spaper256
msgctxt "lr_const.spaper256"
msgid "Custom"
-msgstr ""
+msgstr "Użytkownika"
#: lr_const.spaper26
msgid "E Sheet, 34 x 44\""
@@ -2287,12 +2287,12 @@ msgstr ""
#: lr_const.svar3
msgctxt "lr_const.svar3"
msgid "Date"
-msgstr ""
+msgstr "Data"
#: lr_const.svar4
msgctxt "lr_const.svar4"
msgid "Time"
-msgstr ""
+msgstr "Godzina"
#: lr_const.svar5
msgid "Line#"
diff --git a/components/lazreport/source/lazreport.lpk b/components/lazreport/source/lazreport.lpk
index 640b97a0fe..510d2c54a2 100644
--- a/components/lazreport/source/lazreport.lpk
+++ b/components/lazreport/source/lazreport.lpk
@@ -27,7 +27,7 @@ Lazarus Port: Olivier Guilbaud, Jesus Reyes A.
See license.txt and license-lazreport.txt for details.
"/>
-
+
@@ -261,6 +261,18 @@ See license.txt and license-lazreport.txt for details.
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/lazreport/source/lazreport.pas b/components/lazreport/source/lazreport.pas
index 4810bd4fc7..5d37ef61e8 100644
--- a/components/lazreport/source/lazreport.pas
+++ b/components/lazreport/source/lazreport.pas
@@ -11,7 +11,7 @@ uses
LR_PGrid, LR_View, lr_expres, lr_funct_editor_unit, lr_funct_editor_unit1,
LR_Prntr, LR_Edit, LR_Pars, LR_fmted, LR_Const, LR_pgopt, LR_Dopt, LR_GEdit,
LR_Utils, LR_GrpEd, lr_propedit, LR_progr, LR_IFlds, SysUtilsAdds, LR_RRect,
- LazarusPackageIntf;
+ LR_Shape, LazarusPackageIntf;
implementation
diff --git a/components/lazreport/source/lr_shape.pas b/components/lazreport/source/lr_shape.pas
index 065f99a30e..b2320a798c 100644
--- a/components/lazreport/source/lr_shape.pas
+++ b/components/lazreport/source/lr_shape.pas
@@ -52,6 +52,10 @@ type
published
property FillColor;
+ property FrameColor;
+ property FrameStyle;
+ property FrameWidth;
+
property ShapeType : TfrShapeType Read fShapeType write fShapeType;
end;