mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 05:37:43 +00:00
Extract strings
This commit is contained in:
parent
298b00a82e
commit
20cc67e63a
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user