Misc. cleanup of UI / Removed 'font scale' var / Removed [orange]
This commit is contained in:
@@ -19,7 +19,7 @@ text.highscore = [accent]New highscore\!
|
||||
text.wave.lasted = You lasted until wave [accent]{0}[].
|
||||
text.level.highscore = High Score\: [accent]{0}
|
||||
text.level.delete.title = Confirm Delete
|
||||
text.map.delete = Are you sure you want to delete the map "[orange]{0}[]"?
|
||||
text.map.delete = Are you sure you want to delete the map "[accent]{0}[]"?
|
||||
text.level.select = Level Select
|
||||
text.level.mode = Gamemode\:
|
||||
text.construction.desktop = To deselect a block or stop building, [accent]use space[].
|
||||
@@ -54,7 +54,7 @@ text.mission.wave = Survive[accent] {0}/{1} []waves\nWave in {2}
|
||||
text.mission.wave.enemies = Survive[accent] {0}/{1} []waves\n{2} Enemies
|
||||
text.mission.wave.enemy = Survive[accent] {0}/{1} []waves\n{2} Enemy
|
||||
text.mission.wave.menu = Survive[accent] {0}[] waves
|
||||
text.mission.battle = Destroy the enemy core
|
||||
text.mission.battle = Destroy enemy core
|
||||
text.mission.resource.menu = Obtain {0} x{1}
|
||||
text.mission.resource = Obtain {0}\:\n[accent]{1}/{2}[]
|
||||
text.mission.block = Create {0}
|
||||
@@ -140,7 +140,7 @@ text.connecting.data = [accent]Loading world data...
|
||||
text.server.port = Port\:
|
||||
text.server.addressinuse = Address already in use\!
|
||||
text.server.invalidport = Invalid port number\!
|
||||
text.server.error = [crimson]Error hosting server\: [orange]{0}
|
||||
text.server.error = [crimson]Error hosting server\: [accent]{0}
|
||||
text.save.old = This save is for an older version of the game, and can no longer be used.\n\n[LIGHT_GRAY]Save backwards compatibility will be implemented in the full 4.0 release.
|
||||
text.save.new = New Save
|
||||
text.save.overwrite = Are you sure you want to overwrite\nthis save slot?
|
||||
@@ -151,17 +151,17 @@ text.savefail = Failed to save game\!
|
||||
text.save.delete.confirm = Are you sure you want to delete this save?
|
||||
text.save.delete = Delete
|
||||
text.save.export = Export Save
|
||||
text.save.import.invalid = [orange]This save is invalid\!
|
||||
text.save.import.fail = [crimson]Failed to import save\: [orange]{0}
|
||||
text.save.export.fail = [crimson]Failed to export save\: [orange]{0}
|
||||
text.save.import.invalid = [accent]This save is invalid\!
|
||||
text.save.import.fail = [crimson]Failed to import save\: [accent]{0}
|
||||
text.save.export.fail = [crimson]Failed to export save\: [accent]{0}
|
||||
text.save.import = Import Save
|
||||
text.save.newslot = Save name\:
|
||||
text.save.rename = Rename
|
||||
text.save.rename.text = New name\:
|
||||
text.selectslot = Select a save.
|
||||
text.slot = [accent]Slot {0}
|
||||
text.save.corrupted = [orange]Save file corrupted or invalid\!\nIf you have just updated your game, this is probably a change in the save format and [scarlet]not[] a bug.
|
||||
text.sector.corrupted = [orange]A save file for this sector was found, but loading failed.\nA new one has been created.
|
||||
text.save.corrupted = [accent]Save file corrupted or invalid\!\nIf you have just updated your game, this is probably a change in the save format and [scarlet]not[] a bug.
|
||||
text.sector.corrupted = [accent]A save file for this sector was found, but loading failed.\nA new one has been created.
|
||||
text.empty = <empty>
|
||||
text.on = On
|
||||
text.off = Off
|
||||
@@ -182,11 +182,11 @@ text.back = Back
|
||||
text.quit.confirm = Are you sure you want to quit?
|
||||
text.changelog.title = Changelog
|
||||
text.changelog.loading = Getting changelog...
|
||||
text.changelog.error.android = [orange]Note that the changelog sometimes does not work on Android 4.4 and below\!\nThis is due to an internal Android bug.
|
||||
text.changelog.error.ios = [orange]The changelog is currently not supported in iOS.
|
||||
text.changelog.error.android = [accent]Note that the changelog sometimes does not work on Android 4.4 and below\!\nThis is due to an internal Android bug.
|
||||
text.changelog.error.ios = [accent]The changelog is currently not supported in iOS.
|
||||
text.changelog.error = [scarlet]Error getting changelog\!\nCheck your internet connection.
|
||||
text.changelog.current = [yellow][[Current version]
|
||||
text.changelog.latest = [orange][[Latest version]
|
||||
text.changelog.latest = [accent][[Latest version]
|
||||
text.loading = [accent]Loading...
|
||||
text.saving = [accent]Saving...
|
||||
text.wave = [accent]Wave {0}
|
||||
@@ -216,8 +216,8 @@ text.editor.description = Description\:
|
||||
text.editor.name = Name\:
|
||||
text.editor.teams = Teams
|
||||
text.editor.elevation = Elevation
|
||||
text.editor.errorimageload = Error loading file\:\n[orange]{0}
|
||||
text.editor.errorimagesave = Error saving file\:\n[orange]{0}
|
||||
text.editor.errorimageload = Error loading file\:\n[accent]{0}
|
||||
text.editor.errorimagesave = Error saving file\:\n[accent]{0}
|
||||
text.editor.generate = Generate
|
||||
text.editor.resize = Resize
|
||||
text.editor.loadmap = Load Map
|
||||
|
||||
Reference in New Issue
Block a user