Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
      3     <string name="app_name">Nfc Service</string>
      4     <string name="nfcUserLabel">Nfc</string>
      5 
      6     <!-- A notification description string informing the user that contact details were received over NFC [CHAR-LIMIT=64] -->
      7     <string name="inbound_me_profile_title">Contact received over NFC</string>
      8 
      9     <!-- A notification action string prompting the user to add contact details to the People application [CHAR-LIMIT=64] -->
     10     <string name="inbound_me_profile_text">Touch to add this person as a contact.</string>
     11 
     12     <!-- A notification description string asking the user to share their contact details over NFC [CHAR-LIMIT=64] -->
     13     <string name="outbound_me_profile_title">NFC interaction complete</string>
     14 
     15     <!-- A notification action string prompting the user to share their contact details over NFC [CHAR-LIMIT=64] -->
     16     <string name="outbound_me_profile_text">Touch to give this person your contact info.</string>
     17 
     18     <!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
     19     <string name="accessibility_nfc_enabled">NFC enabled.</string>
     20     <string name="touch">Touch to beam</string>
     21 
     22     <string name="beam_progress">Incoming beam...</string>
     23     <string name="beam_outgoing">Beaming...</string>
     24     <string name="beam_complete">Beam complete</string>
     25     <string name="beam_failed">Beam did not complete</string>
     26     <string name="beam_canceled">Beam canceled</string>
     27     <string name="cancel">Cancel</string>
     28     <string name="beam_touch_to_view">Touch to view</string>
     29     <string name="beam_handover_not_supported">The receiver\'s device doesn\'t support large file transfer via beam.</string>
     30     <string name="beam_try_again">Bring devices together again</string>
     31 
     32     <string name="connecting_headset">Connecting</string>
     33     <string name="connected_headset">Connected</string>
     34     <string name="connect_headset_failed">Could not connect</string>
     35     <string name="disconnecting_headset">Disconnecting</string>
     36     <string name="disconnected_headset">Disconnected</string>
     37     <string name="pairing_headset">Pairing</string>
     38     <string name="pairing_headset_failed">Could not pair</string>
     39     <string name="failed_to_enable_bt">Could not enable Bluetooth</string>
     40     <string name="confirm_pairing">Are you sure you want to pair the Bluetooth device <xliff:g id="device_name">%1$s</xliff:g>?</string>
     41     <string name="pair_yes">Yes</string>
     42     <string name="pair_no">No</string>
     43 
     44     <!-- String that is prompting the user to tap his NFC phone against a payment reader again, to
     45          pay with the specified app -->
     46     <string name="tap_again_to_pay">Tap again to pay with <xliff:g id="app">%1$s</xliff:g></string>
     47     <!-- String that is prompting the user to tap his NFC phone against a generic NFC reader again, to
     48          pay with the specified app -->
     49     <string name="tap_again_to_complete">Tap again to complete with <xliff:g id="app">%1$s</xliff:g></string>
     50     <!-- String that is telling the user that his NFC transaction couldn't be completed with the
     51          indicated app -->
     52     <string name="transaction_failure">This transaction couldn\'t be completed with <xliff:g id="app">%1$s</xliff:g>.</string>
     53     <!-- String that is telling the user that his NFC transaction couldn't be completed with the
     54          indicated app -->
     55     <string name="could_not_use_app">Couldn\'t use <xliff:g id="app">%1$s</xliff:g>.</string>
     56     <!-- Label for a dialog showing a list of applications can be paid with -->
     57     <string name="pay_with">Pay with</string>
     58     <!-- Label for a dialog showing a list of applications that can be used to complete the NFC action -->
     59     <string name="complete_with">Complete with</string>
     60     <!-- String that is telling the user that his default app for tap and pay has been removed,
     61          and asks him to pick another app as default.-->
     62     <string name="default_pay_app_removed">Your preferred service for tap &amp; pay was removed. Choose another?"</string>
     63 </resources>
     64