summaryrefslogtreecommitdiff
path: root/android/sdremote/res/values/strings.xml
blob: cf84a3a48876f2bf586bb7c2ef8aaebd41bb16bc (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="utf-8"?>
<resources>

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

    <string name="title_computers">Computers</string>
    <string name="title_generic">Generic</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_requirements">Requirements</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_requirements">Requirements</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="menu_pause_slide_show">Pause slide show</string>
    <string name="menu_resume_slide_show">Resume 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="message_search_wifi">Make sure LibreOffice is running on a computer on the same WiFi network.</string>
    <string name="message_search_bluetooth">Make sure LibreOffice is running on a computer with Bluetooth enabled.</string>
    <string name="message_paused">Paused</string>
    <string name="message_notes_empty">Nothing here.</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="description_empty_slide">Empty slide</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">Keep screen on</string>
    <string name="preferences_keep_screen_on_summary">Prevent phone from sleeping while presenting</string>

    <string name="requirements_libreoffice_version">LibreOffice version 4.0.3 or higher running on a computer.</string>
    <string name="requirements_libreoffice_general_enabled">Impress Remote enabled at “Tools → Options → LibreOffice Impress → General” in LibreOffice Impress.</string>
    <string name="requirements_libreoffice_experimental_enabled">Experimental features enabled at “Tools → Options → LibreOffice → Advanced” in LibreOffice Impress.</string>
    <string name="requirements_network_connection">The Android device and a computer connected to the same network.</string>
    <string name="requirements_network_ports">If you have a firewall make sure ports 1598 and 1599 are opened.</string>
    <string name="requirements_bluetooth_connection">A computer with enabled Bluetooth.</string>

</resources>