blob: 2b14cd64e0830ac300433d1fab4ee07f3f93306f [file] [log] [blame]
Alexandre Lision06412a32014-02-05 17:33:04 -05001<!--
2Copyright (C) 2004-2014 Savoir-Faire Linux Inc.
3
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.
19
20Additional permission under GNU GPL version 3 section 7:
21
22If you modify this program, or any covered work, by linking or
23combining it with the OpenSSL project's OpenSSL library (or a
24modified version of that library), containing parts covered by the
25terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
26grants you additional permission to convey the resulting work.
27Corresponding Source for a non-source form of such a combination
28shall include the source code for the parts of OpenSSL used as well
29as that of the covered work.
30-->
31
Alexandre Lision230d66e2013-10-22 12:32:12 -040032<resources>
33
34 <!-- Strings related to login -->
35 <string name="prompt_alias">Alias</string>
36 <string name="prompt_hostname">Hostname</string>
37 <string name="prompt_username">Username</string>
38 <string name="prompt_password">Password</string>
39 <string name="action_create"><b>Register Account</b></string>
40 <string name="action_create_short">Register</string>
41 <string name="error_field_required">This field is required</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050042
Alexandre Lision230d66e2013-10-22 12:32:12 -040043 <!-- AccountManagementFragment -->
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050044 <string name="preference_section1">Accounts</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040045 <string name="empty_account_list">No account registered</string>
46 <string name="normal_accounts_titles">Accounts</string>
47 <string name="ip2ip_account">IP2IP Account</string>
48 <string name="ip2ip_state">READY</string>
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050049
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050050 <!-- Basic Details -->
51 <string name="account_preferences_basic_tab">General</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050052 <string name="account_basic_category">Basic Settings</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050053 <string name="account_alias_label">Alias</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040054 <string name="account_hostname_label">Hostname</string>
55 <string name="account_username_label">Username</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040056 <string name="account_password_label">Password</string>
Alexandre Lision451f2a82013-11-12 12:55:55 -050057 <string name="account_optionnal_category">Optionnal Settings</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040058 <string name="account_useragent_label">User Agent</string>
59 <string name="account_autoanswer_label">Auto Answer</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050060 <string name="account_proxy_field">Proxy</string>
Alexandre Lision59daaaf2013-12-10 10:41:46 -050061 <string name="show_password">Show password</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050062
63 <!-- Audio Details -->
64 <string name="account_preferences_audio_tab">Audio</string>
65
66 <!-- Advanced Details -->
67 <string name="account_preferences_advanced_tab">Advanced</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040068 <string name="account_registration_exp_label">Registration Expire</string>
69 <string name="account_registration_status_label">Registration Status</string>
70 <string name="account_registration_code_label">Registration Code</string>
71 <string name="account_registration_state_label">Registration State</string>
72 <string name="account_credential_count_label">Credential Count</string>
73 <string name="account_config_dtmf_type_label">overrtp</string>
74 <string name="account_ringtone_path_label">Ringtone</string>
75 <string name="account_ringtone_enabled_label">Ringtone Enabled</string>
76 <string name="account_keep_alive_label">Keep Alive</string>
77 <string name="account_local_interface_label">Local Interface</string>
78 <string name="account_published_same_as_local_label">Published Port Same As Local</string>
79 <string name="account_local_port_label">Local Port</string>
80 <string name="account_published_port_label">Published Port</string>
81 <string name="account_published_address_label">Published Address</string>
82 <string name="account_displayname_label">Displayname Label</string>
83 <string name="account_stun_server_label">Stun Server</string>
84 <string name="account_stun_enable_label">Stun Enabled</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050085
86 <!-- SRTP Details -->
87 <string name="account_preferences_security_tab">Security</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040088 <string name="account_srtp_enabled_label">SRTP Enabled</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050089 <string name="account_srtp_deactivated">Deactivated</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040090 <string name="account_srtp_exchange_label">SRTP Key Exchange</string>
91 <string name="account_encryption_algo_label">Encryption Algo</string>
92 <string name="account_srtp_fallback_label">SRTP Fallback</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050093 <string name="account_hello_hash_enable_label">Send Hello Hash in SDP</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -040094 <string name="account_display_sas_label">Display SAS</string>
95 <string name="account_not_supported_warning_label">Not Supported Warning</string>
96 <string name="account_display_sas_once_label">Display SAS Once</string>
Alexandre Lisionc9c30b72013-11-18 16:27:26 -050097
98
99 <!-- TLS Details -->
Alexandre Lision06412a32014-02-05 17:33:04 -0500100 <string name="account_tls_transport_switch_label">Use TLS Transport</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500101 <string name="account_tls_enabled_label">TLS enabled</string>
102 <string name="account_tls_disabled_label">TLS disabled</string>
103 <string name="account_tls_port_label">TLS Listener Port</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500104 <string name="account_tls_certificate_list_label">Certification Authorities</string>
105 <string name="account_tls_certificate_file_label">Certificate File</string>
106 <string name="account_tls_private_key_file_label">Private Key File</string>
107 <string name="account_tls_password_label">Private Key Password</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400108 <string name="account_tls_method_label">TLS Method</string>
Alexandre Lision382f6842014-02-05 15:23:50 -0500109 <string name="account_tls_method_default">Default</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400110 <string name="account_tls_ciphers_label">TLS Ciphers</string>
Alexandre Lision06412a32014-02-05 17:33:04 -0500111 <string name="account_tls_server_name_label">Server Name</string>
112 <string name="account_tls_verify_server_label">Verify Server</string>
113 <string name="account_tls_verify_client_label">Verify Client</string>
114 <string name="account_tls_require_client_certificat_label">Require Client Certificate</string>
115 <string name="account_tls_negotiation_timeout_sec">Negotiation Timeout (sec)</string>
Alexandre Lision230d66e2013-10-22 12:32:12 -0400116
Alexandre Lisionc48c36a2013-11-12 16:26:10 -0500117</resources>