mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Replace ACTION in texts by {button} placeholders
Gamepads and the Steam Deck need "ACTION" to be replaced by a controller glyph, so that's now possible.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
620365614d
commit
09365347b6
@@ -213,6 +213,7 @@
|
||||
<string english="Toggle whether you interact with prompts using ENTER or E." translation="" explanation="prompts: see the `Press {button} to talk to .../activate terminal/teleport` below" max="38*3"/>
|
||||
<string english="E" translation="" explanation="keyboard key E. Speedrunner options menu"/>
|
||||
<string english="ENTER" translation="" explanation="keyboard key ENTER. Speedrunner options menu"/>
|
||||
<string english="ACTION" translation="" explanation="the ACTION key is either the SPACE key, Z or V (this is explained on the title screen). It's used in strings like `Press ACTION to advance text`"/>
|
||||
<string english="Interact button: {button}" translation="" explanation="keyboard key (E or ENTER) is filled in for {button}. Speedrunner options menu" max="38*2"/>
|
||||
<string english="fake load screen" translation="" explanation="menu option"/>
|
||||
<string english="Fake Load Screen" translation="" explanation="title, allows the loading screen which counts to 100% to be turned off" max="20"/>
|
||||
@@ -418,12 +419,15 @@
|
||||
<string english="To install new player levels, copy the .vvvvvv files to the levels folder." translation="" explanation="" max="38*3"/>
|
||||
<string english="Are you sure you want to show the levels path? This may reveal sensitive information if you are streaming." translation="" explanation="" max="38*4"/>
|
||||
<string english="The levels path is:" translation="" explanation="" max="40"/>
|
||||
<string english="[ Press ACTION to Start ]" translation="" explanation="title screen" max="38*2"/>
|
||||
<string english="[ Press ACTION to Start ]" translation="" explanation="***OUTDATED***" max="38*2"/>
|
||||
<string english="[ Press {button} to Start ]" translation="" explanation="title screen. Expect `ACTION`" max="38*2"/>
|
||||
<string english="ACTION = Space, Z, or V" translation="" explanation="title screen" max="38*3"/>
|
||||
<string english="[Press ENTER to return to editor]" translation="" explanation="***OUTDATED***" max="40"/>
|
||||
<string english="[Press {button} to return to editor]" translation="" explanation="`to editor` is sorta redundant" max="40"/>
|
||||
<string english="- Press ACTION to advance text -" translation="" explanation="to dismiss a textbox" max="40"/>
|
||||
<string english="Press ACTION to continue" translation="" explanation="" max="34"/>
|
||||
<string english="- Press ACTION to advance text -" translation="" explanation="***OUTDATED***" max="40"/>
|
||||
<string english="- Press {button} to advance text -" translation="" explanation="to dismiss a textbox. Expect `ACTION`" max="40"/>
|
||||
<string english="Press ACTION to continue" translation="" explanation="***OUTDATED***" max="34"/>
|
||||
<string english="Press {button} to continue" translation="" explanation="Expect `ACTION`" max="34"/>
|
||||
<string english="Current Time" translation="" explanation="super gravitron, stopwatch time" max="20"/>
|
||||
<string english="Best Time" translation="" explanation="super gravitron, best stopwatch time" max="20"/>
|
||||
<string english="Next Trophy at 5 seconds" translation="" explanation="" max="38*2"/>
|
||||
@@ -449,7 +453,8 @@
|
||||
<string english="[ QUIT ]" translation="" explanation="in-game menu" max="40"/>
|
||||
<string english="[ GRAVITRON ]" translation="" explanation="in-game menu" max="40"/>
|
||||
<string english="NO SIGNAL" translation="" explanation="map screen. So like a TV/computer monitor" max="29"/>
|
||||
<string english="Press ACTION to warp to the ship." translation="" explanation="spaceship. Warp = teleport" max="38*7"/>
|
||||
<string english="Press ACTION to warp to the ship." translation="" explanation="***OUTDATED***" max="38*7"/>
|
||||
<string english="Press {button} to warp to the ship." translation="" explanation="spaceship. Warp = teleport. Expect `ACTION`" max="38*7"/>
|
||||
<string english="Missing..." translation="" case="1" explanation="this male crew member is missing" max="15"/>
|
||||
<string english="Missing..." translation="" case="2" explanation="this female crew member is missing" max="15"/>
|
||||
<string english="Missing..." translation="" case="3" explanation="Viridian is missing (final level). You could even fill in something like `Uh-oh...` here if you really have to specify gender otherwise - everyone else is rescued, but the player is missing" max="15"/>
|
||||
@@ -463,7 +468,8 @@
|
||||
<string english="ERROR: Could not save game!" translation="" explanation="in-game menu" max="34*2"/>
|
||||
<string english="ERROR: Could not save settings file!" translation="" explanation="" max="38*2"/>
|
||||
<string english="Game saved ok!" translation="" explanation="in-game menu" max="38*2"/>
|
||||
<string english="[Press ACTION to save your game]" translation="" explanation="in-game menu" max="40"/>
|
||||
<string english="[Press ACTION to save your game]" translation="" explanation="***OUTDATED***" max="40"/>
|
||||
<string english="[Press {button} to save your game]" translation="" explanation="in-game menu. Expect `ACTION`" max="40"/>
|
||||
<string english="(Note: The game is autosaved at every teleporter.)" translation="" explanation="in-game menu" max="38*3"/>
|
||||
<string english="Last Save:" translation="" explanation="in-game menu" max="40"/>
|
||||
<string english="Return to main menu?" translation="" explanation="in-game menu" max="38*4"/>
|
||||
@@ -655,7 +661,8 @@
|
||||
<string english="Game Saved" translation="" explanation="" max="30"/>
|
||||
<string english="Press arrow keys or WASD to move" translation="" explanation="" max="32*2"/>
|
||||
<string english="Press left/right to move" translation="" explanation="" max="32*2"/>
|
||||
<string english="Press ACTION to flip" translation="" explanation="" max="32*3"/>
|
||||
<string english="Press ACTION to flip" translation="" explanation="***OUTDATED***" max="32*3"/>
|
||||
<string english="Press {button} to flip" translation="" explanation="expect `ACTION`" max="32*3"/>
|
||||
<string english="Press ENTER to view map and quicksave" translation="" explanation="***OUTDATED***" max="32*3"/>
|
||||
<string english="Press {button} to view map and quicksave" translation="" explanation="" max="32*3"/>
|
||||
<string english="If you prefer, you can press UP or DOWN instead of ACTION to flip." translation="" explanation="" max="34*3"/>
|
||||
|
||||
Reference in New Issue
Block a user