|
4 | 4 | <string name="account_not_the_same">Uwierzytelniono inne konto niż to użyte do aktualizacji</string>
|
5 | 5 | <string name="bad_oc_version">Na serwerze nie znaleziono wymaganej wersji Nextcloud</string>
|
6 | 6 | <string name="connect_timeout_exception">Przekroczono limit czasu połączenia</string>
|
| 7 | + <string name="exception_using_account">Wystąpił wyjątek podczas korzystania z konta</string> |
7 | 8 | <string name="file_locked">Plik jest aktualnie otwarty przez innego użytkownika lub proces</string>
|
8 | 9 | <string name="file_not_found">Plik lokalny nie istnieje</string>
|
9 | 10 | <string name="http_violation">Naruszenie protokołu HTTP</string>
|
10 | 11 | <string name="instance_not_configured">Serwer Nextcloud nie został skonfigurowany!</string>
|
| 12 | + <string name="invalid_character_in_name">Nazwa pliku zawiera niedozwolony znak</string> |
| 13 | + <string name="json_exception">Wyjątek JSON</string> |
11 | 14 | <string name="local_storage_full">Pamięć lokalna pełna</string>
|
| 15 | + <string name="local_storage_not_moved">Błąd podczas przenoszenia pliku do folderu docelowego</string> |
| 16 | + <string name="malformed_url_exception">Nieprawidłowy format adresu URL (wyjątek)</string> |
12 | 17 | <string name="message_install_client_cert">Czy chcesz zainstalować certyfikat klienta TLS\?</string>
|
13 | 18 | <string name="no_network_connection">Brak połączenia sieciowego</string>
|
14 | 19 | <string name="notification_channel_name">Połączenie Nextcloud</string>
|
|
18 | 23 | <string name="operation_cancelled_by_the_caller">Operacja anulowana przez dzwoniącego</string>
|
19 | 24 | <string name="operation_finished_http_code">Zapytanie HTTP nie powiodło się z kodem: %1$d (%2$s)</string>
|
20 | 25 | <string name="socket_exception">Wyjątek</string>
|
| 26 | + <string name="socket_timeout_exception">Przekroczono limit czasu gniazda (socket timeout)</string> |
| 27 | + <string name="ssl_exception">Wyjątek SSL</string> |
| 28 | + <string name="ssl_recoverable_exception">Odzyskiwalny wyjątek SSL (SSL recoverable exception)</string> |
| 29 | + <string name="sync_conflict">Konflikt synchronizacji</string> |
21 | 30 | <string name="title_no_client_cert">Nie znaleziono certyfikatu klienta</string>
|
22 |
| - </resources> |
| 31 | + <string name="unexpected_exception">Nieoczekiwany wyjątek</string> |
| 32 | + <string name="unexpected_webdav_exception">Nieoczekiwany wyjątek WebDAV</string> |
| 33 | + <string name="unknown_host_exception">Nieznany wyjątek hosta</string> |
| 34 | + <string name="unrecovered_transport_exception">Nieodzyskany wyjątek transportu</string> |
| 35 | +</resources> |
0 commit comments