Removed unnecessary \ character before ? character

This commit is contained in:
Juha Heinanen
2026-06-21 20:17:54 +03:00
parent 09fdec99cb
commit 59da0305ab

View File

@ -173,7 +173,7 @@
Establishment, RFC 5245). Establishment, RFC 5245).
</string> </string>
<string name="stun_server">STUN/TURN Server</string> <string name="stun_server">STUN/TURN Server</string>
<string name="stun_server_help">A STUN/TURN Server URI of form scheme:host[:port][\?transport=udp|tcp], <string name="stun_server_help">A STUN/TURN Server URI of form scheme:host[:port][?transport=udp|tcp],
where scheme is \'stun\', \'stuns\', \'turn\', or \'turns\'. Factory default STUN Server where scheme is \'stun\', \'stuns\', \'turn\', or \'turns\'. Factory default STUN Server
for STUN and ICE protocols is \'stun:stun.l.google.com:19302\' pointing to public Google for STUN and ICE protocols is \'stun:stun.l.google.com:19302\' pointing to public Google
STUN server. There is no factory default TURN server. STUN server. There is no factory default TURN server.
@ -259,7 +259,7 @@
<string name="account_allocation_failure">Failed to allocate new account.</string> <string name="account_allocation_failure">Failed to allocate new account.</string>
<string name="encrypt_password">Encrypt Password</string> <string name="encrypt_password">Encrypt Password</string>
<string name="decrypt_password">Decrypt Password</string> <string name="decrypt_password">Decrypt Password</string>
<string name="delete_account">Do you want to delete account \'%1$s\'\?</string> <string name="delete_account">Do you want to delete account \'%1$s\'?</string>
<!-- Baresip Service --> <!-- Baresip Service -->
<string name="is_calling">is calling</string> <string name="is_calling">is calling</string>
<string name="missed_call_from">Missed call from</string> <string name="missed_call_from">Missed call from</string>
@ -279,13 +279,13 @@
If the string is included in the peer URI or regular expression matches, If the string is included in the peer URI or regular expression matches,
the call or message will be blocked. the call or message will be blocked.
</string> </string>
<string name="blocking_delete_alert">Do you want to delete blocking rule \'%1$s\'\?</string> <string name="blocking_delete_alert">Do you want to delete blocking rule \'%1$s\'?</string>
<!-- Blocked Activity --> <!-- Blocked Activity -->
<string name="blocked">Blocked</string> <string name="blocked">Blocked</string>
<string name="blocked_calls">Blocked Calls</string> <string name="blocked_calls">Blocked Calls</string>
<string name="blocked_messages">Blocked Messages</string> <string name="blocked_messages">Blocked Messages</string>
<string name="blocked_delete_alert">Do you want to delete blocked requests of \'%1$s\'\?</string> <string name="blocked_delete_alert">Do you want to delete blocked requests of \'%1$s\'?</string>
<string name="blocked_contact_question">Do you want to add peer \'%1$s\' to contacts\?</string> <string name="blocked_contact_question">Do you want to add peer \'%1$s\' to contacts?</string>
<!-- Calls Activity --> <!-- Calls Activity -->
<string name="call_history">Call History</string> <string name="call_history">Call History</string>
<string name="call_details">Call Details</string> <string name="call_details">Call Details</string>
@ -297,11 +297,11 @@
<string name="time">Time</string> <string name="time">Time</string>
<string name="calls_duration">Duration</string> <string name="calls_duration">Duration</string>
<string name="calls_add_delete_question">Do you want to add \'%1$s\' to contacts, block it, <string name="calls_add_delete_question">Do you want to add \'%1$s\' to contacts, block it,
or delete %2$s from call history\?</string> or delete %2$s from call history?</string>
<string name="calls_delete_question">Do you want to delete %2$s from call history\?</string> <string name="calls_delete_question">Do you want to delete %2$s from call history?</string>
<string name="disable_history">Disable</string> <string name="disable_history">Disable</string>
<string name="enable_history">Enable</string> <string name="enable_history">Enable</string>
<string name="delete_history_alert">Do you want to delete call history of account \'%1$s\'\?</string> <string name="delete_history_alert">Do you want to delete call history of account \'%1$s\'?</string>
<string name="call_answered">Call answered</string> <string name="call_answered">Call answered</string>
<string name="call_answered_elsewhere">Call answered elsewhere</string> <string name="call_answered_elsewhere">Call answered elsewhere</string>
<string name="call_missed">Call missed</string> <string name="call_missed">Call missed</string>
@ -315,8 +315,8 @@
<!-- Chat Activity --> <!-- Chat Activity -->
<string name="chat_with">Chat with %1$s</string> <string name="chat_with">Chat with %1$s</string>
<string name="new_message">New message</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="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 this message\?</string> <string name="short_message_question">Do you want to delete this message?</string>
<string name="add_contact">Add Contact</string> <string name="add_contact">Add Contact</string>
<string name="sending_failed">Sending of message failed</string> <string name="sending_failed">Sending of message failed</string>
<string name="message_failed">Failed</string> <string name="message_failed">Failed</string>
@ -327,8 +327,8 @@
<string name="new_chat_peer">New Chat Peer</string> <string name="new_chat_peer">New Chat Peer</string>
<string name="long_chat_question">Do you want to add \'%1$s\' to contacts, block it, or <string name="long_chat_question">Do you want to add \'%1$s\' to contacts, block it, or
delete this chat?</string> delete this chat?</string>
<string name="short_chat_question">Do you want to delete chat with \'%1$s\'\?</string> <string name="short_chat_question">Do you want to delete chat with \'%1$s\'?</string>
<string name="delete_chats_alert">Do you want to delete chat history of account \'%1$s\'\?</string> <string name="delete_chats_alert">Do you want to delete chat history of account \'%1$s\'?</string>
<!-- Codecs Activity --> <!-- Codecs Activity -->
<string name="audio_codecs">Audio Codecs</string> <string name="audio_codecs">Audio Codecs</string>
<string name="video_codecs">Video Codecs</string> <string name="video_codecs">Video Codecs</string>
@ -458,12 +458,12 @@
<string name="reset_config">Reset to Factory Defaults</string> <string name="reset_config">Reset to Factory Defaults</string>
<string name="reset_config_help">If checked, settings are reset to factory default values.</string> <string name="reset_config_help">If checked, settings are reset to factory default values.</string>
<string name="reset_config_alert">Are you sure you want to reset settings to factory <string name="reset_config_alert">Are you sure you want to reset settings to factory
default values\?</string> default values?</string>
<string name="reset">Reset</string> <string name="reset">Reset</string>
<string name="read_cert_error">Failed to read file \'cert.pem\'.</string> <string name="read_cert_error">Failed to read file \'cert.pem\'.</string>
<string name="read_ca_certs_error">Failed to read file \'ca_certs.crt\'.</string> <string name="read_ca_certs_error">Failed to read file \'ca_certs.crt\'.</string>
<string name="config_restart">You need to restart baresip in order to activate the new <string name="config_restart">You need to restart baresip in order to activate the new
settings. Restart now\? settings. Restart now?
</string> </string>
<string name="consent_request">Consent Request</string> <string name="consent_request">Consent Request</string>
<string name="contacts_consent">If Android contacts is chosen, they can be used <string name="contacts_consent">If Android contacts is chosen, they can be used
@ -490,11 +490,11 @@
<string name="avatar_image">Profile image</string> <string name="avatar_image">Profile image</string>
<!-- Contacts Activity --> <!-- Contacts Activity -->
<string name="contacts">Contacts</string> <string name="contacts">Contacts</string>
<string name="contact_action_question">Do you want to call or send message to \'%1$s\'\?</string> <string name="contact_action_question">Do you want to call or send message to \'%1$s\'?</string>
<string name="contact_email_action_question">Do you want to call, send message, or email to \'%1$s\'\?</string> <string name="contact_email_action_question">Do you want to call, send message, or email to \'%1$s\'?</string>
<string name="send_message">Send Message</string> <string name="send_message">Send Message</string>
<string name="send_email">Send Email</string> <string name="send_email">Send Email</string>
<string name="contact_delete_question">Do you want to delete contact \'%1$s\'\?</string> <string name="contact_delete_question">Do you want to delete contact \'%1$s\'?</string>
<string name="contacts_delete_question">Do you want to delete all contacts?</string> <string name="contacts_delete_question">Do you want to delete all contacts?</string>
<string name="search">Search</string> <string name="search">Search</string>
<string name="import_contacts">Import</string> <string name="import_contacts">Import</string>
@ -547,9 +547,9 @@
<string name="no_telephone_number">Mobile call only be made to telephone number</string> <string name="no_telephone_number">Mobile call only be made to telephone number</string>
<string name="video_call">Video call</string> <string name="video_call">Video call</string>
<string name="video_request">Video Request</string> <string name="video_request">Video Request</string>
<string name="allow_video">Accept sending and receiving video with \'%1$s\'\?</string> <string name="allow_video">Accept sending and receiving video with \'%1$s\'?</string>
<string name="allow_video_send">Accept sending of video to \'%1$s\'\?</string> <string name="allow_video_send">Accept sending of video to \'%1$s\'?</string>
<string name="allow_video_recv">Accept receiving video from \'%1$s\'\?</string> <string name="allow_video_recv">Accept receiving video from \'%1$s\'?</string>
<string name="call_is_ringing">Call is ringing</string> <string name="call_is_ringing">Call is ringing</string>
<string name="call_is_on_hold">Call is on hold</string> <string name="call_is_on_hold">Call is on hold</string>
<string name="call_is_connected">Call is connected</string> <string name="call_is_connected">Call is connected</string>
@ -588,20 +588,20 @@
</string> </string>
<string name="registering_failed">Registering of \`%1$s\` failed.</string> <string name="registering_failed">Registering of \`%1$s\` failed.</string>
<string name="verify">Verify Request</string> <string name="verify">Verify Request</string>
<string name="verify_sas">Do you want to verify SAS &lt;%1$s&gt;\?</string> <string name="verify_sas">Do you want to verify SAS &lt;%1$s&gt;?</string>
<string name="transfer_request">Transfer Request</string> <string name="transfer_request">Transfer Request</string>
<string name="transfer_request_query">Do you accept to transfer this call to \'%1$s\'\?</string> <string name="transfer_request_query">Do you accept to transfer this call to \'%1$s\'?</string>
<string name="call_request">Call Request</string> <string name="call_request">Call Request</string>
<string name="call_request_query">Do you accept request to call \'%1$s\'\?</string> <string name="call_request_query">Do you accept request to call \'%1$s\'?</string>
<string name="redirect_notice">Automatic redirection to \'%1$s\'</string> <string name="redirect_notice">Automatic redirection to \'%1$s\'</string>
<string name="redirect_request">Redirect Request</string> <string name="redirect_request">Redirect Request</string>
<string name="redirect_request_query">Do you accept call redirection to \'%1$s\'\?</string> <string name="redirect_request_query">Do you accept call redirection to \'%1$s\'?</string>
<string name="call_failed">Call failed</string> <string name="call_failed">Call failed</string>
<string name="call_closed">Call is closed</string> <string name="call_closed">Call is closed</string>
<string name="call_not_secure">This call is NOT secure!</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="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! <string name="call_is_secure">This call is SECURE and peer is VERIFIED!
Do you want to unverify the peer\? Do you want to unverify the peer?
</string> </string>
<string name="unverify">Unverify</string> <string name="unverify">Unverify</string>
<string name="backed_up">Application data (excluding recordings) backed up <string name="backed_up">Application data (excluding recordings) backed up
@ -610,7 +610,7 @@
\'%1$s\'. Check Apps → baresip → Permissions → Storage.</string> \'%1$s\'. Check Apps → baresip → Permissions → Storage.</string>
<string name="restart_request">Restart Request</string> <string name="restart_request">Restart Request</string>
<string name="restored">Application data restored. baresip needs to be restarted. <string name="restored">Application data restored. baresip needs to be restarted.
Restart now\? Restart now?
</string> </string>
<string name="restore_failed">Failed to restore application data. Check that you gave correct <string name="restore_failed">Failed to restore application data. Check that you gave correct
password and that the backup file is from this application. In Android versions 9, password and that the backup file is from this application. In Android versions 9,