blob: 695a8d2d9a27f2f9bc9c5e2602494261e5b2088f [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 -->
Adrien Bérauda2d496d2018-12-13 16:55:05 -050029 <string name="add_ring_account_title">Add Jami account</string>
Alexandre Lision0cada8a2016-11-16 11:23:13 -050030 <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>
Sébastien Blinde52fa22018-12-06 13:35:19 -050040 <string name="action_settings">Settings</string>
41
Alexandre Lision230d66e2013-10-22 12:32:12 -040042 <string name="error_field_required">This field is required</string>
Adrien Béraudcd3268f2015-06-17 16:25:44 -040043 <string name="dialog_wait_create">Adding account</string>
44 <string name="dialog_wait_create_details">Please wait while your new account is added…</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -040045 <string name="dialog_wait_update">Updating account</string>
46 <string name="dialog_wait_update_details">Please wait while your new account is updated…</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050047
Alexandre Lisione36b9cf2016-05-16 21:07:05 -040048 <string name="dialog_warn_ip2ip_account_title">Create empty SIP account ?</string>
49 <string name="dialog_warn_ip2ip_account_message">You are about to create a SIP account with no valid hostname.
50 You will only be able to make and receive direct ip calls.
51 You can edit your account later</string>
52
Alexandre Lision44f96932016-11-11 16:02:33 -050053 <string name="account_type_ip2ip">IP account</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -050054 <string name="help_ring">A Jami 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 -040055
Romain Bertozzi1231a712016-04-25 15:30:18 -040056 <string name="help_sip_title">Add your SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040057 <string name="help_sip">Configure an existing SIP account.</string>
Adrien Béraudbb01be72017-02-10 16:50:23 -050058 <string name="create_sip_account">Add SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040059
Adrien Béraudb4237762016-04-07 17:05:36 -040060 <!-- Strings related to account deletion -->
Romain Bertozzif6d68952016-05-04 12:33:54 -040061 <string name="account_delete_dialog_title">Delete account ?</string>
Aline Bonnet522ada92016-11-01 16:21:49 -040062 <string name="account_delete_dialog_message">This action can not be undone.</string>
Adrien Béraudb4237762016-04-07 17:05:36 -040063
Alexandre Lision230d66e2013-10-22 12:32:12 -040064 <!-- AccountManagementFragment -->
65 <string name="empty_account_list">No account registered</string>
66 <string name="normal_accounts_titles">Accounts</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -050067 <string name="normal_devices_titles">Known devices linked to this Jami account</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +010068 <string name="account_device_revoke">Revoke device</string>
69 <string name="account_device_revocation_success_title">Success</string>
70 <string name="account_device_revocation_success">Device is now revoked!</string>
71 <string name="account_device_revocation_error_title">Can\'t revoke device</string>
72 <string name="account_device_revocation_wrong_password">Wrong password.</string>
73 <string name="account_device_revocation_unknown_device">Unknown device.</string>
74 <string name="account_device_revocation_error_unknown">Unknown error.</string>
Adrien Béraud33d25232019-04-12 11:38:02 -040075 <string name="account_password_change">Change password</string>
76 <string name="account_password_set">Set password</string>
77 <string name="account_password_change_wait_message">Changing account password</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050078
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050079 <!-- Basic Details -->
80 <string name="account_preferences_basic_tab">General</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050081 <string name="account_basic_category">Basic Settings</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040082 <string name="account_alias_label">Account name</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040083 <string name="account_hostname_label">Hostname</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040084 <string name="account_bootstrap_label">Bootstrap</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040085 <string name="account_username_label">Username</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040086 <string name="account_password_label">Password</string>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040087 <string name="account_optionnal_category">Optional Settings</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040088 <string name="account_useragent_label">User Agent</string>
89 <string name="account_autoanswer_label">Auto Answer</string>
Alexandre Lision12f9bd62016-06-08 11:59:40 -040090 <string name="account_upnp_label">Enable UPnP</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050091 <string name="account_proxy_field">Proxy</string>
92
93 <!-- Audio Details -->
Adrien Béraud78fbd612016-03-14 17:44:11 -040094 <string name="account_audio_label">Audio</string>
Adrien Béraud300ead52016-02-24 17:27:52 -050095 <string name="account_preferences_media_tab">Media</string>
Alexandre Lision4cb73f52014-02-06 15:14:19 -050096 <string name="account_ringtone_label">Ringtones</string>
97 <string name="account_ringtone_enabled_label">Activate ringtones</string>
98 <string name="account_ringtone_path_label">Ringtone path</string>
Aline Bonnetc3fd5172016-10-21 14:46:41 -040099 <string name="account_ringtone_custom_label">Use custom ringtone</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500100
Adrien Béraud300ead52016-02-24 17:27:52 -0500101 <!-- Video Details -->
102 <string name="account_video_label">Video</string>
103 <string name="account_video_enable">Enable Video</string>
104
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500105 <!-- Advanced Details -->
106 <string name="account_preferences_advanced_tab">Advanced</string>
Aline Bonnet109c6382017-03-29 12:10:28 -0400107 <string name="account_dht_public_in_calls_label">Allow all calls/messages</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500108 <string name="account_registration_exp_label">Registration Expire</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400109 <string name="account_local_interface_label">Local Interface</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400110 <string name="account_local_port_label">Local Port</string>
Alexandre Lision0c2a6ec2014-04-15 18:01:35 -0400111 <string name="account_stun_enable_label">Use Stun</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500112 <string name="account_stun_server_label">Stun Server</string>
Adrien Béraud296422d2016-03-17 16:31:32 -0400113
114 <string name="account_turn_enable_label">Use TURN</string>
115 <string name="account_turn_server_label">TURN server</string>
116 <string name="account_turn_username_label">TURN username</string>
117 <string name="account_turn_password_label">TURN password</string>
Adrien Béraud296422d2016-03-17 16:31:32 -0400118
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500119 <string name="account_published_same_as_local_label">Published same as local</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400120 <string name="account_published_port_label">Published Port</string>
121 <string name="account_published_address_label">Published Address</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500122
Adrien Béraud03f599d2018-01-14 00:06:11 -0500123 <string name="account_proxy_label">DHT proxy</string>
124 <string name="account_proxy_enable_label">Use DHT proxy</string>
125 <string name="account_proxy_server_label">DHT proxy address</string>
126
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500127 <!-- Security Details -->
128 <string name="account_credentials_label">Credentials</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -0400129 <string name="account_credentials_edit">Edit credentials</string>
130 <string name="account_credentials_add">Add credentials</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500131
132 <!-- SRTP Details -->
133 <string name="account_preferences_security_tab">Security</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500134
Romain Bertozziad8fd842016-05-11 14:30:35 -0400135 <!-- SIP -->
136 <string name="account_sip_dtmf_type_sipinfo" translatable="false">sipinfo</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500137
138 <!-- TLS Details -->
Alexandre Lision06412a32014-02-05 17:33:04 -0500139 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500140 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500141 <string name="account_tls_certificate_list_label">Certification Authorities</string>
142 <string name="account_tls_certificate_file_label">Certificate File</string>
143 <string name="account_tls_private_key_file_label">Private Key File</string>
144 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400145 <string name="account_tls_method_label">TLS Method</string>
146 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500147 <string name="account_tls_server_name_label">Server Name</string>
148 <string name="account_tls_verify_server_label">Verify Server</string>
149 <string name="account_tls_verify_client_label">Verify Client</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500150 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lisionc8397da2014-04-16 15:03:22 -0400151 <string name="account_rtp_max_port">Maximum</string>
152 <string name="account_rtp_min_port">Minimum</string>
153 <string name="account_rtp_port_range">Audio RTP Port Range</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400154
Aline Bonnet0ae7b7a2016-10-26 10:34:24 -0400155 <!-- restore/backup -->
Adrien Béraud1347b402016-10-12 16:16:04 -0400156 <string name="account_new_device_password">Enter main password to unlock account</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400157 <string name="error_password_char_count">6 characters minimum</string>
158 <string name="error_passwords_not_equals">Passwords do not match</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +0100159 <string name="export_account_wait_title">Please wait…</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400160 <string name="export_account_wait_message">Publishing new account information</string>
Sébastien Blind288e192018-12-08 12:18:40 -0500161 <string name="account_export_file">Backup account</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400162 <string name="account_export_end_decryption_message">Couldn\'t unlock your account using the provided password.</string>
163 <string name="account_export_end_network_title">Network error</string>
164 <string name="account_export_end_network_message">Couldn\'t export account on the network. Check your connectivity.</string>
165 <string name="account_export_end_error_title">Error</string>
166 <string name="account_export_end_error_message">Couldn\'t export account. An unknown error occurred.</string>
167 <string name="account_enter_password">Enter password</string>
Adrien Béraud05185da2019-01-27 13:36:12 -0500168 <string name="account_share_body">Contact me using \'%1$s\' on the Jami distributed communication platform: %2$s</string>
169 <string name="account_share_body_with_username">Contact me using \'%1$s\' or my public username \'%2$s\' on the Jami distributed communication platform: %3$s</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500170 <string name="account_contact_me">Contact me on Jami !</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400171 <string name="update_account">Update account</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500172 <string name="account_migration">Your Jami account can be updated.\nPlease enter your password.</string>
Adrien Béraud05185da2019-01-27 13:36:12 -0500173 <string name="ring_account">Jami account</string>
Alexandre Lisione696f582016-11-09 11:42:05 -0500174 <string name="ring_account_identity">Identity</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400175 <string name="account_migration_title_dialog">Account migration</string>
Aline Bonnet49ed07e2017-01-09 16:31:42 -0500176 <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 -0400177 <string name="account_update_needed">Update needed</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400178 <string name="account_cannot_be_found_title">Can\'t find account</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500179 <string name="account_cannot_be_found_message">Account couldn\'t be found on the Jami network.\nMake sure it was exported on Jami from an existing device, and that provided credentials are correct.</string>
Aline Bonnetfd0e03d2016-11-21 14:07:22 -0500180 <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 -0400181 <string name="account_no_network_title">Can\'t connect to the network</string>
Adrien Béraud05185da2019-01-27 13:36:12 -0500182 <string name="account_no_network_message">Could not add account because Jami couldn\'t connect to the distributed network. Check your device connectivity.</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400183 <string name="account_device_added_title">Account device added</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500184 <string name="account_device_added_message">You have successfully setup your Jami account on this device.</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400185 <string name="account_device_updated_title">Account device updated</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500186 <string name="account_device_updated_message">You have successfully updated your Jami account.</string>
Aline Bonnet17a8ba72017-02-13 16:18:39 -0500187 <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 -0500188 <string name="account_sip_success_title">Sip account registered</string>
189 <string name="account_sip_success_message">You have successfully registered your Sip account.</string>
Aline Bonnetfd0e03d2016-11-21 14:07:22 -0500190 <string name="account_sip_register_anyway">Register anyway</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400191
Loïc Siret8d9259c2016-10-20 10:11:41 -0400192 <string name="account_link_button">Link this device to an account</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400193 <string name="account_link_prompt_pin">Enter PIN</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500194 <string name="account_new_button">Create a Jami account</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400195 <string name="account_link_export_button">Link another device to this account</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500196 <string name="account_link_export_info">To use this account on other devices, you must first expose it on Jami. 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 -0500197 <string name="account_start_export_button">Generate PIN</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400198 <string name="account_end_export_button">close</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500199 <string name="account_end_export_infos">Your PIN is:\n\n%%\n\nTo complete the process, you need to open Jami on the new device. Create a new account with \"Link this device to an account\". Your PIN is valid for 10 minutes.</string>
200 <string name="account_link_export_info_light">To use this account on other devices, you must first expose it on Jami. 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>
Loïc Siret626759b2017-09-07 14:23:24 -0400201 <string name="account_export_title">Add devices</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400202
203 <!-- Name registration -->
Adrien Béraud1347b402016-10-12 16:16:04 -0400204 <string name="error_username_empty">Enter a username</string>
205 <string name="no_registered_name_for_account">No registered name found for this account</string>
206 <string name="register_name">Register name</string>
207 <string name="trying_to_register_name">Trying to register name</string>
208 <string name="registered_username">Registered username</string>
Loïc Siret4f481cb2017-10-17 11:26:29 -0400209 <string name="register_username">Register public username (recommended)</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400210 <string name="username_already_taken">Username already taken</string>
211 <string name="invalid_username">Invalid username</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +0100212 <string name="looking_for_username_availability">Looking for username availability…</string>
Alexandre Lisione696f582016-11-09 11:42:05 -0500213 <string name="account_status_connecting">Connecting</string>
214 <string name="account_status_connection_error">Connection error</string>
215 <string name="account_status_online">Online</string>
216 <string name="account_status_unknown">Unknown</string>
217 <string name="account_status_offline">Offline</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400218
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500219 <!-- Create account -->
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500220 <string name="account_creation_home">Welcome to Jami</string>
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500221 <string name="account_creation_profile">Create your profile</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500222 <string name="account_creation_ring">Create your Jami account</string>
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500223 <string name="account_link_title">Link this device</string>
Aline Bonnetad118ce2016-11-16 16:21:02 -0500224 <string name="account_sip_cannot_be_registered">Can\'t register account</string>
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500225
Pierre Duchemin651e0de2017-12-18 15:00:44 -0500226 <!-- Edit profile-->
227 <string name="account_edit_profile">Edit your profile</string>
228
Adrien Beraud5cf47732017-03-15 14:50:39 +0100229 <!-- Devices -->
230 <string name="account_revoke_device_hint">Enter password to confirm</string>
231 <string name="enter_password">Enter password</string>
232 <string name="revoke_device_title">Revoke device</string>
233 <string name="revoke_device_message">Are you sure you want to revoke %1$s ?</string>
234 <string name="revoke_device_wait_title">Please wait…</string>
235 <string name="revoke_device_wait_message">Revoking device</string>
Adrien Beraud9c8ee8c2017-03-14 18:19:31 +0100236 <string name="rename_device_title">Rename this device</string>
Adrien Bérauda2d496d2018-12-13 16:55:05 -0500237 <string name="rename_device_message">Choose a new name to identify this device in your Jami account</string>
Adrien Beraud9c8ee8c2017-03-14 18:19:31 +0100238 <string name="rename_device_button">Rename device</string>
239 <string name="account_rename_device_hint">Choose new device name</string>
240 <string name="account_device_name_empty">Device name can\'t be empty</string>
241 <string name="account_device_this_indicator">this device</string>
Adrien Beraudd7015752017-02-24 23:10:46 +0100242 <string name="account_disabled_indicator">disabled</string>
Adrien Beraud5cf47732017-03-15 14:50:39 +0100243
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100244</resources>