blob: 8a1a81a0b4d8eab2536b03ded354d3e20b340cd9 [file] [log] [blame]
<!--
Copyright (C) 2004-2016 Savoir-faire Linux Inc.
Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
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 3 of the License, or
(at your option) any later version.
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.
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., 675 Mass Ave, Cambridge, MA 02139, USA.
-->
<resources>
<!-- Strings related to account edition screen -->
<string name="ic_delete_menu">Delete</string>
<string name="ic_advanced_menu">Advanced settings</string>
<string name="ic_blacklist_menu">Blocked contacts</string>
<!-- Strings related to account creation -->
<string name="add_ring_account_title">Add Ring account</string>
<string name="add_sip_account_title">Add SIP account</string>
<string name="ring_account_default_name">Ring account %1$s</string>
<string name="prompt_alias">Alias</string>
<string name="prompt_hostname">Hostname</string>
<string name="prompt_username">Username</string>
<string name="prompt_password">Password</string>
<string name="action_create">Create account</string>
<string name="action_create_short">Create</string>
<string name="action_register">Register</string>
<string name="error_field_required">This field is required</string>
<string name="dialog_wait_create">Adding account</string>
<string name="dialog_wait_create_details">Please wait while your new account is added…</string>
<string name="dialog_wait_update">Updating account</string>
<string name="dialog_wait_update_details">Please wait while your new account is updated…</string>
<string name="dialog_warn_ip2ip_account_title">Create empty SIP account ?</string>
<string name="dialog_warn_ip2ip_account_message">You are about to create a SIP account with no valid hostname.
You will only be able to make and receive direct ip calls.
You can edit your account later</string>
<string name="account_type_ip2ip">IP account</string>
<string name="help_ring">A Ring account allows you to reach people securely in peer to peer through a fully distributed network.</string>
<string name="help_sip_title">Add your SIP account</string>
<string name="help_sip">Configure an existing SIP account.</string>
<string name="create_sip_account">Add SIP account</string>
<!-- Strings related to account deletion -->
<string name="account_delete_dialog_title">Delete account ?</string>
<string name="account_delete_dialog_message">This action can not be undone.</string>
<!-- AccountManagementFragment -->
<string name="empty_account_list">No account registered</string>
<string name="normal_accounts_titles">Accounts</string>
<string name="normal_devices_titles">Known devices linked to this Ring account</string>
<string name="account_device_revoke">Revoke device</string>
<string name="account_device_revocation_success_title">Success</string>
<string name="account_device_revocation_success">Device is now revoked!</string>
<string name="account_device_revocation_error_title">Can\'t revoke device</string>
<string name="account_device_revocation_wrong_password">Wrong password.</string>
<string name="account_device_revocation_unknown_device">Unknown device.</string>
<string name="account_device_revocation_error_unknown">Unknown error.</string>
<!-- Basic Details -->
<string name="account_preferences_basic_tab">General</string>
<string name="account_basic_category">Basic Settings</string>
<string name="account_alias_label">Account name</string>
<string name="account_hostname_label">Hostname</string>
<string name="account_bootstrap_label">Bootstrap</string>
<string name="account_username_label">Username</string>
<string name="account_password_label">Password</string>
<string name="account_optionnal_category">Optional Settings</string>
<string name="account_useragent_label">User Agent</string>
<string name="account_autoanswer_label">Auto Answer</string>
<string name="account_upnp_label">Enable UPnP</string>
<string name="account_proxy_field">Proxy</string>
<!-- Audio Details -->
<string name="account_audio_label">Audio</string>
<string name="account_preferences_media_tab">Media</string>
<string name="account_ringtone_label">Ringtones</string>
<string name="account_ringtone_enabled_label">Activate ringtones</string>
<string name="account_ringtone_path_label">Ringtone path</string>
<string name="account_ringtone_custom_label">Use custom ringtone</string>
<!-- Video Details -->
<string name="account_video_label">Video</string>
<string name="account_video_enable">Enable Video</string>
<!-- Advanced Details -->
<string name="account_preferences_advanced_tab">Advanced</string>
<string name="account_dht_public_in_calls_label">Allow all calls/messages</string>
<string name="account_registration_exp_label">Registration Expire</string>
<string name="account_local_interface_label">Local Interface</string>
<string name="account_local_port_label">Local Port</string>
<string name="account_stun_enable_label">Use Stun</string>
<string name="account_stun_server_label">Stun Server</string>
<string name="account_turn_enable_label">Use TURN</string>
<string name="account_turn_server_label">TURN server</string>
<string name="account_turn_username_label">TURN username</string>
<string name="account_turn_password_label">TURN password</string>
<string name="account_published_same_as_local_label">Published same as local</string>
<string name="account_published_port_label">Published Port</string>
<string name="account_published_address_label">Published Address</string>
<!-- Security Details -->
<string name="account_credentials_label">Credentials</string>
<string name="account_credentials_edit">Edit credentials</string>
<string name="account_credentials_add">Add credentials</string>
<!-- SRTP Details -->
<string name="account_preferences_security_tab">Security</string>
<!-- SIP -->
<string name="account_sip_dtmf_type_sipinfo" translatable="false">sipinfo</string>
<!-- TLS Details -->
<string name="account_tls_transport_switch_label">Use TLS Transport</string>
<string name="account_tls_port_label">TLS Listener Port</string>
<string name="account_tls_certificate_list_label">Certification Authorities</string>
<string name="account_tls_certificate_file_label">Certificate File</string>
<string name="account_tls_private_key_file_label">Private Key File</string>
<string name="account_tls_password_label">Private Key Password</string>
<string name="account_tls_method_label">TLS Method</string>
<string name="account_tls_ciphers_label">TLS Ciphers</string>
<string name="account_tls_server_name_label">Server Name</string>
<string name="account_tls_verify_server_label">Verify Server</string>
<string name="account_tls_verify_client_label">Verify Client</string>
<string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
<string name="account_rtp_max_port">Maximum</string>
<string name="account_rtp_min_port">Minimum</string>
<string name="account_rtp_port_range">Audio RTP Port Range</string>
<!-- restore/backup -->
<string name="account_new_device_password">Enter main password to unlock account</string>
<string name="error_password_char_count">6 characters minimum</string>
<string name="error_passwords_not_equals">Passwords do not match</string>
<string name="export_account_wait_title">Please wait…</string>
<string name="export_account_wait_message">Publishing new account information</string>
<string name="account_export_end_decryption_message">Couldn\'t unlock your account using the provided password.</string>
<string name="account_export_end_network_title">Network error</string>
<string name="account_export_end_network_message">Couldn\'t export account on the network. Check your connectivity.</string>
<string name="account_export_end_error_title">Error</string>
<string name="account_export_end_error_message">Couldn\'t export account. An unknown error occurred.</string>
<string name="account_enter_password">Enter password</string>
<string name="account_share_body">Contact me using \'%1$s\' on the Ring distributed communication platform: https://ring.cx</string>
<string name="account_share_body_with_username">Contact me using \'%1$s\' or my public username \'%2$s\' on the Ring distributed communication platform: https://ring.cx</string>
<string name="account_contact_me">Contact me on Ring !</string>
<string name="update_account">Update account</string>
<string name="account_migration">Your Ring account can be updated.\nPlease enter your password.</string>
<string name="ring_account">Ring account</string>
<string name="ring_account_identity">Identity</string>
<string name="account_migration_title_dialog">Account migration</string>
<string name="account_migration_message_dialog">Your accounts need to be updated. Do you want to go the Account management screen to perform this operation ?</string>
<string name="account_update_needed">Update needed</string>
<string name="account_cannot_be_found_title">Can\'t find account</string>
<string name="account_cannot_be_found_message">Account couldn\'t be found on the Ring network.\nMake sure it was exported on Ring from an existing device, and that provided credentials are correct.</string>
<string name="account_sip_cannot_be_registered_message">You can continue with the account creation process or edit your information here. Edition is still possible later in the account settings.</string>
<string name="account_no_network_title">Can\'t connect to the network</string>
<string name="account_no_network_message">Could not add account because Ring coudn\'t connect to the distributed network. Check your device connectivity.</string>
<string name="account_device_added_title">Account device added</string>
<string name="account_device_added_message">You have successfully setup your Ring account on this device.</string>
<string name="account_device_updated_title">Account device updated</string>
<string name="account_device_updated_message">You have successfully updated your Ring account.</string>
<string name="account_cannot_be_updated_message">Account device couldn\'t be update. Please check your password.</string>
<string name="account_sip_success_title">Sip account registered</string>
<string name="account_sip_success_message">You have successfully registered your Sip account.</string>
<string name="account_sip_register_anyway">Register anyway</string>
<string name="account_link_button">Link this device to an account</string>
<string name="account_link_prompt_pin">Enter PIN</string>
<string name="account_new_button">Create a Ring account</string>
<string name="account_link_export_button">Link another device to this account</string>
<string name="account_link_export_info">To use this account on other devices, you must first expose it on Ring. This will generate a PIN code that you must enter on the new device to set up the account. The PIN is valid for 10 minutes.</string>
<string name="account_start_export_button">Generate PIN</string>
<string name="account_end_export_button">close</string>
<string name="account_end_export_infos">Your PIN is:\n\n%%\n\nTo complete the process, you need to open Ring on the new device. Create a new account with \"Link this device to an account\". Your PIN is valid for 10 minutes.</string>
<string name="account_link_export_info_light">To use this account on other devices, you must first expose it on Ring. This will generate a PIN code that you must enter on the new device to set up the account. The PIN is valid for 10 minutes.</string>
<string name="account_export_title">Add devices</string>
<!-- Name registration -->
<string name="error_username_empty">Enter a username</string>
<string name="no_registered_name_for_account">No registered name found for this account</string>
<string name="register_name">Register name</string>
<string name="trying_to_register_name">Trying to register name</string>
<string name="registered_username">Registered username</string>
<string name="register_username">Register public username (recommended)</string>
<string name="username_already_taken">Username already taken</string>
<string name="invalid_username">Invalid username</string>
<string name="looking_for_username_availability">Looking for username availability…</string>
<string name="account_status_connecting">Connecting</string>
<string name="account_status_connection_error">Connection error</string>
<string name="account_status_online">Online</string>
<string name="account_status_unknown">Unknown</string>
<string name="account_status_offline">Offline</string>
<!-- Create account -->
<string name="account_creation_home">Welcome to Ring</string>
<string name="account_creation_profile">Create your profile</string>
<string name="account_creation_ring">Create your Ring account</string>
<string name="account_link_title">Link this device</string>
<string name="account_sip_cannot_be_registered">Can\'t register account</string>
<!-- Edit profile-->
<string name="account_edit_profile">Edit your profile</string>
<!-- Devices -->
<string name="account_revoke_device_hint">Enter password to confirm</string>
<string name="enter_password">Enter password</string>
<string name="revoke_device_title">Revoke device</string>
<string name="revoke_device_message">Are you sure you want to revoke %1$s ?</string>
<string name="revoke_device_wait_title">Please wait…</string>
<string name="revoke_device_wait_message">Revoking device</string>
<string name="rename_device_title">Rename this device</string>
<string name="rename_device_message">Choose a new name to identify this device in your Ring account</string>
<string name="rename_device_button">Rename device</string>
<string name="account_rename_device_hint">Choose new device name</string>
<string name="account_device_name_empty">Device name can\'t be empty</string>
<string name="account_device_this_indicator">this device</string>
<string name="account_disabled_indicator">disabled</string>
</resources>