add missing strings

This commit is contained in:
Chris Danford
2009-03-24 13:30:06 +00:00
parent fa030664e9
commit 47af8522e9
3 changed files with 29 additions and 11 deletions
@@ -1,11 +1,14 @@
return Def.ActorFrame {
Def.ControllerStateDisplay {
InitCommand=cmd(LoadGameController,
};
Def.DeviceList {
Font="Common normal";
InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,0.7;horizalign,left);
InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,1.4;horizalign,left);
};
Def.InputList {
Font="Common normal";
InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,0.7;horizalign,left;vertspacing,8);
InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,1.4;horizalign,left;vertspacing,8);
};
};
+16 -6
View File
@@ -357,6 +357,7 @@ PlayerAutoPlay=PlayerAutoPlay
PreloadSounds=If YES, preload most sounds in advance. This increases load times, and should normally be left OFF.
Premium=Premium
Profile=
Packages=Export .smzip packages of your installed songs.
Profiles=Edit the player profiles stored on this machine.
ProgressiveLifebar=Set whether the lifebar is harsher on consecutive boo/miss judgments. OFF for no effect, 8 to make each consecutive miss a multiple of the first miss.
ProgressiveNonstopLifebar=Determine whether the lifebar gets harsher as a nonstop course progresses. LifeDifficulty + this = Lifedifficulty on a final stage of a course.
@@ -825,6 +826,7 @@ Predicted Meter=Predicted Meter
Preferences=Preferences
PreloadSounds=Preload Sounds
Premium=Premium
Packages=Packages
Profile=Profile
Profiles=Profiles
ProgressiveLifebar=Progressive Lifebar
@@ -1219,13 +1221,13 @@ You have %d step edits, the maximum number allowed.=You have %d step edits, the
You must delete an existing steps edit before creating a new steps edit.=You must delete an existing steps edit before creating a new steps edit.
[ScreenOptionsManageWorkouts]
Error renaming workout file.=Error renameing workout file.
Error deleting the workout file '%s'.=Error deleting the workout file "%s".
This workout will be lost permanently.=This workout will be lost permanently.
Error renaming file.=Error renameing file.
Error deleting the file '%s'.=Error deleting the file "%s".
This file will be lost permanently.=This file will be lost permanently.
Continue with delete?=Continue with delete?
Enter a name for this workout.=Enter a name for this workout.
You have %d workouts, the maximum number allowed.=You have %d workouts, the maximum number allowed.
You must delete an existing workout before creating a new workout.=You must delete an existing workout before creating a new workout.
Enter a name.=Enter a name.
You have %d, the maximum number allowed.=You have %d, the maximum number allowed.
You must delete an existing before creating a new.=You must delete an existing before creating a new.
[ScreenOptionsReviewWorkout]
Error saving workout.=Error saving workout.
@@ -1747,6 +1749,10 @@ Failed=E
NoData=NO DATA
[ScreenOptionsEditPlaylist]
-Empty-=-Empty-
Song=Song
Steps=Steps
minutes=minutes
You must enable at least %d songs.=You must enable at least %d songs.
[LowLevelWindow_Win32]
@@ -1956,3 +1962,7 @@ FullComboW1=Full Fantastic Combo!!!
8000=8000 Peak Combo!!
9000=9000 Peak Combo!!
10000=10000 Peak Combo!!!
[ScreenOptionsExportPackage]
HeaderText=Export Package
HeaderSubText=Share with the world!
+8 -3
View File
@@ -3261,15 +3261,16 @@ Fallback="ScreenOptionsServiceSelectionList"
; This NextScreen is only used for the "exit" choice.
NextScreen=ScreenTitleBranch()
PrevScreen=ScreenTitleBranch()
LineNames="1,2,3,4,5,6,7,8"
LineNames="1,2,3,4,5,6,7,8,9"
Line1="gamecommand;screen,ScreenMapControllers;name,Key Joy Mappings"
Line2="gamecommand;screen,ScreenTestInput;name,Test Input"
Line3="gamecommand;screen,ScreenAppearanceOptions;name,Appearance Options"
Line4="gamecommand;screen,ScreenOptionsGraphicsSound;name,Graphics/Sound Options"
Line5="gamecommand;screen,ScreenOptionsAdvanced;name,Advanced Options"
Line6="gamecommand;screen,ScreenNetworkOptions;name,Network Options"
Line7="gamecommand;screen,ScreenOptionsManageProfiles;name,Profiles"
Line8="gamecommand;screen,ScreenReloadSongs;name,Reload Songs"
Line7="gamecommand;screen,ScreenOptionsExportPackage;name,Packages"
Line8="gamecommand;screen,ScreenOptionsManageProfiles;name,Profiles"
Line9="gamecommand;screen,ScreenReloadSongs;name,Reload Songs"
GroupedScreens="ScreenOptionsService,ScreenAppearanceOptions,ScreenMapControllers,ScreenOptionsGraphicsSound,ScreenOptionsAdvanced,ScreenOptionsManageProfiles,ScreenNetworkOptions,ScreenReloadSongs,ScreenTestInput"
PersistScreens="ScreenOptionsService,ScreenAppearanceOptions,ScreenMapControllers,ScreenOptionsGraphicsSound,ScreenOptionsAdvanced,ScreenOptionsManageProfiles,ScreenNetworkOptions,ScreenReloadSongs,ScreenTestInput"
@@ -4410,3 +4411,7 @@ Names="1,2,3"
3StepsType="StepsType_pump_halfdouble"
3Difficulty="Difficulty_Invalid"
3String="HalfDouble"
[ScreenOptionsExportPackage]
Class="ScreenOptionsExportPackage"
Fallback="ScreenOptionsServiceSelectionList"