Merge pull request #125 from 26F-Studio/user670-patch-20210717-eng-lang-fix
Update lang_en.lua
This commit is contained in:
@@ -1,16 +1,16 @@
|
|||||||
local C=COLOR
|
local C=COLOR
|
||||||
return{
|
return{
|
||||||
loadText={
|
loadText={
|
||||||
loadSFX="Loading SFX resources",
|
loadSFX="Loading sound effects",
|
||||||
loadBGM="Loading BGM resources",
|
loadBGM="Loading music",
|
||||||
loadImage="Loading image resources",
|
loadImage="Loading graphics",
|
||||||
loadSkin="Loading skin resources",
|
loadSkin="Loading skins",
|
||||||
loadVoice="Loading voice resources",
|
loadVoice="Loading voice packs",
|
||||||
loadFont="Loading font resources",
|
loadFont="Loading font",
|
||||||
loadModeIcon="Loading mode icons",
|
loadModeIcon="Loading mode icons",
|
||||||
loadMode="Loading modes",
|
loadMode="Loading modes",
|
||||||
loadOther="Loading other things",
|
loadOther="Loading other assets",
|
||||||
finish="Loading finished",
|
finish="Loading complete",
|
||||||
},
|
},
|
||||||
anykey="Press a key!",
|
anykey="Press a key!",
|
||||||
sureQuit="Press again to exit",
|
sureQuit="Press again to exit",
|
||||||
@@ -836,7 +836,7 @@ return{
|
|||||||
"ALL SPIN!",
|
"ALL SPIN!",
|
||||||
"Am G F G",
|
"Am G F G",
|
||||||
"B2B2B???",
|
"B2B2B???",
|
||||||
"B2B2B2B does not exist..",
|
"B2B2B2B does not exist.",
|
||||||
"B2B2B2B exists?",
|
"B2B2B2B exists?",
|
||||||
"Back-to-Back Techrash, 10 Combo, PC!",
|
"Back-to-Back Techrash, 10 Combo, PC!",
|
||||||
"Be sure to give it your best shot again today!",
|
"Be sure to give it your best shot again today!",
|
||||||
|
|||||||
Reference in New Issue
Block a user