a translation of comments: a fix and new translation of basic.src

This commit is contained in:
Andreas Mantke
2010-09-29 19:54:03 +02:00
committed by Michael Meeks
parent 735fba058b
commit 3d2bf80a61
2 changed files with 6 additions and 6 deletions

View File

@ -87,7 +87,7 @@ ModalDialog IDD_ABOUT_DIALOG {
FixedText {
Pos = MAP_APPFONT( 40, 60 );
Size = MAP_APPFONT( 110, 10 );
TEXT = "�1995-2010 Oracle";
TEXT = "�1995-2010 Oracle";
CENTER = TRUE;
};
};
@ -142,7 +142,7 @@ ModalDialog IDD_FIND_DIALOG {
Size = MAP_APPFONT( 185, 70 );
SVLook = TRUE;
MOVEABLE = TRUE;
// CLOSEABLE = TRUE; // Hat cancelbutton
// CLOSEABLE = TRUE; // It has a cancelbutton
FixedText RID_FIXEDTEXT1 {
Pos = MAP_APPFONT( 5, 10 );
@ -176,7 +176,7 @@ ModalDialog IDD_REPLACE_DIALOG {
Size = MAP_APPFONT( 185, 88 );
SVLook = TRUE;
MOVEABLE = TRUE;
// CLOSEABLE = TRUE; // Hat cancelbutton
// CLOSEABLE = TRUE; // It has a cancelbutton
FixedText RID_FIXEDTEXT1 {
Pos = MAP_APPFONT( 5, 10 );
Size = MAP_APPFONT( 55, 10 );
@ -642,9 +642,9 @@ Menu RID_RUN {
};
};
};
// Wird nur beim Test Tool eingef�gt
// This will be inserted from the Test Tool
// unter Folgendem Name
// under the following name
String RID_TT_EXTRAS_NAME
{
Text[ en-US ] = "E~xtra";