blob: 8f54b3133d00434fe29261660ced99dff2293e27 [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
Alexandre Lision2a8083a2016-11-09 11:06:47 -050023 <!-- Strings related to account edition screen -->
24 <string name="ic_delete_menu">Delete</string>
25 <string name="ic_advanced_menu">Advanced settings</string>
Aline Bonnet31f6a1d2017-03-27 15:31:10 -040026 <string name="ic_blacklist_menu">Blocked contacts</string>
Alexandre Lision2a8083a2016-11-09 11:06:47 -050027
Adrien Béraudb4237762016-04-07 17:05:36 -040028 <!-- Strings related to account creation -->
Alexandre Lision0cada8a2016-11-16 11:23:13 -050029 <string name="add_ring_account_title">Add Ring account</string>
30 <string name="add_sip_account_title">Add SIP account</string>
Adrien Beraud9fa7b062017-03-03 21:36:49 +010031 <string name="ring_account_default_name">Ring account %1$s</string>
32
Alexandre Lision230d66e2013-10-22 12:32:12 -040033 <string name="prompt_alias">Alias</string>
34 <string name="prompt_hostname">Hostname</string>
35 <string name="prompt_username">Username</string>
36 <string name="prompt_password">Password</string>
Adrien Béraud1347b402016-10-12 16:16:04 -040037 <string name="action_create">Create account</string>
Adrien Beraudcca60942017-08-03 17:55:36 -040038 <string name="action_create_short">Create</string>
39 <string name="action_register">Register</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040040 <string name="error_field_required">This field is required</string>
Adrien Béraudcd3268f2015-06-17 16:25:44 -040041 <string name="dialog_wait_create">Adding account</string>
42 <string name="dialog_wait_create_details">Please wait while your new account is added…</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -040043 <string name="dialog_wait_update">Updating account</string>
44 <string name="dialog_wait_update_details">Please wait while your new account is updated…</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050045
Alexandre Lisione36b9cf2016-05-16 21:07:05 -040046 <string name="dialog_warn_ip2ip_account_title">Create empty SIP account ?</string>
47 <string name="dialog_warn_ip2ip_account_message">You are about to create a SIP account with no valid hostname.
48 You will only be able to make and receive direct ip calls.
49 You can edit your account later</string>
50
Alexandre Lision44f96932016-11-11 16:02:33 -050051 <string name="account_type_ip2ip">IP account</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -040052 <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 -040053
Romain Bertozzi1231a712016-04-25 15:30:18 -040054 <string name="help_sip_title">Add your SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040055 <string name="help_sip">Configure an existing SIP account.</string>
Adrien Béraudbb01be72017-02-10 16:50:23 -050056 <string name="create_sip_account">Add SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040057
Adrien Béraudb4237762016-04-07 17:05:36 -040058 <!-- Strings related to account deletion -->
Romain Bertozzif6d68952016-05-04 12:33:54 -040059 <string name="account_delete_dialog_title">Delete account ?</string>
Aline Bonnet522ada92016-11-01 16:21:49 -040060 <string name="account_delete_dialog_message">This action can not be undone.</string>
Adrien Béraudb4237762016-04-07 17:05:36 -040061
Alexandre Lision230d66e2013-10-22 12:32:12 -040062 <!-- AccountManagementFragment -->
63 <string name="empty_account_list">No account registered</string>
64 <string name="normal_accounts_titles">Accounts</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -040065 <string name="normal_devices_titles">Known devices linked to this Ring account</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +010066 <string name="account_device_revoke">Revoke device</string>
67 <string name="account_device_revocation_success_title">Success</string>
68 <string name="account_device_revocation_success">Device is now revoked!</string>
69 <string name="account_device_revocation_error_title">Can\'t revoke device</string>
70 <string name="account_device_revocation_wrong_password">Wrong password.</string>
71 <string name="account_device_revocation_unknown_device">Unknown device.</string>
72 <string name="account_device_revocation_error_unknown">Unknown error.</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050073
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050074 <!-- Basic Details -->
75 <string name="account_preferences_basic_tab">General</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050076 <string name="account_basic_category">Basic Settings</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040077 <string name="account_alias_label">Account name</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040078 <string name="account_hostname_label">Hostname</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040079 <string name="account_bootstrap_label">Bootstrap</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040080 <string name="account_username_label">Username</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040081 <string name="account_password_label">Password</string>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040082 <string name="account_optionnal_category">Optional Settings</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040083 <string name="account_useragent_label">User Agent</string>
84 <string name="account_autoanswer_label">Auto Answer</string>
Alexandre Lision12f9bd62016-06-08 11:59:40 -040085 <string name="account_upnp_label">Enable UPnP</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050086 <string name="account_proxy_field">Proxy</string>
87
88 <!-- Audio Details -->
Adrien Béraud78fbd612016-03-14 17:44:11 -040089 <string name="account_audio_label">Audio</string>
Adrien Béraud300ead52016-02-24 17:27:52 -050090 <string name="account_preferences_media_tab">Media</string>
Alexandre Lision4cb73f52014-02-06 15:14:19 -050091 <string name="account_ringtone_label">Ringtones</string>
92 <string name="account_ringtone_enabled_label">Activate ringtones</string>
93 <string name="account_ringtone_path_label">Ringtone path</string>
Aline Bonnetc3fd5172016-10-21 14:46:41 -040094 <string name="account_ringtone_custom_label">Use custom ringtone</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050095
Adrien Béraud300ead52016-02-24 17:27:52 -050096 <!-- Video Details -->
97 <string name="account_video_label">Video</string>
98 <string name="account_video_enable">Enable Video</string>
99
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500100 <!-- Advanced Details -->
101 <string name="account_preferences_advanced_tab">Advanced</string>
Aline Bonnet109c6382017-03-29 12:10:28 -0400102 <string name="account_dht_public_in_calls_label">Allow all calls/messages</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500103 <string name="account_registration_exp_label">Registration Expire</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400104 <string name="account_local_interface_label">Local Interface</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400105 <string name="account_local_port_label">Local Port</string>
Alexandre Lision0c2a6ec2014-04-15 18:01:35 -0400106 <string name="account_stun_enable_label">Use Stun</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500107 <string name="account_stun_server_label">Stun Server</string>
Adrien Béraud296422d2016-03-17 16:31:32 -0400108
109 <string name="account_turn_enable_label">Use TURN</string>
110 <string name="account_turn_server_label">TURN server</string>
111 <string name="account_turn_username_label">TURN username</string>
112 <string name="account_turn_password_label">TURN password</string>
Adrien Béraud296422d2016-03-17 16:31:32 -0400113
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500114 <string name="account_published_same_as_local_label">Published same as local</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400115 <string name="account_published_port_label">Published Port</string>
116 <string name="account_published_address_label">Published Address</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500117
Adrien Béraud03f599d2018-01-14 00:06:11 -0500118 <string name="account_proxy_label">DHT proxy</string>
119 <string name="account_proxy_enable_label">Use DHT proxy</string>
120 <string name="account_proxy_server_label">DHT proxy address</string>
121
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500122 <!-- Security Details -->
123 <string name="account_credentials_label">Credentials</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -0400124 <string name="account_credentials_edit">Edit credentials</string>
125 <string name="account_credentials_add">Add credentials</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500126
127 <!-- SRTP Details -->
128 <string name="account_preferences_security_tab">Security</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500129
Romain Bertozziad8fd842016-05-11 14:30:35 -0400130 <!-- SIP -->
131 <string name="account_sip_dtmf_type_sipinfo" translatable="false">sipinfo</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500132
133 <!-- TLS Details -->
Alexandre Lision06412a32014-02-05 17:33:04 -0500134 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500135 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500136 <string name="account_tls_certificate_list_label">Certification Authorities</string>
137 <string name="account_tls_certificate_file_label">Certificate File</string>
138 <string name="account_tls_private_key_file_label">Private Key File</string>
139 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400140 <string name="account_tls_method_label">TLS Method</string>
141 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500142 <string name="account_tls_server_name_label">Server Name</string>
143 <string name="account_tls_verify_server_label">Verify Server</string>
144 <string name="account_tls_verify_client_label">Verify Client</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500145 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lisionc8397da2014-04-16 15:03:22 -0400146 <string name="account_rtp_max_port">Maximum</string>
147 <string name="account_rtp_min_port">Minimum</string>
148 <string name="account_rtp_port_range">Audio RTP Port Range</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400149
Aline Bonnet0ae7b7a2016-10-26 10:34:24 -0400150 <!-- restore/backup -->
Adrien Béraud1347b402016-10-12 16:16:04 -0400151 <string name="account_new_device_password">Enter main password to unlock account</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400152
Adrien Béraudb4237762016-04-07 17:05:36 -0400153 <string name="error_password_char_count">6 characters minimum</string>
154 <string name="error_passwords_not_equals">Passwords do not match</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +0100155 <string name="export_account_wait_title">Please wait…</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400156 <string name="export_account_wait_message">Publishing new account information</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400157 <string name="account_export_end_decryption_message">Couldn\'t unlock your account using the provided password.</string>
158 <string name="account_export_end_network_title">Network error</string>
159 <string name="account_export_end_network_message">Couldn\'t export account on the network. Check your connectivity.</string>
160 <string name="account_export_end_error_title">Error</string>
161 <string name="account_export_end_error_message">Couldn\'t export account. An unknown error occurred.</string>
162 <string name="account_enter_password">Enter password</string>
Adrien Beraudec3ce092017-07-12 11:32:09 -0400163 <string name="account_share_body">Contact me using \'%1$s\' on the Ring distributed communication platform: https://ring.cx</string>
164 <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>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400165 <string name="account_contact_me">Contact me on Ring !</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400166 <string name="update_account">Update account</string>
Aline Bonnet49ed07e2017-01-09 16:31:42 -0500167 <string name="account_migration">Your Ring account can be updated.\nPlease enter your password.</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400168 <string name="ring_account">Ring account</string>
Alexandre Lisione696f582016-11-09 11:42:05 -0500169 <string name="ring_account_identity">Identity</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400170 <string name="account_migration_title_dialog">Account migration</string>
Aline Bonnet49ed07e2017-01-09 16:31:42 -0500171 <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>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400172 <string name="account_update_needed">Update needed</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400173 <string name="account_cannot_be_found_title">Can\'t find account</string>
174 <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>
Aline Bonnetfd0e03d2016-11-21 14:07:22 -0500175 <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>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400176 <string name="account_no_network_title">Can\'t connect to the network</string>
177 <string name="account_no_network_message">Could not add account because Ring coudn\'t connect to the distributed network. Check your device connectivity.</string>
178 <string name="account_device_added_title">Account device added</string>
179 <string name="account_device_added_message">You have successfully setup your Ring account on this device.</string>
180 <string name="account_device_updated_title">Account device updated</string>
Aline Bonnet17a8ba72017-02-13 16:18:39 -0500181 <string name="account_device_updated_message">You have successfully updated your Ring account.</string>
182 <string name="account_cannot_be_updated_message">Account device couldn\'t be update. Please check your password.</string>
Aline Bonnetad118ce2016-11-16 16:21:02 -0500183 <string name="account_sip_success_title">Sip account registered</string>
184 <string name="account_sip_success_message">You have successfully registered your Sip account.</string>
Aline Bonnetfd0e03d2016-11-21 14:07:22 -0500185 <string name="account_sip_register_anyway">Register anyway</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400186
Loïc Siret8d9259c2016-10-20 10:11:41 -0400187 <string name="account_link_button">Link this device to an account</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400188 <string name="account_link_prompt_pin">Enter PIN</string>
Thibault Wittembergef28a312016-11-03 11:47:02 -0400189 <string name="account_new_button">Create a Ring account</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400190 <string name="account_link_export_button">Link another device to this account</string>
Adrien Béraudbce6f992017-11-18 17:28:34 +0100191 <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>
Pierre Duchemine83cfb22017-12-26 16:27:28 -0500192 <string name="account_start_export_button">Generate PIN</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400193 <string name="account_end_export_button">close</string>
Pierre Duchemine83cfb22017-12-26 16:27:28 -0500194 <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>
Loïc Siret626759b2017-09-07 14:23:24 -0400195 <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>
196 <string name="account_export_title">Add devices</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400197
198 <!-- Name registration -->
Adrien Béraud1347b402016-10-12 16:16:04 -0400199 <string name="error_username_empty">Enter a username</string>
200 <string name="no_registered_name_for_account">No registered name found for this account</string>
201 <string name="register_name">Register name</string>
202 <string name="trying_to_register_name">Trying to register name</string>
203 <string name="registered_username">Registered username</string>
Loïc Siret4f481cb2017-10-17 11:26:29 -0400204 <string name="register_username">Register public username (recommended)</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400205 <string name="username_already_taken">Username already taken</string>
206 <string name="invalid_username">Invalid username</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +0100207 <string name="looking_for_username_availability">Looking for username availability…</string>
Alexandre Lisione696f582016-11-09 11:42:05 -0500208 <string name="account_status_connecting">Connecting</string>
209 <string name="account_status_connection_error">Connection error</string>
210 <string name="account_status_online">Online</string>
211 <string name="account_status_unknown">Unknown</string>
212 <string name="account_status_offline">Offline</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400213
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500214 <!-- Create account -->
215 <string name="account_creation_home">Welcome to Ring</string>
216 <string name="account_creation_profile">Create your profile</string>
217 <string name="account_creation_ring">Create your Ring account</string>
218 <string name="account_link_title">Link this device</string>
Aline Bonnetad118ce2016-11-16 16:21:02 -0500219 <string name="account_sip_cannot_be_registered">Can\'t register account</string>
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500220
Pierre Duchemin651e0de2017-12-18 15:00:44 -0500221 <!-- Edit profile-->
222 <string name="account_edit_profile">Edit your profile</string>
223
Adrien Beraud5cf47732017-03-15 14:50:39 +0100224 <!-- Devices -->
225 <string name="account_revoke_device_hint">Enter password to confirm</string>
226 <string name="enter_password">Enter password</string>
227 <string name="revoke_device_title">Revoke device</string>
228 <string name="revoke_device_message">Are you sure you want to revoke %1$s ?</string>
229 <string name="revoke_device_wait_title">Please wait…</string>
230 <string name="revoke_device_wait_message">Revoking device</string>
Adrien Beraud9c8ee8c2017-03-14 18:19:31 +0100231 <string name="rename_device_title">Rename this device</string>
232 <string name="rename_device_message">Choose a new name to identify this device in your Ring account</string>
233 <string name="rename_device_button">Rename device</string>
234 <string name="account_rename_device_hint">Choose new device name</string>
235 <string name="account_device_name_empty">Device name can\'t be empty</string>
236 <string name="account_device_this_indicator">this device</string>
Adrien Beraudd7015752017-02-24 23:10:46 +0100237 <string name="account_disabled_indicator">disabled</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +0100238
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100239</resources>