mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
Extract strings
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
android:id="@+id/checkbox_contents"
|
android:id="@+id/checkbox_contents"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Block notification contents" />
|
android:text="@string/block_notification_contents" />
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/checkbox_images"
|
android:id="@+id/checkbox_images"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Block notification images" />
|
android:text="@string/block_notification_images" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@@ -287,6 +287,9 @@
|
|||||||
<string name="no_players_connected">No players found</string>
|
<string name="no_players_connected">No players found</string>
|
||||||
<string name="send_files">Send files</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_title">KDE Connect Devices</string>
|
||||||
<string name="pairing_description">Other devices running KDE Connect in your same network should appear here.</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>
|
<string name="device_rename_title">Rename device</string>
|
||||||
|
Reference in New Issue
Block a user