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

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

SystemUI/Keyguard: Improve strings

* More consistency with AOSP

Change-Id: I61fd51909d424884040127eaa4cdfb111e9b13a3
parent a13af9b4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2014 The CyanogenMod Project
     Copyright (C) 2012-2015 The CyanogenMod Project
     Copyright (c) 2013, The Linux Foundation. All rights reserved.

     Licensed under the Apache License, Version 2.0 (the "License");
@@ -24,7 +24,7 @@
    <!-- Dismiss button text in SIM pin/puk unlock view -->
    <string name="kg_dismiss">Dismiss</string>
    <!-- Slot id in SIM pin/puk unlock view -->
    <string name="kg_slot_name">Slot <xliff:g id="number">%d</xliff:g>: New Sim Card\u0020 </string>
    <string name="kg_slot_name">Slot <xliff:g id="number">%d</xliff:g>: New SIM card\u0020</string>

    <!-- Instructions telling the user remaining times when enter SIM PIN view.  -->
    <plurals name="kg_password_default_pin_message">
@@ -33,7 +33,7 @@
    </plurals>
    <!-- Instructions telling the user remaining times when enter SIM PUK view.  -->
    <plurals name="kg_password_default_puk_message">
        <item quantity="one">SIM is now disabled. Enter PUK code to continue. You have <xliff:g id="number">%d</xliff:g> remaining attempt before SIM becomes permanently unusable. Contact carrier for details.</item>
        <item quantity="other">SIM is now disabled. Enter PUK code to continue. You have <xliff:g id="number">%d</xliff:g> remaining attempts before SIM becomes permanently unusable. Contact carrier for details.</item>
        <item quantity="one">SIM is now disabled. Enter PUK code to continue. You have <xliff:g id="number">%d</xliff:g> remaining attempt before SIM becomes permanently unusable. Contact your carrier for details.</item>
        <item quantity="other">SIM is now disabled. Enter PUK code to continue. You have <xliff:g id="number">%d</xliff:g> remaining attempts before SIM becomes permanently unusable. Contact your carrier for details.</item>
    </plurals>
</resources>
+2 −2
Original line number Diff line number Diff line
@@ -56,8 +56,8 @@
    <string name="quick_settings_apn_switch_label">APN switch</string>

    <!-- QuickSettings: Dds [CHAR LIMIT=NONE] -->
    <string name="quick_settings_dds_sub">Card <xliff:g id="number">%d</xliff:g> data</string>
    <string name="quick_settings_data_off">Data off</string>
    <string name="quick_settings_dds_sub">SIM <xliff:g id="number">%d</xliff:g> mobile data</string>
    <string name="quick_settings_data_off">Mobile data Off</string>

    <!-- QuickSettings: Location detail panel title [CHAR LIMIT=NONE] -->
    <string name="quick_settings_location_detail_title">Location mode</string>