PDA UI refactor and cartridges (#11335)
* Work on cartridges * Work on PDA UI * Work on PDA UIs program list * Work on PDA UI borders * Add DeviceNetworkingComponent to the pda base prototype * Fix submodule version * Fix cartridge loader ui key * Fix pda menu xaml * Implement relaying ui messages * Finish implementing the notekeeper cartridge * Fix submodule version * Fix errors from merging master * Fix test failing * Implement setting preinstalled programs * Add some documentation to CartridgeLoaderSystem * Add more doc comments * Add localization to program names * Implement review suggestions * Fix background programs receiving events twice when active
This commit is contained in:
@@ -8,10 +8,18 @@ comp-pda-ui-blank = ID:
|
||||
|
||||
comp-pda-ui-owner = Owner: [color=white]{$ActualOwnerName}[/color]
|
||||
|
||||
pda-bound-user-interface-main-menu-tab-title = Main Menu
|
||||
comp-pda-io-program-list-button = Programs
|
||||
|
||||
comp-pda-io-settings-button = Settings
|
||||
|
||||
comp-pda-io-program-fallback-title = Program
|
||||
|
||||
comp-pda-io-no-programs-available = No Programs Available
|
||||
|
||||
pda-bound-user-interface-uplink-tab-title = Uplink
|
||||
|
||||
pda-bound-user-interface-uplink-tab-description = Access your uplink
|
||||
|
||||
comp-pda-ui-menu-title = PDA
|
||||
|
||||
comp-pda-ui-station = Station: [color=white]{$Station}[/color]
|
||||
@@ -22,10 +30,14 @@ comp-pda-ui-eject-pen-button = Eject Pen
|
||||
|
||||
comp-pda-ui-ringtone-button = Ringtone
|
||||
|
||||
comp-pda-ui-ringtone-button-description = Change your PDA's ringtone
|
||||
|
||||
comp-pda-ui-toggle-flashlight-button = Toggle Flashlight
|
||||
|
||||
pda-bound-user-interface-music-button = Music Instrument
|
||||
|
||||
pda-bound-user-interface-music-button-description = Play music on your PDA
|
||||
|
||||
comp-pda-ui-unknown = Unknown
|
||||
|
||||
comp-pda-ui-unassigned = Unassigned
|
||||
|
||||
Reference in New Issue
Block a user