summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 51d394a00447db624e74105d9296f89aa3e4666d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<resources>
    <string name="app_name">Vndroid</string>

    <string name="control_service_summary">Vndroid control service</string>
    <string name="control_service_description">Vndroid requires this accessibility service in order to allow VNC clients control of the device (touchscreen, keyboard).
        If the service is disabled, clients will be able to see the screen, but will not be able to interact with it. </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_mirror_permission">Cannot continue without broadcast screen permission</string>
    <string name="toast_no_input_service">Accessibility service not enabled: clients will not be able to control</string>

    <!-- Settings activity -->
    <string name="settings_category_main">Main</string>
    <string name="settings_enable_key" translatable="false">enable</string>
    <string name="settings_enable_title">Enable server</string>
    <string name="settings_status_key" translatable="false">status</string>
    <string name="status_server_enabled">Server enabled</string>
    <string name="status_server_addresses">Server addresses:</string>
    <plurals name="status_num_clients">
        <item quantity="one">%d client connected.</item>
        <item quantity="other">%d clients connected.</item>
    </plurals>
</resources>