OSDN Git Service

操作説明とプライバシーポリシーを開けるようにした。
[gokigen/A01f.git] / app / src / main / res / values / strings.xml
1 <resources>
2     <string name="app_name">a01f</string>
3
4     <!--   Use for MainActivity -->
5     <string name="permission_not_granted">Permissions not granted by the user.</string>
6
7     <!--  Use for xml/preference_main.xml -->
8     <string name="pref_cat_application_control">App. Control</string>
9     <string name="pref_exit_power_off">Exit Application</string>
10     <string name="pref_summary_exit_power_off"> </string>
11     <string name="pref_wifi_settings">WIFI Settings</string>
12     <string name="pref_summary_wifi_settings"> </string>
13
14     <string name="pref_cat_application_settings">App. Settings</string>
15     <string name="save_local_location">Save local location</string>
16     <string name="notification_title">Use Notification</string>
17     <string name="pref_use_camerax_preview">Use Camera preview(need restart)</string>
18     <string name="pref_connection_method">Camera Connection Method</string>
19     <string name="pref_summary_connection_method"> </string>
20
21     <string name="pref_cat_camera">Camera</string>
22     <string name="pref_self_timer_count">Self Timer Seconds</string>
23     <string name="pref_show_grid">Show Grid</string>
24     <string name="pref_summary_show_grid"> </string>
25     <string name="pref_capture_both_camera_and_live_view">Capture LiveView Image</string>
26     <string name="pref_summary_capture_both_live_view">Captures a LiveView image.</string>
27
28     <string name="pref_cat_gokigen">GOKIGEN</string>
29     <string name="pref_instruction_manual">Instructions</string>
30     <string name="pref_privacy_policy">Privacy Policy</string>
31     <string name="pref_degug_info">Debug Information</string>
32     <string name="pref_summary_debug_info">LogCat Information</string>
33
34     <string name="pref_instruction_manual_url">https://osdn.net/projects/gokigen/wiki/A01f</string>
35     <string name="pref_privacy_policy_url">https://osdn.net/projects/gokigen/wiki/PrivacyPolicy</string>
36
37     <string name="pref_for_object_detection_model_file"> Object Detection Model  : </string>
38     <string name="pref_for_object_detection_label_map_file"> Object Detect Label Map : </string>
39
40     <!--  Use for jp.osdn.gokigen.gokigenassets.constants.IApplicationConstantConvert -->
41     <string name="blank"> </string>
42     <string name="app_location">AirA01a</string>
43     <string name="dialog_positive_execute">OK</string>
44     <string name="dialog_negative_cancel">Cancel</string>
45     <string name="dialog_title_exit_application">Exit Application</string>
46     <string name="dialog_message_exit_application">Exit Application</string>
47     <string name="dialog_confirm_title_output_log">Share debug log</string>
48     <string name="dialog_confirm_message_output_log">Share the debug log, OK?</string>
49     <string name="action_refresh">Refresh</string>
50     <string name="finish_refresh">Finish refresh.</string>
51     <string name="capture_success">Photo capture succeeded: </string>
52
53     <!--  Use for jp.osdn.gokigen.gokigenassets.constants.ICameraConstantConvert -->
54     <string name="connect_start">start</string>
55     <string name="connect_check_wifi">check WIFI</string>
56     <string name="connect_connect">connecting</string>
57     <string name="connect_connecting">connecting&#8230;</string>
58     <string name="connect_connected">connected</string>
59     <string name="connect_connect_finished">connect finished.</string>
60     <string name="connect_change_run_mode">changeRunMode</string>
61     <string name="connect_restore_camera_settings">restoreCameraSettings</string>
62     <string name="connect_camera_detected">Detected a camera</string>
63     <string name="connect_camera_search_request">Camera Search</string>
64     <string name="connect_camera_found">Found a camera</string>
65     <string name="connect_camera_wait_reply">Wait reply from a camera</string>
66     <string name="connect_camera_received_reply">Received reply from a camera</string>
67     <string name="connect_receive_unknown_message">Received a unknown message.</string>
68
69     <string name="camera_not_found">Not Found&#8230;</string>
70     <string name="camera_connect_response_ng">Camera replies NG.</string>
71     <string name="connect_camera_rejected">Camera rejected.</string>
72
73     <string name="dialog_title_connect_failed">Connect failed.</string>
74     <string name="dialog_button_retry">Retry</string>
75     <string name="dialog_button_network_settings">WiFi Settings</string>
76
77     <string name="dialog_title_confirmation">Confirmation</string>
78     <string name="dialog_message_power_off">Power Off</string>
79     <string name="dialog_message_exit">Exit Application</string>
80
81     <string name="command_line_disconnected">Camera control line is disconnected.</string>
82
83 </resources>