strings.xml revision b0fa09caef6a0748a568dc2a89f5d94b85423bb2
1<?xml version="1.0" encoding="utf-8"?>
2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
3    <!--
4        This is the short description of a permission associated with the
5        Bluetooth Share Manager. It is displayed as part of the description of
6        any application that was granted that permission. This specific
7        permission controls access to the Bluetooth Share Manager by
8        applications that initiate Bluetooth share.
9    -->
10    <string name="permlab_bluetoothShareManager">Access download manager.</string>
11    <!--
12        This is the long description of a permission associated with the
13        Android Download Manager. It is displayed as part of the description
14        of any application that was granted that permission. This specific
15        permission controls access to the Download Manager by applications
16        that initiate downloads.
17    -->
18    <string name="permdesc_bluetoothShareManager">Allows the application to access the
19        BluetoothShare manager and to use it to transfer files. </string>
20
21    <!-- string showed on "Share picutre via" dialog -->
22    <string name="bt_share_picker_label">Bluetooth</string>
23
24    <!-- string for "unknown device" -->
25    <string name="unknown_device">Unknown device</string>
26
27    <!-- string for "the title of airplane mode error" -->
28    <string name="airplane_error_title">Airplane mode</string>
29    <!-- string for "error message in airplane mode" -->
30    <string name="airplane_error_msg">You can\'t use Bluetooth when the phone is in airplane mode.</string>
31
32    <!-- Activate Bluetooth Confirmation Dialog -->
33    <!--Title -->
34    <string name="bt_enable_title">Bluetooth</string>
35    <!--Line 1 -->
36    <string name="bt_enable_line1">To use Bluetooth services, you must first turn on Bluetooth.</string>
37    <!--Line 2 -->
38    <string name="bt_enable_line2">Turn on Bluetooth now?</string>
39    <!-- Label for a cancel button. -->
40    <string name="bt_enable_cancel">Cancel</string>
41    <!-- Label for a confirm button.-->
42    <string name="bt_enable_ok">Turn on</string>
43
44    <!-- Bluetooth File Transfer Acceptance Dialog -->
45    <!--Title -->
46    <string name="incoming_file_confirm_title">File transfer</string>
47    <!--content -->
48    <string name="incoming_file_confirm_content">\u0022%1$s\u0022 wants to send you %2$s (%3$s). \n\n Accept the file? </string>
49    <!-- Label for a cancel button. -->
50    <string name="incoming_file_confirm_cancel">Decline</string>
51    <!-- Label for a confirm button.-->
52    <string name="incoming_file_confirm_ok">Accept</string>
53    <!-- Label for timeout OK button.-->
54    <string name="incoming_file_confirm_timeout_ok">Ok</string>
55    <!-- content for timeout-->
56    <string name="incoming_file_confirm_timeout_content">There was time out to accept incoming file from \u0022%1$s\u0022</string>
57
58    <!-- Bluetooth File Transfer Acceptance Notification item -->
59    <string name="incoming_file_confirm_Notification_title">Bluetooth share: Incoming file</string>
60    <string name="incoming_file_confirm_Notification_caption">Please confirm you want to receive this file</string>
61    <string name="incoming_file_toast_msg">There is an incoming file from another device,
62        please confirm that you want to receive this file</string>
63
64    <!-- Inbound File Transfer Progress Notification item -->
65    <!-- label for the notification item of receiving file -->
66    <string name="notification_receiving">Bluetooth share: Receiving %1$s</string>
67    <!-- label for the notification item of received file -->
68    <string name="notification_received">Bluetooth share: Received %1$s</string>
69    <!-- label for the notification item of received file -status -->
70    <string name="notification_received_complete">100% complete</string>
71    <!-- label for the notification item of failed receiving file -->
72    <string name="notification_received_fail">Bluetooth share: File %1$s not received</string>
73
74    <!-- Outbound File Transfer Progress Notification item -->
75    <!-- label for the notification item of sending file -->
76    <string name="notification_sending">Bluetooth share: Sending %1$s</string>
77    <!-- label for the notification item of sending files -->
78    <string name="notification_sending_multi">Bluetooth share: Sending file</string>
79    <!-- label for the notification item of sent file -->
80    <string name="notification_sent">Bluetooth share: Sent %1$s</string>
81    <!-- label for the notification item of sent file -status -->
82    <string name="notification_sent_complete">100% complete</string>
83    <!-- label for the notification item of failed sending file -->
84    <string name="notification_sent_fail">Bluetooth share: File %1$s not sent</string>
85
86    <!-- Bluetooth Download Progress Dialog -->
87    <!--Title -->
88    <string name="download_title">File transfer</string>
89    <!--Line 1 -->
90    <string name="download_line1">From: \u0022%1$s\u0022</string>
91    <!--Line 2 -->
92    <string name="download_line2">File: %1$s</string>
93    <!--Line 3 -->
94    <string name="download_line3">File size: %1$s</string>
95    <!--Line 4 -->
96    <string name="download_line4"></string>
97    <string name="download_line5">Receiving file\u2026</string>
98    <!-- Label for a cancel button. -->
99    <string name="download_cancel">Stop</string>
100    <!-- Label for a hide button.-->
101    <string name="download_ok">Hide</string>
102
103    <!-- Bluetooth failed Download  Dialog -->
104    <!--Line 1  -->
105    <string name="download_fail_line1">File not received</string>
106    <!--Line 2  -->
107    <string name="download_fail_line2">File: %1$s</string>
108    <!--Line 3  -->
109    <string name="download_fail_line3">Failure reason: %1$s</string>
110    <!-- Label for ok button.-->
111    <string name="download_fail_ok">OK</string>
112
113    <!-- Bluetooth Successful Download  Dialog -->
114    <!--Line 4 in "Bluetooth Download Progress Dialog" -->
115    <string name="download_succ_line5">File received</string>
116    <!-- Label for a OK button.-->
117    <string name="download_succ_ok">Open</string>
118
119    <!-- Bluetooth Upload Progress Dialog -->
120    <string name="upload_line1">To: \u0022%1$s\u0022</string>
121    <string name="upload_line3">File Type: %1$s (%2$s)</string>
122    <string name="upload_line5">Sending file\u2026</string>
123
124    <!-- Bluetooth Successful Upload Progress Dialog -->
125    <!--Line 4 -->
126    <string name="upload_succ_line5">File sent</string>
127    <!-- Label for a confirm button.-->
128    <string name="upload_succ_ok">OK</string>
129
130    <!-- Bluetooth Failed Upload File Transfer Dialog -->
131    <string name="upload_fail_line1">The file was not sent to \u0022%1$s\u0022.</string>
132    <string name="upload_fail_line1_2">File: %1$s</string>
133    <!-- Label for a try again button.-->
134    <string name="upload_fail_ok">Try again</string>
135    <!-- Label for a cancel button.-->
136    <string name="upload_fail_cancel">Close</string>
137
138    <!-- Bluetooth error dialog -->
139    <string name="bt_error_btn_ok">OK</string>
140    <string name="unknown_file">Unknown file</string>
141    <string name="unknown_file_desc">There is no application to handle this file type. \n</string>
142    <string name="not_exist_file">File does not exist</string>
143    <string name="not_exist_file_desc">The file does not exist! \n</string>
144
145    <!-- Bluetooth  Enabling progress dialog -->
146    <string name="enabling_progress_title">Please wait\u2026</string>
147    <string name="enabling_progress_content">Turning on bluetooth\u2026</string>
148
149    <!-- Bluetooth Toast Message -->
150    <string name="bt_toast_1">The file will be received. Check progress in the Notifications panel.</string>
151    <string name="bt_toast_2">The file will not be received.</string>
152    <string name="bt_toast_3">Stopped receiving file from \u0022%1$s\u0022</string>
153    <string name="bt_toast_4">Sending file to \u0022%1$s\u0022</string>
154    <string name="bt_toast_5">Sending %1$s files to \u0022%2$s\u0022</string>
155    <string name="bt_toast_6">Stopped sending file to \u0022%1$s\u0022</string>
156    <string name="bt_toast_7">Stopped sending %1$s files to \u0022%2$s\u0022</string>
157
158    <!-- Bluetooth System Messages -->
159    <string name="bt_sm_2_1">There is not enough space on the SD card to save the file from \u0022%1$s\u0022</string>
160    <string name="bt_sm_2_2">Space needed: %1$s</string>
161    <string name="bt_sm_3_1">\u0022%1$s\u0022 attempted to send you %2$s files. </string>
162    <string name="bt_sm_3_2">However, this device can only receive one file at a time. Ask the other party to send the remaining %1$s files individually.</string>
163
164    <!-- Bluetooth Transfer Failure Messages -->
165    <string name="bt_tf_1">\u0022%1$s\u0022 is unavailable.</string>
166    <string name="bt_tf_2">Cannot pair with \u0022%1$s\u0022.</string>
167    <string name="bt_tf_3">The connection was interrupted.</string>
168    <string name="bt_tf_4">\u0022%1$s\u0022 does not support file transfers.</string>
169    <string name="bt_tf_5">\u0022%1$s\u0022 cannot accept %2$s</string>
170    <string name="bt_tf_6">\u0022%1$s\u0022 declined to accept the file.</string>
171    <string name="bt_tf_7">The file could not be sent.</string>
172    <string name="bt_tf_8">The file could not be received.</string>
173    <string name="bt_tf_10">Locked memory card. You must unlock the memory card to save files.</string>
174    <string name="bt_tf_12">There is a file being transferred to a different device. Please wait\u2026</string>
175    <string name="bt_tf_13">Bluetooth is currently busy. Consider turning off another Bluetooth feature and trying again.</string>
176
177    <!-- Bluetooth Transfer Failure Reason -->
178    <string name="status_pending">File transfer not started yet</string>
179    <string name="status_running">File transfer is ongoing</string>
180    <string name="status_success">The file transfer has completed successfully</string>
181    <string name="status_not_accept">The phone can\'t handle this type of content</string>
182    <string name="status_forbidden">This transfer is forbidden by the target device</string>
183    <string name="status_canceled">This transfer was canceled by the user</string>
184    <string name="status_file_error">Storage issue</string>
185    <string name="status_no_sd_card">No SD card. Insert an SD card to save transferred files.</string>
186    <string name="status_connection_error">Connection failure</string>
187    <string name="status_protocol_error">The request can not be handled correctly</string>
188    <string name="status_unknown_error">Unknown error</string>
189
190    <!-- Bluetooth OPP Live Folder -->
191    <string name="btopp_live_folder">Bluetooth received</string>
192
193</resources>
194