blob: 9c0ca471f0d5aa411a4116b402975f2c2e9756c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<resources>
<string name="app_name">Vndroid</string>
<string name="server_running_notification_channel">Server status</string>
<string name="server_running_notification_title">Server active</string>
<string name="action_start">Start</string>
<string name="action_stop">Stop</string>
<string name="toast_no_input_service">Accessibility service not enabled: clients will not be able to control</string>
</resources>
|