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="tap_again_description">Hold to reader</string>
53    <string name="appchooser_description">Choose app to scan</string>
54    <string name="transaction_failure">This transaction couldn\'t be completed with <xliff:g id="app">%1$s</xliff:g>.</string>
55    <!-- String that is telling the user that his NFC transaction couldn't be completed with the
56         indicated app -->
57    <string name="could_not_use_app">Couldn\'t use <xliff:g id="app">%1$s</xliff:g>.</string>
58    <!-- Label for a dialog showing a list of applications can be paid with -->
59    <string name="pay_with">Pay with</string>
60    <!-- Label for a dialog showing a list of applications that can be used to complete the NFC action -->
61    <string name="complete_with">Complete with</string>
62    <!-- String that is telling the user that his default app for tap and pay has been removed,
63         and asks him to pick another app as default.-->
64    <string name="default_pay_app_removed">Your preferred service for tap &amp; pay was removed. Choose another?"</string>
65    <!-- Label that is shown when the user must tap another NFC enabled device to send data -->
66    <string name="ask_nfc_tap">Tap another device to complete</string>
67
68    <!-- Strings for connecting to a network from WiFi NFC tags -->
69    <!-- Dialog button text for confirming the user wants to connect to the network on the tag-->
70    <string name="wifi_connect">Connect</string>
71    <!-- Text informing the user that an error ocurred during the process of connecting to the network-->
72    <string name="status_unable_to_connect">Unable to connect to network</string>
73    <!-- Text informing the user that the network was connected to successfully -->
74    <string name="status_wifi_connected">Connected</string>
75    <!-- Title for dialog where user confirms that they want to connect to the network on the tag they tapped-->
76    <string name="title_connect_to_network">Connect to network</string>
77    <!-- Message prompt asking the user if they wish to connect to the given network. Contains the network name (ssid).-->
78    <string name="prompt_connect_to_network">Connect to network <xliff:g id="network_ssid">%1$s</xliff:g>?</string>
79
80    <!-- Message shown in a dialog when user wants to use Android Beam, but NFC is not enabled -->
81    <string name="beam_requires_nfc_enabled">Android Beam requires NFC to be enabled. Do you want to enable it?</string>
82
83    <!-- Used to refer to in the Share Menu Android Beam . This phrase is a trademark. [CHAR LIMIT=32] -->
84    <string name="android_beam">Android Beam</string>
85
86    <!-- Message shown in a toast when user wants to Beam a file, but application doesn't have required permission -->
87    <string name="beam_requires_external_storage_permission">Application does not have External Storage Permission. This is required to Beam this file</string>
88
89    <!-- Strings for a dialog informing the user a URL was read from an NFC tag, and allowing confirmation that they want to open it -->
90    <!-- Title of the dialog -->
91    <string name="title_confirm_url_open">Open link?</string>
92    <!-- Summary text appearing before the URL -->
93    <string name="summary_confirm_url_open">Your phone received a link through NFC:</string>
94    <!-- Summary text appearing before the URL, for tablet -->
95    <string name="summary_confirm_url_open_tablet">Your tablet received a link through NFC:</string>
96    <!-- Label for the button which causes the URL to be opened -->
97    <string name="action_confirm_url_open">Open link</string>
98
99    <!-- Toast string informing the user that NFC tag read failure occurs -->
100    <string name="tag_read_error">NFC read error. Try again.</string>
101    <!-- Toast string informing the user that no application can handle the NFC tag -->
102    <string name="tag_dispatch_failed">No supported application for this NFC Tag</string>
103    <!-- Notification title string informing the user that NFC may be blocked -->
104    <string name="nfc_blocking_alert_title">NFC may be blocked</string>
105    <!-- Notification message string informing the user that NFC may be blocked -->
106    <string name="nfc_blocking_alert_message">Tap to learn how to fix.</string>
107    <!-- Notification title string informing the user that NFC data is being recorded -->
108    <string name="nfc_logging_alert_title">NFC data is being recorded</string>
109    <!-- Notification message string informing the user that NFC data is being recorded -->
110    <string name="nfc_logging_alert_message">Tap to stop recording.</string>
111    <!-- Title of the dialog to allow the package to enable NFC -->
112    <string name="title_package_enabling_nfc">Allow <xliff:g id="pkg">%1$s</xliff:g> to enable NFC?</string>
113    <string name="enable_nfc_yes">Yes</string>
114    <string name="enable_nfc_no">No</string>
115</resources>
116