Skip to content

Commit

Permalink
Move 'buttonOpenWIth' string in Core
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianDevel committed Nov 28, 2023
1 parent 0813dd4 commit 530d482
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 @@ -32,6 +32,7 @@
<string name="errorTitleLabel">Ein Fehler ist aufgetreten</string>
<string name="errorUserAlreadyPresent">Fehler Benutzer bereits vorhanden</string>
<string name="noConnection">Keine Verbindung</string>
<string name="openWith">Öffnen mit</string>
<string name="serverError">Server-Fehler</string>
<string name="startButton">Start</string>
<string name="typeAdmin">Administrator</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 @@ -23,6 +23,7 @@
<string name="browserNotFound">No se ha encontrado ningún navegador</string>
<string name="buttonCancel">Cancelar</string>
<string name="buttonLater">Más tarde</string>
<string name="openWith">Abrir con</string>
<string name="buttonUpdate">Actualizar</string>
<string name="connect">Ingresa en</string>
<string name="connectionError">Problema de conexión a Internet</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 @@ -32,6 +32,7 @@
<string name="errorTitleLabel">Une erreur s’est produite</string>
<string name="errorUserAlreadyPresent">Erreur utilisateur déjà présent</string>
<string name="noConnection">Pas de connexion</string>
<string name="openWith">Ouvrir avec</string>
<string name="serverError">Erreur serveur</string>
<string name="startButton">Démarrer</string>
<string name="typeAdmin">Administrateur</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 @@ -32,6 +32,7 @@
<string name="errorTitleLabel">Si è verificato un errore</string>
<string name="errorUserAlreadyPresent">Errore utente già esistente</string>
<string name="noConnection">Nessuna connessione</string>
<string name="openWith">Apri con</string>
<string name="serverError">Errore del server</string>
<string name="startButton">Avvia</string>
<string name="typeAdmin">Amministratore</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 @@ -34,6 +34,7 @@
<string name="errorTitleLabel">An error occurred</string>
<string name="errorUserAlreadyPresent">Error, User already present</string>
<string name="noConnection">No connection</string>
<string name="openWith">Open with</string>
<string name="serverError">Server Error</string>
<string name="startButton">Get started</string>
<string name="typeAdmin">Administrator</string>
Expand Down

0 comments on commit 530d482

Please sign in to comment.