blob: ff33f5d08be86ea29252f56fba076142e7937305 [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
23 <!-- Strings related to login -->
24 <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 <!-- Strings related to account creation -->
35 <string-array name="accountType">
36 <item>RING</item>
37 <item>SIP</item>
38 <item>IAX</item>
39 </string-array>
40 <string name="help_ring_title">Ring identity</string>
41 <string name="help_ring">A Ring identities allows you to reach people securely in peer to peer through a fully distributed network.</string>
42 <string name="create_ring_account">Create</string>
43
44 <string name="help_sip_title">SIP account</string>
45 <string name="help_sip">Configure an existing SIP account.</string>
46 <string name="create_sip_account">Add</string>
47 <string name="configure_sip_account">Configure</string>
48 <string name="share_number">Share number</string>
49
Alexandre Lision230d66e2013-10-22 12:32:12 -040050 <!-- AccountManagementFragment -->
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050051 <string name="preference_section1">Accounts</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040052 <string name="empty_account_list">No account registered</string>
53 <string name="normal_accounts_titles">Accounts</string>
54 <string name="ip2ip_account">IP2IP Account</string>
55 <string name="ip2ip_state">READY</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050056
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050057 <!-- Basic Details -->
58 <string name="account_preferences_basic_tab">General</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050059 <string name="account_basic_category">Basic Settings</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040060 <string name="account_alias_label">Account name</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040061 <string name="account_hostname_label">Hostname</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -040062 <string name="account_bootstrap_label">Bootstrap</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040063 <string name="account_username_label">Username</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040064 <string name="account_password_label">Password</string>
Adrien Béraud4a64c0c2015-10-20 12:16:14 -040065 <string name="account_optionnal_category">Optional Settings</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040066 <string name="account_useragent_label">User Agent</string>
67 <string name="account_autoanswer_label">Auto Answer</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050068 <string name="account_proxy_field">Proxy</string>
Alexandre Lision59daaaf2013-12-10 10:41:46 -050069 <string name="show_password">Show password</string>
Dany YARAKOUfe2155a2014-05-28 21:05:46 +010070 <string name="account_type_label">Protocol</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050071
72 <!-- Audio Details -->
Adrien Béraud78fbd612016-03-14 17:44:11 -040073 <string name="account_audio_label">Audio</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050074 <string name="account_preferences_audio_tab">Audio</string>
Adrien Béraud300ead52016-02-24 17:27:52 -050075 <string name="account_preferences_media_tab">Media</string>
Alexandre Lision4cb73f52014-02-06 15:14:19 -050076 <string name="account_dtmf_label">DTMF</string>
77 <string name="account_ringtone_label">Ringtones</string>
78 <string name="account_ringtone_enabled_label">Activate ringtones</string>
79 <string name="account_ringtone_path_label">Ringtone path</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050080
Adrien Béraud300ead52016-02-24 17:27:52 -050081 <!-- Video Details -->
82 <string name="account_video_label">Video</string>
83 <string name="account_video_enable">Enable Video</string>
84
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050085 <!-- Advanced Details -->
86 <string name="account_preferences_advanced_tab">Advanced</string>
87 <string name="account_registration_exp_label">Registration Expire</string>
88 <string name="account_credential_count_label">Credential Count</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040089 <string name="account_local_interface_label">Local Interface</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040090 <string name="account_local_port_label">Local Port</string>
Alexandre Lision0c2a6ec2014-04-15 18:01:35 -040091 <string name="account_stun_enable_label">Use Stun</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -050092 <string name="account_stun_server_label">Stun Server</string>
Adrien Béraud296422d2016-03-17 16:31:32 -040093
94 <string name="account_turn_enable_label">Use TURN</string>
95 <string name="account_turn_server_label">TURN server</string>
96 <string name="account_turn_username_label">TURN username</string>
97 <string name="account_turn_password_label">TURN password</string>
98 <string name="account_turn_realm_label">TURN realm</string>
99
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500100 <string name="account_published_same_as_local_label">Published same as local</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400101 <string name="account_published_port_label">Published Port</string>
102 <string name="account_published_address_label">Published Address</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500103
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500104 <!-- Security Details -->
105 <string name="account_credentials_label">Credentials</string>
Adrien Béraud78fbd612016-03-14 17:44:11 -0400106 <string name="account_credentials_edit">Edit credentials</string>
107 <string name="account_credentials_add">Add credentials</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500108
109 <!-- SRTP Details -->
110 <string name="account_preferences_security_tab">Security</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400111 <string name="account_srtp_enabled_label">SRTP Enabled</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500112 <string name="account_srtp_deactivated">Deactivated</string>
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500113 <string name="account_srtp_preferences_label">SRTP Preferences</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400114 <string name="account_srtp_exchange_label">SRTP Key Exchange</string>
115 <string name="account_encryption_algo_label">Encryption Algo</string>
116 <string name="account_srtp_fallback_label">SRTP Fallback</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500117 <string name="account_hello_hash_enable_label">Send Hello Hash in SDP</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400118 <string name="account_display_sas_label">Display SAS</string>
119 <string name="account_not_supported_warning_label">Not Supported Warning</string>
120 <string name="account_display_sas_once_label">Display SAS Once</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -0500121
122
123 <!-- TLS Details -->
Alexandre Lisionef1d9c12014-02-06 16:01:09 -0500124 <string name="account_tls_general_label">TLS</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500125 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500126 <string name="account_tls_enabled_label">TLS enabled</string>
127 <string name="account_tls_disabled_label">TLS disabled</string>
128 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500129 <string name="account_tls_certificate_list_label">Certification Authorities</string>
130 <string name="account_tls_certificate_file_label">Certificate File</string>
131 <string name="account_tls_private_key_file_label">Private Key File</string>
132 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400133 <string name="account_tls_method_label">TLS Method</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500134 <string name="account_tls_method_default">Default</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400135 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500136 <string name="account_tls_server_name_label">Server Name</string>
137 <string name="account_tls_verify_server_label">Verify Server</string>
138 <string name="account_tls_verify_client_label">Verify Client</string>
139 <string name="account_tls_require_client_certificat_label">Require Client Certificate</string>
140 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lisionc8397da2014-04-16 15:03:22 -0400141 <string name="account_rtp_max_port">Maximum</string>
142 <string name="account_rtp_min_port">Minimum</string>
143 <string name="account_rtp_port_range">Audio RTP Port Range</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400144
Dany YARAKOUfe2155a2014-05-28 21:05:46 +0100145</resources>