mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
357 lines
20 KiB
XML
357 lines
20 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<resources>
|
|
|
|
<!-- Custom -->
|
|
<string name="app_name">Linphone</string>
|
|
<string name="service_name">Linphone Service</string>
|
|
<string name="addressbook_label">Linphone</string>
|
|
<string name="notification_title">Linphone</string>
|
|
<string name="wait_dialog_text">Starting up</string>
|
|
<string name="notification_registered">Registered to %s </string>
|
|
<string name="notification_register_failure">Fails to register to %s</string>
|
|
<string name="about_text">Linphone %s SIP (rfc 3261) compatible phone under GNU Public License V2</string>
|
|
<string name="about_link">http://www.linphone.org\n\nInstructions\nhttp://www.linphone.org/user-guide.html\n\n© 2015 Belledonne Communications</string>
|
|
|
|
<string name="sync_account_type">org.linphone</string>
|
|
<string name="sync_account_name">linphone contacts</string>
|
|
<string name="sync_mimetype">vnd.android.cursor.item/org.linphone.profile</string>
|
|
|
|
<string name="history_date_format">EEE, d MMM</string>
|
|
<string name="history_detail_date_format">yyyy/MM/dd - HH:mm - </string>
|
|
<string name="messages_date_format">dd/MM, HH:mm </string>
|
|
<string name="messages_list_date_format">dd/MM</string>
|
|
<string name="today_date_format">HH:mm</string>
|
|
<string name="picture_name_format">linphone-mms-%s.jpg</string>
|
|
<string name="tunnel_host"></string>
|
|
|
|
<!-- Common -->
|
|
<string name="username">Username</string>
|
|
<string name="display_name">Display name</string>
|
|
<string name="password">Password</string>
|
|
<string name="confirm_password">Password confirmation</string>
|
|
<string name="domain">Domain</string>
|
|
<string name="remote_provisioning_url">Url</string>
|
|
<string name="email">Email</string>
|
|
<string name="delete_text">Are you sure you want to delete your selection ?</string>
|
|
<string name="delete">Delete</string>
|
|
<string name="retry">Retry</string>
|
|
<string name="cancel">Cancel</string>
|
|
<string name="accept">Accept</string>
|
|
<string name="continue_text">Continue</string>
|
|
<string name="about">About</string>
|
|
<string name="deny">Deny</string>
|
|
<string name="no_account">No account configured</string>
|
|
<string name="search">Search</string>
|
|
<string name="outgoing">Outgoing</string>
|
|
<string name="incoming">Incoming</string>
|
|
<string name="missed">Missed</string>
|
|
<string name="settings">Settings</string>
|
|
<string name="connect">Connection</string>
|
|
<string name="decline">Decline</string>
|
|
|
|
<!-- Launch screen -->
|
|
<string name="app_description">The libre SIP client</string>
|
|
|
|
<!-- Assistant -->
|
|
<string name="welcome">Welcome</string>
|
|
<string name="assistant">Assistant</string>
|
|
<string name="assistant_create_account">Create account</string>
|
|
<string name="assistant_welcome_desc">This assistant will help you to use a SIP account for your calls.</string>
|
|
<string name="assistant_linphone_login_desc">Enter your username and password of your linphone.org account</string>
|
|
<string name="assistant_remote_provisioning_desc">Please provide your provisioning url</string>
|
|
<string name="assistant_login_desc">Enter your username and password with your SIP domain</string>
|
|
<string name="assistant_validate_account">An email has been sent to the address you gave. In order to activate your account, you need to click on the link inside it. Once it is done, come back here and click on the button.</string>
|
|
<string name="transport">Transport</string>
|
|
<string name="assistant_login_linphone">Use Linphone account</string>
|
|
<string name="assistant_login_generic">Use SIP account</string>
|
|
<string name="assistant_remote_provisioning">Fetch remote configuration</string>
|
|
<string name="assistant_create_account_part_1">1/2</string>
|
|
<string name="assistant_create_account_part_2">2/2</string>
|
|
<string name="assistant_display_name_optional">Display name (optional)</string>
|
|
<string name="assistant_linphone_account">Configure Linphone account</string>
|
|
<string name="assistant_generic_account">Configure SIP account</string>
|
|
<string name="assistant_remote_provisioning_title">Fetch remote configuration</string>
|
|
<string name="assistant_fetch_apply">Fetch and apply</string>
|
|
<string name="assistant_login">Login</string>
|
|
<string name="assistant_ec_calibration">Echo canceller calibration in progress</string>
|
|
<string name="assistant_remote_provisioning_login">Enter your login</string>
|
|
<string name="assistant_account_not_validated">Your account has not been validated yet.</string>
|
|
<string name="assistant_account_validated">Your account has been validated.</string>
|
|
<string name="assistant_error_bad_credentials">Incorrect username or passowrd</string>
|
|
<string name="wizard_failed">An error occurred, try again later.</string>
|
|
<string name="wizard_server_unavailable">Server unreachable, verify your internet connection.</string>
|
|
<string name="wizard_username_unavailable">This username is already in use.</string>
|
|
<string name="wizard_username_incorrect">Your username is not valid.</string>
|
|
<string name="wizard_email_incorrect">Your email is not valid.</string>
|
|
<string name="wizard_password_incorrect">Your password is not valid (6 characters min).</string>
|
|
<string name="wizard_passwords_unmatched">Passwords entered are different.</string>
|
|
<string name="setup_confirm_username">Your username will be %s.\r\n\r\nIt may differ from what you entered to match some requirements.\r\nDo you accept ?</string>
|
|
|
|
<!-- Dailer -->
|
|
<string name="address_bar_hint">Enter a number or an address</string>
|
|
|
|
<!-- History -->
|
|
<string name="no_call_history">No call in your history</string>
|
|
<string name="no_missed_call_history">No missed call in your history</string>
|
|
<string name="delete_history_log">Do you want to delete selected log?</string>
|
|
<string name="today">Today</string>
|
|
<string name="yesterday">Yesterday</string>
|
|
|
|
<!-- Contacts -->
|
|
<string name="no_contact">No contact in your address book.</string>
|
|
<string name="no_sip_contact">No SIP contact in your address book.</string>
|
|
<string name="delete_contacts">Do you want to delete selected contact?</string>
|
|
<string name="delete_contact">Do you want to delete selected this contact?</string>
|
|
<string name="sip_address">SIP address</string>
|
|
<string name="phone_number">Phone number</string>
|
|
<string name="contact_first_name">First name</string>
|
|
<string name="contact_last_name">Last name</string>
|
|
|
|
<!-- Chat -->
|
|
<string name="no_chat_history">No conversations</string>
|
|
<string name="delete_conversation">Do you want to delete selected conversation?</string>
|
|
<string name="delete_message">Do you want to delete selected message?</string>
|
|
<string name="remote_composing">Remote is writing...</string>
|
|
<string name="share_picture_size_small">Small</string>
|
|
<string name="share_picture_size_medium">Medium</string>
|
|
<string name="share_picture_size_large">Large</string>
|
|
<string name="share_picture_size_real">Real size</string>
|
|
<string name="text_copied_to_clipboard">Text copied to clipboard</string>
|
|
<string name="copy_text">Copy text</string>
|
|
<string name="image_picker_title">Select source</string>
|
|
<string name="image_saved">Image saved</string>
|
|
<string name="image_not_saved">Error, image not saved</string>
|
|
<string name="wait">Please wait...</string>
|
|
<string name="processing_image">Processing image, can take up to a few seconds depending on the size of the file</string>
|
|
|
|
<!-- Status Bar -->
|
|
<string name="status_connected">Registered</string>
|
|
<string name="status_not_connected">Not Registered</string>
|
|
<string name="status_in_progress">Registration in progress</string>
|
|
<string name="status_error">Registration failed</string>
|
|
<string name="voicemail_unread"> unread messages</string>
|
|
|
|
<!-- Side Menu -->
|
|
<string-array name="side_menu_item">
|
|
<item>Assistant</item>
|
|
<item>Settings</item>
|
|
<item>About</item>
|
|
</string-array>
|
|
<string name="quit">Quit</string>
|
|
|
|
<!-- Call -->
|
|
<string name="incoming_call">incoming call</string>
|
|
<string name="outgoing_call">outgoing call</string>
|
|
<string name="add_video_dialog">Your correspondent would like to turn on the video</string>
|
|
<string name="no_current_call">No active call</string>
|
|
<string name="call_paused_by_remote">Your correspondent paused the call</string>
|
|
<string name="couldnt_accept_call">An error occurred while accepting call</string>
|
|
<string name="zrtp_dialog">ZRTP token is %s\nYou should only accept if you have the same token as your correspondent</string>
|
|
<string name="unknown_incoming_call_name">Unknown</string>
|
|
<string name="call_stats_audio">Audio</string>
|
|
<string name="call_stats_video">Video</string>
|
|
<string name="call_stats_codec">Codec:</string>
|
|
<string name="call_stats_upload">Upload bandwidth:</string>
|
|
<string name="call_stats_download">Download bandwidth:</string>
|
|
<string name="call_stats_ice">ICE connectivity:</string>
|
|
<string name="call_stats_video_resolution">Video size:</string>
|
|
|
|
<!-- About -->
|
|
<string name="menu_send_log">Send log</string>
|
|
<string name="menu_reset_log">Reset log</string>
|
|
|
|
<!-- Service -->
|
|
<string name="incall_notif_active">Audio call ongoing</string>
|
|
<string name="incall_notif_paused">Paused call ongoing</string>
|
|
<string name="incall_notif_video">Video capturing call ongoing</string>
|
|
<string name="notification_started">started</string>
|
|
<string name="unread_messages">%i unread messages</string>
|
|
|
|
<!-- Errors -->
|
|
<string name="skipable_error_service_not_ready">Warning: service is not ready</string>
|
|
<string name="error">Error</string>
|
|
<string name="warning_wrong_destination_address">Cannot build destination address from [%s]</string>
|
|
<string name="error_unknown">Unknown error</string>
|
|
<string name="error_call_declined">Call declined</string>
|
|
<string name="error_user_not_found">User not found</string>
|
|
<string name="error_incompatible_media">Incompatible media parameters</string>
|
|
<string name="error_low_bandwidth">Your correspondent has low bandwidth, video can\'t be started</string>
|
|
<string name="error_network_unreachable">Network is unreachable</string>
|
|
<string name="error_bad_credentials">Bad credentials</string>
|
|
<string name="error_unauthorized">Unauthorized</string>
|
|
<string name="error_io_error">Network error</string>
|
|
<string name="download_image_failed">Download failed. Please check your internet access or try again later.</string>
|
|
<string name="remote_provisioning_failure">Failed to download or apply remote provisioning profile...</string>
|
|
<string name="remote_provisioning_again_title">Remote provisioning</string>
|
|
<string name="remote_provisioning_again_message">Do you want to change the provisioning URI ?</string>
|
|
|
|
<!-- Account Settings -->
|
|
<string name="pref_sipaccount">SIP Account</string>
|
|
<string name="pref_manage_title">Manage</string>
|
|
<string name="pref_disable_account">Disable</string>
|
|
<string name="pref_proxy">Proxy</string>
|
|
<string name="pref_domain">Domain*</string>
|
|
<string name="pref_passwd">Password*</string>
|
|
<string name="pref_username">Username*</string>
|
|
<string name="pref_enable_outbound_proxy">Outbound proxy</string>
|
|
<string name="pref_help_proxy">SIP proxy hostname or ip address (optional)</string>
|
|
<string name="pref_help_outbound_proxy">Route all calls through SIP proxy</string>
|
|
<string name="pref_help_username">Example: john if your account is john@sip.example.org</string>
|
|
<string name="pref_help_domain">sip.example.org if your account is john@sip.example.org</string>
|
|
<string name="pref_help_password">You have to re-enter your password if you edit your username and/or the domain</string>
|
|
<string name="pref_expire_title">Expire</string>
|
|
<string name="pref_avpf">AVPF</string>
|
|
<string name="pref_avpf_rr_interval"> AVPF regular RTCP interval in seconds (between 1 and 5)</string>
|
|
<string name="pref_escape_plus">Replace + by 00</string>
|
|
<string name="pref_auth_userid">Auth userid</string>
|
|
<string name="pref_help_auth_userid">Enter authentication userid (optionnal)</string>
|
|
<string name="pref_display_name">Display name</string>
|
|
<string name="pref_help_display_name">Enter display name (optionnal)</string>
|
|
<string name="pref_prefix">Prefix</string>
|
|
<string name="pref_transport">Transport</string>
|
|
<string name="pref_transport_udp">UDP</string>
|
|
<string name="pref_transport_tcp">TCP</string>
|
|
<string name="pref_transport_tls">TLS</string>
|
|
<string name="pref_delete_account">Delete this account</string>
|
|
<string name="pref_default_account">Use as default</string>
|
|
|
|
<!-- Settings -->
|
|
<string name="pref_sipaccounts">SIP Accounts</string>
|
|
<string name="default_account_flag">Default account</string>
|
|
<string name="pref_add_account">Add account</string>
|
|
<string name="pref_tunnel">Tunnel</string>
|
|
<string name="pref_tunnel_host">Hostname</string>
|
|
<string name="pref_tunnel_port">Port</string>
|
|
<string name="pref_tunnel_mode">Mode</string>
|
|
<!--do not change order without changing corresponding entry_values in non_localizable_strings.xml-->
|
|
<string-array name="tunnel_mode_entries">
|
|
<item>disabled</item>
|
|
<item>3G only</item>
|
|
<item>always</item>
|
|
<item>auto</item>
|
|
</string-array>
|
|
<string name="pref_none">None</string>
|
|
<string name="pref_preferences_title">Preferences</string>
|
|
<string name="pref_video_enable_title">Enable Video</string>
|
|
|
|
<!-- Audio settings -->
|
|
<string name="pref_audio_title">Audio</string>
|
|
<string name="pref_echo_cancellation">Echo cancellation</string>
|
|
<string name="pref_echo_cancellation_summary">Removes the echo heard by other end</string>
|
|
<string name="pref_echo_canceller_calibration">Echo canceller calibration</string>
|
|
<string name="ec_calibrating">Calibrating…</string>
|
|
<string name="ec_calibrated">Calibrated [%s ms]</string>
|
|
<string name="no_echo">No echo</string>
|
|
<string name="failed">failed</string>
|
|
<string name="pref_adaptive_rate_control">Adaptive rate control</string>
|
|
<string name="pref_adaptive_rate_algorithm">Adaptive rate algorithm</string>
|
|
<string-array name="adaptive_rate_algorithm_entries">
|
|
<item>Simple</item>
|
|
<item>Stateful</item>
|
|
</string-array>
|
|
<string name="pref_codec_bitrate_limit">Codec bitrate limit</string>
|
|
<string name="pref_codecs">Codecs</string>
|
|
|
|
<!-- Video settings -->
|
|
<string name="pref_video_title">Video</string>
|
|
<string name="pref_video_use_front_camera_title">Use front camera</string>
|
|
<string name="pref_video_initiate_call_with_video_title">Initiate video calls</string>
|
|
<string name="pref_video_initiate_call_with_video">Always send video requests</string>
|
|
<string name="pref_video_automatically_accept_video_title">Accept incoming video requests</string>
|
|
<string name="pref_video_automatically_accept_video">Always accept video requests</string>
|
|
<string name="pref_video_preset">Video preset</string>
|
|
<string-array name="video_preset_entries">
|
|
<item>default</item>
|
|
<item>high-fps</item>
|
|
<item>custom</item>
|
|
</string-array>
|
|
<string name="pref_preferred_video_size">Preferred video size</string>
|
|
<string name="pref_preferred_fps">Preferred FPS</string>
|
|
|
|
<string name="pref_bandwidth_limit">Bandwidth limit in kbits/s</string>
|
|
<string name="pref_video_codecs_title">Codecs</string>
|
|
|
|
<!-- Call settings -->
|
|
<string name="pref_call_title">Call</string>
|
|
<string name="pref_rfc2833_dtmf">Send RFC2833 DTMFs</string>
|
|
<string name="pref_sipinfo_dtmf">Send SIP INFO DTMFs</string>
|
|
<string name="pref_voice_mail">Voice mail uri</string>
|
|
|
|
<!-- Network settings -->
|
|
<string name="pref_network_title">Network</string>
|
|
<string name="pref_wifi_only">Use wifi only</string>
|
|
<string name="pref_stun_server">Stun server</string>
|
|
<string name="pref_ice_enable">Enable ICE</string>
|
|
<string name="pref_upnp_enable">Enable UPNP</string>
|
|
<string name="pref_transport_use_random_ports">Use random ports</string>
|
|
<string name="pref_sip_port_title">SIP port to use</string>
|
|
<string name="pref_video_port_title">Video port or port range</string>
|
|
<string name="pref_audio_port_title">Audio port or port range</string>
|
|
<string name="pref_video_port_description">Video port or port range (minport-maxport)</string>
|
|
<string name="pref_audio_port_description">Audio port or port range (minport-maxport)</string>
|
|
<string name="pref_media_encryption">Media encryption</string>
|
|
<string name="pref_push_notification">Enable push notifications</string>
|
|
<string name="pref_ipv6_title">Allow IPv6</string>
|
|
|
|
<!-- Advanced settings -->
|
|
<string name="pref_advanced_title">Advanced</string>
|
|
<string name="pref_debug">Debug</string>
|
|
<string name="pref_background_mode">Background mode</string>
|
|
<string name="pref_animation_enable_title">Enable Animations</string>
|
|
<string name="pref_autostart">Start at boot time</string>
|
|
<string name="pref_incoming_call_timeout_title">Incoming call timeout (in seconds)</string>
|
|
<string name="pref_image_sharing_server_title">Sharing server</string>
|
|
<string name="pref_remote_provisioning_title">Remote provisioning</string>
|
|
<string name="pref_primary_account_title">Primary account</string>
|
|
<string name="pref_display_name_title">Display name</string>
|
|
<string name="pref_user_name_title">Username</string>
|
|
|
|
<!-- Audio hack settings -->
|
|
<string name="pref_audio_hacks_title">Audio hacks</string>
|
|
<string name="pref_audio_use_specific_mode_title">Use specific mode hack</string>
|
|
<string name="pref_audio_use_specific_mode_summary">0=MODE_NORMAL (default), 2=MODE_IN_CALL</string>
|
|
<string name="pref_audio_hacks_use_routing_api_title">Use routing API hack</string>
|
|
<string name="pref_audio_hacks_use_galaxys_hack_title">Use Galaxy S audio hack</string>
|
|
|
|
<!-- Content description -->
|
|
<string name="content_description_back">Back</string>
|
|
<string name="content_description_dialer">Dialer</string>
|
|
<string name="content_description_toggle_micro">Toggle micro</string>
|
|
<string name="content_description_toggle_speaker">Toggle speaker</string>
|
|
<string name="content_description_decline">Decline</string>
|
|
<string name="content_description_hang_up">Hang up</string>
|
|
<string name="content_description_accept">Accept</string>
|
|
<string name="content_description_edit">Edit button</string>
|
|
<string name="content_description_valid">Valid button</string>
|
|
<string name="content_description_add_contact">Add to contacts</string>
|
|
<string name="content_description_new_contact">New contact</string>
|
|
<string name="content_description_call">Call</string>
|
|
<string name="content_description_backspace">Backspace</string>
|
|
<string name="content_description_chat">Chat</string>
|
|
<string name="content_description_dial_back">Dial back</string>
|
|
<string name="content_description_contact_picture">Contact picture</string>
|
|
<string name="content_description_send_message">Send message</string>
|
|
<string name="content_description_detail">Detail</string>
|
|
<string name="content_description_delete">Delete button</string>
|
|
<string name="content_description_add">Add button</string>
|
|
<string name="content_description_new_discussion">New discussion</string>
|
|
<string name="content_description_search">Search</string>
|
|
<string name="content_description_all_contacts">All contacts</string>
|
|
<string name="content_description_linphone_contacts">Linphone contacts</string>
|
|
<string name="content_description_call_direction">Call direction</string>
|
|
<string name="content_description_all_calls">All calls</string>
|
|
<string name="content_description_missed_calls">Missed calls</string>
|
|
<string name="content_description_switch_video">Switch video</string>
|
|
<string name="content_description_add_call">Add call</string>
|
|
<string name="content_description_pause">Pause</string>
|
|
<string name="content_description_numpad">Numpad</string>
|
|
<string name="content_description_history">History button</string>
|
|
<string name="content_description_chat_button">Chat button</string>
|
|
<string name="content_description_contacts">Contacts button</string>
|
|
<string name="content_description_call_quality">Call quality</string>
|
|
<string name="content_description_encryption">Encryption</string>
|
|
<string name="content_description_switch_camera">Switch camera</string>
|
|
<string name="content_description_cancel_button">Cancel button</string>
|
|
<string name="content_description_message_status">Message status</string>
|
|
<string name="content_description_conference">Conference</string>
|
|
</resources>
|