diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:14:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 11:14:41 +0000 |
commit | 4e5644ac3e3cb85fa8e01816bdee55112f2c56f8 (patch) | |
tree | 1d16b19b3b8f207ed33b82128b934fca8c19a40e /svtools | |
parent | 176a28a67aa011b23a37b1cf2733be604f21d2f3 (diff) |
INTEGRATION: CWS c06 (1.50.46); FILE MERGED
2005/11/02 12:24:06 kso 1.50.46.4: #53536# - Removed duplicate spaces from resource string.
2005/09/19 15:02:42 kso 1.50.46.3: #i53536# - string review.
2005/09/19 07:52:08 as 1.50.46.2: #i53536# removing closing mark of MAX_DOC warning to prevent showing of double closers ...
2005/09/14 13:25:26 as 1.50.46.1: #i53536# warning NOMOREDOCUMENTSALLOWED added
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/errtxt.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/svtools/source/misc/errtxt.src b/svtools/source/misc/errtxt.src index 0b3fd3d20a35..041a22870d37 100644 --- a/svtools/source/misc/errtxt.src +++ b/svtools/source/misc/errtxt.src @@ -4,9 +4,9 @@ * * $RCSfile: errtxt.src,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: hr $ $Date: 2005-09-23 14:54:25 $ + * last change: $Author: rt $ $Date: 2005-11-11 12:14:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -591,6 +591,11 @@ Resource RID_ERRHDL Text [ de ] = "Die Datei $(FILENAME) konnte nicht gespeichert werden. Bitte überprüfen Sie Ihre Systemeinstellungen. Eine automatisch erstellte Sicherungsdatei finden Sie unter dem Namen $(BACKUPNAME) im Ordner $(PATH)."; Text [ en-US ] = "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME)."; }; + String ERRCODE_SFX_NOMOREDOCUMENTSALLOWED + { + Text [ de ] = "Die maximale Anzahl von Dokumenten, die gleichzeitig geffnet sein knnen, ist erreicht. Sie mssen ein oder mehrere Dokumente schlieen, bevor Sie ein neues Dokument ffnen knnen"; + Text [ en-US ] = "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document"; + }; #ifdef ERRCODE_IO_INVALIDLENGTH String ERRCODE_IO_INVALIDLENGTH |