mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-23 06:21:31 +01:00
Add missing translations
This commit is contained in:
parent
54662ad4ab
commit
b3b1b7ba3a
4 changed files with 5 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:text="Disable screen timeout"
|
||||
android:text="@string/settings_launcher_disable_timeout"
|
||||
android:textSize="16sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
<string name="settings_theme_examples">Beispiele</string>
|
||||
<string name="settings_select_image">Bild ändern</string>
|
||||
|
||||
<string name="settings_launcher_disable_timeout">Bildschirm wach halten</string>
|
||||
|
||||
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher#de</string>
|
||||
<string name="settings_footer_web">https://www.finnmglas.com/de/</string>
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
<string name="settings_select_theme">Choisir</string>
|
||||
<string name="settings_select_image">Changer Image</string>
|
||||
<string name="settings_theme_examples">Examples</string>
|
||||
<string name="settings_launcher_disable_timeout">Gardez l\'écran allumé</string>
|
||||
|
||||
<string name="settings_footer_web">https://www.finnmglas.com/fr/</string>
|
||||
<string name="settings_footer_repo">https://github.com/finnmglas/Launcher</string>
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
<string name="settings_select_theme">Select</string>
|
||||
<string name="settings_select_image">Change Image</string>
|
||||
<string name="settings_theme_examples">Examples</string>
|
||||
<string name="settings_launcher_disable_timeout">Keep screen on</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