mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +00:00
Make service name translatable
BUG: 409511
This commit is contained in:
parent
044e56184a
commit
f2c0f02226
@ -45,7 +45,7 @@
|
|||||||
android:enabled="true" />
|
android:enabled="true" />
|
||||||
<service
|
<service
|
||||||
android:name="org.kde.kdeconnect.Plugins.RemoteKeyboardPlugin.RemoteKeyboardService"
|
android:name="org.kde.kdeconnect.Plugins.RemoteKeyboardPlugin.RemoteKeyboardService"
|
||||||
android:label="KDE Connect Remote Keyboard"
|
android:label="@string/remote_keyboard_service"
|
||||||
android:permission="android.permission.BIND_INPUT_METHOD">
|
android:permission="android.permission.BIND_INPUT_METHOD">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.view.InputMethod" />
|
<action android:name="android.view.InputMethod" />
|
||||||
|
@ -361,4 +361,5 @@
|
|||||||
|
|
||||||
<string name="findmyphone_preference_key_ringtone" translatable="false">findmyphone_ringtone</string>
|
<string name="findmyphone_preference_key_ringtone" translatable="false">findmyphone_ringtone</string>
|
||||||
<string name="no_app_for_opening">No suitable app found to open this file</string>
|
<string name="no_app_for_opening">No suitable app found to open this file</string>
|
||||||
|
<string name="remote_keyboard_service">KDE Connect Remote Keyboard</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user