diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-04-04 13:11:03 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-04-04 13:11:03 +0000 |
commit | 594c4effbe1cf6b2dfce3d5b48575afa299f173e (patch) | |
tree | fb0bb2c950b5cb3921e40a8e14dc795f3655630b | |
parent | 9624717cdde68ddb9ac6fb5533f39cea4d24d079 (diff) |
INTEGRATION: CWS titles02 (1.36.28); FILE MERGED
2007/12/04 10:03:15 as 1.36.28.2: RESYNC: (1.36-1.37); FILE MERGED
2007/10/12 13:06:38 as 1.36.28.1: #116375# support new title feature
-rw-r--r-- | framework/source/classes/resource.src | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/framework/source/classes/resource.src b/framework/source/classes/resource.src index b796324904bc..11ba7590ae88 100644 --- a/framework/source/classes/resource.src +++ b/framework/source/classes/resource.src @@ -4,9 +4,9 @@ * * $RCSfile: resource.src,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: ihi $ $Date: 2007-11-23 16:46:39 $ + * last change: $Author: kz $ $Date: 2008-04-04 14:11:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -319,6 +319,11 @@ String STR_CORRUPT_UICFG_GENERAL Text [ en-US ] = "An error occurred while loading the user interface configuration data. The application will be terminated now.\nPlease try to remove your user profile for the application first or try to reinstall the application." ; }; +String STR_UNTITLED_DOCUMENT +{ + Text [ en-US ] = "Untitled" ; +}; + // for displaying 'Multiple Languages' in the language statusbar control String STR_LANGSTATUS_MULTIPLE_LANGUAGES { @@ -350,4 +355,3 @@ String STR_SET_LANGUAGE_FOR_ALL_TEXT Text [ en-US ] = "Set Language for all Text" ; Text [ x-comment ] = " "; }; - |