Add translations, Improve string resources

This commit is contained in:
Finn M Glas 2020-08-19 09:22:52 +02:00
parent 70114fc9d3
commit 0fb4f17cb1
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
14 changed files with 314 additions and 187 deletions

View file

@ -34,14 +34,14 @@
android:id="@+id/settings_actions_button_view_apps"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_apps"
android:text="@string/settings_apps_view_all"
android:textAllCaps="false" />
<Button
android:id="@+id/settings_actions_button_install_apps"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/settings_install"
android:text="@string/settings_apps_install"
android:textAllCaps="false" />
</LinearLayout>