aprsdroid/res/values/strings.xml

83 wiersze
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">APRSdroid</string>
<string name="firstrun">You need to configure APRSdroid with your callsign and passcode!</string>
<string name="wrongpasscode">Your passcode does not match your callsign!</string>
<string name="singlelog">Single Shot</string>
<string name="startlog">Start Logging</string>
<string name="stoplog">Stop Logging</string>
<string name="aprs_server">srvr.aprs-is.net</string>
<string name="default_status">http://github.com/ge0rg/aprsdroid</string>
<string name="default_symbol">/$</string>
<string name="service_once">APRS Service single shot.</string>
<string name="service_start">APRS Service started. Updates every %d minutes, %d km.</string>
<string name="service_stop">APRS Service stopped.</string>
<string name="fr_title">Welcome to APRSdroid!</string>
<string name="fr_text">This software may only be used by licensed HAM radio
operators!\n\n
If you operate without a license, you might be criminally prosecuted!</string>
<string name="ad_title">About APRSdroid v%s</string>
<string name="ad_text">Copyright © 2009-2010 Georg Lukas (DO1GL)\n
http://op-co.de/ &lt;georg@op-co.de&gt;
\n\n
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; either version 2
of the License, or (at your option) any later version.
\n\n
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. See the
GNU General Public License for more details.
\n\n
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
\n\n
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
</string>
<string name="about">About</string>
<string name="quit">Quit</string>
<string name="preferences">Preferences</string>
<string name="p__ham">Amateur Radio</string>
<string name="p_callsign">Callsign</string>
<string name="p_callsign_summary">Your HAM radio callsign</string>
<string name="p_callsign_entry">Enter your callsign</string>
<string name="p_passcode">Passcode</string>
<string name="p_passcode_summary">APRS-IS validation passcode</string>
<string name="p_passcode_entry">Enter the passcode for your call</string>
<string name="p__aprs">APRS Settings</string>
<string name="p_ssid">SSID</string>
<string name="p_ssid_summary">Station type (1..15; 9=Mobile, 10=APRS-IS)</string>
<string name="p_ssid_entry">Enter the SSID for your station</string>
<string name="p_symbol">APRS symbol</string>
<string name="p_symbol_summary">Your symbol for map display</string>
<string name="p_symbol_entry">Enter the symbol encoded as two characters</string>
<string name="p_status">Status message</string>
<string name="p_status_summary">The text after your coordinates</string>
<string name="p_status_entry">Enter your status message</string>
<string name="p__network">Networking</string>
<string name="p_conntype">Connection Protocol</string>
<string name="p_conntype_summary">Choose UDP (port 8080) or HTTP POST (URL)</string>
<string name="p_conntype_entry">Choose the connection protocol</string>
<string name="p_host">Server</string>
<string name="p_host_summary">APRS-IS server (port 8080) to send beacons</string>
<string name="p_host_entry">Enter the APRS-IS server hostname</string>
<string name="p_interval">Update interval</string>
<string name="p_interval_summary">Minutes between beacon transmissions</string>
<string name="p_interval_entry">Enter the update interval [min]</string>
<string name="p_distance">Update distance</string>
<string name="p_distance_summary">Kilometers before beacon transmission</string>
<string name="p_distance_entry">Enter the update distance [km]</string>
<string name="p_speedbrg">Await speed &amp; bearing</string>
<string name="p_speedbrg_summary">Keep GPS on longer to get more precise data</string>
<string name="p_netloc">Use network location</string>
<string name="p_netloc_summary">Acquire position from the cellular network</string>
</resources>