Add AMI screen

This commit is contained in:
2023-03-07 22:35:12 +01:00
parent d26339e265
commit 81b7a23a34
43 changed files with 1447 additions and 45 deletions

View File

@ -4,6 +4,29 @@
<Language Id="GB" />
</Languages>
<Texts>
<TextGroup Id="MissionNamesHuge">
<Text Id="Inspection_Huge" Alignment="Center" TypographyId="Chinat_Huge">
<Translation Language="GB">Inspection</Translation>
</Text>
<Text Id="EBS_Huge" Alignment="Center" TypographyId="Chinat_Huge">
<Translation Language="GB">EBS Test</Translation>
</Text>
<Text Id="Trackdrive_Huge" Alignment="Center" TypographyId="Chinat_Huge">
<Translation Language="GB">Trackdrive</Translation>
</Text>
<Text Id="AutoX_Huge" Alignment="Center" TypographyId="Chinat_Huge">
<Translation Language="GB">Autocross</Translation>
</Text>
<Text Id="Skidpad_Huge" Alignment="Center" TypographyId="Chinat_Huge">
<Translation Language="GB">Skidpad</Translation>
</Text>
<Text Id="Accel_Huge" Alignment="Center" TypographyId="Chinat_Huge">
<Translation Language="GB">Acceleration</Translation>
</Text>
<Text Id="Invalid_Huge" Alignment="Center" TypographyId="Chinat_Huge">
<Translation Language="GB">Invalid Mission!</Translation>
</Text>
</TextGroup>
<TextGroup Id="MissionNames">
<Text Id="Manual" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Manual Driving</Translation>
@ -28,6 +51,9 @@
</Text>
</TextGroup>
<TextGroup Id="Unsorted">
<Text Id="__SingleUse_SDGP" Alignment="Left" TypographyId="Chinat_Large">
<Translation Language="GB">Current Mission:</Translation>
</Text>
<Text Id="__SingleUse_M5X7" Alignment="Center" TypographyId="Chinat_Small">
<Translation Language="GB">Invalid Mission</Translation>
</Text>
@ -40,5 +66,6 @@
<Typography Id="Default" Font="verdana.ttf" Size="20" Bpp="4" Direction="LTR" FallbackCharacter="?" />
<Typography Id="Chinat_Large" Font="CHINN___.ttf" Size="30" Bpp="4" Direction="LTR" FallbackCharacter="?" />
<Typography Id="Chinat_Small" Font="CHINN___.ttf" Size="20" Bpp="4" Direction="LTR" FallbackCharacter="?" />
<Typography Id="Chinat_Huge" Font="CHINN___.ttf" Size="40" Bpp="4" Direction="LTR" FallbackCharacter="?" />
</Typographies>
</TextDatabase>