Add cases for intermission replay options, button fillers in editor

The strings "Vitellary"/"Vermilion"/"Verdigris"/"Victoria" now have two
cases to support changing them for the intermission replay menu options
(like "with Vitellary").

Also, the string "< and > keys change tool" is now "{button1} and
{button2} keys change tool", so it can be changed dynamically without
having to retranslate the string.
This commit is contained in:
Dav999-v
2022-12-07 21:03:01 +01:00
committed by Misa Elizabeth Kai
parent 968e731178
commit 6a1ddad8f8
6 changed files with 50 additions and 29 deletions

View File

@@ -555,7 +555,7 @@
<string english="CURRENT SCRIPT: {name}" translation="" explanation="Commodore 64-style script editor. Char limit is soft, but the longer this is, the more often users&quot; script names run offscreen. Consider SCRIPT: instead" max="20"/>
<string english="Left click to place warp destination" translation="" explanation="warp token: small teleporter with entrance and destination" max="39"/>
<string english="Right click to cancel" translation="" explanation="" max="39"/>
<string english="&lt; and &gt; keys change tool" translation="" explanation="The &lt; and &gt; keys (actually , and . keys, even on non-US-QWERTY!) can be used to switch between tools" max="36"/>
<string english="{button1} and {button2} keys change tool" translation="" explanation="These keys can be used to switch between tools" max="36"/>
<string english="1: Walls" translation="" explanation="editor tool. Solid tiles" max="32"/>
<string english="2: Backing" translation="" explanation="editor tool. Non-solid background tiles" max="32"/>
<string english="3: Spikes" translation="" explanation="editor tool" max="32"/>
@@ -653,10 +653,14 @@ You have found the secret lab!" translation="" explanation="" max="34*4"/>
<string english="The secret lab is separate from the rest of the game. You can now come back here at any time by selecting the new SECRET LAB option in the play menu." translation="" explanation="" max="36*10"/>
<string english="Viridian" translation="" explanation="crewmate name (player)" max="15"/>
<string english="Violet" translation="" explanation="crewmate name" max="15"/>
<string english="Vitellary" translation="" explanation="crewmate name" max="15"/>
<string english="Vermilion" translation="" explanation="crewmate name" max="15"/>
<string english="Verdigris" translation="" explanation="crewmate name" max="15"/>
<string english="Victoria" translation="" explanation="crewmate name" max="15"/>
<string english="Vitellary" translation="" case="0" explanation="crewmate name" max="15"/>
<string english="Vermilion" translation="" case="0" explanation="crewmate name" max="15"/>
<string english="Verdigris" translation="" case="0" explanation="crewmate name" max="15"/>
<string english="Victoria" translation="" case="0" explanation="crewmate name" max="15"/>
<string english="Vitellary" translation="" case="1" explanation="crewmate name as menu option: Who do you want to play the level with?"/>
<string english="Vermilion" translation="" case="1" explanation="crewmate name as menu option: Who do you want to play the level with?"/>
<string english="Verdigris" translation="" case="1" explanation="crewmate name as menu option: Who do you want to play the level with?"/>
<string english="Victoria" translation="" case="1" explanation="crewmate name as menu option: Who do you want to play the level with?"/>
<string english="Starring" translation="" explanation="credits roll. Starring the following 6 crew members" max="20"/>
<string english="Captain Viridian" translation="" explanation="credits roll. Starring the following 6 crew members" max="27"/>
<string english="Doctor Violet" translation="" explanation="credits roll. Starring the following 6 crew members" max="27"/>