profile save/load using localized strings
This commit is contained in:
@@ -5,8 +5,7 @@ local x = Def.ActorFrame{
|
||||
OffCommand=cmd();
|
||||
};
|
||||
LoadFont("Common Normal")..{
|
||||
Text="Loading Profiles...";
|
||||
--~ Text=ScreenString("Loading Profiles...");
|
||||
Text=ScreenString("Loading Profiles");
|
||||
InitCommand=cmd(Center;diffuse,color("1,1,1,1");shadowlength,1);
|
||||
OffCommand=cmd(linear,0.15;diffusealpha,0);
|
||||
};
|
||||
|
||||
@@ -5,8 +5,7 @@ local x = Def.ActorFrame{
|
||||
OffCommand=cmd();
|
||||
};
|
||||
LoadFont("Common Normal")..{
|
||||
Text="Saving Profiles...";
|
||||
--~ Text=ScreenString("Loading Profiles...");
|
||||
Text=ScreenString("Saving Profiles");
|
||||
InitCommand=cmd(Center;diffuse,color("1,1,1,1");shadowlength,1);
|
||||
OffCommand=cmd(linear,0.15;diffusealpha,0);
|
||||
};
|
||||
|
||||
@@ -2295,8 +2295,14 @@ HeaderText=Course Display
|
||||
You must supply a name for your course.=You must supply a name for your course.
|
||||
The course name cannot contain any of the following characters: %s=The course name cannot contain any of the following characters: %s
|
||||
The name you chose conflicts with another course. Please use a different name.=The name you chose conflicts with another course. Please use a different name.
|
||||
|
||||
[ScreenProfileLoad]
|
||||
Loading Profiles=Loading Profiles...
|
||||
|
||||
[ScreenProfileSave]
|
||||
Saving Profiles=Saving Profiles...
|
||||
HeaderText=
|
||||
|
||||
[ScreenTestInput]
|
||||
HeaderText=Test Input
|
||||
[ScreenMiniMenuContext]
|
||||
|
||||
Reference in New Issue
Block a user