You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrote ScreenEditMenu in lua to give it a better layout and usability.
Removed old ScreenEditMenu and EditMenu translation strings.
Removed old ScreenEditMenu and EditMenu metrics.
Added LongStepsType translation section for including the game type.
Added foreach_ordered to 00 init.lua because it was removed when ThemePrefs was removed.
Added on_focus and on_unfocus functions to nesty menu items.
Added page_down and page_up functions to nesty menu navigation.
Added a way to set the back element text for a submenu.
Changed AutoKeysounds to print an error message when it can't load the music because no steps are set.
Fixed bugs in GameState:SetStepsForEditMode lua function.
Changed NotesLoaderSM and SSC to treat a blank difficulty string as Edit.
Changed RollingNumbers to print an error if the target number is not finite.
Added prompt_screen lua function for activating ScreenPrompt from lua with a function to call after the prompt.
Updated changelog.
Copy file name to clipboardexpand all lines: Themes/_fallback/Languages/en.ini
+67-42
Original file line number
Diff line number
Diff line change
@@ -92,29 +92,6 @@ Survival=Survival
92
92
You must type a program directory before clicking Add.=You must type a program directory before clicking Add.
93
93
'%s' is not a valid installation directory.='%s' is not a valid installation directory.
94
94
95
-
[EditMenuAction]
96
-
Create=Create New
97
-
Delete=Delete Existing
98
-
Edit=Edit Existing
99
-
Practice=Practice
100
-
LoadAutosave=Load Autosave
101
-
102
-
[EditMenu]
103
-
Blank=Blank
104
-
No Group Selected.=No Group Selected.
105
-
No StepsType selected.=No StepsType selected.
106
-
No Steps selected.=No Steps selected.
107
-
No valid action.=No valid action.
108
-
109
-
[EditMenuRow]
110
-
Action=Action
111
-
Group=Group
112
-
Song=Song
113
-
SourceSteps=Fill Steps
114
-
SourceStepsType=Fill Type
115
-
Steps=Steps
116
-
StepsType=Type
117
-
118
95
[GameButton]
119
96
Back=Back
120
97
Down=Down
@@ -1830,25 +1807,32 @@ New Sound=New Sound
1830
1807
Enter New Keysound File=Enter the name of the new keysound file.\nPlease make sure it is spelt right.
1831
1808
1832
1809
[ScreenEditMenu]
1833
-
HeaderText=Edit Song/Steps
1834
-
HeaderSubText=Make your songs perfect
1835
-
Continue with delete?=Continue with delete?
1836
-
Enter a description for this edit.=Enter a description for this edit.
1837
-
ExplanationAction=Choose the action to perform using the values selected above.
1838
-
ExplanationGroup=Choose the group of songs you want to select from.
1839
-
ExplanationSong=Choose which song you want to edit.
1840
-
ExplanationSteps=Choose the steps you want to edit.\nSelect "New Edit" to create a new edit file.
1841
-
ExplanationStepsType=Choose the type of steps that you want to edit.
1842
-
ExplanationSourceSteps=Choose the steps you want to fill into a new edit.
1843
-
ExplanationSourceStepsType=Choose the type of steps that you want to use fill into a new edit.\nChoose "Blank" to create a new edit with no initial steps.
1844
-
One of the selected things is invalid. Pick something valid instead.=One of the selected things is invalid. Pick something valid instead.
1845
-
Profile name cannot be blank.=Profile name can not be blank.
1846
-
The name you chose conflicts with another profile. Please use a different name.=The name you chose conflicts with another profile. Please use a different name.
1847
-
These steps are produced by autogen. You do not need to delete them.=These steps are produced by autogen. You do not need to delete them.
1848
-
These steps will be lost permanently.=These steps will be lost permanently.
1849
-
This song is missing a music file and cannot be edited.=This song is missing a music file and can not be edited.
1850
-
The song directory is read-only and cannot be edited.=The song directory is read-only and cannot be edited.
1851
-
Blank=Blank
1810
+
edit_description_prompt=Enter a description for this edit.
1811
+
delete_chart_prompt=Are you sure you want to delete this chart?
0 commit comments