Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0aab1b68 authored by Marco Brohet's avatar Marco Brohet
Browse files

Bluetooth: Update values

- Let strings_map.xml use strings from strings_pbap.xml,
  so translators don't have to translate everything and
  languages with no active translators on CyanogenMod
  have less English strings

- Reduce the use of capital letters

Change-Id: I05ad679af56937211158d08b15f5e9dd7a0c0bf8
parent bffc5d0a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -32,11 +32,6 @@
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="map_acceptance_dialog_title">%1$s erbittet Zugriff auf Ihre Nachrichten.\n\nZugriff erlauben?</string>
    <string name="map_acceptance_dialog_header">Nachrichten</string>
    <string name="map_session_key_dialog_title">Sitzungsschlüssel für %1$s eingeben</string>
    <string name="map_session_key_dialog_header">Bluetooth-Sitzungsschlüssel erforderlich</string>
    <string name="map_acceptance_timeout_message">Bei der Verbindung mit %1$s ist eine Zeitüberschreitung aufgetreten</string>
    <string name="map_authentication_timeout_message">Bei der Eingabe des Sitzungsschlüssels für %1$s ist eine Zeitüberschreitung aufgetreten</string>
    <string name="map_notif_ticker">Obex-Authentifizierungsanfrage</string>
    <string name="map_notif_title">MAP-Sitzungsschlüsselanfrage</string>
    <string name="map_notif_message">%1$s den Zugriff auf Ihre Nachrichten erlauben</string>
    <string name="map_alert_conn_failed_message">Bluetooth-MAP-Verbindung fehlgeschlagen.</string>
+8 −8
Original line number Diff line number Diff line
@@ -30,15 +30,15 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="map_acceptance_dialog_title">%1$s would like to access your phone folders. Give access to %2$s?</string>
    <string name="map_acceptance_dialog_header">Phone Folder Access</string>
    <string name="map_session_key_dialog_title">Type session key for %1$s</string>
    <string name="map_session_key_dialog_header">Bluetooth session key required</string>
    <string name="map_acceptance_timeout_message">There was time out to accept connection with %1$s</string>
    <string name="map_authentication_timeout_message">There was time out to input session key with %1$s</string>
    <string name="map_notif_ticker">Obex authentication request</string>
    <string name="map_acceptance_dialog_header">Phone folder access</string>
    <string name="map_session_key_dialog_title" translatable="false">@string/pbap_session_key_dialog_title</string>
    <string name="map_session_key_dialog_header" translatable="false">@string/pbap_session_key_dialog_header</string>
    <string name="map_acceptance_timeout_message" translatable="false">@string/pbap_acceptance_timeout_message</string>
    <string name="map_authentication_timeout_message" translatable="false">@string/pbap_authentication_timeout_message</string>
    <string name="map_notif_ticker" translatable="false">@string/auth_notif_ticker</string>
    <!-- Notification title when a Bluetooth device wants to pair with us -->
    <string name="map_notif_title">Session Key Request for MAP</string>
    <string name="map_notif_title">Session key request for MAP</string>
    <!-- Notification message when a Bluetooth device wants to pair with us -->
    <string name="map_notif_message">Allow root folder access by %1$s</string>
    <string name="map_alert_conn_failed_message">Bluetooth MAP connection failed.</string>
    <string name="map_alert_conn_failed_message">Bluetooth MAP connection failed</string>
</resources>