blob: bc587f6b2e79db950e2793765e6541c65ec43ce5 [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>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -040033 <string name="dialog_wait_update">Updating account</string>
34 <string name="dialog_wait_update_details">Please wait while your new account is updated…</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050035
Alexandre Lisione36b9cf2016-05-16 21:07:05 -040036 <string name="dialog_warn_ip2ip_account_title">Create empty SIP account ?</string>
37 <string name="dialog_warn_ip2ip_account_message">You are about to create a SIP account with no valid hostname.
38 You will only be able to make and receive direct ip calls.
39 You can edit your account later</string>
40
Adrien Bérauda416c742015-10-21 17:12:39 -040041 <string-array name="accountType">
42 <item>RING</item>
43 <item>SIP</item>
Adrien Bérauda416c742015-10-21 17:12:39 -040044 </string-array>
Romain Bertozzi1231a712016-04-25 15:30:18 -040045 <string name="help_ring_title">Create a Ring account</string>
46 <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 -040047
Romain Bertozzi1231a712016-04-25 15:30:18 -040048 <string name="help_sip_title">Add your SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040049 <string name="help_sip">Configure an existing SIP account.</string>
50 <string name="create_sip_account">Add</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040051 <string name="share_number">Share number</string>
52
Adrien Béraudb4237762016-04-07 17:05:36 -040053 <!-- Strings related to account deletion -->
Romain Bertozzif6d68952016-05-04 12:33:54 -040054 <string name="account_delete_dialog_title">Delete account ?</string>
55 <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 -040056
Alexandre Lision230d66e2013-10-22 12:32:12 -040057 <!-- AccountManagementFragment -->
58 <string name="empty_account_list">No account registered</string>
59 <string name="normal_accounts_titles">Accounts</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -040060 <string name="normal_devices_titles">Known devices linked to this Ring account</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050061
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050062 <!-- Basic Details -->
63 <string name="account_preferences_basic_tab">General</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -040064 <string name="account_preferences_devices_tab">Devices</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>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050083
Adrien Béraud300ead52016-02-24 17:27:52 -050084 <!-- Video Details -->
85 <string name="account_video_label">Video</string>
86 <string name="account_video_enable">Enable Video</string>
87
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050088 <!-- Advanced Details -->
89 <string name="account_preferences_advanced_tab">Advanced</string>
90 <string name="account_registration_exp_label">Registration Expire</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040091 <string name="account_local_interface_label">Local Interface</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040092 <string name="account_local_port_label">Local Port</string>
Alexandre Lision0c2a6ec2014-04-15 18:01:35 -040093 <string name="account_stun_enable_label">Use Stun</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050094 <string name="account_stun_server_label">Stun Server</string>
Adrien Béraud296422d2016-03-17 16:31:32 -040095
96 <string name="account_turn_enable_label">Use TURN</string>
97 <string name="account_turn_server_label">TURN server</string>
98 <string name="account_turn_username_label">TURN username</string>
99 <string name="account_turn_password_label">TURN password</string>
Adrien Béraud296422d2016-03-17 16:31:32 -0400100
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500101 <string name="account_published_same_as_local_label">Published same as local</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400102 <string name="account_published_port_label">Published Port</string>
103 <string name="account_published_address_label">Published Address</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500104
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500105 <!-- Security Details -->
106 <string name="account_credentials_label">Credentials</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -0400107 <string name="account_credentials_edit">Edit credentials</string>
108 <string name="account_credentials_add">Add credentials</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500109
110 <!-- SRTP Details -->
111 <string name="account_preferences_security_tab">Security</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500112 <string name="account_srtp_deactivated">Deactivated</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>
116 <string name="account_sip_dtmf_type_overrtp" translatable="false">overrtp</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500117
118 <!-- TLS Details -->
Alexandre Lision06412a32014-02-05 17:33:04 -0500119 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500120 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500121 <string name="account_tls_certificate_list_label">Certification Authorities</string>
122 <string name="account_tls_certificate_file_label">Certificate File</string>
123 <string name="account_tls_private_key_file_label">Private Key File</string>
124 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400125 <string name="account_tls_method_label">TLS Method</string>
126 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500127 <string name="account_tls_server_name_label">Server Name</string>
128 <string name="account_tls_verify_server_label">Verify Server</string>
129 <string name="account_tls_verify_client_label">Verify Client</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500130 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lisionc8397da2014-04-16 15:03:22 -0400131 <string name="account_rtp_max_port">Maximum</string>
132 <string name="account_rtp_min_port">Minimum</string>
133 <string name="account_rtp_port_range">Audio RTP Port Range</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400134
Adrien Béraudb4237762016-04-07 17:05:36 -0400135 <!-- Import/export -->
136 <string name="account_export">Export</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400137 <string name="account_import_account">Import an account</string>
138 <string name="account_export_title">Export an account</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400139 <string name="account_import_title">Import accounts</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400140 <string name="account_import_explanation">You can import previously exported accounts.</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400141 <string name="account_export_message">Save account settings and credentials, password encrypted.</string>
142 <string name="account_export_new_password">New password</string>
143 <string name="account_export_confirm_password">Confirm password</string>
144 <string name="account_import_message">Enter password to decrypt the file.</string>
145 <string name="account_import_decryption_password">Decryption password</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400146 <string name="account_new_device">Add new device</string>
147 <string name="account_new_device_message">Unlock Ring account to associate new device.</string>
148 <string name="account_new_device_password">Enter main account password</string>
149
Romain Bertozzi1231a712016-04-25 15:30:18 -0400150 <string name="import_dialog_title">Importing</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400151 <string name="import_export_wait">Please wait…</string>
152 <string name="export_dialog_title">Exporting account</string>
153 <string name="account_export_result">"Account exported to %1$s"</string>
154 <string name="export_failed_dialog_title">Export failed</string>
155 <string name="export_failed_dialog_msg">An error occurred</string>
156 <string name="error_password_char_count">6 characters minimum</string>
157 <string name="error_passwords_not_equals">Passwords do not match</string>
158 <string name="import_failed_dialog_title">Import failed</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400159 <string name="import_failed_dialog_msg">An error occurred</string>
Adrien Béraud034d7f32016-10-03 11:36:55 -0400160 <string name="export_account_wait_title">Please wait...</string>
161 <string name="export_account_wait_message">Publishing new account information</string>
162 <string name="account_export_end_pin_title">"PIN : "</string>
163 <string name="account_export_end_pin_message">Use this PIN along with your main account password to associate your new device to your Ring account during the next 10 minutes.</string>
164 <string name="account_export_end_decryption_title">Decryption error</string>
165 <string name="account_export_end_decryption_message">Couldn\'t unlock your account using the provided password.</string>
166 <string name="account_export_end_network_title">Network error</string>
167 <string name="account_export_end_network_message">Couldn\'t export account on the network. Check your connectivity.</string>
168 <string name="account_export_end_error_title">Error</string>
169 <string name="account_export_end_error_message">Couldn\'t export account. An unknown error occurred.</string>
170 <string name="account_enter_password">Enter password</string>
171 <string name="account_share_body">Contact me using %1$s on the Ring distributed communication platform: http://ring.cx</string>
172 <string name="account_contact_me">Contact me on Ring !</string>
Thibault Wittembergc0f89fc2016-10-04 17:59:03 -0400173 <string name="update_account">Update account</string>
174 <string name="account_migration">Your Ring account can now be shared between all your devices. All you need to do is provide a password.</string>
175 <string name="ring_account">Ring account</string>
176 <string name="account_migration_title_dialog">Account migration</string>
177 <string name="account_migration_message_dialog">In order to be usable on multiple devices, your accounts need to be updated. Do you want to go the Account management screen to perform this operation ?</string>
178 <string name="account_update_needed">Update needed</string>
179 <string name="account_creation_file_too_big">File is too big</string>
180 <string name="account_cannot_read">Can\'t read %1$s</string>
181 <string name="account_creation_error">Error creating account</string>
182 <string name="account_cannot_be_found_title">Can\'t find account</string>
183 <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>
184 <string name="account_no_network_title">Can\'t connect to the network</string>
185 <string name="account_no_network_message">Could not add account because Ring coudn\'t connect to the distributed network. Check your device connectivity.</string>
186 <string name="account_device_added_title">Account device added</string>
187 <string name="account_device_added_message">You have successfully setup your Ring account on this device.</string>
188 <string name="account_device_updated_title">Account device updated</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400189
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100190</resources>