· 6 years ago · May 03, 2020, 02:20 PM
1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3<string name="app">PacketCP VPN</string>
4<string name="trademark"> is a registered trademark of Technologies, Inc.</string>
5<string name="no_profiles_loaded">Welcome to Connect. requires a .ovpn profile to connect to a server. Please go to Menu / Import to import a profile or Menu / Help for more information.</string>
6<string name="ok">OK</string>
7<string name="about_menu">About</string>
8<string name="about_text" formatted="false"> Connect %s (build %d)</string>
9<string name="beta_expire_warn">Note: This beta expires on %s</string>
10<string name="log_title"> Log File</string>
11<string name="log_pause">Pause</string>
12<string name="log_resume">Resume</string>
13<string name="help_menu">Help</string>
14<string name="profile_prompt"> Profile:</string>
15<string name="proxy_prompt">Proxy:</string>
16<string name="server_prompt">Server:</string>
17<string name="username">Username:</string>
18<string name="password">Password:</string>
19<string name="pk_password">Private Key Password:</string>
20<string name="password_save_prompt">Save</string>
21<string name="pk_password_save_prompt">Save</string>
22<string name="connect">Connect</string>
23<string name="disconnect">Disconnect</string>
24<string name="core_thread_active"> Starting</string>
25<string name="core_thread_inactive"> Stopping</string>
26<string name="connecting"> Connecting...</string>
27<string name="reconnecting"> Reconnecting...</string>
28<string name="connected"> Connected</string>
29<string name="disconnected"> Disconnected</string>
30<string name="pause"> Pausing (waiting for network)</string>
31<string name="resume"> Resuming after pause</string>
32<string name="resolve"> Looking up DNS name</string>
33<string name="wait"> Waiting for server</string>
34<string name="wait_proxy"> Waiting for proxy server</string>
35<string name="auth"> Authenticating</string>
36<string name="rsa_sign"> Accessing Keychain</string>
37<string name="get_config"> Pulling settings from server</string>
38<string name="assign_ip"> Assigning IP address</string>
39<string name="add_routes"> Adding routes</string>
40<string name="client_halt"> client was halted by server</string>
41<string name="client_restart"> client was restarted by server</string>
42<string name="auth_failed"> Authentication failed</string>
43<string name="pem_password_fail"> bad private key password</string>
44<string name="cert_verify_fail"> server certificate verification failed</string>
45<string name="tls_version_min"> server TLS version is too low</string>
46<string name="dynamic_challenge"> Authentication Challenge</string>
47<string name="tun_setup_failed">Tun interface setup failed</string>
48<string name="tun_iface_create">Error creating tun interface</string>
49<string name="tap_not_supported">TAP-based tunnels are not supported</string>
50<string name="profile_not_found"> profile not found</string>
51<string name="profile_parse_error">Error parsing profile</string>
52<string name="profile_conflict"> profile conflicts with one that is already connected</string>
53<string name="profile_write_error">Error writing profile to app storage</string>
54<string name="profile_filename_error">Profile filename must have extension .ovpn</string>
55<string name="config_file_parse_error">Error parsing configuration file</string>
56<string name="need_creds_error"> credentials required but none provided</string>
57<string name="creds_error"> credentials error</string>
58<string name="core_thread_error"> core error</string>
59<string name="core_thread_abandoned"> Disconnected (core thread detached)</string>
60<string name="file_read_error">Cannot read file</string>
61<string name="epki_error">External PKI error</string>
62<string name="epki_invalid_alias">Lost KeyChain association with profile certificate and private key. Please retry login.</string>
63<string name="epki_missing_cert">Cannot obtain profile certificate from KeyChain</string>
64<string name="connection_timeout"> Connection Timeout</string>
65<string name="inactive_timeout"> Inactivity Disconnect</string>
66<string name="proxy_need_creds">Proxy credentials required</string>
67<string name="proxy_error">Proxy error</string>
68<string name="proxy_context_expired">Proxy Login Expired</string>
69<string name="unknown">Unknown event occurred</string>
70<string name="import_help_title">Profile Imported</string>
71<string name="import_help_text">To create a shortcut to this profile or access the profile context menu (for rename, delete, etc.), touch the edit icon on the right. To switch to a different profile, tap the profile name briefly.</string>
72<string name="profile_merge_exception">Profile import failed</string>
73<string name="profile_merge_ovpn_ext_fail">Profile filename must have extension .ovpn</string>
74<string name="profile_merge_ovpn_file_fail">Error reading profile</string>
75<string name="profile_merge_ref_fail">Error reading file referenced by profile</string>
76<string name="profile_merge_multiple_ref_fail">Error reading multiple files referenced by profile</string>
77<string name="ui_reset">UI Reset</string>
78<string name="import_menu">Import</string>
79<string name="import_private_tunnel_profile">Import Private Tunnel Profile</string>
80<string name="import_profile_remote">Import Access Server Profile</string>
81<string name="import_profile">Import Profile from SD card</string>
82<string name="import_pkcs12">Import PKCS#12 from SD card</string>
83<string name="advanced_menu">Advanced</string>
84<string name="show_raw_stats">Show raw stats</string>
85<string name="show_log">Show log file</string>
86<string name="exit_partial">Exit</string>
87<string name="exit_full">Exit All</string>
88<string name="forget_creds">Forget Credentials</string>
89<string name="add_proxy">Add Proxy</string>
90<string name="add_shortcut_menu">Add Shortcut</string>
91<string name="add_shortcut_connect">Add Connect Shortcut</string>
92<string name="add_shortcut_disconnect">Add Disconnect Shortcut</string>
93<string name="add_shortcut_app">Add App Shortcut</string>
94<string name="more_menu">More...</string>
95<string name="preferences">Preferences</string>
96<string name="openvpn_settings"> Settings</string>
97<string name="vpn_proto_title">VPN Protocol</string>
98<string name="vpn_proto_summary">Select the VPN Protocol</string>
99<string name="conn_timeout_title">Connection Timeout</string>
100<string name="conn_timeout_summary">How long should try to connect before giving up?</string>
101<string name="compression_title">Compression</string>
102<string name="compression_summary">Tunnel compression options</string>
103<string name="pause_vpn_on_blanked_screen_title">Battery Saver</string>
104<string name="pause_vpn_on_blanked_screen_summary">Pause VPN when screen is blanked</string>
105<string name="enable_notifications_title">Notifications</string>
106<string name="enable_notifications_summary">Show notifications</string>
107<string name="auto_keyboard_title">Auto Keyboard</string>
108<string name="auto_keyboard_summary">Automatically raise/dismiss soft keyboard</string>
109<string name="tun_persist_title">Seamless Tunnel</string>
110<string name="tun_persist_summary">Block internet while VPN is paused or reconnecting (Note: Android versions 4.4 to 4.4.2 have a bug that prevents use of this option)</string>
111<string name="google_dns_fallback_title">DNS Fallback</string>
112<string name="google_dns_fallback_summary">"Use Google DNS servers as a fallback for connections that route all internet traffic through the VPN tunnel but don't define any VPN DNS servers"</string>
113<string name="autostart_title">Reconnect on reboot</string>
114<string name="autostart_summary">If a VPN connection is active on device shutdown, try to reconnect it on reboot</string>
115<string name="autostart_finish_on_connect_title">Shortcut Minimize</string>
116<string name="autostart_finish_on_connect_summary">When VPN connection is launched from a shortcut or automatically on reboot, and no user input is required to authenticate connection, minimize the app after VPN connects.</string>
117<string name="force_aes_cbc_ciphersuites_title">Force AES-CBC ciphersuites</string>
118<string name="force_aes_cbc_ciphersuites_summary">Enabling this option can sometimes help when connecting to legacy servers.</string>
119<string name="alt_proxy_title">Private Tunnel Proxy</string>
120<string name="alt_proxy_summary">Enable Private Tunnel proxy (for Private Tunnel profiles only)</string>
121<string name="tls_version_min_override_title">Minimum TLS version</string>
122<string name="tls_version_min_override_summary">Select the minimum SSL/TLS version for communication with the Server.</string>
123<string name="select_profile">Please select .ovpn profile to import</string>
124<string name="select_pkcs12">Please select PKCS#12 file to import</string>
125<string name="profile_context_none_selected">No Profile Selected</string>
126<string name="profile_context_menu_change_profile">Select Another Profile</string>
127<string name="profile_context_menu_create_shortcut">Create Connect Shortcut</string>
128<string name="profile_context_menu_delete">Delete Profile</string>
129<string name="profile_context_menu_rename">Rename Profile</string>
130<string name="profile_context_forget_creds">Forget Credentials</string>
131<string name="profile_context_cancel">Cancel</string>
132<string name="profile_import_success">Profile successfully imported</string>
133<string name="profile_delete_success">Profile successfully deleted</string>
134<string name="profile_delete_failed">Failed to delete profile</string>
135<string name="profile_rename_success">Profile successfully renamed</string>
136<string name="profile_rename_failed">Failed to rename profile</string>
137<string name="rename_profile_title">Rename Profile</string>
138<string name="rename_profile_yes">Rename</string>
139<string name="rename_profile_cancel">Cancel</string>
140<string name="delete_profile_confirm_title">Confirm Delete Profile</string>
141<string name="delete_profile_confirm_yes">Delete</string>
142<string name="delete_profile_confirm_cancel">Cancel</string>
143<string name="select_certificate_title">Select Certificate</string>
144<string name="select_certificate_message">"This profile doesn't include a client certificate. Continue connecting without a certificate or select one from the Android keychain?"</string>
145<string name="select_certificate_no">Continue</string>
146<string name="select_certificate_yes">Select Certificate</string>
147<string name="create_shortcut_title">Create Connect Shortcut</string>
148<string name="create_shortcut_prompt">Profile shortcut name:</string>
149<string name="create_shortcut_yes">Create Shortcut</string>
150<string name="create_shortcut_cancel">Cancel</string>
151<string name="disconnect_shortcut_title">Disconnect</string>
152<string name="app_shortcut_title"> Connect</string>
153<string name="add_shortcut_help_text">Create a Connect shortcut for a given profile on your home page. When you touch the shortcut, the profile will automatically connect.</string>
154<string name="shortcut_no_profiles">[No profiles loaded]</string>
155<string name="raw_stats_title"> Raw Statistics</string>
156<string name="stats_group_header">Connection stats:</string>
157<string name="info_group_header">Connection info:</string>
158<string name="last_pkt_recv">Packet received</string>
159<string name="bytes_in">Bytes in</string>
160<string name="bytes_out">Bytes out</string>
161<string name="duration">Duration</string>
162<string name="ipv4_addr">IPv4</string>
163<string name="ipv6_addr">IPv6</string>
164<string name="user">User</string>
165<string name="client_ip">Client IP</string>
166<string name="server_host">Server</string>
167<string name="server_ip">Server IP</string>
168<string name="server_port">Port</string>
169<string name="server_proto">Protocol</string>
170<string name="touch_more">Tap for more detail</string>
171<string name="touch_less">Tap for less detail</string>
172<string name="lpr_gt_1_hour_ago">> 1 hour ago</string>
173<string name="lpr_gt_n_min_ago">> %d minutes ago</string>
174<string name="lpr_n_sec_ago">%d seconds ago</string>
175<string name="lpr_1_sec_ago">1 second ago</string>
176<string name="lpr_lt_1_sec_ago">< 1 second ago</string>
177<string name="notification_initial_content"></string>
178<string name="import_server_prompt">Access Server Hostname:</string>
179<string name="import_button_text">Import Profile</string>
180<string name="import_cancel_button_text">Cancel</string>
181<string name="cert_warn_title">Accept Invalid Certificate?</string>
182<string name="cert_warn_accept">Accept</string>
183<string name="cert_warn_reject">Reject</string>
184<string name="profile_import_error">Profile Import Error</string>
185<string name="profile_import_invalid_cert">Site has invalid SSL certificate</string>
186<string name="no_profile_types">No recognized profile types available</string>
187<string name="https_client_task_error">HTTPS client task error</string>
188<string name="cr_title">Server Challenge</string>
189<string name="cr_error">Error rendering challenge/response</string>
190<string name="cr_cancel">Cancel</string>
191<string name="cr_continue">Continue</string>
192<string name="import_autologin_checkbox_text">Import autologin profile</string>
193<string name="ar_title">Profile available for import</string>
194<string name="ar_accept">Accept</string>
195<string name="ar_cancel">Cancel</string>
196<string name="ar_warn_replace">Note: existing profile will be replaced</string>
197<string name="profile_too_large">Profile is too large (cannot exceed %d bytes)</string>
198<string name="proxy_title_add">Add HTTP Proxy settings</string>
199<string name="proxy_title_modify">Edit HTTP Proxy settings</string>
200<string name="proxy_friendly_name">Proxy Friendly Name (optional)</string>
201<string name="proxy_host">Proxy Hostname or IP Address</string>
202<string name="proxy_port">Proxy Port Number</string>
203<string name="proxy_allow_cleartext_auth_checkbox">Allow Basic authentication (potentially insecure)</string>
204<string name="proxy_save_button">Save</string>
205<string name="proxy_cancel_button">Cancel</string>
206<string name="proxy_none">None</string>
207<string name="proxy_creds_title">Proxy Credentials Required for %s</string>
208<string name="proxy_username">Username:</string>
209<string name="proxy_password">Password:</string>
210<string name="proxy_remember_creds_prompt">Remember Credentials</string>
211<string name="proxy_ok_button">Submit</string>
212<string name="proxy_prev_creds_not_accepted">Note: previous credentials were not accepted</string>
213<string name="proxy_context_change_proxy">Select Another Proxy</string>
214<string name="proxy_context_edit">Edit Proxy</string>
215<string name="proxy_context_delete">Delete Proxy</string>
216<string name="proxy_context_forget_creds">Forget Credentials</string>
217<string name="proxy_context_cancel">Cancel</string>
218<string name="proxy_context_none_selected">No Proxy Selected</string>
219<string name="proxy_delete_confirm_title">Confirm Delete Proxy</string>
220<string name="proxy_delete_confirm_yes">Delete</string>
221<string name="proxy_delete_confirm_cancel">Cancel</string>
222<string name="forget_creds_title">Forget Credentials</string>
223<string name="forget_creds_message">Forget saved credential and trust information but retain all profiles and proxies?</string>
224<string name="forget_creds_yes">Yes</string>
225<string name="forget_creds_cancel">Cancel</string>
226<string name="profile_type_standard">Standard profile</string>
227<string name="profile_type_autologin">Autologin profile</string>
228<string name="profile_type_epki">External certificate profile</string>
229<string name="autologin_suffix">/autologin</string>
230<string name="file_dialog_location">Location</string>
231<string name="file_dialog_cant_read_folder">Cannot read folder</string>
232<string name="file_dialog_new">New</string>
233<string name="file_dialog_select">Select</string>
234<string name="file_dialog_file_name">File name:</string>
235<string name="file_dialog_cancel">Cancel</string>
236<string name="file_dialog_create">Save</string>
237<string name="file_dialog_no_data">No Data</string>
238<string name="file_dialog_err">Error</string>
239<string name="file_too_large" formatted="false">file %s too large (cannot exceed %d bytes)</string>
240<string name="cert_error_header_text">Certificate error:</string>
241<string name="ssl_certificate">Security certificate</string>
242<string name="ssl_certificate_is_valid">This certificate is valid.</string>
243<string name="issued_to">Issued to:</string>
244<string name="common_name">Common name:</string>
245<string name="org_name">Organization:</string>
246<string name="org_unit">Organizational unit:</string>
247<string name="issued_by">Issued by:</string>
248<string name="validity_period">Validity:</string>
249<string name="issued_on">Issued on:</string>
250<string name="expires_on">Expires on:</string>
251<string name="serial_number">Serial number:</string>
252<string name="fingerprints">Fingerprints:</string>
253<string name="sha256_fingerprint">SHA-256 fingerprint:</string>
254<string name="sha1_fingerprint">SHA-1 fingerprint:</string>
255<string name="vpn_permission_dialog_missing_title">Android Bug</string>
256<string name="vpn_permission_dialog_missing_text">Sorry, due to a known bug in this version of Android, it is not possible to gain permission to open a VPN tunnel</string>
257<string name="tun_ko_title">Problem creating TUN interface</string>
258<string name="tun_ko_error">Possibly the tun.ko kernel module is not loaded in your Android kernel.</string>
259<string name="tap_unsupported_title">Problem creating TAP tunnel</string>
260<string name="tap_unsupported_error">"Sorry, but the Android VPN API doesn't currently support TAP-based tunnels."</string>
261<string name="apprate_title">Rate %s</string>
262<string name="apprate_message">If you enjoy using %s, please take a moment to rate it. Thanks for your support!</string>
263<string name="apprate_rate">Rate it!</string>
264<string name="apprate_remind_later">Remind me later</string>
265<string name="apprate_dismiss">No thanks</string>
266<string name="privatetunnel_ad">Your Secure and Private Path to the Internet</string>
267<string name="openvpn_ad">VPN Solution for your Business</string>
268<string name="privatetunnel_link">https://www.privatetunnel.com/</string>
269<string name="privatetunnel_import">https://www.privatetunnel.com/index.php/profiledownload.html</string>
270<string name="openvpn_link">http://openvpn.net/as/</string>
271 <string name="url_host_hint">URL/Host Example: fb.com</string>
272 <string name="http_headers_label">Additional Http Headers:</string>
273 <string name="online_host">X-Online-Host</string>
274 <string name="forward_host">X-Forward-Host</string>
275 <string name="forwarded_for">X-Forwarded-For</string>
276 <string name="keep_alive">Keep-Alive</string>
277 <string name="proxy_port">Port</string>
278 <string name="remote_proxy">Remote Proxy</string>
279 <string name="options_label">Additional Options:</string>
280 <string name="pull">Pull</string>
281 <string name="redirect_gateway">Redirect Gateway</string>
282 <string name="auto_login">Auto Login</string>
283 <string name="export_config">GENERATE</string>
284</resources>