1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2007 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17    <!--
18        This is the short description of a permission associated with the
19        Bluetooth Share Manager. It is displayed as part of the description of
20        any application that was granted that permission. This specific
21        permission controls access to the Bluetooth Share Manager by
22        applications that initiate Bluetooth share.
23    -->
24    <string name="permlab_bluetoothShareManager">Access download manager.</string>
25    <!--
26        This is the long description of a permission associated with the
27        Android Download Manager. It is displayed as part of the description
28        of any application that was granted that permission. This specific
29        permission controls access to the Download Manager by applications
30        that initiate downloads.
31    -->
32    <string name="permdesc_bluetoothShareManager">Allows the app to access the
33        BluetoothShare manager and use it to transfer files. </string>
34
35    <string name="permlab_bluetoothWhitelist">Whitelist bluetooth device access.</string>
36
37    <string name="permdesc_bluetoothWhitelist">Allows the app to temporarily whitelist
38        a Bluetooth device, allowing that device to send files to this device without user
39        confirmation.</string>
40
41    <!-- string showed on "Share picutre via" dialog -->
42    <string name="bt_share_picker_label">Bluetooth</string>
43
44    <!-- string for "unknown device" -->
45    <string name="unknown_device">Unknown device</string>
46
47    <!-- string for "unknown" phone number" -->
48    <string name="unknownNumber">Unknown</string>
49
50    <!-- string for "the title of airplane mode error" -->
51    <string name="airplane_error_title">Airplane mode</string>
52    <!-- string for "error message in airplane mode" -->
53    <string name="airplane_error_msg">You can\'t use Bluetooth in Airplane mode.</string>
54
55    <!-- Activate Bluetooth Confirmation Dialog -->
56    <!--Title -->
57    <string name="bt_enable_title"></string>
58    <!--Line 1 -->
59    <string name="bt_enable_line1">To use Bluetooth services, you must first turn on Bluetooth.</string>
60    <!--Line 2 -->
61    <string name="bt_enable_line2">Turn on Bluetooth now?</string>
62    <!-- Label for a cancel button. -->
63    <string name="bt_enable_cancel">Cancel</string>
64    <!-- Label for a confirm button.-->
65    <string name="bt_enable_ok">Turn on</string>
66
67    <!-- Bluetooth File Transfer Acceptance Dialog -->
68    <!--Title -->
69    <string name="incoming_file_confirm_title">File transfer</string>
70    <!--content -->
71    <string name="incoming_file_confirm_content">Accept incoming file? </string>
72    <!-- Label for a cancel button. -->
73    <string name="incoming_file_confirm_cancel">Decline</string>
74    <!-- Label for a confirm button.-->
75    <string name="incoming_file_confirm_ok">Accept</string>
76    <!-- Label for timeout OK button.-->
77    <string name="incoming_file_confirm_timeout_ok">OK</string>
78    <!-- content for timeout-->
79    <string name="incoming_file_confirm_timeout_content">There was a timeout while accepting an incoming file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
80
81    <!-- Bluetooth File Transfer Acceptance Notification item -->
82    <string name="incoming_file_confirm_Notification_title">Bluetooth share: Incoming file</string>
83    <string name="incoming_file_confirm_Notification_caption">Do you want to receive this file?</string>
84    <string name="incoming_file_toast_msg">Incoming file from another device.
85        Confirm you want to receive this file.</string>
86
87    <!-- Inbound File Transfer Progress Notification item -->
88    <!-- label for the notification item of receiving file -->
89    <string name="notification_receiving">Bluetooth share: Receiving <xliff:g id="file">%1$s</xliff:g></string>
90    <!-- label for the notification item of received file -->
91    <string name="notification_received">Bluetooth share: Received <xliff:g id="file">%1$s</xliff:g></string>
92    <!-- label for the notification item of failed receiving file -->
93    <string name="notification_received_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not received</string>
94
95    <!-- Outbound File Transfer Progress Notification item -->
96    <!-- label for the notification item of sending file -->
97    <string name="notification_sending">Bluetooth share: Sending <xliff:g id="file">%1$s</xliff:g></string>
98    <!-- label for the notification item of sent file -->
99    <string name="notification_sent">Bluetooth share: Sent <xliff:g id="file">%1$s</xliff:g></string>
100    <!-- label for the notification item of sent file -status -->
101    <string name="notification_sent_complete">100% complete</string>
102    <!-- label for the notification item of failed sending file -->
103    <string name="notification_sent_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not sent</string>
104
105    <!-- Bluetooth Download Progress Dialog -->
106    <!--Title -->
107    <string name="download_title">File transfer</string>
108    <!--Line 1 -->
109    <string name="download_line1">From: \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
110    <!--Line 2 -->
111    <string name="download_line2">File: <xliff:g id="file">%1$s</xliff:g></string>
112    <!--Line 3 -->
113    <string name="download_line3">File size: <xliff:g id="size">%1$s</xliff:g></string>
114    <!--Line 4 -->
115    <string name="download_line4" />
116    <string name="download_line5">Receiving file\u2026</string>
117    <!-- Label for a cancel button. -->
118    <string name="download_cancel">Stop</string>
119    <!-- Label for a hide button.-->
120    <string name="download_ok">Hide</string>
121    <!--Line 1 -->
122    <string name="incoming_line1">From</string>
123    <!--Line 2 -->
124    <string name="incoming_line2">Filename</string>
125    <!--Line 3 -->
126    <string name="incoming_line3">Size</string>
127
128    <!-- Bluetooth failed Download  Dialog -->
129    <!--Line 1  -->
130    <string name="download_fail_line1">File not received</string>
131    <!--Line 2  -->
132    <string name="download_fail_line2">File: <xliff:g id="file">%1$s</xliff:g></string>
133    <!--Line 3  -->
134    <string name="download_fail_line3">Reason: <xliff:g id="reason">%1$s</xliff:g></string>
135    <!-- Label for ok button.-->
136    <string name="download_fail_ok">OK</string>
137
138    <!-- Bluetooth Successful Download  Dialog -->
139    <!--Line 4 in "Bluetooth Download Progress Dialog" -->
140    <string name="download_succ_line5">File received</string>
141    <!-- Label for a OK button.-->
142    <string name="download_succ_ok">Open</string>
143
144    <!-- Bluetooth Upload Progress Dialog -->
145    <string name="upload_line1">To: \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
146    <string name="upload_line3">File type: <xliff:g id="type">%1$s</xliff:g> (<xliff:g id="size">%2$s</xliff:g>)</string>
147    <string name="upload_line5">Sending file\u2026</string>
148
149    <!-- Bluetooth Successful Upload Progress Dialog -->
150    <!--Line 4 -->
151    <string name="upload_succ_line5">File sent</string>
152    <!-- Label for a confirm button.-->
153    <string name="upload_succ_ok">OK</string>
154
155    <!-- Bluetooth Failed Upload File Transfer Dialog -->
156    <string name="upload_fail_line1">The file wasn\'t sent to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022.</string>
157    <string name="upload_fail_line1_2">File: <xliff:g id="file">%1$s</xliff:g></string>
158    <!-- Label for a try again button.-->
159    <string name="upload_fail_ok">Try again</string>
160    <!-- Label for a cancel button.-->
161    <string name="upload_fail_cancel">Close</string>
162
163    <!-- Bluetooth error dialog -->
164    <string name="bt_error_btn_ok">OK</string>
165    <string name="unknown_file">Unknown file</string>
166    <string name="unknown_file_desc">There\'s no app to handle this type of file. \n</string>
167    <string name="not_exist_file">No file</string>
168    <string name="not_exist_file_desc">The file doesn\'t exist. \n</string>
169
170    <!-- Bluetooth  Enabling progress dialog -->
171    <string name="enabling_progress_title">Please wait\u2026</string>
172    <string name="enabling_progress_content">Turning on Bluetooth\u2026</string>
173
174    <!-- Bluetooth Toast Message -->
175    <string name="bt_toast_1">The file will be received. Check progress in the Notifications panel.</string>
176    <string name="bt_toast_2">The file can\'t be received.</string>
177    <string name="bt_toast_3">Stopped receiving file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
178    <string name="bt_toast_4">Sending file to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
179    <string name="bt_toast_5">Sending <xliff:g id="number">%1$s</xliff:g> files to \u0022<xliff:g id="recipient">%2$s</xliff:g>\u0022</string>
180    <string name="bt_toast_6">Stopped sending file to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
181
182    <!-- Bluetooth System Messages [CHAR LIMIT=NONE] -->
183    <string name="bt_sm_2_1" product="nosdcard">There isn\'t enough space in USB storage to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
184    <!-- Bluetooth System Messages -->
185    <string name="bt_sm_2_1" product="default">There isn\'t enough space on the SD card to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
186    <string name="bt_sm_2_2">Space needed: <xliff:g id="size">%1$s</xliff:g></string>
187
188    <string name="ErrorTooManyRequests">Too many requests are being processed. Try again later.</string>
189
190    <!-- Bluetooth Transfer Failure Reason -->
191    <string name="status_pending">File transfer not started yet.</string>
192    <string name="status_running">File transfer is ongoing.</string>
193    <string name="status_success">File transfer completed successfully.</string>
194    <string name="status_not_accept">Content isn\'t supported.</string>
195    <string name="status_forbidden">Transfer forbidden by target device.</string>
196    <string name="status_canceled">Transfer canceled by user.</string>
197    <string name="status_file_error">Storage issue.</string>
198    <!-- Shown when USB storage cannot be found.  [CHAR LIMIT=NONE] -->
199    <string name="status_no_sd_card" product="nosdcard">No USB storage.</string>
200    <string name="status_no_sd_card" product="default">No SD card. Insert an SD card to save transferred files.</string>
201    <string name="status_connection_error">Connection unsuccessful.</string>
202    <string name="status_protocol_error">Request can\'t be handled correctly.</string>
203    <string name="status_unknown_error">Unknown error.</string>
204
205    <!-- Bluetooth OPP Live Folder -->
206    <string name="btopp_live_folder">Bluetooth received</string>
207
208    <!-- Bluetooth OPP Transfer History -->
209    <string name="download_success"> <xliff:g id="file_size">%1$s</xliff:g> Received complete.</string>
210    <string name="upload_success"> <xliff:g id="file_size">%1$s</xliff:g> Sent complete.</string>
211    <string name="inbound_history_title">Inbound transfers</string>
212    <string name="outbound_history_title">Outbound transfers</string>
213    <string name="no_transfers">Transfer history is empty.</string>
214    <string name="transfer_clear_dlg_msg">All items will be cleared from the list.</string>
215    <string name="outbound_noti_title">Bluetooth share: Sent files</string>
216    <string name="inbound_noti_title">Bluetooth share: Received files</string>
217    <plurals name="noti_caption_unsuccessful">
218        <item quantity="one"><xliff:g id="unsuccessful_number">%1$d</xliff:g> unsuccessful.</item>
219        <item quantity="other"><xliff:g id="unsuccessful_number">%1$d</xliff:g> unsuccessful.</item>
220    </plurals>
221    <plurals name="noti_caption_success">
222        <item quantity="one"><xliff:g id="successful_number">%1$d</xliff:g> successful, %2$s</item>
223        <item quantity="other"><xliff:g id="successful_number">%1$d</xliff:g> successful, %2$s</item>
224    </plurals>
225
226    <string name="transfer_menu_clear_all">Clear list</string>
227    <string name="transfer_menu_open">Open</string>
228    <string name="transfer_menu_clear">Clear from list</string>
229    <string name="transfer_clear_dlg_title">Clear</string>
230
231     <!-- Do not translate. file name used for sharing. -->
232    <string name="bluetooth_share_file_name" translate="false">bluetooth_content_share</string>
233
234    <!-- Used to run Bluetooth.apk in another process if needed -->
235    <!-- Do not translate. android:sharedUserId string of this application. -->
236    <string name="sharedUserId" translate="false"><xliff:g id="x" /></string>
237    <!-- Do not translate. android:process of this application. -->
238    <string name="process" translate="false"><xliff:g id="x" /></string>
239
240
241    <string name="bluetooth_map_settings_save">Save</string>
242    <string name="bluetooth_map_settings_cancel">Cancel</string>
243    <string name="bluetooth_map_settings_intro">Select the accounts you want to share through Bluetooth. You still have to accept any acceess to the accounts when connecting.</string>
244    <string name="bluetooth_map_settings_count">Slots left:</string>
245    <string name="bluetooth_map_settings_app_icon">Application Icon</string>
246    <string name="bluetooth_map_settings_title">Bluetooth Message Sharing Settings</string>
247    <string name="bluetooth_map_settings_no_account_slots_left">Cannot select account. 0 slots left</string>
248</resources>
249