forked from bmeike/ProgrammingAndroid2Examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
44 lines (36 loc) · 1.94 KB
/
Copy pathstrings.xml
File metadata and controls
44 lines (36 loc) · 1.94 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="hello">Hello World, FinchWelcome!</string>
<string name="app_name">Finch</string>
<string name="finch_video_app_name">Finch Video</string>
<string name="finch_video_update_content">Update Content</string>
<string name="finch_video_search">Search Videos</string>
<string name="checkbox_app_name">Checkbox App</string>
<dimen name="finch_video_padding">2px</dimen>
<string-array name="finchwelcomemenustrings">
<item>"Preferences"</item>
</string-array>
<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="bluetooth_tools">Bluetooth tools</string>
<string name="lifecycle_explorer">Lifecycle explorer</string>
<string name="animation_example">Animation</string>
<string name="connect">Connect a device</string>
<string name="discoverable">Make discoverable</string>
<!-- Bluetooth errors -->
<string name="bt_connection_lost">Connection lost</string>
<string name="bt_unable">Unable to connect</string>
</resources>