]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/frontends/android/app/src/main/res/values/strings.xml
android: Add an automatic reconnect on errors
[thirdparty/strongswan.git] / src / frontends / android / app / src / main / res / values / strings.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) 2012-2018 Tobias Brunner
4 Copyright (C) 2012 Giuliano Grassi
5 Copyright (C) 2012 Ralf Sager
6 HSR Hochschule fuer Technik Rapperswil
7
8 This program is free software; you can redistribute it and/or modify it
9 under the terms of the GNU General Public License as published by the
10 Free Software Foundation; either version 2 of the License, or (at your
11 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
12
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16 for more details.
17 -->
18 <resources>
19
20 <!-- Application -->
21 <string name="app_name">strongSwan VPN Client</string>
22 <string name="main_activity_name">strongSwan</string>
23 <string name="show_log">View log</string>
24 <string name="search">Search</string>
25 <string name="vpn_not_supported_title">VPN not supported</string>
26 <string name="vpn_not_supported">Your device does not support VPN applications.\nPlease contact the manufacturer.</string>
27 <string name="vpn_not_supported_during_lockdown">VPN connections are not supported if a built-in VPN has the always-on feature enabled.</string>
28 <string name="vpn_not_supported_no_permission">Unable to get permission to create VPN connections. Either because it was denied by the user, or because a different VPN app has the always-on feature enabled.</string>
29 <string name="loading">Loading&#8230;</string>
30 <string name="profile_not_found">Profile not found</string>
31 <string name="strongswan_shortcut">strongSwan shortcut</string>
32 <string name="permanent_notification_name">VPN connection state</string>
33 <string name="permanent_notification_description">Provides information about the VPN connection state and serves as permanent notification to keep the VPN service running in the background.</string>
34 <string name="tap_for_details">Tap for details.</string>
35
36 <!-- Settings -->
37 <string name="pref_title">Settings</string>
38 <string name="pref_default_vpn_profile">Default VPN profile</string>
39 <string name="pref_default_vpn_profile_mru">Connect to most recently used profile</string>
40
41 <!-- Log view -->
42 <string name="log_title">Log</string>
43 <string name="send_log">Send log file</string>
44 <string name="empty_log">Log file is empty</string>
45 <string name="log_mail_subject">strongSwan %1$s Log File</string>
46
47 <!-- VPN profile list -->
48 <string name="no_profiles">No VPN profiles.</string>
49 <string name="add_profile">Add VPN profile</string>
50 <string name="edit_profile">Edit</string>
51 <string name="delete_profile">Delete</string>
52 <string name="select_profiles">Select profiles</string>
53 <string name="profiles_deleted">Selected profiles deleted</string>
54 <string name="no_profile_selected">No profile selected</string>
55 <string name="one_profile_selected">One profile selected</string>
56 <string name="x_profiles_selected">%1$d profiles selected</string>
57
58 <!-- VPN profile details -->
59 <string name="profile_edit_save">Save</string>
60 <string name="profile_edit_import">Import</string>
61 <string name="profile_edit_cancel">Cancel</string>
62 <string name="profile_name_label">Profile name (optional)</string>
63 <string name="profile_name_label_simple">Profile name</string>
64 <string name="profile_name_hint">Defaults to the configured server</string>
65 <string name="profile_name_hint_gateway">Defaults to \"%1$s\"</string>
66 <string name="profile_gateway_label">Server</string>
67 <string name="profile_gateway_hint">IP address or hostname of the VPN server</string>
68 <string name="profile_vpn_type_label">VPN Type</string>
69 <string name="profile_username_label">Username</string>
70 <string name="profile_password_label">Password (optional)</string>
71 <string name="profile_password_hint">Leave blank to get prompted on demand</string>
72 <string name="profile_user_certificate_label">User certificate</string>
73 <string name="profile_user_select_certificate_label">Select user certificate</string>
74 <string name="profile_user_select_certificate">Select a specific user certificate</string>
75 <string name="profile_user_select_id_label">User identity</string>
76 <string name="profile_user_select_id_init">Select a certificate first</string>
77 <string name="profile_user_select_id_default">Default (%1$s)</string>
78 <string name="profile_ca_label">CA certificate</string>
79 <string name="profile_ca_auto_label">Select automatically</string>
80 <string name="profile_ca_select_certificate_label">Select CA certificate</string>
81 <string name="profile_ca_select_certificate">Select a specific CA certificate</string>
82 <string name="profile_advanced_label">Advanced settings</string>
83 <string name="profile_show_advanced_label">Show advanced settings</string>
84 <string name="profile_remote_id_label">Server identity</string>
85 <string name="profile_remote_id_hint">Defaults to the configured server. Custom values are explicitly sent to the server and enforced during authentication</string>
86 <string name="profile_remote_id_hint_gateway">Defaults to \"%1$s\". Custom values are explicitly sent to the server and enforced during authentication</string>
87 <string name="profile_mtu_label">MTU of the VPN tunnel device</string>
88 <string name="profile_mtu_hint">In case the default value is unsuitable for a particular network</string>
89 <string name="profile_port_label">Server port</string>
90 <string name="profile_port_hint">UDP port to connect to, if different from the default</string>
91 <string name="profile_nat_keepalive_label">NAT-T keepalive interval</string>
92 <string name="profile_nat_keepalive_hint">Small packets are sent to keep mappings on NAT routers alive if there is no other traffic. In order to save energy the default interval is 45 seconds. Behind NAT routers that remove mappings early this might be too high, try 20 seconds or less in that case.</string>
93 <string name="profile_cert_req_label">Send certificate requests</string>
94 <string name="profile_cert_req_hint">Certificate requests are sent for all available or selected CA certificates. To reduce the size of the IKE_AUTH message this can be disabled. However, this only works if the server sends its certificate even if it didn\'t receive any certificate requests.</string>
95 <string name="profile_split_tunneling_label">Split tunneling</string>
96 <string name="profile_split_tunneling_intro">By default, the client will route all network traffic through the VPN, unless the server narrows the subnets when the connection is established, in which case only traffic the server allows will be routed via VPN (by default, all other traffic is routed as if there was no VPN).</string>
97 <string name="profile_split_tunnelingv4_title">Block IPv4 traffic not destined for the VPN</string>
98 <string name="profile_split_tunnelingv6_title">Block IPv6 traffic not destined for the VPN</string>
99 <string name="profile_included_subnets_label">Custom subnets</string>
100 <string name="profile_included_subnets_hint">Only route traffic to specific subnets via VPN, everything else is routed as if there was no VPN (separated by spaces, e.g. \"192.168.1.0/24 2001:db8::/64\")</string>
101 <string name="profile_excluded_subnets_label">Excluded subnets</string>
102 <string name="profile_excluded_subnets_hint">Traffic to these subnets will not be routed via VPN, but as if there was no VPN (separated by spaces, e.g. \"192.168.1.0/24 2001:db8::/64\")</string>
103 <string name="profile_select_apps_label">Applications</string>
104 <string name="profile_select_apps">Select applications</string>
105 <string name="profile_select_no_apps">No applications selected</string>
106 <string name="profile_select_one_app">One application selected</string>
107 <string name="profile_select_x_apps">%1$d applications selected</string>
108 <string name="profile_proposals_label">Algorithms</string>
109 <string name="profile_proposals_intro">Optionally configure specific algorithms to use for IKEv2 and/or IPsec/ESP instead of the defaults. Refer to our wiki for a <a href="https://wiki.strongswan.org/projects/strongswan/wiki/IKEv2CipherSuites">list of algorithm identifiers</a> (note that not all are supported by this app). Both fields take a list of algorithms, each separated by a hyphen.</string>
110 <string name="profile_proposals_ike_label">IKEv2 Algorithms</string>
111 <string name="profile_proposals_ike_hint">For non-AEAD/classic encryption algorithms, an integrity algorithm, a pseudo random function (optional, defaults to one based on the integrity algorithm) and a Diffie-Hellman group are required (e.g. aes256-sha256-ecp256). For combined-mode/AEAD algorithms, the integrity algorithm is omitted but a PRF is required (e.g. aes256gcm16-prfsha256-ecp256).</string>
112 <string name="profile_proposals_esp_label">IPsec/ESP Algorithms</string>
113 <string name="profile_proposals_esp_hint">For non-AEAD/classic encryption algorithms, an integrity algorithm is required, a Diffie-Hellman group is optional (e.g. aes256-sha256 or aes256-sha256-ecp256). For combined-mode/AEAD algorithms, the integrity algorithm is omitted (e.g. aes256gcm16 or aes256gcm16-ecp256). If a DH group is specified IPsec SA rekeying will use a DH key exchange. However, DH groups specified here are not used when the connection is established initially because the keys there are derived from the IKE SA key material. Therefore, any configuration mismatch with the server will only cause errors later during rekeying.</string>
114 <string name="profile_import">Import VPN profile</string>
115 <string name="profile_import_failed">Failed to import VPN profile</string>
116 <string name="profile_import_failed_detail">Failed to import VPN profile: %1$s</string>
117 <string name="profile_import_failed_not_found">File not found</string>
118 <string name="profile_import_failed_host">Host unknown</string>
119 <string name="profile_import_failed_tls">TLS handshake failed</string>
120 <string name="profile_import_failed_value">Invalid value in \"%1$s\"</string>
121 <string name="profile_import_exists">This VPN profile already exists, its current settings will be replaced.</string>
122 <string name="profile_cert_import">Import certificate from VPN profile</string>
123 <string name="profile_cert_alias">Certificate for \"%1$s\"</string>
124 <string name="profile_profile_id">Profile ID</string>
125 <!-- Warnings/Notifications in the details view -->
126 <string name="alert_text_no_input_gateway">A value is required to initiate the connection</string>
127 <string name="alert_text_no_input_username">Please enter your username </string>
128 <string name="alert_text_nocertfound_title">No CA certificate selected</string>
129 <string name="alert_text_nocertfound">Please select one or activate <i>Select automatically</i></string>
130 <string name="alert_text_out_of_range">Please enter a number in the range from %1$d - %2$d</string>
131 <string name="alert_text_no_subnets">Please enter valid subnets and/or IP addresses, separated by spaces</string>
132 <string name="alert_text_no_proposal">Please enter a valid list of algorithms, separated by hyphens</string>
133 <string name="tnc_notice_title">EAP-TNC may affect your privacy</string>
134 <string name="tnc_notice_subtitle">Device data is sent to the server operator</string>
135 <string name="tnc_notice_details"><![CDATA[<p>Trusted Network Connect (TNC) allows server operators to assess the health of a client device.</p><p>For that purpose the server operator may request data such as a unique identifier, a list of installed packages, system settings, or cryptographic checksums of files.</p><b>Any data will be sent only after verifying the server\'s identity.</b>]]></string>
136
137 <!-- Trusted certificate selection -->
138 <string name="trusted_certs_title">CA certificates</string>
139 <string name="no_certificates">No certificates</string>
140 <string name="reload_trusted_certs">Reload CA certificates</string>
141 <string name="system_tab">System</string>
142 <string name="user_tab">User</string>
143 <string name="local_tab">Imported</string>
144 <string name="delete_certificate_question">Delete certificate?</string>
145 <string name="delete_certificate">The certificate will be permanently removed!</string>
146 <string name="import_certificate">Import certificate</string>
147 <string name="cert_imported_successfully">Certificate successfully imported</string>
148 <string name="cert_import_failed">Failed to import certificate</string>
149 <string name="crl_cache">CRL cache</string>
150 <string name="clear_crl_cache_title">Clear CRL cache?</string>
151 <string name="clear_crl_cache_msg_none">The CRL cache is empty</string>
152 <plurals name="clear_crl_cache_msg">
153 <item quantity="one">The CRL cache contains %1$d file (%2$s).</item>
154 <item quantity="other">The CRL cache contains %1$d files (%2$s).</item>
155 </plurals>
156 <string name="clear">Clear</string>
157
158 <!-- VPN state fragment -->
159 <string name="state_label">Status:</string>
160 <string name="profile_label">Profile:</string>
161 <string name="disconnect">Disconnect</string>
162 <string name="state_connecting">Connecting&#8230;</string>
163 <string name="state_connected">Connected</string>
164 <string name="state_disconnecting">Disconnecting&#8230;</string>
165 <string name="state_disabled">No active VPN</string>
166 <string name="state_error">Error</string>
167 <string name="dismiss">Dismiss</string>
168
169 <!-- IMC state fragment -->
170 <string name="imc_state_label">Assessment:</string>
171 <string name="imc_state_isolate">Restricted</string>
172 <string name="imc_state_block">Failed</string>
173 <string name="show_remediation_instructions">View remediation instructions</string>
174
175 <!-- Remediation instructions -->
176 <string name="remediation_instructions_title">Remediation instructions</string>
177
178 <!-- Dialogs -->
179 <string name="login_title">Enter password to connect</string>
180 <string name="login_username">Username</string>
181 <string name="login_password">Password</string>
182 <string name="login_confirm">Connect</string>
183 <string name="error_format">Failed to establish VPN: %1$s.</string>
184 <string name="error_lookup_failed">Server address lookup failed</string>
185 <string name="error_unreachable">Server is unreachable</string>
186 <string name="error_peer_auth_failed">Verifying server authentication failed</string>
187 <string name="error_auth_failed">User authentication failed</string>
188 <string name="error_assessment_failed">Security assessment failed</string>
189 <string name="error_generic">Unspecified failure while connecting</string>
190 <string name="error_password_missing">Password unavailable</string>
191 <string name="error_certificate_unavailable">Client certificate unavailable</string>
192 <string name="vpn_connected">VPN connected</string>
193 <string name="vpn_profile_connected">This VPN profile is currently connected!</string>
194 <string name="reconnect">Reconnect</string>
195 <string name="connect_profile_question">Connect %1$s?</string>
196 <string name="replaces_active_connection">This will replace your active VPN connection!</string>
197 <string name="disconnect_question">Disconnect VPN?</string>
198 <string name="disconnect_active_connection">This will disconnect the active VPN connection!</string>
199 <string name="connect">Connect</string>
200 <string name="retry">Retry</string>
201 <plurals name="retry_in">
202 <item quantity="one">Retry in %1$d second</item>
203 <item quantity="other">Retry in %1$d seconds</item>
204 </plurals>
205 <string name="cancel_retry">Cancel retry</string>
206
207 <!-- Quick Settings tile -->
208 <string name="tile_default">Toggle VPN</string>
209 <string name="tile_connect">Connect VPN</string>
210 <string name="tile_disconnect">Disconnect VPN</string>
211
212 </resources>