diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 370a811..099d787 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -4755,14 +4755,15 @@ <string name="global_font_change_title">Change font size</string> <!-- NFC payment settings --><skip/> - <string name="nfc_payment_settings_title">Payments</string> + <string name="nfc_payment_settings_title">Tap & pay</string> <!-- String shown when there are no NFC payment applications installed --> - <string name="nfc_payment_no_apps">DO NOT TRANSLATE ME</string> + <string name="nfc_payment_no_apps">You have no apps configured for tap & pay with NFC.</string> + <string name="nfc_payment_menu_item_add_service">Find apps</string> <!-- Label for the dialog that is shown when the user is asked to set a preferred payment application --> <string name="nfc_payment_set_default_label">Set as your preference?</string> - <string name="nfc_payment_set_default">Always use <xliff:g id="app">%1$s</xliff:g> when you tap and pay?</string> - <string name="nfc_payment_set_default_instead_of">Always use <xliff:g id="app">%1$s</xliff:g> instead of <xliff:g id="app">%2$s</xliff:g> when you tap and pay?</string> + <string name="nfc_payment_set_default">Always use <xliff:g id="app">%1$s</xliff:g> when you tap & pay?</string> + <string name="nfc_payment_set_default_instead_of">Always use <xliff:g id="app">%1$s</xliff:g> instead of <xliff:g id="app">%2$s</xliff:g> when you tap & pay?</string> <!-- Restrictions settings --><skip/> <!-- Restriction settings title [CHAR LIMIT=35] --> |