INTEGRATION: CWS xmlsec06 (1.2.2); FILE MERGED

2004/10/06 09:22:40 pb 1.2.2.2: fix: #i34777# correct FixedLine length
2004/10/06 08:54:52 pb 1.2.2.1: "Text[de]" instead of "Text"; typos removed; helpids added; beautified
Issue number: i34729, i34731, i34816
Submitted by: pb@openoffice.org
Reviewed by:
This commit is contained in:
Rüdiger Timm 2004-11-26 13:52:44 +00:00
parent 99b06d3b60
commit f5aa15ee4f

View file

@ -2,9 +2,9 @@
*
* $RCSfile: macrosecurity.src,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: mt $ $Date: 2004-07-22 09:43:23 $
* last change: $Author: rt $ $Date: 2004-11-26 14:52:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -60,17 +60,18 @@
************************************************************************/
#include "dialogs.hrc"
#include "helpids.hrc"
TabDialog RID_XMLSECTP_MACROSEC
{
// HelpID = HID_XMLSECTP_MACROSEC
HelpID = HID_XMLSEC_TP_MACROSEC;
Size = MAP_APPFONT( TD_WIDTH, TD_HEIGHT );
OutputSize = TRUE;
Closeable = TRUE;
Moveable = TRUE;
SVLook = TRUE;
Text = "Makro Sicherheit";
Text [ de ] = "Makro Sicherheit";
Text [ en-US ] = "Macro Security";
TabControl 1
{
@ -82,13 +83,13 @@ TabDialog RID_XMLSECTP_MACROSEC
PageItem
{
Identifier = RID_XMLSECTP_SECLEVEL;
Text = "Sicherheitseinstufung";
Text [ de ] = "Sicherheitseinstufung";
Text [ en-US ] = "Security Level";
};
PageItem
{
Identifier = RID_XMLSECTP_TRUSTSOURCES;
Text = "Vertrauenswürdige Quellen";
Text [ de ] = "Vertrauenswürdige Quellen";
Text [ en-US ] = "Trusted Sources";
};
};
@ -113,14 +114,14 @@ TabDialog RID_XMLSECTP_MACROSEC
{
Pos = MAP_APPFONT( MS_COL_B, CV_ROW_A );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
Text = "Zurücksetzen";
Text [ de ] = "Zurücksetzen";
Text [ en-US ] = "Reset";
};
};
TabPage RID_XMLSECTP_SECLEVEL
{
// HelpId = HID_XMLSECTP_SECLEVEL;
HelpId = HID_XMLSEC_TP_SECLEVEL;
Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
OutputSize = TRUE;
Hide = TRUE;
@ -129,47 +130,46 @@ TabPage RID_XMLSECTP_SECLEVEL
{
Pos = MAP_APPFONT( SL_COL_0, SL_ROW_0 );
Size = MAP_APPFONT( SL_COL_3-SL_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
Text = "Sicherheitseinstufung";
Text [ en-US ] = "Security Level";
Text [ x-comment ] = "PB 2004-09-29: perhaps obsolete";
Hide = TRUE;
};
RadioButton RB_VERYHIGH
{
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_1 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, 3*RSC_CD_RADIOBUTTON_HEIGHT );
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_0 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, RSC_BIG_RADIOBUTTON );
WordBreak = TRUE;
Text = "Sehr hoch.\nNur Makros aus vertrauenswürdigen Dateiquellen werden ausgeführt. Alle anderen Makros, unabhängig ob signiert oder nicht, werden nicht ausgeführt.";
Text [ en-US ] = "Very high.\nOnly macros from trusted file locations are allowed to run. All other macros, regardless if signed or not, are disabled.";
Text [ de ] = "~Sehr hoch.\nNur Makros aus vertrauenswürdigen Dateiquellen werden ausgeführt. Alle anderen Makros, unabhängig ob signiert oder nicht, werden nicht ausgeführt.";
Text [ en-US ] = "~Very high.\nOnly macros from trusted file locations are allowed to run. All other macros, regardless if signed or not, are disabled.";
};
RadioButton RB_HIGH
{
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_2 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, 3*RSC_CD_RADIOBUTTON_HEIGHT );
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_1 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, RSC_BIG_RADIOBUTTON );
WordBreak = TRUE;
Text = "Hoch.\nNur signierte Makros aus vertrauenswürdigen Quellen werden ausgeführt. Nicht signierte Makros werden nicht ausgeführt.";
Text [ en-US ] = "High.\nOnly signed macros from trusted sources are allowed to run. Unsigned macros are disabled.";
Text [ de ] = "H~och.\nNur signierte Makros aus vertrauenswürdigen Quellen werden ausgeführt. Nicht signierte Makros werden nicht ausgeführt.";
Text [ en-US ] = "H~igh.\nOnly signed macros from trusted sources are allowed to run. Unsigned macros are disabled.";
};
RadioButton RB_MEDIUM
{
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_3 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, 3*RSC_CD_RADIOBUTTON_HEIGHT );
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_2 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, RSC_BIG_RADIOBUTTON );
WordBreak = TRUE;
Text = "Mittel.\nManuelles Akzeptieren vor dem Ausführen von nicht vertrauenswürdigen Makros.";
Text [ en-US ] = "Medium.\nManual confirmation before executing macros from untrusted sources.";
Text [ de ] = "~Mittel.\nManuelles Akzeptieren vor dem Ausführen von nicht vertrauenswürdigen Makros.";
Text [ en-US ] = "~Medium.\nManual confirmation before executing macros from untrusted sources.";
};
RadioButton RB_LOW
{
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_4 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, 3*RSC_CD_RADIOBUTTON_HEIGHT );
Pos = MAP_APPFONT( SL_COL_1, SL_ROW_3 );
Size = MAP_APPFONT( SL_COL_2-SL_COL_1, SL_ROW_4-SL_ROW_3 );
WordBreak = TRUE;
Text = "Niedrig (nicht empfehlenswert).\nAlle Makros werden ohne Nachfrage ausgeführt. Diese Einstellung sollte nur benutzt werden, wenn sichergestellt werden kann, dass nur sichere Dokumente geladen werden.";
Text [ en-US ] = "Low (not recommended).\nMacros are being executed without any confirmation. Use this setting only if it is guaranteed that all documents beeing opened are save.";
Text [ de ] = "~Niedrig (nicht empfehlenswert).\nAlle Makros werden ohne Nachfrage ausgeführt. Diese Einstellung sollte nur benutzt werden, wenn sichergestellt werden kann, dass nur sichere Dokumente geladen werden.";
Text [ en-US ] = "~Low (not recommended).\nMacros are being executed without any confirmation. Use this setting only if it is guaranteed that all documents being opened are save.";
};
};
TabPage RID_XMLSECTP_TRUSTSOURCES
{
// HelpId = HID_XMLSECTP_TRUSTSOURCES;
HelpId = HID_XMLSEC_TP_TRUSTSOURCES;
Size = MAP_APPFONT( TP_WIDTH, TP_HEIGHT );
OutputSize = TRUE;
Hide = TRUE;
@ -177,62 +177,63 @@ TabPage RID_XMLSECTP_TRUSTSOURCES
FixedLine FL_TRUSTCERT
{
Pos = MAP_APPFONT( TS_COL_0, TS_ROW_0 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
Text = "Vertrauenswürdige Quellen";
Text [ en-US ] = "Trusted Sources";
Size = MAP_APPFONT( TS_COL_8-TS_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
Text [ de ] = "Vertrauenswürdige Zertifikate";
Text [ en-US ] = "Trusted certificates";
};
Control LB_TRUSTCERT
{
HelpId = HID_XMLSEC_CTRL_TRUSTSOURCES;
Pos = MAP_APPFONT( TS_COL_1, TS_ROW_1 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_1, TS_ROW_2-TS_ROW_1 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_1, RSC_CD_TABLISTBOX_HEIGHT );
SVLook = TRUE;
Border = TRUE;
};
String STR_HEADERBAR
{
Text = "Issued to\tIssued by\tExpiration Date";
Text [ en-US ] = "Issued to\tIssued by\tExpiration Date";
Text [ de ] = "Ausgestellt für\tAusgestellt durch\tAblaufdatum";
Text [ en-US ] = "Issued to\tIssued by\tExpiration date";
};
PushButton PB_ADD_TRUSTCERT
{
Pos = MAP_APPFONT( TS_COL_2, TS_ROW_3 );
Pos = MAP_APPFONT( TS_COL_2, TS_ROW_2 );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
Text = "Hinzufügen...";
Text [ de ] = "Hinzufügen...";
Text [ en-US ] = "Add...";
};
PushButton PB_VIEW_TRUSTCERT
{
Pos = MAP_APPFONT( TS_COL_4, TS_ROW_3 );
Pos = MAP_APPFONT( TS_COL_4, TS_ROW_2 );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
Text = "Zeigen...";
Text [ de ] = "Zeigen...";
Text [ en-US ] = "View...";
};
PushButton PB_REMOVE_TRUSTCERT
{
Pos = MAP_APPFONT( TS_COL_6, TS_ROW_3 );
Pos = MAP_APPFONT( TS_COL_6, TS_ROW_2 );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
Text = "Entfernen";
Text [ de ] = "Entfernen";
Text [ en-US ] = "Remove";
};
FixedLine FL_TRUSTFILELOC
{
Pos = MAP_APPFONT( TS_COL_0, TS_ROW_5 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
Text = "Sichere Dateiquellen";
Pos = MAP_APPFONT( TS_COL_0, TS_ROW_3 );
Size = MAP_APPFONT( TS_COL_8-TS_COL_0, RSC_CD_FIXEDLINE_HEIGHT );
Text [ de ] = "Sichere Dateiquellen";
Text [ en-US ] = "Trusted file locations";
};
FixedText FI_TRUSTFILELOC
{
Pos = MAP_APPFONT( TS_COL_1, TS_ROW_6 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_1, 2*RSC_CD_FIXEDLINE_HEIGHT );
Pos = MAP_APPFONT( TS_COL_1, TS_ROW_4 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_1, 3*RSC_CD_FIXEDLINE_HEIGHT );
WordBreak = TRUE;
Text = "Vertrauenswürdige Dateiquellen werden nur benutzt, wenn die Sicherheitseinstellungen auf sehr hoch eingestellt sind. Dann werden nur Dokumentmakros aus den folgenden Quellen ausgeführt.";
Text [ en-US ] = "Trusted file locations are used only, if the security level is set to very high. Then document macros are beeing executed only, if loaded from one of the following sources.";
Text [ de ] = "Vertrauenswürdige Dateiquellen werden nur benutzt, wenn die Sicherheitseinstellungen auf sehr hoch eingestellt sind. Dann werden nur Dokumentmakros aus den folgenden Quellen ausgeführt.";
Text [ en-US ] = "Trusted file locations are used only, if the security level is set to very high. Then document macros are being executed only, if loaded from one of the following sources.";
};
ListBox LB_TRUSTFILELOC
{
Pos = MAP_APPFONT( TS_COL_1, TS_ROW_7 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_1, TS_ROW_8-TS_ROW_7 );
Pos = MAP_APPFONT( TS_COL_1, TS_ROW_5 );
Size = MAP_APPFONT( TS_COL_7-TS_COL_1, TS_ROW_6-TS_ROW_5 );
SVLook = TRUE;
Border = TRUE;
VScroll = TRUE;
@ -240,16 +241,16 @@ TabPage RID_XMLSECTP_TRUSTSOURCES
};
PushButton FL_ADD_TRUSTFILELOC
{
Pos = MAP_APPFONT( TS_COL_4, TS_ROW_9 );
Pos = MAP_APPFONT( TS_COL_4, TS_ROW_7 );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
Text = "Hinzufügen...";
Text [ de ] = "Hinzufügen...";
Text [ en-US ] = "Add...";
};
PushButton FL_REMOVE_TRUSTFILELOC
{
Pos = MAP_APPFONT( TS_COL_6, TS_ROW_9 );
Pos = MAP_APPFONT( TS_COL_6, TS_ROW_7 );
Size = MAP_APPFONT( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT );
Text = "Entfernen";
Text [ de ] = "Entfernen";
Text [ en-US ] = "Remove";
};
};