summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formres.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-04-26 08:16:34 +0000
committerThomas Benisch <tbe@openoffice.org>2001-04-26 08:16:34 +0000
commit2a53ecb152f3505ac94460ba5aeaff7ba2aa0046 (patch)
tree21be04c0993d301dff08043c1b77a286b4e42b0c /extensions/source/propctrlr/formres.src
parent8a1784c2bb1b3b4dd1cb91b39364ef31d076e27f (diff)
added progressbar properties
Diffstat (limited to 'extensions/source/propctrlr/formres.src')
-rw-r--r--extensions/source/propctrlr/formres.src27
1 files changed, 22 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 661858d82718..607143ee984a 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: fs $ $Date: 2001-04-17 10:06:29 $
+ * last change: $Author: tbe $ $Date: 2001-04-26 09:16:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3942,8 +3942,8 @@ String RID_STR_TITLE
};
String RID_STR_STEP
{
- Text = "Step" ;
- Text [ ENGLISH ] = "Step" ;
+ Text = "Seite (Step)" ;
+ Text [ ENGLISH ] = "Page (Step)" ;
Text[ english_us ] = "Step";
Text[ portuguese ] = "Step";
Text[ russian ] = "";
@@ -3963,7 +3963,6 @@ String RID_STR_STEP
Text[ turkish ] = "Step";
Text[ arabic ] = "";
};
-
TabDialog RID_TABDLG_FONTDIALOG
{
OutputSize = TRUE ;
@@ -4057,9 +4056,27 @@ TabDialog RID_TABDLG_FONTDIALOG
Text[ turkish ] = "Character";
Text[ arabic ] = "";
};
+String RID_STR_PROGRESSVALUE
+{
+ Text = "Fortschrittswert" ;
+ Text [ ENGLISH ] = "Progress value" ;
+};
+String RID_STR_PROGRESSVALUE_MIN
+{
+ Text = "Min. Fortschrittswert" ;
+ Text [ ENGLISH ] = "Progress value min." ;
+};
+String RID_STR_PROGRESSVALUE_MAX
+{
+ Text = "Max. Fortschrittswert" ;
+ Text [ ENGLISH ] = "Progress value max." ;
+};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.14 2001/04/17 10:06:29 fs
+ * grammar
+ *
* Revision 1.13 2001/04/12 07:24:54 kz
* Merge SRC627: 12.04.01 - 10:24:48
*