1 <?xml version=
"1.0" encoding=
"utf-8"?>
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
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
>.
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
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
…</string>
29 <string name=
"profile_not_found">Profile not found
</string>
30 <string name=
"strongswan_shortcut">strongSwan shortcut
</string>
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>
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>
49 <!-- VPN profile details -->
50 <string name="profile_edit_save
">Save</string>
51 <string name="profile_edit_cancel
">Cancel</string>
52 <string name="profile_name_label
">Profile Name:</string>
53 <string name="profile_name_hint
">(use server address)</string>
54 <string name="profile_gateway_label
">Server:</string>
55 <string name="profile_vpn_type_label
">Type:</string>
56 <string name="profile_username_label
">Username:</string>
57 <string name="profile_password_label
">Password:</string>
58 <string name="profile_password_hint
">(prompt when needed)</string>
59 <string name="profile_user_certificate_label
">User certificate:</string>
60 <string name="profile_user_select_certificate_label
">Select user certificate</string>
61 <string name="profile_user_select_certificate
">Select a specific user certificate</string>
62 <string name="profile_ca_label
">CA certificate:</string>
63 <string name="profile_ca_auto_label
">Select automatically</string>
64 <string name="profile_ca_select_certificate_label
">Select CA certificate</string>
65 <string name="profile_ca_select_certificate
">Select a specific CA certificate</string>
66 <string name="profile_show_advanced_label
">Show advanced settings</string>
67 <string name="profile_mtu_label
">MTU:</string>
68 <string name="profile_port_label
">Server port:</string>
69 <string name="profile_use_default_hint
">(use default)</string>
70 <string name="profile_split_tunneling_label
">Split tunneling:</string>
71 <string name="profile_split_tunnelingv4_title
">Block IPv4 traffic not destined for the VPN</string>
72 <string name="profile_split_tunnelingv6_title
">Block IPv6 traffic not destined for the VPN</string>
73 <!-- Warnings/Notifications in the details view -->
74 <string name="alert_text_no_input_gateway
">Please enter the server address here</string>
75 <string name="alert_text_no_input_username
">Please enter your username here</string>
76 <string name="alert_text_nocertfound_title
">No CA certificate selected</string>
77 <string name="alert_text_nocertfound
">Please select one or activate <i>Select automatically</i></string>
78 <string name="alert_text_out_of_range
">Please enter a number in the range from %1$d - %2$d</string>
79 <string name="tnc_notice_title
">EAP-TNC may affect your privacy</string>
80 <string name="tnc_notice_subtitle
">Device data is sent to the server operator</string>
81 <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>
83 <!-- Trusted certificate selection -->
84 <string name="trusted_certs_title
">CA certificates</string>
85 <string name="no_certificates
">No certificates</string>
86 <string name="reload_trusted_certs
">Reload CA certificates</string>
87 <string name="system_tab
">System</string>
88 <string name="user_tab
">User</string>
89 <string name="local_tab
">Imported</string>
90 <string name="delete_certificate_question
">Delete certificate?</string>
91 <string name="delete_certificate
">The certificate will be permanently removed!</string>
92 <string name="import_certificate
">Import certificate</string>
93 <string name="cert_imported_successfully
">Certificate successfully imported</string>
94 <string name="cert_import_failed
">Failed to import certificate</string>
96 <!-- VPN state fragment -->
97 <string name="state_label
">Status:</string>
98 <string name="profile_label
">Profile:</string>
99 <string name="disconnect
">Disconnect</string>
100 <string name="state_connecting
">Connecting…</string>
101 <string name="state_connected
">Connected</string>
102 <string name="state_disconnecting
">Disconnecting…</string>
103 <string name="state_disabled
">No active VPN</string>
104 <string name="state_error
">Error</string>
106 <!-- IMC state fragment -->
107 <string name="imc_state_label
">Assessment:</string>
108 <string name="imc_state_isolate
">Restricted</string>
109 <string name="imc_state_block
">Failed</string>
110 <string name="show_remediation_instructions
">View remediation instructions</string>
112 <!-- Remediation instructions -->
113 <string name="remediation_instructions_title
">Remediation instructions</string>
116 <string name="login_title
">Enter password to connect</string>
117 <string name="login_confirm
">Connect</string>
118 <string name="error_introduction
">Failed to establish VPN:</string>
119 <string name="error_lookup_failed
">Server address lookup failed.</string>
120 <string name="error_unreachable
">Server is unreachable.</string>
121 <string name="error_peer_auth_failed
">Verifying server authentication failed.</string>
122 <string name="error_auth_failed
">User authentication failed.</string>
123 <string name="error_assessment_failed
">Security assessment failed.</string>
124 <string name="error_generic
">Unspecified failure while connecting.</string>
125 <string name="connecting_title
">Connecting: %1$s</string>
126 <string name="connecting_message
">Establishing VPN with \""%
1$s
\".
</string>
127 <string name=
"vpn_connected">VPN connected
</string>
128 <string name=
"vpn_profile_connected">This VPN profile is currently connected!
</string>
129 <string name=
"reconnect">Reconnect
</string>
130 <string name=
"connect_profile_question">Connect %
1$s?
</string>
131 <string name=
"replaces_active_connection">This will replace your active VPN connection!
</string>
132 <string name=
"connect">Connect
</string>