1<?xml version="1.0" encoding="utf-8"?> 2<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 3 <string name="pbap_app_name">Bluetooth Pbap</string> 4 <string name="pbap_acceptance_dialog_title">%1$s would like to access your contacts and call history. Give access to %2$s?</string> 5 <string name="pbap_acceptance_dialog_header">Phonebook Access</string> 6 <string name="pbap_session_key_dialog_title">Type session key for %1$s</string> 7 <string name="pbap_session_key_dialog_header">Bluetooth session key required</string> 8 <string name="pbap_acceptance_timeout_message">There was time out to accept connection with %1$s</string> 9 <string name="pbap_authentication_timeout_message">There was time out to input session key with %1$s</string> 10 <string name="bluetooth_transfer_header">Bluetooth transfer</string> 11 <string name="bluetooth_transfer_text">Could not successfully establish phone book sharing with</string> 12 <string name="toast_connected">%1$s connected to your phone. </string> 13 <string name="toast_disconnected">%1$s disconnected from your phone. </string> 14 <string name="pbap_notif_ticker">Phonebook access request</string> 15 <!-- Notification title when a Bluetooth device wants to pair with us --> 16 <string name="pbap_notif_title">PBAP request</string> 17 <!-- Notification message when a Bluetooth device wants to pair with us --> 18 <string name="pbap_notif_message">Allow phonebook access by %1$s</string> 19 <string name="auth_notif_ticker">Obex authentication request</string> 20 <!-- Notification title when a Bluetooth device wants to pair with us --> 21 <string name="auth_notif_title">Session Key</string> 22 <!-- Notification message when a Bluetooth device wants to pair with us --> 23 <string name="auth_notif_message">Type session key for %1$s</string> 24 <string name="alwaysallowed">Always allowed?</string> 25 <string name="defaultname">Carkit</string> 26 <string name="unknownName">Unknown name</string> 27 <string name="localPhoneName">My name</string> 28 <string name="defaultnumber">000000</string> 29</resources> 30