You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
don't bug out if initial files can't be downloaded (utkarshdalal#819)
* don't bug out if initial files can't be downloaded
* added implementation of okhttp dnsoverhttps to make code compile
* added fallback DNS for doh
---------
Co-authored-by: Utkarsh Dalal <utkarsh.dalal@toptal.com>
Thanks for your interest in contributing! We welcome pull requests, bug reports, and feedback.
4
+
5
+
## Getting Started
6
+
7
+
1. Join our [Discord server](https://discord.gg/2hKv4VfZfE) to discuss what you're working on
8
+
2. Fork the repo and create a branch for your changes
9
+
3. See the **Building** section in the [README](README.md) for setup instructions
10
+
4. Submit a pull request with a clear description of what your change does and why
11
+
12
+
## Reporting Issues
13
+
14
+
Please report bugs and request support through our [Discord server](https://discord.gg/2hKv4VfZfE). GitHub issues will be automatically closed.
15
+
16
+
## Contribution Licensing
17
+
18
+
By submitting a contribution to GameNative, you agree that your contribution shall be licensed under the same license(s) as the project at the time of contribution.
19
+
20
+
You also grant the project maintainers the right to relicense the project, including your contribution, under any future version of those license(s), or under any other license that is free and open source software (FOSS) and compatible with the current license(s).
21
+
22
+
You retain full copyright ownership of your contributions. You confirm that your contributions are your original work and that you have the right to submit them under these terms.
<stringname="install_failed_message">Systemfiler kunne ikke installeres. Prøv igen. Hvis problemet fortsætter, prøv et andet netværk eller brug en VPN.</string>
<stringname="download_failed_message">Eine erforderliche Datei konnte nicht heruntergeladen werden. Bitte überprüfe deine Netzwerkverbindung und versuche es erneut.</string>
<stringname="install_failed_message">Systemdateien konnten nicht installiert werden. Bitte versuche es erneut. Falls das Problem weiterhin besteht, versuche ein anderes Netzwerk oder verwende ein VPN.</string>
Copy file name to clipboardExpand all lines: app/src/main/res/values-es/strings.xml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1223,4 +1223,8 @@
1223
1223
<stringname="manifest_content_untrusted">El contenido no es de confianza y no se instaló.</string>
1224
1224
<stringname="manifest_type_mismatch">El contenido descargado no coincide con el tipo esperado.</string>
1225
1225
<stringname="manifest_glibc_not_supported">Las versiones GLIBC no son compatibles.</string>
1226
+
<stringname="download_failed_title">Error de descarga</string>
1227
+
<stringname="download_failed_message">No se pudo descargar un archivo necesario. Comprueba tu conexión de red e inténtalo de nuevo.</string>
1228
+
<stringname="install_failed_title">Error de instalación</string>
1229
+
<stringname="install_failed_message">No se pudieron instalar los archivos del sistema. Inténtalo de nuevo. Si el problema persiste, prueba con una red diferente o usa una VPN.</string>
0 commit comments