profile save/load using localized strings

This commit is contained in:
AJ Kelly
2011-08-01 17:19:53 -05:00
parent 110579f2e7
commit 92c62df38b
3 changed files with 8 additions and 4 deletions
@@ -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);
};
+6
View File
@@ -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]