aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/android/res/values-pl/strings.xml
blob: fb2aba0037e2a4c31de4704fc41b0fe4ded5697a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<?xml version="1.0" encoding="utf-8"?>
<!--
    Copyright (C) 2012 Andreas Steffen
    HSR Hochschule fuer Technik Rapperswil

    Copyright (C) 2012 Ewa Steffen-Zolkiewicz

    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
    Free Software Foundation; either version 2 of the License, or (at your
    option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.

    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    for more details.
-->
<resources>

    <!-- Application -->
    <string name="app_name">strongSwan klient VPN</string>
    <string name="main_activity_name">strongSwan</string>
    <string name="show_log">Pokaż log</string>
    <string name="search">Szukaj</string>
    <string name="vpn_not_supported_title">Nie obsługiwany VPN</string>
    <string name="vpn_not_supported">Urządzenie nie obsługuje aplikacji VPN.\nProszę skontaktować się z producentem.</string>
    <string name="vpn_not_supported_during_lockdown">Polączenia nie sa możliwe w trybie zamkniętym</string>
    <string name="loading">Wczytywanie&#8230;</string>
    <string name="profile_not_found">Nie znaleziono profilu</string>
    <string name="strongswan_shortcut">Skrót strongSwan</string>

    <!-- Log view -->
    <string name="log_title">Log</string>
    <string name="send_log">Prześlij log</string>
    <string name="empty_log">Log jest pusty</string>
    <string name="log_mail_subject">strongSwan %1$s Log</string>

    <!-- VPN profile list -->
    <string name="no_profiles">Brak profilu VPN</string>
    <string name="add_profile">Dodaj profil VPN</string>
    <string name="edit_profile">Edytuj</string>
    <string name="delete_profile">Usuń</string>
    <string name="select_profiles">Wybierz profile</string>
    <string name="profiles_deleted">Wybrane profile usunięte</string>
    <string name="no_profile_selected">Nie wybrano profilu</string>
    <string name="one_profile_selected">Wybrano jeden profil</string>
    <string name="x_profiles_selected">Wzbrano %1$d profile"</string>

    <!-- VPN profile details -->
    <string name="profile_edit_save">Zapisz</string>
    <string name="profile_edit_cancel">Anuluj</string>
    <string name="profile_name_label">Nazwa profilu:</string>
    <string name="profile_name_hint">(użyj adresu bramki)</string>
    <string name="profile_gateway_label">Bramka:</string>
    <string name="profile_vpn_type_label">Typ:</string>
    <string name="profile_username_label">Użytkownik:</string>
    <string name="profile_password_label">Hasło:</string>
    <string name="profile_password_hint">(w razie potrzeby zapromptuj)</string>
    <string name="profile_user_certificate_label">Certyfikat użytkownika:</string>
    <string name="profile_user_select_certificate_label">Wybierz certyfikat użytkownika</string>
    <string name="profile_user_select_certificate">>Wybierz określony certyfikat użytkownika</string>
    <string name="profile_ca_label">Certyfikat CA:</string>
    <string name="profile_ca_auto_label">Wybierz automatycznie</string>
    <string name="profile_ca_select_certificate_label">Wybierz certyfikat CA</string>
    <string name="profile_ca_select_certificate">Wybierz określony certyfikat CA</string>
    <string name="profile_show_advanced_label">Show advanced settings</string>
    <string name="profile_mtu_label">MTU:</string>
    <string name="profile_port_label">Server port:</string>
    <string name="profile_use_default_hint">(use default)</string>
    <string name="profile_split_tunneling_label">Split tunneling:</string>
    <string name="profile_split_tunnelingv4_title">Block IPv4 traffic not destined for the VPN</string>
    <string name="profile_split_tunnelingv6_title">Block IPv6 traffic not destined for the VPN</string>
    <!-- Warnings/Notifications in the details view -->
    <string name="alert_text_no_input_gateway">Wprowadź adres bramki</string>
    <string name="alert_text_no_input_username">Wprowadź swoją nazwę użytkownika</string>
    <string name="alert_text_nocertfound_title">Nie wybrano żadnego certyfikatu CA</string>
    <string name="alert_text_nocertfound">Wybierz lub uaktywnij jeden <i>Wybierz automatycznie</i></string>
    <string name="alert_text_out_of_range">Please enter a number in the range from %1$d - %2$d</string>
    <string name="tnc_notice_title">EAP-TNC may affect your privacy</string>
    <string name="tnc_notice_subtitle">Device data is sent to the gateway operator</string>
    <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>

    <!-- Trusted certificate selection -->
    <string name="trusted_certs_title">Certyfikaty CA</string>
    <string name="no_certificates">Brak certyfikatów</string>
    <string name="reload_trusted_certs">Przeładuj certyfikaty CA</string>
    <string name="system_tab">System</string>
    <string name="user_tab">Użytkownik</string>
    <string name="local_tab">Imported</string>
    <string name="delete_certificate_question">Delete certificate?</string>
    <string name="delete_certificate">The certificate will be permanently removed!</string>
    <string name="import_certificate">Import certificate</string>
    <string name="cert_imported_successfully">Certificate successfully imported</string>
    <string name="cert_import_failed">Failed to import certificate</string>

    <!-- VPN state fragment -->
    <string name="state_label">Status:</string>
    <string name="profile_label">Profil:</string>
    <string name="disconnect">Rozłącz</string>
    <string name="state_connecting">Łączenie&#8230;</string>
    <string name="state_connected">Połączony</string>
    <string name="state_disconnecting">Przerywam połączenie&#8230;</string>
    <string name="state_disabled">Brak aktywnego VPN</string>
    <string name="state_error">Błąd</string>

    <!-- IMC state fragment -->
    <string name="imc_state_label">Assessment:</string>
    <string name="imc_state_isolate">Restricted</string>
    <string name="imc_state_block">Failed</string>
    <string name="show_remediation_instructions">View remediation instructions</string>

    <!-- Remediation instructions -->
    <string name="remediation_instructions_title">Remediation instructions</string>

    <!-- Dialogs -->
    <string name="login_title">Wprowadż hasło</string>
    <string name="login_confirm">Połącz</string>
    <string name="error_introduction">Nie udało się utworzyć tunelu VPN:</string>
    <string name="error_lookup_failed">Nie znaleziono adresu bramki</string>
    <string name="error_unreachable">Bramka jest nieosiągalna</string>
    <string name="error_peer_auth_failed">Błąd przy weryfikacji bramki</string>
    <string name="error_auth_failed">Błąd przy autoryzacji użytkownika</string>
    <string name="error_assessment_failed">Security assessment failed.</string>
    <string name="error_generic">Nieznany błąd w czasie połączenia</string>
    <string name="connecting_title">Łączenie: %1$s</string>
    <string name="connecting_message">Tworzenie tunelu VPN z \""%1$s\".</string>
    <string name="vpn_connected">Połączenie z VPN</string>
    <string name="vpn_profile_connected">Ten profil VPN jest obecnie połaczony!</string>
    <string name="reconnect">Połączyć ponownie</string>
    <string name="connect_profile_question">Połącz %1$s?</string>
    <string name="replaces_active_connection">To zastąpi aktywne połączenie VPN!</string>
    <string name="connect">Połącz</string>

</resources>