forked from AndroidMontreal/UpAndRunningWithAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
30 lines (23 loc) · 1.18 KB
/
strings.xml
File metadata and controls
30 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Roogle rover</string>
<string name="app_name">Roogle rover</string>
<!-- BluetoothChat -->
<string name="send">Send</string>
<string name="not_connected">You are not connected to a device.</string>
<string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</string>
<string name="title_connecting">Connecting...</string>
<string name="title_connected_to">Connected: </string>
<string name="title_not_connected">Not connected.</string>
<!-- DeviceListActivity -->
<string name="scanning">Scanning for devices...</string>
<string name="select_device">Select a device to connect</string>
<string name="none_paired">No devices have been paired</string>
<string name="none_found">No devices found</string>
<string name="title_paired_devices">Paired Devices</string>
<string name="title_other_devices">Other Available Devices</string>
<string name="button_scan">Scan for devices</string>
<!-- Options Menu -->
<string name="connect">Connect a device</string>
<string name="discoverable">Make discoverable</string>
</resources>