Add missing translations

This commit is contained in:
Finn M Glas 2020-06-26 07:42:07 +02:00
parent 54662ad4ab
commit b3b1b7ba3a
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
4 changed files with 5 additions and 1 deletions

View file

@ -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" />

View file

@ -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>

View file

@ -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>

View file

@ -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>