Home | History | Annotate | Download | only in values
      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 application to access the
     33         BluetoothShare manager and to use it to transfer files. </string>
     34 
     35     <!-- string showed on "Share picutre via" dialog -->
     36     <string name="bt_share_picker_label">Bluetooth</string>
     37 
     38     <!-- string for "unknown device" -->
     39     <string name="unknown_device">Unknown device</string>
     40 
     41     <!-- string for "unknown" phone number" -->
     42     <string name="unknownNumber">Unknown</string>
     43 
     44     <!-- string for "the title of airplane mode error" -->
     45     <string name="airplane_error_title">Airplane mode</string>
     46     <!-- string for "error message in airplane mode" -->
     47     <string name="airplane_error_msg">You can\'t use Bluetooth when the phone is in airplane mode.</string>
     48 
     49     <!-- Activate Bluetooth Confirmation Dialog -->
     50     <!--Title -->
     51     <string name="bt_enable_title">Bluetooth</string>
     52     <!--Line 1 -->
     53     <string name="bt_enable_line1">To use Bluetooth services, you must first turn on Bluetooth.</string>
     54     <!--Line 2 -->
     55     <string name="bt_enable_line2">Turn on Bluetooth now?</string>
     56     <!-- Label for a cancel button. -->
     57     <string name="bt_enable_cancel">Cancel</string>
     58     <!-- Label for a confirm button.-->
     59     <string name="bt_enable_ok">Turn on</string>
     60 
     61     <!-- Bluetooth File Transfer Acceptance Dialog -->
     62     <!--Title -->
     63     <string name="incoming_file_confirm_title">File transfer</string>
     64     <!--content -->
     65     <string name="incoming_file_confirm_content">\u0022<xliff:g id="sender">%1$s</xliff:g>\u0022 wants to send you <xliff:g id="file">%2$s</xliff:g> (<xliff:g id="size">%3$s</xliff:g>). \n\n Accept the file? </string>
     66     <!-- Label for a cancel button. -->
     67     <string name="incoming_file_confirm_cancel">Decline</string>
     68     <!-- Label for a confirm button.-->
     69     <string name="incoming_file_confirm_ok">Accept</string>
     70     <!-- Label for timeout OK button.-->
     71     <string name="incoming_file_confirm_timeout_ok">Ok</string>
     72     <!-- content for timeout-->
     73     <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>
     74 
     75     <!-- Bluetooth File Transfer Acceptance Notification item -->
     76     <string name="incoming_file_confirm_Notification_title">Bluetooth share: Incoming file</string>
     77     <string name="incoming_file_confirm_Notification_caption">Please confirm you want to receive this file</string>
     78     <string name="incoming_file_toast_msg">There is an incoming file from another device,
     79         please confirm that you want to receive this file</string>
     80 
     81     <!-- Inbound File Transfer Progress Notification item -->
     82     <!-- label for the notification item of receiving file -->
     83     <string name="notification_receiving">Bluetooth share: Receiving <xliff:g id="file">%1$s</xliff:g></string>
     84     <!-- label for the notification item of received file -->
     85     <string name="notification_received">Bluetooth share: Received <xliff:g id="file">%1$s</xliff:g></string>
     86     <!-- label for the notification item of failed receiving file -->
     87     <string name="notification_received_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not received</string>
     88 
     89     <!-- Outbound File Transfer Progress Notification item -->
     90     <!-- label for the notification item of sending file -->
     91     <string name="notification_sending">Bluetooth share: Sending <xliff:g id="file">%1$s</xliff:g></string>
     92     <!-- label for the notification item of sent file -->
     93     <string name="notification_sent">Bluetooth share: Sent <xliff:g id="file">%1$s</xliff:g></string>
     94     <!-- label for the notification item of sent file -status -->
     95     <string name="notification_sent_complete">100% complete</string>
     96     <!-- label for the notification item of failed sending file -->
     97     <string name="notification_sent_fail">Bluetooth share: File <xliff:g id="file">%1$s</xliff:g> not sent</string>
     98 
     99     <!-- Bluetooth Download Progress Dialog -->
    100     <!--Title -->
    101     <string name="download_title">File transfer</string>
    102     <!--Line 1 -->
    103     <string name="download_line1">From: \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
    104     <!--Line 2 -->
    105     <string name="download_line2">File: <xliff:g id="file">%1$s</xliff:g></string>
    106     <!--Line 3 -->
    107     <string name="download_line3">File size: <xliff:g id="size">%1$s</xliff:g></string>
    108     <!--Line 4 -->
    109     <string name="download_line4"></string>
    110     <string name="download_line5">Receiving file\u2026</string>
    111     <!-- Label for a cancel button. -->
    112     <string name="download_cancel">Stop</string>
    113     <!-- Label for a hide button.-->
    114     <string name="download_ok">Hide</string>
    115 
    116     <!-- Bluetooth failed Download  Dialog -->
    117     <!--Line 1  -->
    118     <string name="download_fail_line1">File not received</string>
    119     <!--Line 2  -->
    120     <string name="download_fail_line2">File: <xliff:g id="file">%1$s</xliff:g></string>
    121     <!--Line 3  -->
    122     <string name="download_fail_line3">Failure reason: <xliff:g id="reason">%1$s</xliff:g></string>
    123     <!-- Label for ok button.-->
    124     <string name="download_fail_ok">OK</string>
    125 
    126     <!-- Bluetooth Successful Download  Dialog -->
    127     <!--Line 4 in "Bluetooth Download Progress Dialog" -->
    128     <string name="download_succ_line5">File received</string>
    129     <!-- Label for a OK button.-->
    130     <string name="download_succ_ok">Open</string>
    131 
    132     <!-- Bluetooth Upload Progress Dialog -->
    133     <string name="upload_line1">To: \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
    134     <string name="upload_line3">File Type: <xliff:g id="type">%1$s</xliff:g> (<xliff:g id="size">%2$s</xliff:g>)</string>
    135     <string name="upload_line5">Sending file\u2026</string>
    136 
    137     <!-- Bluetooth Successful Upload Progress Dialog -->
    138     <!--Line 4 -->
    139     <string name="upload_succ_line5">File sent</string>
    140     <!-- Label for a confirm button.-->
    141     <string name="upload_succ_ok">OK</string>
    142 
    143     <!-- Bluetooth Failed Upload File Transfer Dialog -->
    144     <string name="upload_fail_line1">The file was not sent to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022.</string>
    145     <string name="upload_fail_line1_2">File: <xliff:g id="file">%1$s</xliff:g></string>
    146     <!-- Label for a try again button.-->
    147     <string name="upload_fail_ok">Try again</string>
    148     <!-- Label for a cancel button.-->
    149     <string name="upload_fail_cancel">Close</string>
    150 
    151     <!-- Bluetooth error dialog -->
    152     <string name="bt_error_btn_ok">OK</string>
    153     <string name="unknown_file">Unknown file</string>
    154     <string name="unknown_file_desc">There is no application to handle this file type. \n</string>
    155     <string name="not_exist_file">File does not exist</string>
    156     <string name="not_exist_file_desc">The file does not exist! \n</string>
    157 
    158     <!-- Bluetooth  Enabling progress dialog -->
    159     <string name="enabling_progress_title">Please wait\u2026</string>
    160     <string name="enabling_progress_content">Turning on bluetooth\u2026</string>
    161 
    162     <!-- Bluetooth Toast Message -->
    163     <string name="bt_toast_1">The file will be received. Check progress in the Notifications panel.</string>
    164     <string name="bt_toast_2">The file will not be received.</string>
    165     <string name="bt_toast_3">Stopped receiving file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
    166     <string name="bt_toast_4">Sending file to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
    167     <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>
    168     <string name="bt_toast_6">Stopped sending file to \u0022<xliff:g id="recipient">%1$s</xliff:g>\u0022</string>
    169 
    170     <!-- Bluetooth System Messages [CHAR LIMIT=NONE] -->
    171     <string name="bt_sm_2_1" product="nosdcard">There is not enough space on USB storage to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
    172     <!-- Bluetooth System Messages -->
    173     <string name="bt_sm_2_1" product="default">There is not enough space on the SD card to save the file from \u0022<xliff:g id="sender">%1$s</xliff:g>\u0022</string>
    174     <string name="bt_sm_2_2">Space needed: <xliff:g id="size">%1$s</xliff:g></string>
    175 
    176     <string name="ErrorTooManyRequests">Too many requests are being processed. Try again later.</string>
    177 
    178     <!-- Bluetooth Transfer Failure Reason -->
    179     <string name="status_pending">File transfer not started yet</string>
    180     <string name="status_running">File transfer is ongoing</string>
    181     <string name="status_success">The file transfer has completed successfully</string>
    182     <string name="status_not_accept">The phone can\'t handle this type of content</string>
    183     <string name="status_forbidden">This transfer is forbidden by the target device</string>
    184     <string name="status_canceled">This transfer was canceled by the user</string>
    185     <string name="status_file_error">Storage issue</string>
    186     <!-- Shown when USB storage cannot be found.  [CHAR LIMIT=NONE] -->
    187     <string name="status_no_sd_card" product="nosdcard">No USB storage.</string>
    188     <string name="status_no_sd_card" product="default">No SD card. Insert an SD card to save transferred files.</string>
    189     <string name="status_connection_error">Connection failure</string>
    190     <string name="status_protocol_error">The request can not be handled correctly</string>
    191     <string name="status_unknown_error">Unknown error</string>
    192 
    193     <!-- Bluetooth OPP Live Folder -->
    194     <string name="btopp_live_folder">Bluetooth received</string>
    195 
    196     <!-- Bluetooth OPP Transfer History -->
    197     <string name="download_success"> <xliff:g id="file_size">%1$s</xliff:g> Received complete.</string>
    198     <string name="upload_success"> <xliff:g id="file_size">%1$s</xliff:g> Sent complete.</string>
    199     <string name="inbound_history_title">Inbound transfers</string>
    200     <string name="outbound_history_title">Outbound transfers</string>
    201     <string name="no_transfers">Transfer history is empty.</string>
    202     <string name="transfer_clear_dlg_msg">All items will be cleared from the list.</string>
    203     <string name="outbound_noti_title">Bluetooth share: Sent files</string>
    204     <string name="inbound_noti_title">Bluetooth share: Received files</string>
    205     <string name="noti_caption"> <xliff:g id="successful_number">%1$s</xliff:g> successful, <xliff:g id="unsuccessful_number">%2$s</xliff:g> failed.</string>
    206 
    207     <string name="transfer_menu_clear_all">Clear list</string>
    208     <string name="transfer_menu_open">Open</string>
    209     <string name="transfer_menu_clear">Clear from list</string>
    210     <string name="transfer_clear_dlg_title">Clear</string>
    211 
    212      <!-- Do not translate. file name used for sharing. -->
    213     <string name="bluetooth_share_file_name" translate="false">bluetooth_content_share</string>
    214 
    215     <!-- Used to run Bluetooth.apk in another process if needed -->
    216     <!-- Do not translate. android:sharedUserId string of this application. -->
    217     <string name="sharedUserId" translate="false"><xliff:g id="x"></xliff:g></string>
    218     <!-- Do not translate. android:process of this application. -->
    219     <string name="process" translate="false"><xliff:g id="x"></xliff:g></string>
    220 
    221 </resources>
    222