Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / android / examples / guiclient / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <string name="app_name">IoTivity Client Demo</string>
4     <string name="action_settings">Settings</string>
5     <string name="action_discard">Clear Items</string>
6     <string name="action_test">Developer Test Action</string>
7     <string name="edit_input">default-string-from-xml</string>
8     <string name="ok">OK</string>
9     <string name="cancel">Cancel</string>
10     <string name="attribute_name_not_set">Attribute Name not set</string>
11     <string name="attribute_value_not_set">Attribute Value not set</string>
12     <string name="resource_name_not_set">Resource Name not set</string>
13     <string name="resource_description_not_set">Resource Description not set</string>
14     <string name="unnamed_switch">Unnamed Switch</string>
15     <string name="unnamed_slider">Unnamed Slider</string>
16     <string name="oc_light_switch_toggle_text">Turn Light On/Off:</string>
17     <string name="discover_resources">Discover Resources</string>
18     <string name="no_resource_selected">No Resource Selected</string>
19     <string name="oc_led_switch_toggle_text">Turn LED on/off</string>
20     <string name="ui_resource_label_light">SimpleServer Light</string>
21     <string name="ui_resource_label_ambient_light_sensor">Edison Ambient Light Sensor</string>
22     <string name="ui_resource_label_platform_led">Edison Platform LED</string>
23     <string name="ui_resource_label_room_temperature_sensor">Edison Room Temp Sensor</string>
24     <string name="ui_attribute_label_ambient_light_sensor_reading">Ambient Light Level:</string>
25     <string name="ui_attribute_label_light_dimmer">Light Dimmer:</string>
26     <string name="ui_attribute_label_light_switch">Light Switch:</string>
27     <string name="ui_attribute_label_led_switch">LED switch:</string>
28     <string name="ui_attribute_label_room_temperature_sensor_reading">Temperature Reading:</string>
29 </resources>