blob: 899940a2e24683153a61fc2c9b6aa0b35d9a0617 [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 creation -->
<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">Add account</string>
<string name="action_create_short">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-array name="accountType">
<item>RING</item>
<item>SIP</item>
<item>IAX</item>
</string-array>
<string name="help_ring_title">Create a Ring 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</string>
<string name="share_number">Share number</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. If you haven\'t done it yet, you should consider exporting your account before deleting it.</string>
<!-- AccountManagementFragment -->
<string name="empty_account_list">No account registered</string>
<string name="normal_accounts_titles">Accounts</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_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>
<!-- 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_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>
<string name="account_srtp_deactivated">Deactivated</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>
<!-- Import/export -->
<string name="account_export">Export</string>
<string name="account_import_account">Import an account</string>
<string name="account_export_title">Export an account</string>
<string name="account_import_title">Import accounts</string>
<string name="account_import_explanation">You can import previously exported accounts.</string>
<string name="account_export_message">Save account settings and credentials, password encrypted.</string>
<string name="account_export_new_password">New password</string>
<string name="account_export_confirm_password">Confirm password</string>
<string name="account_import_message">Enter password to decrypt the file.</string>
<string name="account_import_decryption_password">Decryption password</string>
<string name="import_dialog_title">Importing</string>
<string name="import_export_wait">Please wait…</string>
<string name="export_dialog_title">Exporting account</string>
<string name="account_export_result">"Account exported to %1$s"</string>
<string name="export_failed_dialog_title">Export failed</string>
<string name="export_failed_dialog_msg">An error occurred</string>
<string name="error_password_char_count">6 characters minimum</string>
<string name="error_passwords_not_equals">Passwords do not match</string>
<string name="import_failed_dialog_title">Import failed</string>
<string name="import_failed_dialog_msg">An error occurred</string>
</resources>