summaryrefslogtreecommitdiff
path: root/android/sdremote/res/values/strings.xml
blob: e84b7faa260627985d4f7b5f875af3a35afa041a (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
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">Impress Remote</string>
    <string name="menu_settings">Settings</string>
    <string name="title_activity_presentation">PresentationActivity</string>
    <string name="presentation_ui_resizehandle">Handle to resize view.</string>
    <string name="presentation_blank_screen">Blank Screen</string>
    <string name="options">Options</string>
    <string name="actionbar_timeformat">h:mmaa</string>
    <string name="actionbar_timerformat">mm:ss</string>
    <string name="clock_timer_start">Start</string>
    <string name="clock_timer_pause">Pause</string>
    <string name="clock_timer_restart">Restart</string>
    <string name="clock_timer_reset">Reset</string>
    <string name="clock_timer_resume">Resume</string>
    <string name="options_autodecline">Decline Calls</string>
    <string name="options_description">Automatically decline all incoming calls.</string>
    <string name="options_volumeswitching">Volume Switching</string>
    <string name="options_volumeswitching_descripton">Change slides using volume buttons</string>
    <string name="options_enablewifi">Enable wireless</string>
    <string name="options_enablewifi_descripton">Try to connect to the computer over wireless</string>
    <string name="options_switchcomputer">Switch computer</string>
    <string name="blankscreen_return">Return to Slide</string>
    <string name="bluetooth">Bluetooth</string>
    <string name="wifi">WI-FI</string>
    <string name="selector_noservers">Searching for computers…</string>
    <string name="selector_delete">Remove server</string>
    <string name="selector_choose_a_computer">Choose a Computer</string>
    <string name="selector_dialog_connecting">Attempting to connect to {0}…</string>
    <string name="selector_dialog_connectionfailed">Impress Remote could not connect to {0}.</string>
    <string name="selector_dialog_connectionfailed_ok">OK</string>
    <string name="pairing_instructions_1">In Impress, click on the "Slideshow" menu and select "Impress Remote".</string>
    <string name="pairing_instructions_2_deviceName">Choose "{0}" as your device.</string>
    <string name="pairing_instructions_3">Then input this PIN:</string>
    <string name="startpresentation_instruction">No presentation is currently running.</string>
    <string name="startpresentation_button">Start Presentation</string>
    <string name="startpresentation_title">Start Presentation</string>
    <string name="about">About</string>
    <string name="about_close">Close</string>
    <string name="about_versionstring">Version: {0} (Build ID: {1})</string>
    <string name="about_copyright">Copyright © 2012 LibreOffice Contributors and/or their affiliates.</string>
    <string name="about_licence">This app is released under the Mozilla Public License, v. 2.0.</string>
    <string name="about_libraries">This app uses android-coverflow\n\tCopyright © 2011, Polidea\n\tNew BSD License.\n\nThis app uses ActionBarSherlock:\n\tCopyright 2012 Jake Wharton\n\tLicensed under the Apache License, Version 2.0 (the "License")</string>
    <string name="addserver">Add Server</string>
    <string name="addserver_entername">Server name:</string>
    <string name="addserver_enteraddress">Server address as IP or hostname:</string>
    <string name="addserver_remember">Remember this server next time</string>
    <string name="addserver_add">Add</string>
    <string name="addserver_cancel">Cancel</string>
    <string name="reconnect_description1">Your connection has been dropped.</string>
    <string name="reconnect_description2">Attempting to reconnect…</string>

</resources>