INTEGRATION: CWS luic (1.48.422); FILE MERGED
2005/02/16 16:20:11 dr 1.48.422.1: #i42854# strings according to spec
This commit is contained in:
parent
f5ca798e8c
commit
74adb4473d
1 changed files with 8 additions and 8 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: svxerr.src,v $
|
||||
*
|
||||
* $Revision: 1.48 $
|
||||
* $Revision: 1.49 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2004-08-11 08:54:43 $
|
||||
* last change: $Author: vg $ $Date: 2005-02-21 12:17:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -226,20 +226,20 @@ Resource RID_SVXERRCODE
|
|||
String ERRCODE_SVX_READ_FILTER_CRYPT & ERRCODE_RES_MASK
|
||||
{
|
||||
Text [ de ] = "Die Verschlüsselungsmethode des aktuellen Dokumentes wird nicht unterstützt. Nur die Microsoft Office 97/2000 kompatible Kennwortverschlüsselung wird unterstützt.";
|
||||
Text[ en-US ] = "The encryption method of this document is not supported. Only the Microsoft Office 97/2000 compatible password encryption is supported.";
|
||||
Text [ en-US ] = "The encryption method used in this document is not supported. Only Microsoft Office 97/2000 compatible password encryption is supported.";
|
||||
};
|
||||
|
||||
String ERRCODE_SVX_READ_FILTER_PPOINT & ERRCODE_RES_MASK
|
||||
{
|
||||
Text [ de ] = "Das Laden von kennwortgeschützten PowerPoint Dokumenten wird nicht unterstützt.";
|
||||
Text [ en-US ] = "The loading of password-encrypted PowerPoint documents is not supported.";
|
||||
Text [ de ] = "Das Laden von kennwortgeschützten Microsoft PowerPoint Präsentationen wird nicht unterstützt.";
|
||||
Text [ en-US ] = "The loading of password-encrypted Microsoft PowerPoint presentations is not supported.";
|
||||
};
|
||||
|
||||
String ERRCODE_SVX_EXPORT_FILTER_CRYPT & ERRCODE_RES_MASK
|
||||
{
|
||||
Text [ de ] = "Der Kennwortschutz wird beim Speichern von Dokumementen im Microsoft Office Format nicht unterstützt.\nMöchten Sie Dokument ohne Kennwortschtz speichern";
|
||||
Text[ en-US ] = "Password protection is not supported when documents are saved in Microsoft Office format.\nDo you want to save the document without password protection";
|
||||
Text[ x-comment ] = "This error is used with an InteractionRequest Handler using a Query classification. This adds a question mark to the end of the string. So no need for one here. Note also the new line between sentences.";
|
||||
Text [ de ] = "Der Kennwortschutz wird beim Speichern von Dokumementen im Microsoft Office Format nicht unterstützt.\nMöchten Sie das Dokument ohne Kennwortschutz speichern";
|
||||
Text [ en-US ] = "Password protection is not supported when documents are saved in a Microsoft Office format.\nDo you want to save the document without password protection";
|
||||
Text [ x-comment ] = "This error is used with an InteractionRequest Handler using a Query classification. This adds a question mark to the end of the string. So no need for one here. Note also the new line between sentences.";
|
||||
};
|
||||
};
|
||||
// ********************************************************************** EOF
|
||||
|
|
Loading…
Reference in a new issue