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

Commit 7e57557c authored by Guillaume Jacquart's avatar Guillaume Jacquart
Browse files

Merge branch '3701-settings_subtitle' into 'main'

feat:3701: add summary in settings, translate in de,es,fr,it

See merge request !23
parents 16f6f0be 526b57ad
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
            android:name="com.android.settings.order"
            android:value="0"
            />
        <meta-data
            android:name="com.android.settings.summary"
            android:resource="@string/eos_settings_summary"
            />
    </activity-alias>

    <activity
+6 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="eos_settings_title">Murena-Benachrichtigungen</string>
    <string name="eos_settings_summary">Überprüfen Sie den Verlauf aller Benachrichtigungen von Murena und e Foundation.</string>
    <string name="history_list_empty">Keine Benachrichtigungen empfangen</string>
</resources>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="eos_settings_title">Notificaciones de Murena</string>
    <string name="eos_settings_summary">Consulta el historial de todas las notificaciones de Murena y e Foundation.</string>
    <string name="history_list_empty">No se han recibido notificaciones</string>
</resources>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="eos_settings_title">Notifications Murena</string>
    <string name="eos_settings_summary">Consultez l’historique de toutes les notifications de Murena et e Foundation.</string>
    <string name="history_list_empty">Notifications MurenaAucune notification reçue</string>
</resources>
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="eos_settings_title">Notifiche Murena</string>
    <string name="eos_settings_summary">Controlla la cronologia di tutte le notifiche di Murena e e Foundation.</string>
    <string name="history_list_empty">Nessuna notifica ricevuta</string>
</resources>
 No newline at end of file
Loading