blob: 08f5f14d6b271f5eeecf1534221a5d7de02bee91 [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>
26
Adrien Béraudb4237762016-04-07 17:05:36 -040027 <!-- Strings related to account creation -->
Alexandre Lision0cada8a2016-11-16 11:23:13 -050028 <string name="add_ring_account_title">Add Ring account</string>
29 <string name="add_sip_account_title">Add SIP account</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040030 <string name="prompt_alias">Alias</string>
31 <string name="prompt_hostname">Hostname</string>
32 <string name="prompt_username">Username</string>
33 <string name="prompt_password">Password</string>
Adrien Béraud1347b402016-10-12 16:16:04 -040034 <string name="action_create">Create account</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040035 <string name="action_create_short">Register</string>
36 <string name="error_field_required">This field is required</string>
Adrien Béraudcd3268f2015-06-17 16:25:44 -040037 <string name="dialog_wait_create">Adding account</string>
38 <string name="dialog_wait_create_details">Please wait while your new account is added…</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -040039 <string name="dialog_wait_update">Updating account</string>
40 <string name="dialog_wait_update_details">Please wait while your new account is updated…</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050041
Alexandre Lisione36b9cf2016-05-16 21:07:05 -040042 <string name="dialog_warn_ip2ip_account_title">Create empty SIP account ?</string>
43 <string name="dialog_warn_ip2ip_account_message">You are about to create a SIP account with no valid hostname.
44 You will only be able to make and receive direct ip calls.
45 You can edit your account later</string>
46
Alexandre Lision44f96932016-11-11 16:02:33 -050047 <string name="account_type_ip2ip">IP account</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -040048 <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 -040049
Romain Bertozzi1231a712016-04-25 15:30:18 -040050 <string name="help_sip_title">Add your SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040051 <string name="help_sip">Configure an existing SIP account.</string>
Adrien Béraudbb01be72017-02-10 16:50:23 -050052 <string name="create_sip_account">Add SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040053
Adrien Béraudb4237762016-04-07 17:05:36 -040054 <!-- Strings related to account deletion -->
Romain Bertozzif6d68952016-05-04 12:33:54 -040055 <string name="account_delete_dialog_title">Delete account ?</string>
Aline Bonnet522ada92016-11-01 16:21:49 -040056 <string name="account_delete_dialog_message">This action can not be undone.</string>
Adrien Béraudb4237762016-04-07 17:05:36 -040057
Alexandre Lision230d66e2013-10-22 12:32:12 -040058 <!-- AccountManagementFragment -->
59 <string name="empty_account_list">No account registered</string>
60 <string name="normal_accounts_titles">Accounts</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -040061 <string name="normal_devices_titles">Known devices linked to this Ring account</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050062
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050063 <!-- Basic Details -->
64 <string name="account_preferences_basic_tab">General</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050065 <string name="account_basic_category">Basic Settings</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040066 <string name="account_alias_label">Account name</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040067 <string name="account_hostname_label">Hostname</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040068 <string name="account_bootstrap_label">Bootstrap</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040069 <string name="account_username_label">Username</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040070 <string name="account_password_label">Password</string>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040071 <string name="account_optionnal_category">Optional Settings</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040072 <string name="account_useragent_label">User Agent</string>
73 <string name="account_autoanswer_label">Auto Answer</string>
Alexandre Lision12f9bd62016-06-08 11:59:40 -040074 <string name="account_upnp_label">Enable UPnP</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050075 <string name="account_proxy_field">Proxy</string>
76
77 <!-- Audio Details -->
Adrien Béraud78fbd612016-03-14 17:44:11 -040078 <string name="account_audio_label">Audio</string>
Adrien Béraud300ead52016-02-24 17:27:52 -050079 <string name="account_preferences_media_tab">Media</string>
Alexandre Lision4cb73f52014-02-06 15:14:19 -050080 <string name="account_ringtone_label">Ringtones</string>
81 <string name="account_ringtone_enabled_label">Activate ringtones</string>
82 <string name="account_ringtone_path_label">Ringtone path</string>
Aline Bonnetc3fd5172016-10-21 14:46:41 -040083 <string name="account_ringtone_custom_label">Use custom ringtone</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050084
Adrien Béraud300ead52016-02-24 17:27:52 -050085 <!-- Video Details -->
86 <string name="account_video_label">Video</string>
87 <string name="account_video_enable">Enable Video</string>
88
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050089 <!-- Advanced Details -->
90 <string name="account_preferences_advanced_tab">Advanced</string>
91 <string name="account_registration_exp_label">Registration Expire</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040092 <string name="account_local_interface_label">Local Interface</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040093 <string name="account_local_port_label">Local Port</string>
Alexandre Lision0c2a6ec2014-04-15 18:01:35 -040094 <string name="account_stun_enable_label">Use Stun</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050095 <string name="account_stun_server_label">Stun Server</string>
Adrien Béraud296422d2016-03-17 16:31:32 -040096
97 <string name="account_turn_enable_label">Use TURN</string>
98 <string name="account_turn_server_label">TURN server</string>
99 <string name="account_turn_username_label">TURN username</string>
100 <string name="account_turn_password_label">TURN password</string>
Adrien Béraud296422d2016-03-17 16:31:32 -0400101
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500102 <string name="account_published_same_as_local_label">Published same as local</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400103 <string name="account_published_port_label">Published Port</string>
104 <string name="account_published_address_label">Published Address</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500105
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500106 <!-- Security Details -->
107 <string name="account_credentials_label">Credentials</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -0400108 <string name="account_credentials_edit">Edit credentials</string>
109 <string name="account_credentials_add">Add credentials</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500110
111 <!-- SRTP Details -->
112 <string name="account_preferences_security_tab">Security</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500113
Romain Bertozziad8fd842016-05-11 14:30:35 -0400114 <!-- SIP -->
115 <string name="account_sip_dtmf_type_sipinfo" translatable="false">sipinfo</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500116
117 <!-- TLS Details -->
Alexandre Lision06412a32014-02-05 17:33:04 -0500118 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500119 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500120 <string name="account_tls_certificate_list_label">Certification Authorities</string>
121 <string name="account_tls_certificate_file_label">Certificate File</string>
122 <string name="account_tls_private_key_file_label">Private Key File</string>
123 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400124 <string name="account_tls_method_label">TLS Method</string>
125 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500126 <string name="account_tls_server_name_label">Server Name</string>
127 <string name="account_tls_verify_server_label">Verify Server</string>
128 <string name="account_tls_verify_client_label">Verify Client</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500129 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lisionc8397da2014-04-16 15:03:22 -0400130 <string name="account_rtp_max_port">Maximum</string>
131 <string name="account_rtp_min_port">Minimum</string>
132 <string name="account_rtp_port_range">Audio RTP Port Range</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400133
Aline Bonnet0ae7b7a2016-10-26 10:34:24 -0400134 <!-- restore/backup -->
Aline Bonnet0ae7b7a2016-10-26 10:34:24 -0400135 <string name="account_restore_account">Restore an account</string>
Aline Bonnet0ae7b7a2016-10-26 10:34:24 -0400136 <string name="account_restore_message">Enter password to decrypt the file.</string>
137 <string name="account_restore_decryption_password">Decryption password</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400138 <string name="account_new_device_password">Enter main password to unlock account</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400139
Aline Bonnet0ae7b7a2016-10-26 10:34:24 -0400140 <string name="restore_dialog_title">Restoring</string>
141 <string name="restore_backup_wait">Please wait…</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400142 <string name="error_password_char_count">6 characters minimum</string>
143 <string name="error_passwords_not_equals">Passwords do not match</string>
Aline Bonnet0ae7b7a2016-10-26 10:34:24 -0400144 <string name="restore_failed_dialog_title">Restore failed</string>
145 <string name="restore_failed_dialog_msg">An error occurred</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400146 <string name="export_account_wait_title">Please wait...</string>
147 <string name="export_account_wait_message">Publishing new account information</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400148 <string name="account_export_end_decryption_message">Couldn\'t unlock your account using the provided password.</string>
149 <string name="account_export_end_network_title">Network error</string>
150 <string name="account_export_end_network_message">Couldn\'t export account on the network. Check your connectivity.</string>
151 <string name="account_export_end_error_title">Error</string>
152 <string name="account_export_end_error_message">Couldn\'t export account. An unknown error occurred.</string>
153 <string name="account_enter_password">Enter password</string>
Thibault Wittemberg3146c762016-11-04 14:53:19 -0400154 <string name="account_share_body">Contact me using \'%1$s\' on the Ring distributed communication platform: http://ring.cx</string>
155 <string name="account_share_body_with_username">Contact me using \'%1$s\' or my public username \'%2$s\' on the Ring distributed communication platform: http://ring.cx</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400156 <string name="account_contact_me">Contact me on Ring !</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400157 <string name="update_account">Update account</string>
Aline Bonnet49ed07e2017-01-09 16:31:42 -0500158 <string name="account_migration">Your Ring account can be updated.\nPlease enter your password.</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400159 <string name="ring_account">Ring account</string>
Alexandre Lisione696f582016-11-09 11:42:05 -0500160 <string name="ring_account_identity">Identity</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400161 <string name="account_migration_title_dialog">Account migration</string>
Aline Bonnet49ed07e2017-01-09 16:31:42 -0500162 <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 -0400163 <string name="account_update_needed">Update needed</string>
164 <string name="account_creation_file_too_big">File is too big</string>
165 <string name="account_cannot_read">Can\'t read %1$s</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400166 <string name="account_cannot_be_found_title">Can\'t find account</string>
167 <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 -0500168 <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 -0400169 <string name="account_no_network_title">Can\'t connect to the network</string>
170 <string name="account_no_network_message">Could not add account because Ring coudn\'t connect to the distributed network. Check your device connectivity.</string>
171 <string name="account_device_added_title">Account device added</string>
172 <string name="account_device_added_message">You have successfully setup your Ring account on this device.</string>
173 <string name="account_device_updated_title">Account device updated</string>
Aline Bonnet17a8ba72017-02-13 16:18:39 -0500174 <string name="account_device_updated_message">You have successfully updated your Ring account.</string>
175 <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 -0500176 <string name="account_sip_success_title">Sip account registered</string>
177 <string name="account_sip_success_message">You have successfully registered your Sip account.</string>
Aline Bonnetfd0e03d2016-11-21 14:07:22 -0500178 <string name="account_sip_register_anyway">Register anyway</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400179
Loïc Siret8d9259c2016-10-20 10:11:41 -0400180 <string name="account_link_button">Link this device to an account</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400181 <string name="account_import_title">Link to an existing account</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400182 <string name="account_link_prompt_pin">Enter PIN</string>
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500183 <string name="account_wizard_title">Welcome to </string>
Thibault Wittembergef28a312016-11-03 11:47:02 -0400184 <string name="account_new_button">Create a Ring account</string>
Loïc Siret8d9259c2016-10-20 10:11:41 -0400185 <string name="account_link_export_button">Link another device to this account</string>
186 <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. \n\nPlease provide your password to start:</string>
187 <string name="account_start_export_button">Generate Pin</string>
188 <string name="account_end_export_button">close</string>
189 <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>
Adrien Béraud1347b402016-10-12 16:16:04 -0400190
191 <!-- Name registration -->
192 <string name="register_name_wrong_password">Can\'t register name: wrong account password.</string>
193 <string name="register_name_invalid">Can\'t register name: invalid name.</string>
194 <string name="register_name_already_taken">Can\'t register name: name already taken.</string>
195 <string name="register_name_network_error">Can\'t register name: network or server error.</string>
196 <string name="error_username_empty">Enter a username</string>
197 <string name="no_registered_name_for_account">No registered name found for this account</string>
198 <string name="register_name">Register name</string>
199 <string name="trying_to_register_name">Trying to register name</string>
200 <string name="registered_username">Registered username</string>
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500201 <string name="register_username">Register public username (experimental)</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400202 <string name="username_already_taken">Username already taken</string>
203 <string name="invalid_username">Invalid username</string>
204 <string name="looking_for_username_availability">Looking for username availability ...</string>
Alexandre Lisione696f582016-11-09 11:42:05 -0500205 <string name="account_status_connecting">Connecting</string>
206 <string name="account_status_connection_error">Connection error</string>
207 <string name="account_status_online">Online</string>
208 <string name="account_status_unknown">Unknown</string>
209 <string name="account_status_offline">Offline</string>
Adrien Béraud1347b402016-10-12 16:16:04 -0400210
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500211 <!-- Create account -->
212 <string name="account_creation_home">Welcome to Ring</string>
213 <string name="account_creation_profile">Create your profile</string>
214 <string name="account_creation_ring">Create your Ring account</string>
215 <string name="account_link_title">Link this device</string>
Aline Bonnetad118ce2016-11-16 16:21:02 -0500216 <string name="account_sip_cannot_be_registered">Can\'t register account</string>
Aline Bonnet2d87ebb2016-11-10 15:41:56 -0500217
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100218</resources>