298 lines
17 KiB
XML
298 lines
17 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources>
|
||
|
||
<string name="app_name" translatable="false">baresip</string>
|
||
|
||
<!-- About Activity -->
|
||
<string name="about_title">About baresip</string>
|
||
<string name="about_text">
|
||
<![CDATA[
|
||
<h1>Baresip library based SIP User Agent</h1>
|
||
<p>Juha Heinanen <jh@tutpro.com></p>
|
||
<p>Version %1$s</p>
|
||
<h2>Usage Hints</h2>
|
||
<ul>
|
||
<li>Check that configuration default values meet your needs (touch item titles for help).</li>
|
||
<li>Then create one or more accounts (again touch item titles for help).</li>
|
||
<li>Peers of calls and messages can be added to contacts by long touches.</li>
|
||
<li>Long touches can also be used to remove calls, chats, messages, and contacts.</li>
|
||
<li>You can re-reselect the previous call party by touching the call icon when Callee is empty.</li>
|
||
<li>If you cannot hear the other party of a call, try to increase Media volume.</li>
|
||
</ul>
|
||
<h2>Source code</h2>
|
||
Source code is available at <a href="https://github.com/juha-h/baresip-studio">GitHub</a>,
|
||
where also issues can be reported.
|
||
]]>
|
||
</string>
|
||
<string name="baresip_link" translatable="false">
|
||
<a href="https://github.com/juha-h/baresip-studio">GitHub</a>
|
||
</string>
|
||
|
||
<!-- Account Activity -->
|
||
<string name="account">Account</string>
|
||
<string name="display_name">Display Name</string>
|
||
<string name="your_name">Your Name</string>
|
||
<string name="display_name_help">Name (if any) used in From URI of outbound requests.</string>
|
||
<string name="authentication_username">Authentication Username</string>
|
||
<string name="authentication_username_help">Authentication username if required by outbound proxy.</string>
|
||
<string name="authentication_password">Authentication Password</string>
|
||
<string name="authentication_password_help">Authentication password if required by outbound proxy.</string>
|
||
<string name="outbound_proxies">Outbound Proxies</string>
|
||
<string name="outbound_proxies_help">SIP URI of one or two proxies that must be used when sending requests.
|
||
If two is given, REGISTER requests are sent to both and other requests are sent to
|
||
one that responds. If no outbound proxy is given, requests are sent based on
|
||
DNS NAPTR/SRV/A record lookup of callee URI hostpart. If hostpart of SIP URI is an IPv6
|
||
address, the address must be written inside brackets [].
|
||
\nExamples:
|
||
\n • sip:foo.com:5060;transport=tls
|
||
\n • sip:[2001:67c:223:777::10]:5060;transport=tcp
|
||
</string>
|
||
<string name="sip_uri_of_proxy_server">SIP URI of Proxy Server</string>
|
||
<string name="sip_uri_of_another_proxy_server">SIP URI of another Proxy Server</string>
|
||
<string name="register">Register</string>
|
||
<string name="register_help">If checked, registration is enabled and REGISTER requests are sent at
|
||
12 minute intervals.
|
||
</string>
|
||
<string name="audio_codecs">Audio Codecs</string>
|
||
<string name="audio_codecs_help">List of supported audio codecs in priority order.</string>
|
||
<string name="media_nat">Media NAT Traversal</string>
|
||
<string name="media_nat_help">Selects media NAT traversal protocol (if any). Possible choices are STUN
|
||
(Session Traversal Utilities for NAT, RFC 5389) and ICE (Interactive Connectivity
|
||
Establishment, RFC 5245).
|
||
</string>
|
||
<string name="stun_server">STUN Server</string>
|
||
<string name="stun_server_help">A STUN Server of form host[:port].
|
||
Factory default value is \'stun.l.google.com:19302\', pointing to public Google STUN server.
|
||
Username and password are currently not supported.
|
||
</string>
|
||
<string name="stun_server_default" translatable="false">stun.l.google.com:19302</string>
|
||
<string name="media_encryption">Media Encryption</string>
|
||
<string name="media_encryption_help">Selects media transport encryption protocol (if any).
|
||
\n • ZRTP (recommended) means that ZRTP end-to-end media encryption negotiation is tried after
|
||
the call has been established.
|
||
\n • DTLS-SRTPF means that UDP/TLS/RTP/SAVPF is offered in outgoing call and that RTP/SAVP,
|
||
RTP/SAVPF, UDP/TLS/RTP/SAVP, or UDP/TLS/RTP/SAVPF is used if offered in incoming call.
|
||
\n • SRTP-MANDF means that RTP/SAVPF is offered in outgoing call and required in incoming call.
|
||
\n • SRTP-MAND means that RTP/SAVP is offered in outgoing call and required in incoming call.
|
||
\n • SRTP means that RTP/AVP is offered in outgoing call and that RTP/SAVP or RTP/SAVPF is used
|
||
if offered in incoming call.
|
||
</string>
|
||
<string name="answer_mode">Answer Mode</string>
|
||
<string name="answer_mode_help">Selects how incoming calls are answered.</string>
|
||
<string name="manual">Manual</string>
|
||
<string name="auto">Automatic</string>
|
||
<string name="voicemail_uri">Voicemail URI</string>
|
||
<string name="voicemain_uri_help">SIP URI for checking of voicemail messages. If left empty, voicemail
|
||
messages (Message Waiting Indications) are not subscribed to.
|
||
</string>
|
||
<string name="default_account">Default Account</string>
|
||
<string name="default_account_help">If checked, this account is selected when baresip is started.
|
||
</string>
|
||
|
||
<!-- Accounts Activity -->
|
||
<string name="accounts">Accounts</string>
|
||
<string name="user_domain">user@domain</string>
|
||
<string name="invalid_aor">Invalid user@domain \'%1$s\'</string>
|
||
<string name="account_exists">Account \'%1$s\' already exists.</string>
|
||
<string name="account_allocation_failure">"Failed to allocate new account.</string>
|
||
<string name="encrypt_password">Encrypt Password</string>
|
||
<string name="decrypt_password">Decrypt Password</string>
|
||
<string name="export_accounts">Export</string>
|
||
<string name="exported_accounts">Exported accounts to Download folder file \'accounts.bs\'.</string>
|
||
<string name="export_accounts_error">"Failed to export accounts to Download folder.
|
||
Check Apps → baresip → Permissions → Storage."
|
||
</string>
|
||
<string name="import_accounts">Import</string>
|
||
<string name="imported_accounts">Imported accounts from Download folder. You need to restart
|
||
baresip.</string>
|
||
<string name="import_accounts_error">Failed to import accounts from Download folder file.
|
||
Check Apps → baresip → Permissions → Storage and that file \'accounts.bs\' exists in
|
||
the folder and, if so, you gave correct Decrypt Password."
|
||
</string>
|
||
<string name="delete_account">Do you want to delete account \'%1$s\'?</string>
|
||
|
||
<!-- Baresip Service -->
|
||
<string name="answer">Answer</string>
|
||
<string name="reject">Reject</string>
|
||
<string name="incoming_call_from">Call from</string>
|
||
<string name="transfer_request">Call transfer request to</string>
|
||
<string name="message_from">Message from</string>
|
||
|
||
<!-- Calls Activity -->
|
||
<string name="call_history">Call History</string>
|
||
<string name="call">Call</string>
|
||
<string name="calls_calls">calls</string>
|
||
<string name="calls_call">call</string>
|
||
<string name="calls_call_message_question">Do you want to call or send message to \'%1$s\'?</string>
|
||
<string name="calls_add_delete_question">Do you want to add \'%1$s\' to contacts or delete
|
||
%2$s from call history?
|
||
</string>
|
||
<string name="calls_delete_question">Do you want to delete \'%1$s\' %2$s from call history?
|
||
</string>
|
||
|
||
<!-- Chat Activity -->
|
||
<string name="chat">Chat Messages</string>
|
||
<string name="chat_with">Chat with %1$s</string>
|
||
<string name="new_message">New message</string>
|
||
<string name="long_message_question">Do you want to delete message or add peer \'%1$s\' to contacts?</string>
|
||
<string name="short_message_question">Do you want to delete message?</string>
|
||
<string name="add_contact">Add Contact</string>
|
||
<string name="sending_failed">Sending of message failed</string>
|
||
<string name="message_failed">Failed</string>
|
||
|
||
<!-- Chats Activity -->
|
||
<string name="chats">Chat History</string>
|
||
<string name="today">Today</string>
|
||
<string name="you">You</string>
|
||
<string name="new_chat_peer">New Chat Peer</string>
|
||
<string name="invalid_chat_peer_uri">Invalid SIP URI</string>
|
||
<string name="long_chat_question">Do you want to delete chat with peer \'%1$s\' or
|
||
add peer to contacts?</string>
|
||
<string name="short_chat_question">Do you want to delete chat with \'%1$s\'?</string>
|
||
|
||
<!-- Config Activity -->
|
||
<string name="configuration">Configuration</string>
|
||
<string name="start_automatically">Start Automatically</string>
|
||
<string name="start_automatically_help">If checked, baresip starts automatically after device (re)start.</string>
|
||
<string name="listen_address">Listen Address</string>
|
||
<string name="listen_address_help">IP address and port of form \'address:port\' at which baresip listens
|
||
for incoming SIP requests. If IP address is an IPv6 address, it must be written inside
|
||
brackets []. IPv4 address 0.0.0.0 or IPv6 address [::] makes baresip listen at all
|
||
available addresses. If left empty (factory default), baresip listens at port 5060 of
|
||
all available addresses.
|
||
</string>
|
||
<string name="invalid_listen_address">Invalid Listen Address</string>
|
||
<string name="_0_0_0_0_5060" translatable="false">0.0.0.0:5060</string>
|
||
<string name="prefer_ipv6">Prefer IPv6</string>
|
||
<string name="prefer_ipv6_help">Prefer IPv6 if both IPv4 and IPv6 are available.</string>
|
||
<string name="dns_servers">DNS Servers</string>
|
||
<string name="dns_servers_help">Comma separated list of addresses of DNS servers. If not given,
|
||
DNS server addresses are obtained dynamically from the system. Each DNS address is of form
|
||
\'ip:port\' or \'ip\'. If port is omitted, it defaults to 53. If ip is an IPv6 address and
|
||
also port is given, ip must
|
||
be written inside brackets []. As an example, list \'8.8.8.8:53,[2001:4860:4860::8888]:53\'
|
||
points to IPv4 and IPv6 addresses of public Google DNS servers.</string>
|
||
<string name="invalid_dns_servers">Invalid DNS Servers</string>
|
||
<string name="failed_to_set_dns_servers">Failed to set DNS servers</string>
|
||
<string name="tls_certificate_file">TLS Certificate File</string>
|
||
<string name="tls_certificate_file_help">If checked, file \'cert.pem\' containing
|
||
TLS certificate and private key of this baresip instance has been or will be loaded from
|
||
Download directory. For security reasons, delete the file after loading.</string>
|
||
<string name="tls_ca_file">TLS CA File</string>
|
||
<string name="tls_ca_file_help">If checked, file \'ca_certs.crt\' containing TLS certificates
|
||
of Certificate Authorities has been or will be loaded from Download directory.</string>
|
||
<string name="aec">Acoustic Echo Cancellation</string>
|
||
<string name="aec_help">If checked, echo cancellation is attempted on call audio.</string>
|
||
<string name="failed_to_load_aec_module">Failed to load Acoustic Echo Cancellation module.</string>
|
||
<string name="opus_bit_rate">Opus Bit Rate</string>
|
||
<string name="opus_bit_rate_help">Average maximum bit rate used by Opus audio stream.
|
||
Valid values are 6000-510000. Factory default is 28000.</string>
|
||
<string name="_28000" translatable="false">28000</string>
|
||
<string name="opus_packet_loss">Expected Opus packet-loss</string>
|
||
<string name="opus_packet_loss_help">Expected Opus audio stream packet loss percentage, from 0-100. By default 0, turning off Opus Forward Error Correction (FEC).</string>
|
||
<string name="_0" translatable="false">0</string>
|
||
<string name="invalid_opus_bitrate">Invalid Opus bitrate</string>
|
||
<string name="invalid_opus_packet_loss">Invalid Opus Packet Loss Percentage</string>
|
||
<string name="ice_lite_mode">ICE Lite Mode</string>
|
||
<string name="ice_lite_mode_help">If checked, ICE Lite Mode is used.</string>
|
||
<string name="default_call_volume">Default Call Volume</string>
|
||
<string name="default_call_volume_help">If set, default call audio volume at scale 1–10.</string>
|
||
<string name="debug">Debug</string>
|
||
<string name="debug_help">Provides debug and info level log message availability in Logcat.</string>
|
||
<string name="reset_config">Reset to Factory Defaults</string>
|
||
<string name="reset_config_help">If checked, configuration is reset
|
||
to factory default values.</string>
|
||
<string name="read_cert_error">Failed to read file \'cert.pem\' from Download directory.</string>
|
||
<string name="read_ca_certs_error">Failed to read file \'ca_certs.crt\' from Download directory.</string>
|
||
|
||
<!-- Contact Activity -->
|
||
<string name="contact">Contact</string>
|
||
<string name="new_contact">New Contact</string>
|
||
<string name="contact_name">Name</string>
|
||
<string name="export_contacts">Export</string>
|
||
<string name="import_contacts">Import</string>
|
||
<string name="invalid_contact">Invalid contact name \'%1$s\'</string>
|
||
<string name="contact_already_exists">Contact \'%1$s\' already exists.</string>
|
||
<string name="invalid_contact_uri">Invalid SIP URI</string>
|
||
|
||
<!-- Contacts Activity -->
|
||
<string name="contacts">Contacts</string>
|
||
<string name="contact_action_question">Do you want to call or send message to \'%1$s\'?</string>
|
||
<string name="send_message">Send Message</string>
|
||
<string name="contact_delete_question">Do you want to delete contact \'%1$s\'?</string>
|
||
<string name="contacts_exceeded">Your maximum number of contacts %1%d has been exceeded.</string>
|
||
<string name="exported_contacts">Exported contacts to Download folder file \'contacts.bs\'.</string>
|
||
<string name="export_error">"Failed to export contacts to Download folder.
|
||
Check Apps → baresip → Permissions → Storage."</string>
|
||
<string name="imported_contacts">Imported contacts from Download folder.</string>
|
||
<string name="import_error">Failed to import contacts from Download folder. Check Apps →
|
||
baresip → Permissions → Storage and that file \'contacts.bs\' exists in the folder.</string>
|
||
|
||
<!-- Generic -->
|
||
<string name="alert">Alert</string>
|
||
<string name="info">Info</string>
|
||
<string name="notice">Notice</string>
|
||
<string name="cancel">Cancel</string>
|
||
<string name="ok">OK</string>
|
||
<string name="yes">Yes</string>
|
||
<string name="no">No</string>
|
||
<string name="accept">Accept</string>
|
||
<string name="deny">Deny</string>
|
||
<string name="user_id">User ID</string>
|
||
<string name="password">Password</string>
|
||
<string name="sip_uri" translatable="false">SIP URI</string>
|
||
<string name="add">Add</string>
|
||
<string name="delete">Delete</string>
|
||
<string name="edit">Edit</string>
|
||
<string name="send">Send</string>
|
||
<string name="status">Status</string>
|
||
<string name="error">Error</string>
|
||
<string name="dots" translatable="false">…</string>
|
||
|
||
<!-- Main Activity -->
|
||
<string name="about">About</string>
|
||
<string name="restart">Restart</string>
|
||
<string name="quit">Quit</string>
|
||
<string name="outgoing_call_to_dots">Outgoing call to …</string>
|
||
<string name="incoming_call_from_dots">Incoming call from …</string>
|
||
<string name="transferring_call_to_dots">Transferring call to …</string>
|
||
<string name="invalid_sip_uri">Invalid SIP URI</string>
|
||
<string name="callee">Callee</string>
|
||
<string name="hangup">Hangup</string>
|
||
<string name="hold">Hold</string>
|
||
<string name="dtmf">DTMF</string>
|
||
<string name="call_info">Call Info</string>
|
||
<string name="duration">Duration</string>
|
||
<string name="codecs">Codecs</string>
|
||
<string name="rate">Rate</string>
|
||
<string name="voicemail">Voicemail</string>
|
||
<string name="voicemail_messages">Voicemail Messages</string>
|
||
<string name="you_have">You have</string>
|
||
<string name="one_new_message">one new message</string>
|
||
<string name="new_messages">new messages</string>
|
||
<string name="one_old_message">one old message</string>
|
||
<string name="old_messages">old messages</string>
|
||
<string name="and">and</string>
|
||
<string name="no_messages">You have no messages</string>
|
||
<string name="listen">Listen</string>
|
||
<string name="messages">Messages</string>
|
||
<string name="dialpad">Dialpad</string>
|
||
<string name="call_already_active">You already have an active call.</string>
|
||
<string name="start_failed">Baresip failed to start. This may be due to invalid Listen Address
|
||
or TLS file. They have been reset. Restart baresip.</string>
|
||
<string name="registering_failed">Registering of \`%1$s\` failed.</string>
|
||
<string name="no_microphone_permission">You have not granted microphone permission.</string>
|
||
<string name="verify">Verify</string>
|
||
<string name="verify_sas">Do you want to verify SAS <%1$s> <%2$s>?</string>
|
||
<string name="transfer_query">Do you accept to transfer call to \'%1$s\'?</string>
|
||
<string name="call_failed">Call failed</string>
|
||
<string name="call_closed">Call closed</string>
|
||
<string name="restart_needed">You need to restart baresip in order to activate the new config.</string>
|
||
<string name="call_not_secure">This call is NOT secure!</string>
|
||
<string name="peer_not_verified">This call is SECURE, but peer is NOT verified!</string>
|
||
<string name="call_is_secure">This call is SECURE and peer is VERIFIED!
|
||
Do you want to unverify the peer?</string>
|
||
<string name="unverify">Unverify</string>
|
||
|
||
</resources>
|