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

Commit a76318f6 authored by Manu Suresh's avatar Manu Suresh
Browse files

Merge branch '1686-a15-FP6' into 'v3.6-a15'

FP6: Remove switch settings icon and update localizations

See merge request e/devices/android_device_fairphone_FP6!38
parents 1de95b17 950f21b1
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:tint="?android:attr/colorControlNormal"
    android:height="24dp"
    android:width="24dp"
    android:viewportWidth="960"
    android:viewportHeight="960">
    <group
        android:pivotX="480"
        android:pivotY="480"
        android:rotation="90">
        <path
            android:fillColor="#d8ff4f"
            android:pathData="M201,600q-53,0 -86.5,-33.5T81,480q0,-53 33.5,-86.5T201,360h558q53,0 86.5,33.5T879,480q0,53 -33.5,86.5T759,600L201,600ZM566,540h197q26,0 43,-17t17,-43q0,-34 -17,-47t-43,-13L566,420v120Z"
            android:fillType="evenOdd"/>
    </group>
</vector>
+0 −7
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">Schalter</string>
    <string name="hardware_switch_title">Schalter-Aktion</string>
    <string name="hardware_switch_summary">Einstellung der Funktion des Schalters</string>
</resources>
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">Physischer schalter</string>
    <string name="hardware_switch_title">Schalter aktion</string>
    <string name="hardware_switch_summary">Schalter funktion konfigurieren</string>
</resources>
+0 −7
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">Cambiar</string>
    <string name="hardware_switch_title">Acción de Cambiar</string>
    <string name="hardware_switch_summary">Configurar la función de conmutación de hardware</string>
</resources>
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- Switch Settings -->
    <string name="hardware_switch_category_title">Interruptor físico</string>
    <string name="hardware_switch_title">Acción del interruptor</string>
    <string name="hardware_switch_summary">Configurar función del interruptor</string>
</resources>
Loading