Fix crash in case of WebDAV misconfigurazion or non reachability, WIP settings screen

This commit is contained in:
2024-11-10 10:45:23 +01:00
parent 238e43509e
commit 8d218fbefe
10 changed files with 242 additions and 126 deletions

View File

@ -28,7 +28,8 @@
<string name="event_diaperchange_pee_desc">Cambio (con pipì)</string>
<string name="event_unknown_desc"></string>
<string name="toast_event_added">Evento aggiunto!</string>
<string name="toast_event_added">Evento aggiunto</string>
<string name="toast_event_add_error">Impossibile aggiungere l\'evento</string>
<string name="toast_integer_error">Valore non valido. Inserire un numero intero.</string>
<string name="now">adesso</string>
@ -37,6 +38,10 @@
<string name="minute_ago">min</string>
<string name="minutes_ago">min</string>
<string name="no_connection">Nessuna connessione</string>
<string name="no_connection_explain">Impossibile raggiungere il servizio WebDAV</string>
<string name="no_connection_go_to_settings">Impostazioni</string>
<string name="settings_title">Impostazioni</string>
<string name="settings_storage">Scegli dove l\'app salva i dati</string>
<string name="settings_storage_local">Sul dispositivo</string>