aprsdroid/res/values/strings.xml

200 wiersze
9.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- APRSdroid strings.xml - this file contains strings which need to be translated -->
<resources>
<string name="app_name">APRSdroid</string>
<string name="app_prefs">APRSdroid Preferences</string>
<string name="app_map">APRSdroid Map</string>
<string name="app_hub">APRSdroid Hub</string>
<string name="app_sta">Station Info</string>
<!-- APRSdroid activity -->
<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="anon_warning">Without a passcode, your reports will not be propagated!</string>
<string name="mininterval">Minimum update time is 1 minute!</string>
<string name="singlelog">Single Shot</string>
<string name="startlog">Start Tracking</string>
<string name="stoplog">Stop Tracking</string>
<string name="empty_logview">You have not yet sent or received any packets.\n\n
Press the \"Menu\" button to send a single report or to start tracking your position.\n\n
You can also change the application preferences from the menu.</string>
<!-- Maps activity -->
<string name="sta_lastreport">%s Last Report</string>
<string name="map_track_call">Tracking %s...</string>
<string name="map_loading">Loading...</string>
<!-- StationInfo activity -->
<string name="sta_ssids">Station SSIDs</string>
<string name="sta_history">Station History</string>
<string name="sta_map">Map</string>
<string name="sta_aprsfi">aprs.fi</string>
<string name="sta_qrzcom">QRZ.com</string>
<!-- AprsService -->
<string name="aprsservice">APRSdroid Service</string>
<string name="service_once">APRS Service single shot.</string>
<string name="service_start">APRS Service started. Updates every %1$d minutes, %2$d km.</string>
<string name="service_stop">APRS Service stopped.</string>
<!-- first run dialog -->
<string name="fr_title">Welcome to APRSdroid!</string>
<string name="fr_text">This software may only be used by licensed amateur radio
operators!</string>
<string name="fr_text2">You need to enter your callsign to use this software.
To forward your packets, an APRS-IS passcode is required as well.</string>
<!-- about dialog -->
<string name="ad_title">About APRSdroid v%s</string>
<string name="ad_text">Copyright © 2009-2010 Georg Lukas (DO1GL)\n
http://aprsdroid.org/
\n\n
APRS® is a registered trademark of Bob Bruninga (WB4APR)
\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="ad_trans">\n\nTranslation:</string>
<string name="ad_homepage">Home Page</string>
<!-- map view -->
<string name="map_overlays">Overlays</string>
<string name="map_satellite">Satellite</string>
<string name="map_objects">APRS Objects</string>
<!-- map view -->
<string name="age">Show last...</string>
<string name="age_30">30 minutes</string>
<string name="age_2h">2 hours</string>
<string name="age_12h">12 hours</string>
<string name="age_1d">1 day</string>
<string name="age_2d">2 days</string>
<!-- options menu -->
<string name="about">About</string>
<string name="show_hub">Show Hub</string>
<string name="show_map">Show Map</string>
<string name="show_log">Show Log</string>
<string name="clear_log">Clear Log</string>
<string name="quit">Quit</string>
<string name="preferences">Preferences</string>
<!-- preferences -->
<string name="p__ham">Amateur Radio</string>
<string name="p_callsign">Callsign</string>
<string name="p_callsign_nossid">Callsign (without SSID)</string>
<string name="p_callsign_summary">Your HAM radio callsign</string>
<string name="p_callsign_entry">Enter your callsign</string>
<string name="p_passcode">APRS-IS 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_passreq">Request Passcode</string>
<string name="p_passreq_summary">Request APRS-IS passcode online</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>
<!-- array of station types (SSID) -->
<string-array name="p_ssid_e">
<item>(none)</item>
<item>1: Digipeater (home/WX)</item>
<item>2: Digipeater 70cm</item>
<item>3: Digipeater</item>
<item>4: HF to VHF gateway</item>
<item>5: IGate (not home station)</item>
<item>6: Satellite</item>
<item>7: Handheld radio</item>
<item>8: Boat / ship</item>
<item>9: Mobile station</item>
<item>10: APRS-IS (no radio)</item>
<item>11: Balloon / APRStouch-tone</item>
<item>12: Portable (laptop/camp site)</item>
<item>13: ...</item>
<item>14: Freight vehicle</item>
<item>15: HF Station</item>
</string-array>
<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__connection">APRS Connection</string>
<string name="p_conntype">Connection Protocol</string>
<string name="p_conntype_summary">AFSK, HTTP, TCP or UDP</string>
<string name="p_conntype_entry">Choose the connection protocol</string>
<string name="p_connsetup">Connection Preferences</string>
<string name="p_connsetup_summary">Configuration of Connection</string>
<!-- array of connection types -->
<string name="p_conn_tcp">TCP connection</string>
<string name="p_conn_udp">UDP (send only)</string>
<string name="p_conn_http">HTTP POST (send only)</string>
<string name="p_conn_afsk">AFSK via Speaker</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_host_hint">host:port</string>
<string name="p__location">Location Settings</string>
<string name="p_interval">Minimum update time</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">Minimum update distance</string>
<string name="p_distance_summary">Kilometers before beacon transmission (set to 0 for time-only)</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>
<string name="p_gps">GPS Precision</string>
<string name="p_gps_summary">Battery usage vs. position quality</string>
<string name="p_gps_entry">Please set the GPS Precision</string>
<!-- array of GPS precisions -->
<string name="p_gps_always">High (Always on)</string>
<string name="p_gps_med">Medium</string>
<string name="p_gps_low">Low</string>
<!-- AFSK settings -->
<string name="p_aprs_path">APRS digi path</string>
<string name="p_aprs_path_hint">hop 1, hop 2, ...</string>
<string name="p_aprs_path_summary">Sequence of digipeaters</string>
<string name="p_aprs_path_entry">Enter the comma separated digi path</string>
<string name="p_afsk_prefix">Frame Sync Prefix</string>
<string name="p_afsk_prefix_summary">No-Op Preamble (e.g. for VOX control)</string>
<string name="p_afsk_prefix_entry">Enter the prefix time [ms]</string>
<!-- TCP server settings -->
<string name="p_tcp_server_summary">APRS-IS TCP server (port 14580) to contact</string>
<string name="p_filterdist">Neighbor radius</string>
<string name="p_filterdist_summary">Receive packets from stations in this radius</string>
<string name="p_filterdist_entry">Radius around you to monitor for packets [km]</string>
<string name="p_filter">Message filter</string>
<string name="p_filter_hint">b/BUDDY o/OBJECT ...</string>
<string name="p_filter_summary">Filter for incoming packets</string>
<string name="p_filter_entry">Enter a filter for incoming messages</string>
<string name="p_filterhelp">Message filter help</string>
<string name="p_filterhelp_summary">Online reference for APRS-IS filters</string>
<string name="p_sotimeout">TCP socket timeout</string>
<string name="p_sotimeout_summary">Time before resetting the connection</string>
<string name="p_sotimeout_entry">Timeout value in seconds (0 = disable)</string>
<string name="translator_credits">translator-credits</string>
</resources>