android/app/src/main/res/values/strings.xml

58 lines
3.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="about_text">Version</string>
<string name="about_display_1">OpenLP is free church presentation software</string>
<string name="about_display_2">Find out more about visit the OpenLP website.</string>
<string name="about_display_4">Copyright</string>
<string name="about_display_5">Portions copyright</string>
<string name="about_display_6">License</string>
<string name="about_display_7">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.</string>
<string name="about_display_8">This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</string>
<string name="action_settings">Settings</string>
<string name="app_name">OpenLP</string>
<string name="action_alert">Alert</string>
<string name="action_back">Back</string>
<string name="service_list">Service List</string>
<string name="live_list">Live List</string>
<string name="stage_view">Stage View</string>
<string name="live_view">LiveView</string>
<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
<string name="action_blank">Toggle Display</string>
<string name="action_search">Search</string>
<string name="action_refresh">Refresh</string>
<string name="action_preferences">Preferences</string>
<string name="action_connections">Connections</string>
<string name="action_about">About</string>
<string name="textSizeType">Text Size Type</string>
<string name="textSizeSummary">Change the Service text size</string>
<string name="connectionTimeout">Connection Timeout</string>
<string name="connectionTimedout">Connection timed out</string>
<string name="connectionTimeoutSummary">Select a value (milliseconds)</string>
<string name="enableCustomTimeouts">Enable Custom Timeouts</string>
<string name="customTimeoutsSummary">Check to modify timeout settings</string>
<string name="socketTimeout">Socket Timeout</string>
<string name="socketTimeoutSummary">Select a value (milliseconds)</string>
<string name="none">None</string>
<string name="connection.profile.active">Active Profile - Tap to manage</string>
<string name="url">Server</string>
<string name="urlHint">Hostname or IP</string>
<string name="notSet">Not set</string>
<string name="connection.available.configurations">List of available profiles</string>
<string name="connection.add.by.menu">Tap to add a new profile</string>
<string name="connection.profile.not.saved">Tap to edit properties</string>
<string name="connection.profile.new.server">New Server</string>
<string name="connection.profile.server">Server</string>
<string name="connection.profile.title">Profile Title</string>
<string name="port">Port</string>
<string name="connection.profile.ssl.use">Use HTTPS</string>
<string name="connection.profile.ssl.summary">Specify whether HTTPS should be used</string>
<string name="connection.userid">Userid</string>
<string name="connection.password">Password</string>
<string name="connection.profile.remove">Remove</string>
<string name="connection.profile.remove.summary">Remove this configuration</string>
<string name="connection.profile.summary.activate">Tap to set active</string>
<string name="connection.profile.activate">Save and Activate</string>
<string name="connection.profile.active.toast">Active Profile</string>
</resources>