summaryrefslogtreecommitdiff
path: root/android/sdremote/res/values/strings.xml
blob: f810f0ece5d10b19e5032068521e566c9861016a (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="application_name">Impress Remote</string>

    <string name="title_computers">Computers</string>
    <string name="title_bluetooth" translatable="false">Bluetooth</string>
    <string name="title_wifi" translatable="false">WiFi</string>
    <string name="title_licenses">Open source licenses</string>
    <string name="title_settings">Settings</string>
    <string name="title_connection">Connection</string>
    <string name="title_creation">Creation</string>
    <string name="title_slide_show">Slide Show</string>
    <string name="title_timer">Timer</string>

    <string name="menu_licenses">Open source licenses</string>
    <string name="menu_settings">Settings</string>
    <string name="menu_reconnect">Reconnect</string>
    <string name="menu_add_computer">Add computer</string>
    <string name="menu_remove_computer">Remove</string>
    <string name="menu_slides_grid">Slides grid</string>
    <string name="menu_slides_pager">Slides pager</string>
    <string name="menu_timer">Timer</string>
    <string name="menu_stop_slide_show">Stop slide show</string>

    <string name="button_cancel">Cancel</string>
    <string name="button_save">Save</string>
    <string name="button_start">Start</string>
    <string name="button_remove">Remove</string>

    <string name="message_impress_pin_validation">Go to “Slide Show → Impress Remote” in LibreOffice Impress and enter the code.</string>
    <string name="message_connection_failed_title">Connection failed</string>
    <string name="message_impress_remote_enabling">Make sure you enabled remote control. Go to “Tools → Options → LibreOffice Impress → General” in LibreOffice Impress.</string>
    <string name="message_impress_wifi_enabling">You should enable experimental features at “Tools → Options → LibreOffice → Advanced” as well.</string>
    <string name="message_impress_pairing_check">If you have Bluetooth pairing issues check instructions related to your desktop OS.</string>
    <string name="message_ip_address_validation">Type in a valid IP address.</string>
    <string name="message_time_is_up">Time is up!</string>

    <string name="hint_ip_address">IP address</string>
    <string name="hint_name">Name (optional)</string>

    <string name="header_notes">Notes</string>

    <string name="mask_slide_show_progress">Slide %1$d from %2$d</string>
    <plurals name="mask_timer_progress">
        <item quantity="one">One minute left</item>
        <item quantity="other">%d minutes left</item>
    </plurals>

    <string name="description_pager_slide">Slide preview</string>
    <string name="description_grid_slide">Slide preview</string>

    <string name="preferences_volume_keys_actions_title">Volume keys actions</string>
    <string name="preferences_volume_keys_actions_summary">Switch slides and activate animations using volume keys</string>
    <string name="preferences_keep_screen_on_title">Screen on</string>
    <string name="preferences_keep_screen_on_summary">Keep screen on while presenting</string>

</resources>