Some more hard-coded text removal

This commit is contained in:
Joonas Rikkonen
2017-12-27 14:40:33 +02:00
parent 2894b74edc
commit 4f0b190371
12 changed files with 135 additions and 82 deletions
+60 -5
View File
@@ -22,19 +22,31 @@
<StartServerButton>Start</StartServerButton>
<!-- Settings menu -->
<Settings>Settings</Settings>
<Resolution>Resolution</Resolution>
<DisplayMode>Display mode</DisplayMode>
<Fullscreen>Fullscreen</Fullscreen>
<Windowed>Windowed</Windowed>
<BorderlessWindowed>Borderless windowed</BorderlessWindowed>
<EnableVSync>Enable vertical sync</EnableVSync>
<SoundVolume>Sound volume</SoundVolume>
<MusicVolume>Music volume</MusicVolume>
<Controls>Controls</Controls>
<ContentPackage>Content package</ContentPackage>
<ApplySettingsButton>Apply</ApplySettingsButton>
<ApplySettingsLabel>Apply changes?</ApplySettingsLabel>
<ApplySettingsQuestion>Do you want to apply the settings or discard the changes?</ApplySettingsQuestion>
<ApplySettingsYes>Apply</ApplySettingsYes>
<ApplySettingsNo>Discard</ApplySettingsNo>
<RestartRequiredLabel>Restart required</RestartRequiredLabel>
<RestartRequiredText>You need to restart the game for the resolution changes to take effect.</RestartRequiredText>
<!-- Round summary -->
<progress>[sub] has made its way to [location].</progress>
<progress>[sub] has arrived at [location].</progress>
<return>[sub] has returned to [location].</return>
<gameover>The ocean has claimed [sub] and its crew.</gameover>
<RoundSummaryProgress>[sub] has made its way to [location].</RoundSummaryProgress>
<RoundSummaryProgress>[sub] has arrived at [location].</RoundSummaryProgress>
<RoundSummaryReturn>[sub] has returned to [location].</RoundSummaryReturn>
<RoundSummaryGameOver>The ocean has claimed [sub] and its crew.</RoundSummaryGameOver>
<RoundSummaryCrewStatus>Crew status</RoundSummaryCrewStatus>
<!-- Character HUD -->
<OxygenBarInfo>Running out of oxygen!</OxygenBarInfo>
@@ -42,6 +54,11 @@
<Grabbing>Grabbing</Grabbing>
<Stun>Stun</Stun>
<!-- Status -->
<StatusOK>OK</StatusOK>
<Unconscious>Unconscious</Unconscious>
<Injured>Injured</Injured>
<!-- Misc -->
<Yes>Yes</Yes>
<No>No</No>
@@ -49,19 +66,29 @@
<Skills>Skills</Skills>
<Male>Male</Male>
<Female>Female</Female>
<Order>Order</Order>
<Submarine>Submarine</Submarine>
<Shuttle>Shuttle</Shuttle>
<RespawnShuttle>Respawn shuttle</RespawnShuttle>
<Editing>Editing</Editing>
<Error>Error</Error>
<Warning>Warning</Warning>
<None>None</None>
<Close>Close</Close>
<Cancel>Cancel</Cancel>
<Delete>Delete</Delete>
<Load>Load</Load>
<Back>Back</Back>
<ManagePlayers>Manage players</ManagePlayers>
<DeleteDialogLabel>Delete file?</DeleteDialogLabel>
<DeleteDialogQuestion>Are you sure you want to delete "[file]"?</DeleteDialogQuestion>
<DeleteFileError>Could not delete file "[file]"!</DeleteFileError>
<!-- Mission info -->
<NoMission>No mission</NoMission>
<MissionReward>Reward: [reward]</MissionReward>
<!-- Campaign setup menu -->
<LoadButton>Load</LoadButton>
<DeleteButton>Delete</DeleteButton>
@@ -177,7 +204,35 @@
<SaveSubDialogName>Name</SaveSubDialogName>
<SaveSubDialogDescription>Description</SaveSubDialogDescription>
<SaveSubDialogSettings>Settings</SaveSubDialogSettings>
<NoHullsWarning>No hulls found in the submarine. Hulls determine the "borders" of an individual room and are required for water and air distribution to work correctly.</NoHullsWarning>
<DisconnectedVentsWarning>The submarine contains vents which haven't been linked to an oxygen generator. Select a vent and click an oxygen generator while holding space to link them.</DisconnectedVentsWarning>
<NoWaypointsWarning>No waypoints found in the submarine. AI controlled crew members won't be able to navigate without waypoints.</NoWaypointsWarning>
<NoCargoSpawnpointWarning>"The submarine does not have spawnpoints for cargo (which are used for determining where to place bought items). To fix this, create a new spawnpoint and change its "spawn type" parameter to "cargo".</NoCargoSpawnpointWarning>
<FarAwayEntitiesWarning>One or more structures have been placed very far from the submarine. Show the structures?</FarAwayEntitiesWarning>
<!-- Waypoints -->
<Waypoint>Waypoint</Waypoint>
<LinkWaypoint>Hold space to link to another waypoint</LinkWaypoint>
<Spawnpoint>Spawnpoint</Spawnpoint>
<SpawnType>Spawn type</SpawnType>
<IDCardDescription>ID Card description</IDCardDescription>
<IDCardDescriptionTooltip>Characters spawning at this spawnpoint will have the specified description added to their ID card. This can be used to describe additional access levels their card has on the sub.</IDCardDescriptionTooltip>
<IDCardTags>ID Card tags</IDCardTags>
<IDCardTagsTooltip>Characters spawning at this spawnpoint will have the specified tags added to their ID card. You can, for example, use these tags to limit access to some parts of the sub.</IDCardTagsTooltip>
<SpawnpointJobs>Assigned jobs</SpawnpointJobs>
<SpawnpointJobsTooltip>Only characters with the specified job will spawn at this spawnpoint.</SpawnpointJobsTooltip>
<!-- Linked subs -->
<LinkedSub>Linked submarine</LinkedSub>
<ReloadLinkedSub>Refresh</ReloadLinkedSub>
<ReloadLinkedSubTooltip>Reload the linked submarine from the specified file</ReloadLinkedSubTooltip>
<LinkLinkedSub>Hold space to link to a docking port</LinkLinkedSub>
<ReloadLinkedSubError>Submarine file [file] not found!</ReloadLinkedSubError>
<!-- Chat -->
<SpamFilterKicked>You have been kicked by the spam filter.</SpamFilterKicked>
<SpamFilterBlocked>You have been blocked by the spam filter. Try again after 10 seconds.</SpamFilterBlocked>
<!-- Causes of death -->
<CauseOfDeath.Damage>Succumbed to their injuries</CauseOfDeath.Damage>
<CauseOfDeath.Bloodloss>Bled out</CauseOfDeath.Bloodloss>