aprsdroid/res/values/strings.xml

36 wiersze
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">APRSdroid</string>
<string name="firstrun">You need to configure APRSdroid first!</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="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="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__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>
</resources>