summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inspection/inspection.src
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inspection/inspection.src')
-rw-r--r--reportdesign/source/ui/inspection/inspection.src43
1 files changed, 43 insertions, 0 deletions
diff --git a/reportdesign/source/ui/inspection/inspection.src b/reportdesign/source/ui/inspection/inspection.src
index c13eb2a141c9..42d62ba94b37 100644
--- a/reportdesign/source/ui/inspection/inspection.src
+++ b/reportdesign/source/ui/inspection/inspection.src
@@ -336,6 +336,48 @@ String RID_STR_MIMETYPE
{
Text [ en-US ] = "Report Output Format" ;
};
+String RID_STR_VERTICALALIGN
+{
+ Text [ en-US ] = "Vert. Alignment" ;
+};
+Resource RID_STR_VERTICAL_ALIGN_CONST
+{
+ String 1
+ {
+ Text [ en-US ] = "Top";
+ };
+ String 2
+ {
+ Text [ en-US ] = "Middle";
+ };
+ String 3
+ {
+ Text [ en-US ] = "Bottom";
+ };
+};
+String RID_STR_PARAADJUST
+{
+ Text [ en-US ] = "Horz. Alignment" ;
+};
+Resource RID_STR_PARAADJUST_CONST
+{
+ String 1
+ {
+ Text [ en-US ] = "Left";
+ };
+ String 2
+ {
+ Text [ en-US ] = "Right";
+ };
+ String 3
+ {
+ Text [ en-US ] = "Block";
+ };
+ String 4
+ {
+ Text [ en-US ] = "Center";
+ };
+};
String RID_STR_F_COUNTER
{
Text [ en-US ] = "Counter" ;
@@ -352,3 +394,4 @@ String RID_STR_F_MAXIMUM
{
Text [ en-US ] = "Maximum" ;
};
+