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

Commit a13af9b4 authored by Michael Bestas's avatar Michael Bestas Committed by Steve Kondik
Browse files

core: String improvements from cm-11.0

Change-Id: I26e76fc5b81a1792e203563179d9ce7a1ca39c75
parent 946cd72f
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_modifyProtectedSmsList">modify protected SMS list</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_modifyProtectedSmsList">Allows the app to modify the protected sms address list.</string>
    <string name="permdesc_modifyProtectedSmsList">Allows the app to modify the protected SMS address list.</string>

    <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permgrouplab_security">Security</string>
@@ -133,7 +133,7 @@
    <string name="reboot_progress">Rebooting\u2026</string>

    <!-- Long-press back kill application -->
    <string name="app_killed_message">Application killed</string>
    <string name="app_killed_message">App killed</string>

    <!-- ADB over network notification -->
    <string name="adb_net_active_notification_title">ADB over network enabled</string>
@@ -150,7 +150,7 @@
    <string name="app_ops_access_notifications">read your notifications</string>
    <string name="app_ops_activate_vpn">activate a VPN</string>
    <string name="app_ops_alarm_wakeup">wake up the device</string>
    <string name="app_ops_su">get Superuser access</string>
    <string name="app_ops_su">get root access</string>
    <string name="app_ops_auto_start">start at power up</string>
    <string name="app_ops_delete_call_log">delete your call log</string>
    <string name="app_ops_delete_contacts">delete your contacts</string>
@@ -233,8 +233,7 @@
    <string name="China_Telecom">China Telecom</string>

    <!-- Text of the checkbox for the permission confirmation dialog to remember the user's choice. [CHAR LIMIT=40] -->
    <string name="permission_remember_choice">Remember</string>
    <string name="permission">Permission</string>
    <string name="permission_remember_choice">Remember my choice</string>

    <!-- Default wi-fi hotspot ssid -->
    <string name="def_wifi_wifihotspot_ssid" translatable="false"></string>
@@ -257,7 +256,5 @@

    <string name="permlab_interceptSmsSent">intercept outgoing SMS</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_interceptSmsSent">Allows the app to
        intercept an outgoing SMS.
        Malicious apps may use this to prevent outgoing SMS messages.</string>
    <string name="permdesc_interceptSmsSent">Allows the app to intercept an outgoing SMS. Malicious apps may use this to prevent outgoing SMS messages.</string>
</resources>