forked from amazingfate/loongoffice
a translation of comments: a fix and new translation of basic.src
This commit is contained in:
committed by
Michael Meeks
parent
735fba058b
commit
3d2bf80a61
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user