Skip to content

Commit

Permalink
Move 'allActivitiesNotFoundError' string in Core
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Nov 28, 2023
1 parent 530d482 commit 711d747
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<string name="connectionError">Problem mit der Internetverbindung</string>
<string name="errorDownload">Fehler beim Download</string>
<string name="errorDownloadInsufficientSpace">Download nicht möglich: Unzureichender Speicherplatz</string>
<string name="errorNoSupportingAppFound">Diese Datei wird von keiner installierten Anwendung unterstützt</string>
<string name="errorTitle">Fehler</string>
<string name="errorTitleLabel">Ein Fehler ist aufgetreten</string>
<string name="errorUserAlreadyPresent">Fehler Benutzer bereits vorhanden</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<string name="connectionError">Problema de conexión a Internet</string>
<string name="errorDownload">Error al descargar</string>
<string name="errorDownloadInsufficientSpace">No se puede descargar: espacio insuficiente</string>
<string name="errorNoSupportingAppFound">No hay ninguna aplicación instalada compatible con este archivo</string>
<string name="errorTitle">Error</string>
<string name="errorTitleLabel">Se ha producido un error</string>
<string name="errorUserAlreadyPresent">Error, usuario ya registrado</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<string name="connectionError">Problème de connexion internet</string>
<string name="errorDownload">Erreur lors du téléchargement</string>
<string name="errorDownloadInsufficientSpace">Téléchargement impossible : Espace insuffisant</string>
<string name="errorNoSupportingAppFound">Aucune application installée ne prend en charge ce fichier</string>
<string name="errorTitle">Erreur</string>
<string name="errorTitleLabel">Une erreur s’est produite</string>
<string name="errorUserAlreadyPresent">Erreur utilisateur déjà présent</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<string name="connectionError">Problema di connessione a Internet</string>
<string name="errorDownload">Errore durante il download</string>
<string name="errorDownloadInsufficientSpace">Impossibile scaricare: spazio insufficiente</string>
<string name="errorNoSupportingAppFound">Il file non è supportato da nessuna delle applicazioni installate</string>
<string name="errorTitle">Errore</string>
<string name="errorTitleLabel">Si è verificato un errore</string>
<string name="errorUserAlreadyPresent">Errore utente già esistente</string>
Expand Down
1 change: 1 addition & 0 deletions src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<string name="connectionError">Internet connection problem</string>
<string name="errorDownload">Download error</string>
<string name="errorDownloadInsufficientSpace">Cannot download : Insufficient space</string>
<string name="errorNoSupportingAppFound">This file is not supported by any installed application</string>
<string name="errorTitle">Error</string>
<string name="errorTitleLabel">An error occurred</string>
<string name="errorUserAlreadyPresent">Error, User already present</string>
Expand Down

0 comments on commit 711d747

Please sign in to comment.