~ubuntu-branches/ubuntu/utopic/strongswan/utopic

« back to all changes in this revision

Viewing changes to src/frontends/android/res/values/strings.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Davies
  • Date: 2014-01-20 19:00:59 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140120190059-z8e4dl3g8cd09yi5
Tags: 5.1.2~dr3+git20130120-0ubuntu1
* Upstream Git snapshot for build fixes with regards to entropy.
* debian/rules:
  - Enforcing DEB_BUILD_OPTIONS=nostrip for library integrity checking.
  - Set TESTS_REDUCED_KEYLENGTHS to one generate smallest key-lengths in
    tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<!--
 
3
    Copyright (C) 2012-2013 Tobias Brunner
 
4
    Copyright (C) 2012 Giuliano Grassi
 
5
    Copyright (C) 2012 Ralf Sager
 
6
    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="reload_trusted_certs">Reload CA certificates</string>
 
24
    <string name="show_log">View log</string>
 
25
    <string name="search">Search</string>
 
26
    <string name="vpn_not_supported_title">VPN not supported</string>
 
27
    <string name="vpn_not_supported">Your device does not support VPN applications.\nPlease contact the manufacturer.</string>
 
28
    <string name="vpn_not_supported_during_lockdown">VPN connections are not supported in lockdown mode.</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
 
 
33
    <!-- Log view -->
 
34
    <string name="log_title">Log</string>
 
35
    <string name="send_log">Send log file</string>
 
36
    <string name="empty_log">Log file is empty</string>
 
37
    <string name="log_mail_subject">strongSwan %1$s Log File</string>
 
38
 
 
39
    <!-- VPN profile list -->
 
40
    <string name="no_profiles">No VPN profiles.</string>
 
41
    <string name="add_profile">Add VPN profile</string>
 
42
    <string name="edit_profile">Edit</string>
 
43
    <string name="delete_profile">Delete</string>
 
44
    <string name="select_profiles">Select profiles</string>
 
45
    <string name="profiles_deleted">Selected profiles deleted</string>
 
46
    <string name="no_profile_selected">No profile selected</string>
 
47
    <string name="one_profile_selected">One profile selected</string>
 
48
    <string name="x_profiles_selected">%1$d profiles selected"</string>
 
49
 
 
50
    <!-- VPN profile details -->
 
51
    <string name="profile_edit_save">Save</string>
 
52
    <string name="profile_edit_cancel">Cancel</string>
 
53
    <string name="profile_name_label">Profile Name:</string>
 
54
    <string name="profile_name_hint">(use gateway address)</string>
 
55
    <string name="profile_gateway_label">Gateway:</string>
 
56
    <string name="profile_vpn_type_label">Type:</string>
 
57
    <string name="profile_username_label">Username:</string>
 
58
    <string name="profile_password_label">Password:</string>
 
59
    <string name="profile_password_hint">(prompt when needed)</string>
 
60
    <string name="profile_user_certificate_label">User certificate:</string>
 
61
    <string name="profile_user_select_certificate_label">Select user certificate</string>
 
62
    <string name="profile_user_select_certificate">Select a specific user certificate</string>
 
63
    <string name="profile_ca_label">CA certificate:</string>
 
64
    <string name="profile_ca_auto_label">Select automatically</string>
 
65
    <string name="profile_ca_select_certificate_label">Select CA certificate</string>
 
66
    <string name="profile_ca_select_certificate">Select a specific CA certificate</string>
 
67
    <!-- Warnings/Notifications in the details view -->
 
68
    <string name="alert_text_no_input_gateway">Please enter the gateway address here</string>
 
69
    <string name="alert_text_no_input_username">Please enter your username here</string>
 
70
    <string name="alert_text_nocertfound_title">No CA certificate selected</string>
 
71
    <string name="alert_text_nocertfound">Please select one or activate <i>Select automatically</i></string>
 
72
    <string name="tnc_notice_title">EAP-TNC may affect your privacy</string>
 
73
    <string name="tnc_notice_subtitle">Device data is sent to the gateway operator</string>
 
74
    <string name="tnc_notice_details">&lt;p>Trusted Network Connect (TNC) allows gateway operators to assess the health of a client device.&lt;/p>&lt;p>For that purpose the gateway operator may request data such as a unique identifier, a list of installed packages, system settings, or cryptographic checksums of files.&lt;/p>&lt;b>Any data will be sent only after verifying the gateway\'s identity.&lt;/b></string>
 
75
 
 
76
    <!-- Trusted certificate selection -->
 
77
    <string name="trusted_certs_title">CA certificates</string>
 
78
    <string name="no_certificates">No certificates</string>
 
79
    <string name="system_tab">System</string>
 
80
    <string name="user_tab">User</string>
 
81
 
 
82
    <!-- VPN state fragment -->
 
83
    <string name="state_label">Status:</string>
 
84
    <string name="profile_label">Profile:</string>
 
85
    <string name="disconnect">Disconnect</string>
 
86
    <string name="state_connecting">Connecting&#8230;</string>
 
87
    <string name="state_connected">Connected</string>
 
88
    <string name="state_disconnecting">Disconnecting&#8230;</string>
 
89
    <string name="state_disabled">No active VPN</string>
 
90
    <string name="state_error">Error</string>
 
91
 
 
92
    <!-- IMC state fragment -->
 
93
    <string name="imc_state_label">Assessment:</string>
 
94
    <string name="imc_state_isolate">Restricted</string>
 
95
    <string name="imc_state_block">Failed</string>
 
96
    <string name="show_remediation_instructions">View remediation instructions</string>
 
97
 
 
98
    <!-- Remediation instructions -->
 
99
    <string name="remediation_instructions_title">Remediation instructions</string>
 
100
 
 
101
    <!-- Dialogs -->
 
102
    <string name="login_title">Enter password to connect</string>
 
103
    <string name="login_confirm">Connect</string>
 
104
    <string name="error_introduction">Failed to establish VPN:</string>
 
105
    <string name="error_lookup_failed">Gateway address lookup failed.</string>
 
106
    <string name="error_unreachable">Gateway is unreachable.</string>
 
107
    <string name="error_peer_auth_failed">Verifying gateway authentication failed.</string>
 
108
    <string name="error_auth_failed">User authentication failed.</string>
 
109
    <string name="error_assessment_failed">Security assessment failed.</string>
 
110
    <string name="error_generic">Unspecified failure while connecting.</string>
 
111
    <string name="connecting_title">Connecting: %1$s</string>
 
112
    <string name="connecting_message">Establishing VPN with \""%1$s\".</string>
 
113
    <string name="vpn_connected">VPN connected</string>
 
114
    <string name="vpn_profile_connected">This VPN profile is currently connected!</string>
 
115
    <string name="reconnect">Reconnect</string>
 
116
    <string name="connect_profile_question">Connect %1$s?</string>
 
117
    <string name="replaces_active_connection">This will replace your active VPN connection!</string>
 
118
    <string name="connect">Connect</string>
 
119
 
 
120
</resources>