Localised app name

Realised too late for v1.5, guess it'll be in v1.6.
This commit is contained in:
Corewala 2022-01-30 13:51:23 -05:00
parent c550a37581
commit 102377d8d3
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
android:name="corewala.buran.Buran"
android:allowBackup="true"
android:icon="@drawable/launcher"
android:label="Buran"
android:label="@string/app_name"
android:roundIcon="@drawable/launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme"

View File

@ -1,5 +1,5 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name">Buran</string>
<string name="app_name">Bourane</string>
<string name="gemini_protocol">gemini://</string>
<string name="main_input_hint">Entrez l\'adresse gemini://</string>
<string name="main_input_search_hint">Entrez un terme de recherche</string>
@ -11,7 +11,7 @@
<string name="share">Partager</string>
<string name="set_home">Choisir comme Accueil</string>
<string name="settings">Paramètres</string>
<string name="about_body">Buran: Un client pour le protocole Gemini par Corewala</string>
<string name="about_body">Bourane: Un client pour le protocole Gemini par Corewala</string>
<string name="copyright">Copyright © 2022 Corewala</string>
<string name="about_ariane_source">Buran est basé sur le navigateur Ariane d\'ÖLAB sous la Licence Publique de l\'Union Européenne</string>
<string name="about_font">Les blocs de code sont rendus avec JetBrains Mono de JetBrains</string>