diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 364ae3e..0378aeb 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -295,6 +295,15 @@ <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]--> <string name="bluetooth_connection_dialog_text">"Do you want to connect to \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022?"</string> + <!-- Activity label of BluetoothPbPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] --> + <string name="bluetooth_phonebook_request">"Phone book request"</string> + + <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] --> + <string name="bluetooth_pb_acceptance_dialog_text">%1$s would like to access your contacts and call history. Give access to %2$s?</string> + + <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] --> + <string name="bluetooth_pb_alwaysallowed">Always allowed?</string> + <!-- Date & time settings screen title --> <string name="date_and_time">Date & time settings</string> <!-- Date/time settings. Summary of the checkbox for choosing between 12 hour time or 24 hour time. Sample of 12-hour time --> @@ -3447,7 +3456,7 @@ found in the list of installed applications.</string> <!-- Checkbox label to save the username and the password for a VPN network. [CHAR LIMIT=40] --> <string name="vpn_save_login">Save account information</string> - <!-- Hint for an optional input of a VPN network. [CHAR LIMIT=40] --> + <!-- Hint for not filling an optional field in a VPN configuration. [CHAR LIMIT=40] --> <string name="vpn_not_used">(not used)</string> <!-- Option to not use a CA certificate to verify the VPN server. [CHAR LIMIT=40] --> <string name="vpn_no_ca_cert">(do not verify server)</string> |