tv-controller-android/app/src/main/res/values/strings.xml

24 lines
1.4 KiB
XML

<resources>
<string name="app_name">TV Controller</string>
<string name="settings_title">Settings</string>
<string name="server_url_label">Server URL</string>
<string name="device_name_label">Device name</string>
<string name="registration_code_label">Registration code</string>
<string name="server_settings_heading">Server settings</string>
<string name="controller_settings_heading">Controller settings</string>
<string name="server_connection_label">Connection state</string>
<string name="connection_state_disconnected">disconnected</string>
<string name="save_button_label">Save</string>
<string name="connect_button_label">Connect</string>
<string name="server_address_label">Server address</string>
<string name="connection_state_unregistered">unregistered</string>
<string name="connection_state_registered">registered</string>
<string name="controller_state_bluetooth_disabled">Bluetooth is turned off</string>
<string name="paired_devices_label">Paired devices</string>
<string name="scanned_devices_label">Scanned devices</string>
<string name="connect_controller_title">Connect controller</string>
<string name="bluetooth_state_connecting">connecting</string>
<string name="bluetooth_state_connected">connected</string>
<string name="bluetooth_state_disconnected">disconnected</string>
<string name="disconnect_button_label">Disconnect</string>
</resources>