blob: 3e867ea32b2f1da8f958a414f12a4cb095a268e4 [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
Adrien Bérauda416c742015-10-21 17:12:39 -040034 <string-array name="accountType">
35 <item>RING</item>
36 <item>SIP</item>
37 <item>IAX</item>
38 </string-array>
Romain Bertozzi1231a712016-04-25 15:30:18 -040039 <string name="help_ring_title">Create a Ring account</string>
40 <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 -040041
Romain Bertozzi1231a712016-04-25 15:30:18 -040042 <string name="help_sip_title">Add your SIP account</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040043 <string name="help_sip">Configure an existing SIP account.</string>
44 <string name="create_sip_account">Add</string>
Adrien Bérauda416c742015-10-21 17:12:39 -040045 <string name="share_number">Share number</string>
46
Adrien Béraudb4237762016-04-07 17:05:36 -040047 <!-- Strings related to account deletion -->
Romain Bertozzif6d68952016-05-04 12:33:54 -040048 <string name="account_delete_dialog_title">Delete account ?</string>
49 <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 -040050
Alexandre Lision230d66e2013-10-22 12:32:12 -040051 <!-- AccountManagementFragment -->
52 <string name="empty_account_list">No account registered</string>
53 <string name="normal_accounts_titles">Accounts</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050054
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050055 <!-- Basic Details -->
56 <string name="account_preferences_basic_tab">General</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050057 <string name="account_basic_category">Basic Settings</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040058 <string name="account_alias_label">Account name</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040059 <string name="account_hostname_label">Hostname</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040060 <string name="account_bootstrap_label">Bootstrap</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040061 <string name="account_username_label">Username</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040062 <string name="account_password_label">Password</string>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040063 <string name="account_optionnal_category">Optional Settings</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040064 <string name="account_useragent_label">User Agent</string>
65 <string name="account_autoanswer_label">Auto Answer</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050066 <string name="account_proxy_field">Proxy</string>
67
68 <!-- Audio Details -->
Adrien Béraud78fbd612016-03-14 17:44:11 -040069 <string name="account_audio_label">Audio</string>
Adrien Béraud300ead52016-02-24 17:27:52 -050070 <string name="account_preferences_media_tab">Media</string>
Alexandre Lision4cb73f52014-02-06 15:14:19 -050071 <string name="account_ringtone_label">Ringtones</string>
72 <string name="account_ringtone_enabled_label">Activate ringtones</string>
73 <string name="account_ringtone_path_label">Ringtone path</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050074
Adrien Béraud300ead52016-02-24 17:27:52 -050075 <!-- Video Details -->
76 <string name="account_video_label">Video</string>
77 <string name="account_video_enable">Enable Video</string>
78
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050079 <!-- Advanced Details -->
80 <string name="account_preferences_advanced_tab">Advanced</string>
81 <string name="account_registration_exp_label">Registration Expire</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040082 <string name="account_local_interface_label">Local Interface</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040083 <string name="account_local_port_label">Local Port</string>
Alexandre Lision0c2a6ec2014-04-15 18:01:35 -040084 <string name="account_stun_enable_label">Use Stun</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050085 <string name="account_stun_server_label">Stun Server</string>
Adrien Béraud296422d2016-03-17 16:31:32 -040086
87 <string name="account_turn_enable_label">Use TURN</string>
88 <string name="account_turn_server_label">TURN server</string>
89 <string name="account_turn_username_label">TURN username</string>
90 <string name="account_turn_password_label">TURN password</string>
Adrien Béraud296422d2016-03-17 16:31:32 -040091
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050092 <string name="account_published_same_as_local_label">Published same as local</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040093 <string name="account_published_port_label">Published Port</string>
94 <string name="account_published_address_label">Published Address</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050095
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050096 <!-- Security Details -->
97 <string name="account_credentials_label">Credentials</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040098 <string name="account_credentials_edit">Edit credentials</string>
99 <string name="account_credentials_add">Add credentials</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500100
101 <!-- SRTP Details -->
102 <string name="account_preferences_security_tab">Security</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500103 <string name="account_srtp_deactivated">Deactivated</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500104
Romain Bertozziad8fd842016-05-11 14:30:35 -0400105 <!-- SIP -->
106 <string name="account_sip_dtmf_type_sipinfo" translatable="false">sipinfo</string>
107 <string name="account_sip_dtmf_type_overrtp" translatable="false">overrtp</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500108
109 <!-- TLS Details -->
Alexandre Lision06412a32014-02-05 17:33:04 -0500110 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500111 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500112 <string name="account_tls_certificate_list_label">Certification Authorities</string>
113 <string name="account_tls_certificate_file_label">Certificate File</string>
114 <string name="account_tls_private_key_file_label">Private Key File</string>
115 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400116 <string name="account_tls_method_label">TLS Method</string>
117 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500118 <string name="account_tls_server_name_label">Server Name</string>
119 <string name="account_tls_verify_server_label">Verify Server</string>
120 <string name="account_tls_verify_client_label">Verify Client</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500121 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lisionc8397da2014-04-16 15:03:22 -0400122 <string name="account_rtp_max_port">Maximum</string>
123 <string name="account_rtp_min_port">Minimum</string>
124 <string name="account_rtp_port_range">Audio RTP Port Range</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400125
Adrien Béraudb4237762016-04-07 17:05:36 -0400126 <!-- Import/export -->
127 <string name="account_export">Export</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400128 <string name="account_import_account">Import an account</string>
129 <string name="account_export_title">Export an account</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400130 <string name="account_import_title">Import accounts</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400131 <string name="account_import_explanation">You can import previously exported accounts.</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400132 <string name="account_export_message">Save account settings and credentials, password encrypted.</string>
133 <string name="account_export_new_password">New password</string>
134 <string name="account_export_confirm_password">Confirm password</string>
135 <string name="account_import_message">Enter password to decrypt the file.</string>
136 <string name="account_import_decryption_password">Decryption password</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400137 <string name="import_dialog_title">Importing</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400138 <string name="import_export_wait">Please wait…</string>
139 <string name="export_dialog_title">Exporting account</string>
140 <string name="account_export_result">"Account exported to %1$s"</string>
141 <string name="export_failed_dialog_title">Export failed</string>
142 <string name="export_failed_dialog_msg">An error occurred</string>
143 <string name="error_password_char_count">6 characters minimum</string>
144 <string name="error_passwords_not_equals">Passwords do not match</string>
145 <string name="import_failed_dialog_title">Import failed</string>
Romain Bertozzi1231a712016-04-25 15:30:18 -0400146 <string name="import_failed_dialog_msg">An error occurred</string>
Adrien Béraudb4237762016-04-07 17:05:36 -0400147
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100148</resources>