From 47af8522e92f17db635bbdf2da4fd97ed1ec40a5 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 24 Mar 2009 13:30:06 +0000 Subject: [PATCH] add missing strings --- .../BGAnimations/ScreenTestInput overlay.lua | 7 ++++-- stepmania/Themes/default/Languages/en.ini | 22 ++++++++++++++----- stepmania/Themes/default/metrics.ini | 11 +++++++--- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/stepmania/Themes/default/BGAnimations/ScreenTestInput overlay.lua b/stepmania/Themes/default/BGAnimations/ScreenTestInput overlay.lua index 11df5c0fba..060246a742 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenTestInput overlay.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenTestInput overlay.lua @@ -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); }; }; diff --git a/stepmania/Themes/default/Languages/en.ini b/stepmania/Themes/default/Languages/en.ini index 2b86755bf9..c6fe437b01 100644 --- a/stepmania/Themes/default/Languages/en.ini +++ b/stepmania/Themes/default/Languages/en.ini @@ -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! \ No newline at end of file diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 5eaa802850..6dfe2eafae 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -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"