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 <!-- Content description of the NFC enabled notification icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> 7 <string name="accessibility_nfc_enabled">NFC enabled.</string> 8 <string name="tap_to_beam">Tap to beam</string> 9 10 <string name="beam_progress">Incoming beam...</string> 11 <string name="beam_outgoing">Beaming...</string> 12 <string name="beam_complete">Beam complete</string> 13 <string name="beam_failed">Beam did not complete</string> 14 <string name="beam_canceled">Beam canceled</string> 15 <string name="cancel">Cancel</string> 16 <string name="beam_tap_to_view">Tap to view</string> 17 <string name="beam_handover_not_supported">The receiver\'s device doesn\'t support large file transfer via beam.</string> 18 <string name="beam_try_again">Bring devices together again</string> 19 <string name="beam_busy">Beam is currently busy. Try again when the previous transfer completes.</string> 20 21 <!-- String referring to the device being connected when there is no name for the device --> 22 <string name="device">device</string> 23 <!-- Toast string informing the user that the device is connecting [CHAR_LIMIT=35] --> 24 <string name="connecting_peripheral">Connecting <xliff:g id="device_name">%1$s</xliff:g></string> 25 <!-- Toast string informing the user that the device is connected [CHAR_LIMIT=35] --> 26 <string name="connected_peripheral">Connected <xliff:g id="device_name">%1$s</xliff:g></string> 27 <!-- Toast string informing the user that the device failed to connect [CHAR_LIMIT=35] --> 28 <string name="connect_peripheral_failed">Could not connect <xliff:g id="device_name">%1$s</xliff:g></string> 29 <!-- Toast string informing the user that the device is disconnecting [CHAR_LIMIT=35] --> 30 <string name="disconnecting_peripheral">Disconnecting <xliff:g id="device_name">%1$s</xliff:g></string> 31 <!-- Toast string informing the user that the device is disconnected [CHAR_LIMIT=35] --> 32 <string name="disconnected_peripheral">Disconnected <xliff:g id="device_name">%1$s</xliff:g></string> 33 <!-- Toast string informing the user that the device is pairing [CHAR_LIMIT=35] --> 34 <string name="pairing_peripheral">Pairing <xliff:g id="device_name">%1$s</xliff:g></string> 35 <!-- Toast string informing the user that the device failed to pair [CHAR_LIMIT=35] --> 36 <string name="pairing_peripheral_failed">Could not pair <xliff:g id="device_name">%1$s</xliff:g></string> 37 <!-- Toast string informing the user that BT could not be enabled [CHAR_LIMIT=35] --> 38 <string name="failed_to_enable_bt">Could not enable Bluetooth</string> 39 <!-- Dialog string informing the user that BT could not be enabled [CHAR_LIMIT=75] --> 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 & pay was removed. Choose another?"</string> 63 <!-- Label that is shown when the user must tap another NFC enabled device to send data --> 64 <string name="ask_nfc_tap">Tap another device to complete</string> 65 66 <!-- Strings for connecting to a network from WiFi NFC tags --> 67 <!-- Dialog button text for confirming the user wants to connect to the network on the tag--> 68 <string name="wifi_connect">Connect</string> 69 <!-- Text informing the user that an error ocurred during the process of connecting to the network--> 70 <string name="status_unable_to_connect">Unable to connect to network</string> 71 <!-- Text informing the user that the network was connected to successfully --> 72 <string name="status_wifi_connected">Connected</string> 73 <!-- Title for dialog where user confirms that they want to connect to the network on the tag they tapped--> 74 <string name="title_connect_to_network">Connect to network</string> 75 <!-- Message prompt asking the user if they wish to connect to the given network. Contains the network name (ssid).--> 76 <string name="prompt_connect_to_network">Connect to network <xliff:g id="network_ssid">%1$s</xliff:g>?</string> 77 78 <!-- Message shown in a dialog when user wants to use Android Beam, but NFC is not enabled --> 79 <string name="beam_requires_nfc_enabled">Android Beam requires NFC to be enabled. Do you want to enable it?</string> 80 81 <!-- Used to refer to in the Share Menu Android Beam . This phrase is a trademark. [CHAR LIMIT=32] --> 82 <string name="android_beam">Android Beam</string> 83 84 <!-- Message shown in a toast when user wants to Beam a file, but application doesn't have required permission --> 85 <string name="beam_requires_external_storage_permission">Application does not have External Storage Permission. This is required to Beam this file</string> 86 87 <!-- Strings for a dialog informing the user a URL was read from an NFC tag, and allowing confirmation that they want to open it --> 88 <!-- Title of the dialog --> 89 <string name="title_confirm_url_open">Open link?</string> 90 <!-- Summary text appearing before the URL --> 91 <string name="summary_confirm_url_open" product="tablet">Your tablet received a link through NFC:</string> 92 <string name="summary_confirm_url_open" product="default">Your phone received a link through NFC:</string> 93 <!-- Label for the button which causes the URL to be opened --> 94 <string name="action_confirm_url_open">Open link</string> 95 96 <!-- Toast string informing the user that NFC tag read failure occurs --> 97 <string name="tag_read_error">NFC read error. Try again.</string> 98 <!-- Toast string informing the user that no application can handle the NFC tag --> 99 <string name="tag_dispatch_failed">No supported application for this NFC Tag</string> 100 <!-- Notification title string informing the user that NFC may be blocked --> 101 <string name="nfc_blocking_alert_title">NFC may be blocked</string> 102 <!-- Notification message string informing the user that NFC may be blocked --> 103 <string name="nfc_blocking_alert_message">Tap to learn how to fix.</string> 104</resources> 105