Add a PC menu header to show PC status

This commit is contained in:
Cameron Gutman
2020-12-13 13:05:36 -06:00
parent ab0531aa76
commit f26b384697
2 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
<string name="help_loading_msg">Loading help page…</string>
<!-- PC view menu entries -->
<string name="pcview_menu_header_online">PC Status: Online</string>
<string name="pcview_menu_header_offline">PC Status: Offline</string>
<string name="pcview_menu_header_unknown">PC Status: Refreshing</string>
<string name="pcview_menu_app_list">View All Apps</string>
<string name="pcview_menu_pair_pc">Pair with PC</string>
<string name="pcview_menu_unpair_pc">Unpair</string>