]> git.ipfire.org Git - thirdparty/strongswan.git/blame - src/frontends/android/app/src/main/res/values-ua/strings.xml
Replace or remove wiki.strongswan.org URLs
[thirdparty/strongswan.git] / src / frontends / android / app / src / main / res / values-ua / strings.xml
CommitLineData
a0117b91
DK
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3365bddc 3 Copyright (C) 2013 Pavel Kopchyk
e5bf6dcd 4 Copyright (C) 2012 Dmitry Korzhevin
a0117b91
DK
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published by the
8 Free Software Foundation; either version 2 of the License, or (at your
9 option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10
11 This program is distributed in the hope that it will be useful, but
12 WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
13 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
15-->
16<resources>
17
18 <!-- Application -->
19 <string name="app_name">strongSwan VPN клієнт</string>
20 <string name="main_activity_name">strongSwan</string>
3365bddc 21 <string name="show_log">Перегляд журналу</string>
a0117b91
DK
22 <string name="search">Пошук</string>
23 <string name="vpn_not_supported_title">VPN не підтримуеться</string>
30abe1fd 24 <string name="vpn_not_supported">Ваш пристрій не підтримує VPN.\nЗв\'яжіться з виробником.</string>
0917caa1
TB
25 <string name="vpn_not_supported_during_lockdown">VPN connections are not supported if a built-in VPN has the always-on feature enabled.</string>
26 <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>
a0117b91
DK
27 <string name="loading">Завантаження&#8230;</string>
28 <string name="profile_not_found">Профіль не знайдено</string>
29 <string name="strongswan_shortcut">strongSwan посилання</string>
6ca0b46c
TB
30 <string name="permanent_notification_name">VPN connection state</string>
31 <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>
a0117b91 32
acdac148
TB
33 <!-- Settings -->
34 <string name="pref_title">Settings</string>
35 <string name="pref_default_vpn_profile">Default VPN profile</string>
36 <string name="pref_default_vpn_profile_mru">Connect to most recently used profile</string>
04f4bef2
TB
37 <string name="pref_power_whitelist_title">Ignore battery optimizations</string>
38 <string name="pref_power_whitelist_summary">Don\'t show a warning if the app is not on the device\'s power whitelist</string>
acdac148 39
a0117b91 40 <!-- Log view -->
3365bddc 41 <string name="log_title">Журнал</string>
a0117b91
DK
42 <string name="send_log">Відправити файл журналу</string>
43 <string name="empty_log">Журнал порожній</string>
3365bddc 44 <string name="log_mail_subject">strongSwan %1$s файл журналу</string>
a0117b91
DK
45
46 <!-- VPN profile list -->
3365bddc 47 <string name="no_profiles">Немає VPN профілів</string>
a0117b91
DK
48 <string name="add_profile">Додати VPN профіль</string>
49 <string name="edit_profile">Редагувати</string>
94cb3b4d
TB
50 <string name="copy_profile">Copy</string>
51 <string name="copied_name">%1$s (Copy)</string>
a0117b91
DK
52 <string name="delete_profile">Видалити</string>
53 <string name="select_profiles">Обрати профіль</string>
54 <string name="profiles_deleted">Обрані профілі видалено</string>
3365bddc 55 <string name="no_profile_selected">Профіль не обрано</string>
a0117b91 56 <string name="one_profile_selected">Один профіль обрано</string>
ad882e1a 57 <string name="x_profiles_selected">%1$d профілів обрано</string>
a0117b91
DK
58
59 <!-- VPN profile details -->
60 <string name="profile_edit_save">Зберегти</string>
3107634e 61 <string name="profile_edit_import">Import</string>
a0117b91 62 <string name="profile_edit_cancel">Відміна</string>
ea15f20a 63 <string name="profile_name_label">Назва профілю (необов\'язковий)</string>
3107634e 64 <string name="profile_name_label_simple">Назва профілю</string>
ea15f20a
TB
65 <string name="profile_name_hint">Defaults to the configured server</string>
66 <string name="profile_name_hint_gateway">Defaults to \"%1$s\"</string>
67 <string name="profile_gateway_label">Сервер</string>
68 <string name="profile_gateway_hint">IP address or hostname of the VPN server</string>
69 <string name="profile_vpn_type_label">VPN Тип</string>
70 <string name="profile_username_label">Логін</string>
71 <string name="profile_password_label">Пароль (необов\'язковий)</string>
72 <string name="profile_password_hint">Leave blank to get prompted on demand</string>
73 <string name="profile_user_certificate_label">Сертифікат користувача</string>
a0117b91
DK
74 <string name="profile_user_select_certificate_label">Виберіть сертифікат користувача</string>
75 <string name="profile_user_select_certificate">Вибрати спеціальний сертифікат користувача</string>
2f1bf11d 76 <string name="profile_user_certificate_install">Install user certificate</string>
ea15f20a 77 <string name="profile_ca_label">Сертифікат CA</string>
a0117b91
DK
78 <string name="profile_ca_auto_label">Вибрати автоматично</string>
79 <string name="profile_ca_select_certificate_label">Вибрати сертифікат CA</string>
80 <string name="profile_ca_select_certificate">Вибрати спеціальний сертифікат CA</string>
ea15f20a 81 <string name="profile_advanced_label">Advanced settings</string>
c6822051 82 <string name="profile_show_advanced_label">Show advanced settings</string>
c5fee223
TB
83 <string name="profile_remote_id_label">Server identity</string>
84 <string name="profile_remote_id_hint">Defaults to the configured server. Custom values are explicitly sent to the server and enforced during authentication</string>
85 <string name="profile_remote_id_hint_gateway">Defaults to \"%1$s\". Custom values are explicitly sent to the server and enforced during authentication</string>
698a18e7
TB
86 <string name="profile_local_id_label">Client identity</string>
87 <string name="profile_local_id_hint_user">Defaults to the configured username. Custom values may be used if expected/required by the server</string>
88 <string name="profile_local_id_hint_cert">Defaults to the certificate\'s subject identity. Custom values may be used if expected/required by the server. Note that these usually must be confirmed by the certificate (auto-completion is provided for the certificate\'s alternative identities, if any)</string>
8e7ad9ac 89 <string name="profile_dns_servers_label">DNS servers</string>
999287f6 90 <string name="profile_dns_servers_hint">Custom DNS servers to use when connected to the VPN (separated by spaces, e.g. \"8.8.8.8 2001:4860:4860::8888\"), defaults to those received from the VPN server</string>
ea15f20a
TB
91 <string name="profile_mtu_label">MTU of the VPN tunnel device</string>
92 <string name="profile_mtu_hint">In case the default value is unsuitable for a particular network</string>
93 <string name="profile_port_label">Server port</string>
94 <string name="profile_port_hint">UDP port to connect to, if different from the default</string>
a2aa0ca0
TB
95 <string name="profile_nat_keepalive_label">NAT-T keepalive interval</string>
96 <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>
8ae7f8b7
TB
97 <string name="profile_cert_req_label">Send certificate requests</string>
98 <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>
8a09350f
TB
99 <string name="profile_use_ocsp_label">Use OCSP to check certificate</string>
100 <string name="profile_use_ocsp_hint">Use the Online Certificate Status Protocol (OCSP), if available, to check that the server certificate has not been revoked.</string>
101 <string name="profile_use_crl_label">Use CRLs to check certificate</string>
102 <string name="profile_use_crl_hint">Use Certificate Revocation Lists (CRL), if available, to check that the server certificate has not been revoked. CRLs are only used if OCSP doesn\'t yield a result.</string>
103 <string name="profile_strict_revocation_label">Use strict revocation checking</string>
104 <string name="profile_strict_revocation_hint">In strict mode the authentication will fail not only if the server certificate has been revoked but also if its status is unknown (e.g. because OCSP failed and no valid CRL was available).</string>
058fe953
TB
105 <string name="profile_rsa_pss_label">Use RSA/PSS signatures</string>
106 <string name="profile_rsa_pss_hint">Use the stronger PSS encoding instead of the classic PKCS#1 encoding for RSA signatures. Authentication will fail if the server does not support such signatures.</string>
21476a8d
TB
107 <string name="profile_ipv6_transport_label">Use IPv6 transport addresses</string>
108 <string name="profile_ipv6_transport_hint">Use IPv6 for outer transport addresses if available. Can only be enabled if UDP encapsulation for IPv6 is supported by the server. Note that the Linux kernel only supports this since version 5.8, so many servers will not support it yet.</string>
ea15f20a 109 <string name="profile_split_tunneling_label">Split tunneling</string>
05c5e894 110 <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>
3ee84fa9
TB
111 <string name="profile_split_tunnelingv4_title">Block IPv4 traffic not destined for the VPN</string>
112 <string name="profile_split_tunnelingv6_title">Block IPv6 traffic not destined for the VPN</string>
05c5e894
TB
113 <string name="profile_included_subnets_label">Custom subnets</string>
114 <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>
1a63e8e4 115 <string name="profile_excluded_subnets_label">Excluded subnets</string>
05c5e894 116 <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>
291ef58c 117 <string name="profile_select_apps_label">Applications</string>
3cc6a03f 118 <string name="profile_select_apps">Select applications</string>
291ef58c
TB
119 <string name="profile_select_no_apps">No applications selected</string>
120 <string name="profile_select_one_app">One application selected</string>
121 <string name="profile_select_x_apps">%1$d applications selected</string>
2d1f65fe 122 <string name="profile_proposals_label">Algorithms</string>
df18934d 123 <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://docs.strongswan.org/docs/5.9/config/IKEv2CipherSuites.html">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>
2d1f65fe
TB
124 <string name="profile_proposals_ike_label">IKEv2 Algorithms</string>
125 <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>
126 <string name="profile_proposals_esp_label">IPsec/ESP Algorithms</string>
127 <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>
3107634e
TB
128 <string name="profile_import">Import VPN profile</string>
129 <string name="profile_import_failed">Failed to import VPN profile</string>
9c79af8c
TB
130 <string name="profile_import_failed_detail">Failed to import VPN profile: %1$s</string>
131 <string name="profile_import_failed_not_found">File not found</string>
132 <string name="profile_import_failed_host">Host unknown</string>
133 <string name="profile_import_failed_tls">TLS handshake failed</string>
70f7eb76 134 <string name="profile_import_failed_value">Invalid value in \"%1$s\"</string>
3107634e
TB
135 <string name="profile_import_exists">This VPN profile already exists, its current settings will be replaced.</string>
136 <string name="profile_cert_import">Import certificate from VPN profile</string>
137 <string name="profile_cert_alias">Certificate for \"%1$s\"</string>
71f4a20a 138 <string name="profile_profile_id">Profile ID</string>
a0117b91 139 <!-- Warnings/Notifications in the details view -->
ea15f20a
TB
140 <string name="alert_text_no_input_gateway">A value is required to initiate the connection</string>
141 <string name="alert_text_no_input_username">Введіть ім\'я користувача </string>
a0117b91
DK
142 <string name="alert_text_nocertfound_title">Не вибрано сертифікат CA</string>
143 <string name="alert_text_nocertfound">Будь ласка виберіть один <i>Вибрати автоматично</i></string>
c6822051 144 <string name="alert_text_out_of_range">Please enter a number in the range from %1$d - %2$d</string>
1a63e8e4 145 <string name="alert_text_no_subnets">Please enter valid subnets and/or IP addresses, separated by spaces</string>
8e7ad9ac 146 <string name="alert_text_no_ips">Please enter valid IP addresses, separated by spaces</string>
9f962f6c 147 <string name="alert_text_no_proposal">Please enter a valid list of algorithms, separated by hyphens</string>
e1a98e79 148 <string name="tnc_notice_title">EAP-TNC may affect your privacy</string>
19e22af1
TB
149 <string name="tnc_notice_subtitle">Device data is sent to the server operator</string>
150 <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>
a0117b91
DK
151
152 <!-- Trusted certificate selection -->
153 <string name="trusted_certs_title">Сертифікати CA</string>
154 <string name="no_certificates">Немає сертифікатів</string>
08de6a08 155 <string name="reload_trusted_certs">Перезавантажити CA сертифікати</string>
a0117b91
DK
156 <string name="system_tab">Система</string>
157 <string name="user_tab">Користувач</string>
f21a69db 158 <string name="local_tab">Imported</string>
ac200bcd
TB
159 <string name="delete_certificate_question">Delete certificate?</string>
160 <string name="delete_certificate">The certificate will be permanently removed!</string>
94cc8f6a
TB
161 <string name="import_certificate">Import certificate</string>
162 <string name="cert_imported_successfully">Certificate successfully imported</string>
163 <string name="cert_import_failed">Failed to import certificate</string>
6e39240a
TB
164 <string name="crl_cache">CRL cache</string>
165 <string name="clear_crl_cache_title">Clear CRL cache?</string>
166 <string name="clear_crl_cache_msg_none">The CRL cache is empty</string>
167 <plurals name="clear_crl_cache_msg">
168 <item quantity="one">The CRL cache contains %1$d file (%2$s).</item>
169 <item quantity="other">The CRL cache contains %1$d files (%2$s).</item>
170 </plurals>
171 <string name="clear">Clear</string>
a0117b91
DK
172
173 <!-- VPN state fragment -->
174 <string name="state_label">Статус:</string>
175 <string name="profile_label">Профіль:</string>
30abe1fd 176 <string name="disconnect">Роз\'єднати</string>
3365bddc 177 <string name="state_connecting">Підключення&#8230;</string>
a0117b91 178 <string name="state_connected">Підключений</string>
30abe1fd 179 <string name="state_disconnecting">Роз\'єднання&#8230;</string>
a0117b91
DK
180 <string name="state_disabled">Немає активних VPN</string>
181 <string name="state_error">Помилка</string>
6987ddb3 182 <string name="dismiss">Dismiss</string>
a0117b91 183
e5bf6dcd
TB
184 <!-- IMC state fragment -->
185 <string name="imc_state_label">Assessment:</string>
186 <string name="imc_state_isolate">Restricted</string>
187 <string name="imc_state_block">Failed</string>
254d8679 188 <string name="show_remediation_instructions">View remediation instructions</string>
e5bf6dcd 189
0ef98957
TB
190 <!-- Remediation instructions -->
191 <string name="remediation_instructions_title">Remediation instructions</string>
192
a0117b91 193 <!-- Dialogs -->
30abe1fd 194 <string name="login_title">Введіть пароль для з\'єднання</string>
2b9bfb66
TB
195 <string name="login_username">Логін</string>
196 <string name="login_password">Пароль</string>
3365bddc 197 <string name="login_confirm">Підключити</string>
c353734f
TB
198 <string name="error_format">Помилка підлючення VPN: %1$s.</string>
199 <string name="error_lookup_failed">Помилка пошуку адреси сервер</string>
200 <string name="error_unreachable">Сервер зв\'язку зі шлюзом</string>
201 <string name="error_peer_auth_failed">Помилка перевірки данних аутентифікації сервер</string>
202 <string name="error_auth_failed">Помилка аутентифікації користувача</string>
203 <string name="error_assessment_failed">Security assessment failed</string>
204 <string name="error_generic">Невідома помилка під час підключення</string>
f0b3e303 205 <string name="error_password_missing">Password unavailable</string>
ab5dbbc4 206 <string name="error_certificate_unavailable">Client certificate unavailable</string>
a0117b91
DK
207 <string name="vpn_connected">VPN підключено</string>
208 <string name="vpn_profile_connected">Цей VPN профіль зараз підключений!</string>
209 <string name="reconnect">Перепідключитися</string>
210 <string name="connect_profile_question">Підключити %1$s?</string>
30abe1fd 211 <string name="replaces_active_connection">Ця дія замінить ваше поточне VPN з\'єднання!</string>
1265b353
TB
212 <string name="disconnect_question">Disconnect VPN?</string>
213 <string name="disconnect_active_connection">This will disconnect the active VPN connection!</string>
3365bddc 214 <string name="connect">Підключити</string>
f23b1078 215 <string name="retry">Retry</string>
68afdd34
TB
216 <plurals name="retry_in">
217 <item quantity="one">Retry in %1$d second</item>
218 <item quantity="other">Retry in %1$d seconds</item>
219 </plurals>
220 <string name="cancel_retry">Cancel retry</string>
a0d32a2d
TB
221 <string name="power_whitelist_title">Disable battery optimizations</string>
222 <string name="power_whitelist_text">Please confirm the next dialog to add the app to the device\'s power whitelist so it can ignore battery optimizations and schedule NAT keep-alives and rekeyings accurately in order to constantly keep reachable while the VPN is established.</string>
a0117b91 223
64b7a6d6
TB
224 <!-- Quick Settings tile -->
225 <string name="tile_default">Toggle VPN</string>
226 <string name="tile_connect">Connect VPN</string>
227 <string name="tile_disconnect">Disconnect VPN</string>
228
a0117b91 229</resources>