summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formres.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-02 11:43:12 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-02 11:43:12 +0000
commit9a6d102a315ed29d5d5819de55dcce07eb370df3 (patch)
tree19e4e99c6db2673b8dfe0e99afa14b091894ced6 /extensions/source/propctrlr/formres.src
parent6d03ef54d8273708c2aed99488315da763e6fe93 (diff)
added scrollbar properties
Diffstat (limited to 'extensions/source/propctrlr/formres.src')
-rw-r--r--extensions/source/propctrlr/formres.src42
1 files changed, 40 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 607143ee984a..ce6b08784bef 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: tbe $ $Date: 2001-04-26 09:16:13 $
+ * last change: $Author: tbe $ $Date: 2001-05-02 12:42:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -4071,9 +4071,47 @@ String RID_STR_PROGRESSVALUE_MAX
Text = "Max. Fortschrittswert" ;
Text [ ENGLISH ] = "Progress value max." ;
};
+String RID_STR_SCROLLVALUE
+{
+ Text = "Scrollwert" ;
+ Text [ ENGLISH ] = "Scroll value" ;
+};
+String RID_STR_SCROLLVALUE_MAX
+{
+ Text = "Max. Scrollwert" ;
+ Text [ ENGLISH ] = "Scroll value max." ;
+};
+String RID_STR_LINEINCREMENT
+{
+ Text = "Linienzunahme" ;
+ Text [ ENGLISH ] = "Line increment" ;
+};
+String RID_STR_BLOCKINCREMENT
+{
+ Text = "Blockzunahme" ;
+ Text [ ENGLISH ] = "Block increment" ;
+};
+String RID_STR_VISIBLESIZE
+{
+ Text = "Sichtbare Größe" ;
+ Text [ ENGLISH ] = "Visible size" ;
+};
+String RID_STR_ORIENTATION
+{
+ Text = "Orientierung" ;
+ Text [ ENGLISH ] = "Orientation" ;
+};
+String RID_STR_ENUM_ORIENTATION
+{
+ Text = "Horizontal;Vertikal" ;
+ Text [ English ] = "Horizontal;Vertical" ;
+};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.15 2001/04/26 09:16:13 tbe
+ * added progressbar properties
+ *
* Revision 1.14 2001/04/17 10:06:29 fs
* grammar
*