summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formres.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-11-08 16:39:12 +0000
committerThomas Benisch <tbe@openoffice.org>2001-11-08 16:39:12 +0000
commit64c3fcd72e6c42cf8f81d4f9831e4f12baffd2b3 (patch)
treeed18ed5cc2a822393c14ce69c8bdb1e6a4f0c31d /extensions/source/propctrlr/formres.src
parentcf178ba7c1ca89be769d36bfff9b4045f058490e (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.src13
1 files changed, 10 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 38af63466465..a2c8da116a48 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: fs $ $Date: 2001-11-08 11:43:54 $
+ * last change: $Author: tbe $ $Date: 2001-11-08 17:39:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -4806,17 +4806,24 @@ String RID_STR_ENUM_PUSHBUTTONTYPE
Text[ arabic ] = "Standard;OK;Cancel;Help";
Text[ catalan ] = "Standard;OK;Cancel;Help";
};
-
String RID_STR_UNABLETOCONNECT
{
Text = "Die Verbindung zur Datenquelle \"$name$\" konnte nicht hergestellt werden.";
Text [ english ] = "The connection to the data source \"$name$\" could not be established.";
Text [ english_us ] = "The connection to the data source \"$name$\" could not be established.";
};
+String RID_STR_TEXT
+{
+ Text = "Text" ;
+ Text [ ENGLISH ] = "Text" ;
+};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.34 2001/11/08 11:43:54 fs
+ * #94300# removed ShowCentury property
+ *
* Revision 1.33 2001/10/30 15:20:02 fs
* +RID_STR_UNABLETOCONNECT
*