]> git.ipfire.org Git - thirdparty/strongswan.git/blob - src/frontends/android/app/src/main/res/values/strings.xml
android: Handle errors when fetching profile in more detail
[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-2016 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 in lockdown mode.</string>
28 <string name="loading">Loading&#8230;</string>
29 <string name="profile_not_found">Profile not found</string>
30 <string name="strongswan_shortcut">strongSwan shortcut</string>
31
32 <!-- Log view -->
33 <string name="log_title">Log</string>
34 <string name="send_log">Send log file</string>
35 <string name="empty_log">Log file is empty</string>
36 <string name="log_mail_subject">strongSwan %1$s Log File</string>
37
38 <!-- VPN profile list -->
39 <string name="no_profiles">No VPN profiles.</string>
40 <string name="add_profile">Add VPN profile</string>
41 <string name="edit_profile">Edit</string>
42 <string name="delete_profile">Delete</string>
43 <string name="select_profiles">Select profiles</string>
44 <string name="profiles_deleted">Selected profiles deleted</string>
45 <string name="no_profile_selected">No profile selected</string>
46 <string name="one_profile_selected">One profile selected</string>
47 <string name="x_profiles_selected">%1$d profiles selected"</string>
48
49 <!-- VPN profile details -->
50 <string name="profile_edit_save">Save</string>
51 <string name="profile_edit_import">Import</string>
52 <string name="profile_edit_cancel">Cancel</string>
53 <string name="profile_name_label">Profile name (optional)</string>
54 <string name="profile_name_label_simple">Profile name</string>
55 <string name="profile_name_hint">Defaults to the configured server</string>
56 <string name="profile_name_hint_gateway">Defaults to \"%1$s\"</string>
57 <string name="profile_gateway_label">Server</string>
58 <string name="profile_gateway_hint">IP address or hostname of the VPN server</string>
59 <string name="profile_vpn_type_label">VPN Type</string>
60 <string name="profile_username_label">Username</string>
61 <string name="profile_password_label">Password (optional)</string>
62 <string name="profile_password_hint">Leave blank to get prompted on demand</string>
63 <string name="profile_user_certificate_label">User certificate</string>
64 <string name="profile_user_select_certificate_label">Select user certificate</string>
65 <string name="profile_user_select_certificate">Select a specific user certificate</string>
66 <string name="profile_user_select_id_label">User identity</string>
67 <string name="profile_user_select_id_init">Select a certificate first</string>
68 <string name="profile_user_select_id_default">Default (%1$s)</string>
69 <string name="profile_ca_label">CA certificate</string>
70 <string name="profile_ca_auto_label">Select automatically</string>
71 <string name="profile_ca_select_certificate_label">Select CA certificate</string>
72 <string name="profile_ca_select_certificate">Select a specific CA certificate</string>
73 <string name="profile_advanced_label">Advanced settings</string>
74 <string name="profile_show_advanced_label">Show advanced settings</string>
75 <string name="profile_remote_id_label">Server identity</string>
76 <string name="profile_remote_id_hint">Defaults to the configured server. Custom values are explicitly sent to the server and enforced during authentication</string>
77 <string name="profile_remote_id_hint_gateway">Defaults to \"%1$s\". Custom values are explicitly sent to the server and enforced during authentication</string>
78 <string name="profile_mtu_label">MTU of the VPN tunnel device</string>
79 <string name="profile_mtu_hint">In case the default value is unsuitable for a particular network</string>
80 <string name="profile_port_label">Server port</string>
81 <string name="profile_port_hint">UDP port to connect to, if different from the default</string>
82 <string name="profile_split_tunneling_label">Split tunneling</string>
83 <string name="profile_split_tunnelingv4_title">Block IPv4 traffic not destined for the VPN</string>
84 <string name="profile_split_tunnelingv6_title">Block IPv6 traffic not destined for the VPN</string>
85 <string name="profile_import">Import VPN profile</string>
86 <string name="profile_import_failed">Failed to import VPN profile</string>
87 <string name="profile_import_failed_detail">Failed to import VPN profile: %1$s</string>
88 <string name="profile_import_failed_not_found">File not found</string>
89 <string name="profile_import_failed_host">Host unknown</string>
90 <string name="profile_import_failed_tls">TLS handshake failed</string>
91 <string name="profile_import_exists">This VPN profile already exists, its current settings will be replaced.</string>
92 <string name="profile_cert_import">Import certificate from VPN profile</string>
93 <string name="profile_cert_alias">Certificate for \"%1$s\"</string>
94 <!-- Warnings/Notifications in the details view -->
95 <string name="alert_text_no_input_gateway">A value is required to initiate the connection</string>
96 <string name="alert_text_no_input_username">Please enter your username </string>
97 <string name="alert_text_nocertfound_title">No CA certificate selected</string>
98 <string name="alert_text_nocertfound">Please select one or activate <i>Select automatically</i></string>
99 <string name="alert_text_out_of_range">Please enter a number in the range from %1$d - %2$d</string>
100 <string name="tnc_notice_title">EAP-TNC may affect your privacy</string>
101 <string name="tnc_notice_subtitle">Device data is sent to the server operator</string>
102 <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>
103
104 <!-- Trusted certificate selection -->
105 <string name="trusted_certs_title">CA certificates</string>
106 <string name="no_certificates">No certificates</string>
107 <string name="reload_trusted_certs">Reload CA certificates</string>
108 <string name="system_tab">System</string>
109 <string name="user_tab">User</string>
110 <string name="local_tab">Imported</string>
111 <string name="delete_certificate_question">Delete certificate?</string>
112 <string name="delete_certificate">The certificate will be permanently removed!</string>
113 <string name="import_certificate">Import certificate</string>
114 <string name="cert_imported_successfully">Certificate successfully imported</string>
115 <string name="cert_import_failed">Failed to import certificate</string>
116
117 <!-- VPN state fragment -->
118 <string name="state_label">Status:</string>
119 <string name="profile_label">Profile:</string>
120 <string name="disconnect">Disconnect</string>
121 <string name="state_connecting">Connecting&#8230;</string>
122 <string name="state_connected">Connected</string>
123 <string name="state_disconnecting">Disconnecting&#8230;</string>
124 <string name="state_disabled">No active VPN</string>
125 <string name="state_error">Error</string>
126
127 <!-- IMC state fragment -->
128 <string name="imc_state_label">Assessment:</string>
129 <string name="imc_state_isolate">Restricted</string>
130 <string name="imc_state_block">Failed</string>
131 <string name="show_remediation_instructions">View remediation instructions</string>
132
133 <!-- Remediation instructions -->
134 <string name="remediation_instructions_title">Remediation instructions</string>
135
136 <!-- Dialogs -->
137 <string name="login_title">Enter password to connect</string>
138 <string name="login_username">Username</string>
139 <string name="login_password">Password</string>
140 <string name="login_confirm">Connect</string>
141 <string name="error_introduction">Failed to establish VPN:</string>
142 <string name="error_lookup_failed">Server address lookup failed.</string>
143 <string name="error_unreachable">Server is unreachable.</string>
144 <string name="error_peer_auth_failed">Verifying server authentication failed.</string>
145 <string name="error_auth_failed">User authentication failed.</string>
146 <string name="error_assessment_failed">Security assessment failed.</string>
147 <string name="error_generic">Unspecified failure while connecting.</string>
148 <string name="vpn_connected">VPN connected</string>
149 <string name="vpn_profile_connected">This VPN profile is currently connected!</string>
150 <string name="reconnect">Reconnect</string>
151 <string name="connect_profile_question">Connect %1$s?</string>
152 <string name="replaces_active_connection">This will replace your active VPN connection!</string>
153 <string name="connect">Connect</string>
154
155 </resources>