Merge pull request #5853 from ByteHamster/widget-config-translations

Translate widget config screen
This commit is contained in:
ByteHamster 2022-04-25 21:53:32 +02:00 committed by GitHub
commit 20363ee41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -85,28 +85,28 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Playback Speed" />
android:text="@string/playback_speed" />
<CheckBox
android:id="@+id/ckRewind"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Rewind" />
android:text="@string/rewind_label" />
<CheckBox
android:id="@+id/ckFastForward"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Forward" />
android:text="@string/fast_forward_label" />
<CheckBox
android:id="@+id/ckSkip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Skip" />
android:text="@string/skip_episode_label" />
</LinearLayout>