summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formres.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-10-19 11:58:51 +0000
committerThomas Benisch <tbe@openoffice.org>2001-10-19 11:58:51 +0000
commit1a2328a642216b4b64cc308a9f6c2d1d7ab74e2c (patch)
tree16d9451e78e9d707e22dec9d26b921b1e73b3f9e /extensions/source/propctrlr/formres.src
parent45e626ceab19f3fd803bcaed0b0c1621169a218a (diff)
#92755# Assign Standard Values for Basic Controls in Designmode
Diffstat (limited to 'extensions/source/propctrlr/formres.src')
-rw-r--r--extensions/source/propctrlr/formres.src37
1 files changed, 35 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index b14a2cea392a..4490ccccc67e 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: kz $ $Date: 2001-10-12 20:59:02 $
+ * last change: $Author: tbe $ $Date: 2001-10-19 12:58:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -4682,9 +4682,42 @@ String RID_STR_EVT_ADJUSTMENTVALUECHANGED
Text[ arabic ] = "On adjust";
Text[ catalan ] = "On adjust";
};
+String RID_STR_DATE
+{
+ Text = "Datum" ;
+ Text [ ENGLISH ] = "Date" ;
+};
+String RID_STR_STATE
+{
+ Text = "Status" ;
+ Text [ ENGLISH ] = "State" ;
+};
+String RID_STR_TIME
+{
+ Text = "Zeit" ;
+ Text [ ENGLISH ] = "Time" ;
+};
+String RID_STR_SCALEIMAGE
+{
+ Text = "Skalieren" ;
+ Text [ ENGLISH ] = "Scaling" ;
+};
+String RID_STR_PUSHBUTTONTYPE
+{
+ Text = "Art der Schaltfläche" ;
+ Text [ ENGLISH ] = "Button type" ;
+};
+String RID_STR_ENUM_PUSHBUTTONTYPE
+{
+ Text = "Standard;OK;Cancel;Help" ;
+ Text [ ENGLISH ] = "Standard;OK;Cancel;Help" ;
+};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.28 2001/10/12 20:59:02 kz
+ * Merge SRC641: 12.10.01 - 22:58:19
+ *
* Revision 1.27 2001/09/28 14:54:09 tbe
* #92258# click handler for Basic Scrollbar
*