2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 05:37:43 +00:00

Extract strings

This commit is contained in:
Albert Vaca Cintora 2023-03-05 22:14:45 +01:00
parent 298b00a82e
commit 20cc67e63a
2 changed files with 5 additions and 2 deletions

View File

@ -8,11 +8,11 @@
android:id="@+id/checkbox_contents"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Block notification contents" />
android:text="@string/block_notification_contents" />
<CheckBox
android:id="@+id/checkbox_images"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Block notification images" />
android:text="@string/block_notification_images" />
</LinearLayout>

View File

@ -287,6 +287,9 @@
<string name="no_players_connected">No players found</string>
<string name="send_files">Send files</string>
<string name="block_notification_contents">Block notification contents</string>
<string name="block_notification_images">Block notification images</string>
<string name="pairing_title">KDE Connect Devices</string>
<string name="pairing_description">Other devices running KDE Connect in your same network should appear here.</string>
<string name="device_rename_title">Rename device</string>