blob: 25228c42c3a8e3335e7ac8ecd3e1b380c4aa79f0 [file] [log] [blame]
Nick Pelly09e9cba2009-07-10 18:45:13 -07001<?xml version="1.0" encoding="utf-8"?>
2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Jackson Fanaf9af3c2009-07-15 14:03:39 +08003 <!--
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>
Nick Pelly09e9cba2009-07-10 18:45:13 -070020
Jackson Fanaf9af3c2009-07-15 14:03:39 +080021 <!-- string showed on "Share picutre via" dialog -->
22 <string name="bt_share_picker_label">Bluetooth</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -070023
Jackson Fanaf9af3c2009-07-15 14:03:39 +080024 <!-- string for "unknown device" -->
25 <string name="unknown_device">Unknown device</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -070026
Jackson Fanaf9af3c2009-07-15 14:03:39 +080027 <!-- string for "the title of airplane mode error" -->
Roy West1a0f9902009-09-20 15:48:40 -070028 <string name="airplane_error_title">Airplane mode</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080029 <!-- string for "error message in airplane mode" -->
Roy West68eee192009-09-20 16:46:58 -070030 <string name="airplane_error_msg">You can\'t use Bluetooth when the phone is in airplane mode.</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -070031
Jackson Fanaf9af3c2009-07-15 14:03:39 +080032 <!-- Activate Bluetooth Confirmation Dialog -->
33 <!--Title -->
34 <string name="bt_enable_title">Bluetooth</string>
35 <!--Line 1 -->
Roy West1a0f9902009-09-20 15:48:40 -070036 <string name="bt_enable_line1">To use Bluetooth services, you must first turn on Bluetooth.</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080037 <!--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>
Nick Pelly09e9cba2009-07-10 18:45:13 -070043
Jackson Fanaf9af3c2009-07-15 14:03:39 +080044 <!-- Bluetooth File Transfer Acceptance Dialog -->
45 <!--Title -->
Roy West1a0f9902009-09-20 15:48:40 -070046 <string name="incoming_file_confirm_title">File transfer</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080047 <!--content -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080048 <string name="incoming_file_confirm_content">\u0022%1$s\u0022 wants to send you %2$s (%3$s). \n\n Accept the file? </string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080049 <!-- 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>
Nick Pelly09e9cba2009-07-10 18:45:13 -070053
Jackson Fanaf9af3c2009-07-15 14:03:39 +080054 <!-- Bluetooth File Transfer Acceptance Notification item -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080055 <string name="incoming_file_confirm_Notification_title">Bluetooth share: Incoming file</string>
Roy West1a0f9902009-09-20 15:48:40 -070056 <string name="incoming_file_confirm_Notification_caption">Please confirm you want to receive this file</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080057 <string name="incoming_file_toast_msg">There is an inoming file from another device,
Roy West1a0f9902009-09-20 15:48:40 -070058 please confirm that you want to receive this file</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -070059
Jackson Fanaf9af3c2009-07-15 14:03:39 +080060 <!-- Inbound File Transfer Progress Notification item -->
61 <!-- label for the notification item of receiving file -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080062 <string name="notification_receiving">Bluetooth share: Receiving %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080063 <!-- label for the notification item of received file -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080064 <string name="notification_received">Bluetooth share: Received %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080065 <!-- label for the notification item of received file -status -->
66 <string name="notification_received_complete">100% complete</string>
67 <!-- label for the notification item of failed receiving file -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080068 <string name="notification_received_fail">Bluetooth share: File %1$s not received</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -070069
Jackson Fanaf9af3c2009-07-15 14:03:39 +080070 <!-- Outbound File Transfer Progress Notification item -->
71 <!-- label for the notification item of sending file -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080072 <string name="notification_sending">Bluetooth share: Sending %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080073 <!-- label for the notification item of sending files -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080074 <string name="notification_sending_multi">Bluetooth share: Sending file</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080075 <!-- label for the notification item of sent file -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080076 <string name="notification_sent">Bluetooth share: Sent %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080077 <!-- label for the notification item of sent file -status -->
78 <string name="notification_sent_complete">100% complete</string>
79 <!-- label for the notification item of failed sending file -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080080 <string name="notification_sent_fail">Bluetooth share: File %1$s not sent</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -070081
Jackson Fanaf9af3c2009-07-15 14:03:39 +080082 <!-- Bluetooth Download Progress Dialog -->
83 <!--Title -->
Roy West1a0f9902009-09-20 15:48:40 -070084 <string name="download_title">File transfer</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080085 <!--Line 1 -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +080086 <string name="download_line1">From: \u0022%1$s\u0022</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080087 <!--Line 2 -->
Jackson Fan239bc522009-07-27 15:58:22 +080088 <string name="download_line2">File: %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080089 <!--Line 3 -->
Jackson Fan239bc522009-07-27 15:58:22 +080090 <string name="download_line3">File size: %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080091 <!--Line 4 -->
92 <string name="download_line4"></string>
Lixin Yuedc3bacd2009-09-21 20:36:16 +080093 <string name="download_line5">Receiving file\u2026</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +080094 <!-- Label for a cancel button. -->
95 <string name="download_cancel">Stop</string>
96 <!-- Label for a hide button.-->
97 <string name="download_ok">Hide</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -070098
Jackson Fanaf9af3c2009-07-15 14:03:39 +080099 <!-- Bluetooth failed Download Dialog -->
100 <!--Line 1 -->
Roy West1a0f9902009-09-20 15:48:40 -0700101 <string name="download_fail_line1">File not received</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800102 <!--Line 2 -->
Jackson Fan239bc522009-07-27 15:58:22 +0800103 <string name="download_fail_line2">File: %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800104 <!--Line 3 -->
Jackson Fan239bc522009-07-27 15:58:22 +0800105 <string name="download_fail_line3">Failure reason: %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800106 <!-- Label for ok button.-->
107 <string name="download_fail_ok">OK</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700108
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800109 <!-- Bluetooth Successful Download Dialog -->
110 <!--Line 4 in "Bluetooth Download Progress Dialog" -->
111 <string name="download_succ_line5">File received</string>
112 <!-- Label for a OK button.-->
113 <string name="download_succ_ok">Open</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700114
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800115 <!-- Bluetooth Upload Progress Dialog -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800116 <string name="upload_line1">To: \u0022%1$s\u0022</string>
Jackson Fan239bc522009-07-27 15:58:22 +0800117 <string name="upload_line3">File Type: %1$s (%2$s)</string>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800118 <string name="upload_line5">Sending file\u2026</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700119
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800120 <!-- Bluetooth Successful Upload Progress Dialog -->
121 <!--Line 4 -->
122 <string name="upload_succ_line5">File sent</string>
123 <!-- Label for a confirm button.-->
Roy West1a0f9902009-09-20 15:48:40 -0700124 <string name="upload_succ_ok">OK</string>
Nick Pelly09e9cba2009-07-10 18:45:13 -0700125
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800126 <!-- Bluetooth Failed Upload File Transfer Dialog -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800127 <string name="upload_fail_line1">The file was not sent to \u0022%1$s\u0022.</string>
Jackson Fan239bc522009-07-27 15:58:22 +0800128 <string name="upload_fail_line1_2">File: %1$s</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800129 <!-- Label for a try again button.-->
Roy West1a0f9902009-09-20 15:48:40 -0700130 <string name="upload_fail_ok">Try again</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800131 <!-- Label for a cancel button.-->
132 <string name="upload_fail_cancel">Close</string>
133
134 <!-- Bluetooth error dialog -->
135 <string name="bt_error_btn_ok">OK</string>
136 <string name="unknown_file">Unknown file</string>
137 <string name="unknown_file_desc">There is no application to handle this file type. \n</string>
Roy West1a0f9902009-09-20 15:48:40 -0700138 <string name="not_exist_file">File does not exist</string>
139 <string name="not_exist_file_desc">The file does not exist! \n</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800140
141 <!-- Bluetooth Enabling progress dialog -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800142 <string name="enabling_progress_title">Please wait\u2026</string>
143 <string name="enabling_progress_content">Turning on bluetooth\u2026</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800144
145 <!-- Bluetooth Toast Message -->
Roy West1a0f9902009-09-20 15:48:40 -0700146 <string name="bt_toast_1">The file will be received. Check progress in the Notifications panel.</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800147 <string name="bt_toast_2">The file will not be received.</string>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800148 <string name="bt_toast_3">Stopped receiving file from \u0022%1$s\u0022</string>
149 <string name="bt_toast_4">Sending file to \u0022%1$s\u0022</string>
150 <string name="bt_toast_5">Sending %1$s files to \u0022%2$s\u0022</string>
151 <string name="bt_toast_6">Stopped sending file to \u0022%1$s\u0022</string>
152 <string name="bt_toast_7">Stopped sending %1$s files to \u0022%2$s\u0022</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800153
154 <!-- Bluetooth System Messages -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800155 <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>
Jackson Fan239bc522009-07-27 15:58:22 +0800156 <string name="bt_sm_2_2">Space needed: %1$s</string>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800157 <string name="bt_sm_3_1">\u0022%1$s\u0022 attempted to send you %2$s files. </string>
Jackson Fan239bc522009-07-27 15:58:22 +0800158 <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>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800159
160 <!-- Bluetooth Transfer Failure Messages -->
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800161 <string name="bt_tf_1">\u0022%1$s\u0022 is unavailable.</string>
162 <string name="bt_tf_2">Cannot pair with \u0022%1$s\u0022.</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800163 <string name="bt_tf_3">The connection was interrupted.</string>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800164 <string name="bt_tf_4">\u0022%1$s\u0022 does not support file transfers.</string>
165 <string name="bt_tf_5">\u0022%1$s\u0022 cannot accept %2$s</string>
166 <string name="bt_tf_6">\u0022%1$s\u0022 declined to accept the file.</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800167 <string name="bt_tf_7">The file could not be sent.</string>
168 <string name="bt_tf_8">The file could not be received.</string>
Roy West1a0f9902009-09-20 15:48:40 -0700169 <string name="bt_tf_10">Locked memory card. You must unlock the memory card to save files.</string>
Lixin Yuedc3bacd2009-09-21 20:36:16 +0800170 <string name="bt_tf_12">There is a file being transferred to a different device. Please wait\u2026</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800171 <string name="bt_tf_13">Bluetooth is currently busy. Consider turning off another Bluetooth feature and trying again.</string>
172
173 <!-- Bluetooth Transfer Failure Reason -->
Roy West1a0f9902009-09-20 15:48:40 -0700174 <string name="status_pending">File transfer not started yet</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800175 <string name="status_running">File transfer is ongoing</string>
Roy West1a0f9902009-09-20 15:48:40 -0700176 <string name="status_success">The file transfer has completed successfully</string>
Roy West68eee192009-09-20 16:46:58 -0700177 <string name="status_not_accept">The phone can\'t handle this type of content</string>
Roy West1a0f9902009-09-20 15:48:40 -0700178 <string name="status_forbidden">This transfer is forbidden by the target device</string>
179 <string name="status_canceled">This transfer was canceled by the user</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800180 <string name="status_file_error">Storage issue</string>
Roy West1a0f9902009-09-20 15:48:40 -0700181 <string name="status_no_sd_card">No SD card. Insert an SD card to save transferred files.</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800182 <string name="status_connection_error">Connection failure</string>
183 <string name="status_protocol_error">The request can not be handled correctly</string>
184 <string name="status_unknown_error">Unknown error</string>
185
186 <!-- Bluetooth OPP Live Folder -->
Roy West1a0f9902009-09-20 15:48:40 -0700187 <string name="btopp_live_folder">Bluetooth received</string>
Jackson Fanaf9af3c2009-07-15 14:03:39 +0800188
Nick Pelly09e9cba2009-07-10 18:45:13 -0700189</resources>