blob: 191c9bfa33c06cf2d5117673dfc546892d11bc7f [file] [log] [blame]
Alexandre Lision06412a32014-02-05 17:33:04 -05001<!--
Adrien Béraudec528bb2016-01-14 16:52:51 -05002Copyright (C) 2004-2016 Savoir-faire Linux Inc.
Alexandre Lision06412a32014-02-05 17:33:04 -05003
4Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 3 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Alexandre Lision06412a32014-02-05 17:33:04 -050019-->
20
Alexandre Lision230d66e2013-10-22 12:32:12 -040021<resources>
22
Adrien Béraudb4237762016-04-07 17:05:36 -040023 <!-- Strings related to account creation -->
Alexandre Lision230d66e2013-10-22 12:32:12 -040024 <string name="prompt_alias">Alias</string>
25 <string name="prompt_hostname">Hostname</string>
26 <string name="prompt_username">Username</string>
27 <string name="prompt_password">Password</string>
Adrien Béraud433a8592015-06-17 16:25:44 -040028 <string name="action_create">Add account</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040029 <string name="action_create_short">Register</string>
30 <string name="error_field_required">This field is required</string>
Adrien Béraudcd3268f2015-06-17 16:25:44 -040031 <string name="dialog_wait_create">Adding account</string>
32 <string name="dialog_wait_create_details">Please wait while your new account is added…</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050033
Alexandre Lisione36b9cf2016-05-16 21:07:05 -040034 <string name="dialog_warn_ip2ip_account_title">Create empty SIP account ?</string>
35 <string name="dialog_warn_ip2ip_account_message">You are about to create a SIP account with no valid hostname.
36 You will only be able to make and receive direct ip calls.
37 You can edit your account later</string>
38
Adrien Bérauda416c742015-10-21 17:12:39 -040039 <string-array name="accountType">
40 <item>RING</item>
41 <item>SIP</item>
42 <item>IAX</item>
43 </string-array>
Romain Bertozzi1231a712016-04-25 15:30:18 -040044 <string name="help_ring_title">Create a Ring account</string>
45 <string name="help_ring">A Ring account allows you to reach people securely in peer to peer through a fully distributed network.</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040046
Romain Bertozzi1231a712016-04-25 15:30:18 -040047 <string name="help_sip_title">Add your SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040048 <string name="help_sip">Configure an existing SIP account.</string>
49 <string name="create_sip_account">Add</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040050 <string name="share_number">Share number</string>
51
Adrien Béraudb4237762016-04-07 17:05:36 -040052 <!-- Strings related to account deletion -->
Romain Bertozzif6d68952016-05-04 12:33:54 -040053 <string name="account_delete_dialog_title">Delete account ?</string>
54 <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>
Adrien Béraudb4237762016-04-07 17:05:36 -040055
Alexandre Lision230d66e2013-10-22 12:32:12 -040056 <!-- AccountManagementFragment -->
57 <string name="empty_account_list">No account registered</string>
58 <string name="normal_accounts_titles">Accounts</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050059
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050060 <!-- Basic Details -->
61 <string name="account_preferences_basic_tab">General</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050062 <string name="account_basic_category">Basic Settings</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040063 <string name="account_alias_label">Account name</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040064 <string name="account_hostname_label">Hostname</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040065 <string name="account_bootstrap_label">Bootstrap</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040066 <string name="account_username_label">Username</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040067 <string name="account_password_label">Password</string>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040068 <string name="account_optionnal_category">Optional Settings</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040069 <string name="account_useragent_label">User Agent</string>
70 <string name="account_autoanswer_label">Auto Answer</string>
Alexandre Lision12f9bd62016-06-08 11:59:40 -040071 <string name="account_upnp_label">Enable UPnP</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050072 <string name="account_proxy_field">Proxy</string>
73
74 <!-- Audio Details -->
Adrien Béraud78fbd612016-03-14 17:44:11 -040075 <string name="account_audio_label">Audio</string>
Adrien Béraud300ead52016-02-24 17:27:52 -050076 <string name="account_preferences_media_tab">Media</string>
Alexandre Lision4cb73f52014-02-06 15:14:19 -050077 <string name="account_ringtone_label">Ringtones</string>
78 <string name="account_ringtone_enabled_label">Activate ringtones</string>
79 <string name="account_ringtone_path_label">Ringtone path</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050080
Adrien Béraud300ead52016-02-24 17:27:52 -050081 <!-- Video Details -->
82 <string name="account_video_label">Video</string>
83 <string name="account_video_enable">Enable Video</string>
84
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050085 <!-- Advanced Details -->
86 <string name="account_preferences_advanced_tab">Advanced</string>
87 <string name="account_registration_exp_label">Registration Expire</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040088 <string name="account_local_interface_label">Local Interface</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040089 <string name="account_local_port_label">Local Port</string>
Alexandre Lision0c2a6ec2014-04-15 18:01:35 -040090 <string name="account_stun_enable_label">Use Stun</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050091 <string name="account_stun_server_label">Stun Server</string>
Adrien Béraud296422d2016-03-17 16:31:32 -040092
93 <string name="account_turn_enable_label">Use TURN</string>
94 <string name="account_turn_server_label">TURN server</string>
95 <string name="account_turn_username_label">TURN username</string>
96 <string name="account_turn_password_label">TURN password</string>
Adrien Béraud296422d2016-03-17 16:31:32 -040097
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050098 <string name="account_published_same_as_local_label">Published same as local</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040099 <string name="account_published_port_label">Published Port</string>
100 <string name="account_published_address_label">Published Address</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500101
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500102 <!-- Security Details -->
103 <string name="account_credentials_label">Credentials</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -0400104 <string name="account_credentials_edit">Edit credentials</string>
105 <string name="account_credentials_add">Add credentials</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500106
107 <!-- SRTP Details -->
108 <string name="account_preferences_security_tab">Security</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500109 <string name="account_srtp_deactivated">Deactivated</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500110
Romain Bertozziad8fd842016-05-11 14:30:35 -0400111 <!-- SIP -->
112 <string name="account_sip_dtmf_type_sipinfo" translatable="false">sipinfo</string>
113 <string name="account_sip_dtmf_type_overrtp" translatable="false">overrtp</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500114
115 <!-- TLS Details -->
Alexandre Lision06412a32014-02-05 17:33:04 -0500116 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500117 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500118 <string name="account_tls_certificate_list_label">Certification Authorities</string>
119 <string name="account_tls_certificate_file_label">Certificate File</string>
120 <string name="account_tls_private_key_file_label">Private Key File</string>
121 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400122 <string name="account_tls_method_label">TLS Method</string>
123 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500124 <string name="account_tls_server_name_label">Server Name</string>
125 <string name="account_tls_verify_server_label">Verify Server</string>
126 <string name="account_tls_verify_client_label">Verify Client</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500127 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lisionc8397da2014-04-16 15:03:22 -0400128 <string name="account_rtp_max_port">Maximum</string>
129 <string name="account_rtp_min_port">Minimum</string>
130 <string name="account_rtp_port_range">Audio RTP Port Range</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400131
Adrien Béraudb4237762016-04-07 17:05:36 -0400132 <!-- Import/export -->
133 <string name="account_export">Export</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400134 <string name="account_import_account">Import an account</string>
135 <string name="account_export_title">Export an account</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400136 <string name="account_import_title">Import accounts</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400137 <string name="account_import_explanation">You can import previously exported accounts.</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400138 <string name="account_export_message">Save account settings and credentials, password encrypted.</string>
139 <string name="account_export_new_password">New password</string>
140 <string name="account_export_confirm_password">Confirm password</string>
141 <string name="account_import_message">Enter password to decrypt the file.</string>
142 <string name="account_import_decryption_password">Decryption password</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400143 <string name="import_dialog_title">Importing</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400144 <string name="import_export_wait">Please wait…</string>
145 <string name="export_dialog_title">Exporting account</string>
146 <string name="account_export_result">"Account exported to %1$s"</string>
147 <string name="export_failed_dialog_title">Export failed</string>
148 <string name="export_failed_dialog_msg">An error occurred</string>
149 <string name="error_password_char_count">6 characters minimum</string>
150 <string name="error_passwords_not_equals">Passwords do not match</string>
151 <string name="import_failed_dialog_title">Import failed</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400152 <string name="import_failed_dialog_msg">An error occurred</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400153
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100154</resources>