summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propres.src
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 11:03:22 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 11:03:22 +0000
commitbd1fee6a99031ea0320cebf9e03eea1f0997e353 (patch)
treeccb34774b90d08381187fc25e7cf83ee6459b442 /extensions/source/propctrlr/propres.src
parent22feb5e1e2b6e3019169991803232315c23bd26f (diff)
INTEGRATION: CWS oihelp (1.27.246); FILE MERGED
2006/11/14 12:29:36 fs 1.27.246.1: #i71485# introduce a HelpSection (still fixed size, not finished completely)
Diffstat (limited to 'extensions/source/propctrlr/propres.src')
-rw-r--r--extensions/source/propctrlr/propres.src15
1 files changed, 8 insertions, 7 deletions
diff --git a/extensions/source/propctrlr/propres.src b/extensions/source/propctrlr/propres.src
index 8a6bed289b76..b6c5492b57f5 100644
--- a/extensions/source/propctrlr/propres.src
+++ b/extensions/source/propctrlr/propres.src
@@ -4,9 +4,9 @@
*
* $RCSfile: propres.src,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:26:15 $
+ * last change: $Author: kz $ $Date: 2006-12-13 12:03:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,7 @@
*
************************************************************************/
-#ifndef _EXTENSIONS_PROPCTRLR_PROPRESID_HRC_
+#ifndef EXTENSIONS_PROPRESID_HRC
#include "propresid.hrc"
#endif
@@ -41,23 +41,24 @@ String RID_STR_STANDARD
{
Text [ de ] = "Standard" ;
Text [ en-US ] = "Default" ;
- Text [ x-comment ] = " ";
};
String RID_STR_PROPPAGE_DEFAULT
{
Text [ de ] = "Allgemein" ;
Text [ en-US ] = "General" ;
- Text [ x-comment ] = " ";
};
String RID_STR_PROPPAGE_DATA
{
Text [ de ] = "Daten" ;
Text [ en-US ] = "Data" ;
- Text [ x-comment ] = " ";
};
String RID_STR_BOOL
{
Text [ de ] = "Nein;Ja" ;
Text [ en-US ] = "No;Yes" ;
- Text [ x-comment ] = " ";
+};
+String RID_STR_HELP_SECTION_LABEL
+{
+ Text [ de ] = "Hilfe";
+ Text [ en-US ] = "Help";
};