GravityGeneratorWindow to XAML UI (#4638)

* Move color handling to localization strings, small improvements

* Create/move files to UI namespace

* Actually change namespace

* Move to XAML

* Improve localization
This commit is contained in:
Visne
2021-09-19 18:59:55 +02:00
committed by GitHub
parent a9b3b5136b
commit 5063689d81
5 changed files with 111 additions and 110 deletions

View File

@@ -1,8 +1,8 @@
## UI
gravity-generator-window-title = Gravity Generator Control
gravity-generator-window-status-label = Current Status:
gravity-generator-window-status-label = Current Status: {$status}
gravity-generator-window-turn-off-button = Turn off
gravity-generator-window-turn-on-button = Turn on
gravity-generator-window-is-on = On
gravity-generator-window-is-off = Off
gravity-generator-window-is-on = [color=green]On[/color]
gravity-generator-window-is-off = [color=red]Off[/color]