OSDN Git Service

水準器の表示を少し変更。
[gokigen/A01c.git] / wear / src / main / res / values / strings.xml
1 <resources>
2     <string name="app_name">A01c</string>
3     <string name="hello_round">Hello Round World!</string>
4     <string name="hello_square">Hello Square World!</string>
5
6     <string name="connect_start">start</string>
7     <string name="connect_check_wifi">check WIFI</string>
8     <string name="connect_connect">connecting</string>
9     <string name="connect_connected">connected</string>
10     <string name="connect_change_run_mode">changeRunMode</string>
11     <string name="connect_restore_camera_settings">restoreCameraSettings</string>
12
13     <string name="fatal_cannot_use_camera">The CameraKit SDK can not work because the running mode of camera is UNKNOWN.   So please long press the power button of camera more than 8 seconds. (This is the camera reset operation.) After that turn on the camera power again.</string>
14     <string name="camera_reset_required">The camera reset operation is required.</string>
15     <string name="camera_disconnected">Disconnected</string>
16
17     <string name="dialog_title_confirmation">Confirmation</string>
18     <string name="dialog_positive_execute">Execute</string>
19     <string name="dialog_negative_cancel">Cancel</string>
20
21     <string name="dialog_message_power_off">Camera power off</string>
22
23     <string name="high_temperature_warning">TEMP</string>
24     <string name="exposure_metering_warning">EXP</string>
25     <string name="media_status_warning">MEDIA</string>
26     <string name="iso_sensitivity_warning">ISO</string>
27
28     <string name="dialog_start_load_property_message">Please Wait</string>
29     <string name="dialog_start_load_property_title">Setting Properties&#8230;</string>
30
31     <string name="dialog_start_save_property_message">Please Wait</string>
32     <string name="dialog_start_save_property_title">Storing Properties&#8230;</string>
33
34     <string name="restored_my_props">Restored Property : </string>
35     <string name="saved_my_props">Saved Property : </string>
36
37     <string name="description_control_button">Control Button</string>
38     <string name="text_message_blank"> </string>
39
40     <string name="shoot_camera">Capture!</string>
41     <string name="shoot_camera_failure">FAILED!</string>
42     <string name="message_none">---</string>
43 </resources>