mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Translate theme descriptions
This commit is contained in:
parent
7f9bc7d276
commit
5963277fe3
10 changed files with 12 additions and 3 deletions
BIN
app/src/main/res/drawable-de/custom_theme.jpg
Normal file
BIN
app/src/main/res/drawable-de/custom_theme.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
app/src/main/res/drawable-de/dark_theme.jpg
Normal file
BIN
app/src/main/res/drawable-de/dark_theme.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
app/src/main/res/drawable-de/finnmglas_theme.jpg
Normal file
BIN
app/src/main/res/drawable-de/finnmglas_theme.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
app/src/main/res/drawable-fr/custom_theme.jpg
Normal file
BIN
app/src/main/res/drawable-fr/custom_theme.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
BIN
app/src/main/res/drawable-fr/dark_theme.jpg
Normal file
BIN
app/src/main/res/drawable-fr/dark_theme.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
app/src/main/res/drawable-fr/finnmglas_theme.jpg
Normal file
BIN
app/src/main/res/drawable-fr/finnmglas_theme.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -42,7 +42,8 @@
|
|||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="select"
|
||||
android:text="@string/settings_select_theme"
|
||||
android:textAllCaps="false"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
@ -70,7 +71,8 @@
|
|||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="select"
|
||||
android:text="@string/settings_select_theme"
|
||||
android:textAllCaps="false"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
|
@ -98,7 +100,8 @@
|
|||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="select"
|
||||
android:text="@string/settings_select_theme"
|
||||
android:textAllCaps="false"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
<string name="settings_toast_store_not_found">PlayStore nicht gefunden</string>
|
||||
|
||||
<string name="settings_select_theme">Wählen</string>
|
||||
|
||||
<string name="settings_footer_by">Von</string>
|
||||
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher#de</string>
|
||||
<string name="settings_footer_web">https://www.finnmglas.com/de/</string>
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
<string name="settings_toast_store_not_found">Pas trouvé le PlayStore</string>
|
||||
|
||||
<string name="settings_select_theme">Choisir</string>
|
||||
|
||||
<string name="settings_footer_by">Par</string>
|
||||
<string name="settings_footer_web">https://www.finnmglas.com/fr/</string>
|
||||
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher</string>
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
|
||||
<string name="settings_toast_store_not_found">PlayStore not found</string>
|
||||
|
||||
<string name="settings_select_theme">Select</string>
|
||||
|
||||
<string name="settings_footer_by">By</string>
|
||||
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher#en</string>
|
||||
<string name="settings_footer_web">https://www.finnmglas.com</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue