Localizable.strings 78 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762
  1. //
  2. // Localizable.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright © 2017 Marino Faggiana. All rights reserved.
  6. //
  7. // Author Marino Faggiana <marino.faggiana@nextcloud.com>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. // General
  23. "_cancel_" = "Anuluj";
  24. "_upload_file_" = "Wyślij plik";
  25. "_download_file_" = "Ściągnij plik.";
  26. "_loading_" = "Ładowanie";
  27. "_loading_with_points_" = "Ładuję…";
  28. "_loading_num_" = "Wczytywanie pliku %i";
  29. "_loading_autoupload_" = "Automatyczne przesyłanie";
  30. "_uploading_" = "Wysyłanie";
  31. "_synchronization_" = "Synchronizacja";
  32. "_delete_" = "Usuń";
  33. "_delete_file_n_" = "Usuń plik %i z %i";
  34. "_rename_" = "Zmień nazwę";
  35. "_move_" = "Przenieś";
  36. "_move_file_n_" = "Przenieś plik %i z %i";
  37. "_creating_sharing_" = "Utwórz udostępnienie";
  38. "_updating_sharing_" = "Zaktualizuj udostępnienie";
  39. "_removing_sharing_" = "Usuń udostępnienie";
  40. "_add_" = "Dodaj";
  41. "_login_" = "Zaloguj";
  42. "_save_" = "Zapisz";
  43. "_warning_" = "Ostrzeżenie";
  44. "_error_" = "Błąd";
  45. "_error_e2ee_" = "Błąd E2EE";
  46. "_no_" = "Nie";
  47. "_yes_" = "Tak";
  48. "_select_" = "Wybierz";
  49. "_select_all_" = "Wybierz wszystko";
  50. "_upload_" = "Wyślij";
  51. "_home_" = "Pliki";
  52. "_file_to_upload_" = "Plik do przesłania";
  53. "_destination_" = "Miejsce przeznaczenia";
  54. "_ok_" = "OK";
  55. "_beta_version_" = "Wersja Beta";
  56. "_function_in_testing_" = "Funkcja w testach. Proszę prześlij nam informację o jakichkolwiek problemach czy usterkach.";
  57. "_done_" = "Ukończono";
  58. "_passcode_too_short_" = "Kod PIN za krótki, minimalna ilość znaków to 4.";
  59. "_selected_" = "Wybrany";
  60. "_scan_fingerprint_" = "Skanowanie linii papilarnych do uwierzytelniania";
  61. "_no_active_account_" = "Nie znaleziono konta";
  62. "_info_" = "Info";
  63. "_warning_" = "Ostrzeżenie";
  64. "_email_" = "E-mail";
  65. "_save_exit_" = "Czy chcesz wyjść bez zapisywania?";
  66. "_video_" = "Wideo";
  67. "_overwrite_" = "Przepisać";
  68. "_transfers_in_queue_" = "Trwa przesyłanie, proszę czekać…";
  69. "_too_errors_automatic_all_"= "Zbyt dużo błędów, przejdź do \"Centrum kontroli\" aby sprawdzić problem.";
  70. "_create_folder_" = "Utwórz katalog";
  71. "_create_folder_on_" = "Utwórz katalog w";
  72. "_close_" = "Zamknij";
  73. "_postpone_" = "Odrocz";
  74. "_remove_" = "Przenieś";
  75. "_file_not_found_" = "Plik nie znaleziony";
  76. "_continue_" = "Continue";
  77. "_continue_request_" = "Do you want to continue?";
  78. "_auto_upload_folder_" = "Automatyczne przesyłanie";
  79. "_gallery_" = "Galeria";
  80. "_photo_" = "Zdjęcia";
  81. "_audio_" = "Audio";
  82. "_unknown_" = "Nieznane";
  83. "_next_" = "Następne";
  84. "_success_" = "Powodzenie";
  85. "_initialization_" = "Inicjalizacja";
  86. "_experimental_" = "Eksperymentalny";
  87. "_select_dir_media_tab_" = "Wybierz jako folder \"Media\"";
  88. "_error_creation_file_" = "Ojej! Nie można utworzyć pliku";
  89. "_save_path_" = "Zapisz ścieżkę";
  90. "_save_settings_" = "Zapisz ustawienia";
  91. "_mode_filename_" = "Filename mode";
  92. "_warning_owncloud_" = "You are connected to an ownCloud server. This is untested and unsupported, use at your own risk. To upgrade to Nextcloud, see https://nextcloud.com/migration";
  93. "_warning_unsupported_" = "You are using an unsupported version of Nextcloud. For the safety of your data we strongly recommend updating to the latest stable Nextcloud";
  94. "_restore_" = "Przywróć";
  95. "_camera_roll_" = "Camera roll";
  96. "_tap_here_to_change_" = "Tap here to change";
  97. "_no_albums_" = "Brak albumów";
  98. "_denied_album_" = "This app does not have access to \"Photos\", you can enable access in Privacy Settings";
  99. "_denied_camera_" = "This app does not have access to \"Camera\", you can enable access in Privacy Settings";
  100. "_start_" = "Rozpocznij";
  101. "_purchase_" = "Purchase";
  102. "_account_not_available_" = "The account %@ of %@ do not exists, please add it to be able to read the file %@";
  103. "_error_parameter_schema_" = "Wrong parameters, impossible to continue";
  104. // App
  105. "_network_available_" = "Sieć dostępna";
  106. "_network_not_available_" = "Sieć niedostępna";
  107. // Networking
  108. "_file_too_big_" = "Plik jest zbyt duży, żeby go zaszyfrować/odszyfrować";
  109. "_file_too_big_max_100_" = "Zbyt duży plik (max 100 kb.)";
  110. "_...loading..._" = "Ładowanie…";
  111. "_download_plist_" = " ";
  112. "_no_reuploadfile_" = "Nie znaleziono pliku i nie można go ponownie przesłać. Skasuj bieżące wysyłanie i załaduj plik ponownie.";
  113. "_file_already_exists_" = "Nie można zakończyć operacji, jest plik o takiej samej nazwie";
  114. "_read_file_error_" = "Błąd odczytu pliku";
  115. // More
  116. "_more_" = "Więcej";
  117. "_notifications_" = "Powiadomienia";
  118. "_logout_" = "Wyloguj";
  119. "_quota_space_unlimited_" = "Unlimited";
  120. "_quota_space_unknown_" = "Nieznany";
  121. "_quota_using_" = "Używasz %@ z %@";
  122. // Settings
  123. "_acknowledgements_" = "Podziękowanie";
  124. "_settings_" = "Ustawienia";
  125. "_passcode_" = "Hasło";
  126. "_lock_" = "Blokada";
  127. "_lock_active_" = "Blokada: Aktywna";
  128. "_lock_not_active_" = "Blokada: Nieaktywna";
  129. "_lock_protection_no_screen_" = "Nie pytaj na starcie";
  130. "_lock_protection_no_screen_footer_" = "Użyj opcji \"Nie pytaj na starcie\" dla folderów chronionych tylko dla odczytywania hasła szyfrowania";
  131. "_url_" = "URL";
  132. "_username_" = "Nazwa użytkownika";
  133. "_change_credentials_" = "Zmień swoje dane uwierzytelniające";
  134. "_wifi_only_" = "Należy używać tylko połączenia Wi-Fi";
  135. "_settings_autoupload_" = "Automatyczne przesyłanie";
  136. "_app_version_" = "Wersja aplikacji";
  137. "_app_in_use_" = "Aplikacja w użyciu";
  138. "_contact_by_email_" = "Skontaktuj się z nami przez e-mail";
  139. "_clear_cache_" = "Wyczyść pamięć podręczną";
  140. "_clear_cache_footer_" = "Clear downloaded and offline files from the app";
  141. "_exit_" = "Wyzeruj aplikację";
  142. "_exit_footer_" = "Usuń wszystkie konta i lokalne dane z aplikacji";
  143. "_funct_not_enabled_" = "Functionality not enabled";
  144. "_passcode_activate_" = "aktywowano kod blokady";
  145. "_disabling_passcode_" = "Anulowanie kodu blokady";
  146. "_want_exit_" = "Uwaga! Nastąpi reset do ustawień początkowych. Kontynuować?";
  147. "_proceed_" = "Proceed";
  148. "_delete_cache_" = "Delete cache";
  149. "_want_delete_cache_" = "Chcesz usunąć cache?";
  150. "_delete_cache_and_db_" = "Yes and remove the transfers in progress";
  151. "_want_delete_thumbnails_" = "Czy chcesz również usunąć wszystkie miniaturki?";
  152. "_mail_deleted_" = "Mail deleted";
  153. "_mail_saved_" = "Mail saved";
  154. "_mail_sent_" = "E-mail wysłany";
  155. "_mail_failure_" = "Nie udało się wysłać e-maila: %@";
  156. "_information_req_" = "Information request";
  157. "_write_in_english_" = "Proszę pisz do nas po angielsku";
  158. "_credentials_" = "Poświadczenia";
  159. "_manage_account_" = "Manage account";
  160. "_change_password_" = "Zmień hasło";
  161. "_add_account_" = "Dodaj konto";
  162. "_delete_account_" = "Usuń konto";
  163. "_want_delete_" = "Czy na pewno chesz usunąć?";
  164. "_no_delete_" = "Nie, nie usuwaj";
  165. "_yes_delete_" = "Tak, usuń";
  166. "_remove_cache_" = "Czyszczenie pamięci podręcznej, proszę czekać…";
  167. "_optimizations_" = "Optimizations";
  168. "_synchronizations_" = "Zsynchronizowane katalogi";
  169. "_version_server_" = "Server version";
  170. "_help_" = "Pomoc";
  171. "_lock_protection_simply_" = "Słaba ochrona hasłem";
  172. "_change_simply_passcode_" = "Zmień typ hasła";
  173. "_quota_" = "Limit";
  174. "_available_" = "dostępne";
  175. "_accounts_" = "Accounts";
  176. "_information_" = "Informacje";
  177. "_personal_information_" = "Informacje osobiste";
  178. "_user_full_name_" = "Pełna nazwa";
  179. "_user_address_" = "Adres";
  180. "_user_phone_" = "Numer telefonu";
  181. "_user_email_" = "E-mail";
  182. "_user_web_" = "Strona WWW";
  183. "_user_twitter_" = "Twitter";
  184. "_user_job_" = "Job";
  185. "_user_businesssize_" = "Business size";
  186. "_user_businesstype_" = "Business type";
  187. "_user_city_" = "City";
  188. "_user_country_" = "Country";
  189. "_user_company_" = "Company";
  190. "_user_role_" = "Role";
  191. "_user_zip_" = "Zip";
  192. "_user_owner_" = "Owner";
  193. "_user_employee_" = "Employee";
  194. "_user_contractor_" = "Contractor";
  195. "_user_editprofile_" = "Edit profile";
  196. "_favorite_offline_" = "Ulubione dostępne offline";
  197. "_favorite_offline_footer_" = "Ustawienie wszystkich folderów dostępnych offline może zająć dużo czasu oraz używać dużej ilości pamięci.";
  198. "_advanced_" = "Zaawansowane";
  199. "_disable_files_app_" = "Disable Files App integration";
  200. "_disable_files_app_footer_" = "Do not permit the access of files across the Apple Files application";
  201. "_trial_" = "Trial";
  202. "_trial_expired_day_" = "Days remaining";
  203. // Manage AutoUpload
  204. "_autoupload_" = "Automatycznie przesyłaj zdjęcia/filmy";
  205. "_autoupload_select_folder_" = "Select the \"Auto upload\" folder";
  206. "_autoupload_error_select_folder_" = "Select a valid folder for the \"Auto upload\"";
  207. "_autoupload_background_" = "Automatyczne przesyłanie w tle";
  208. "_autoupload_photos_" = "Automatycznie przesyłaj zdjęcia";
  209. "_autoupload_videos_" = "Automatycznie przesyłaj filmy";
  210. "_autoupload_description_" = "Nowe zdjęcia/wideo zostaną wysłane do twojej Chmury";
  211. "_autoupload_description_background_" = "Ta opcja wymaga dostępu do GPS, aby móc wykryć nowe zdjęcia i filmy w rolce aparatu po znaczącej zmianie lokalizacji";
  212. "_autoupload_background_title_" = "Ograniczenia";
  213. "_autoupload_background_msg_" = "Z powodu ograniczeń iOS nie można jeszcze wykonać procesów w tle, chyba że usługi GPS są włączone. Gdy sieć komórkowa ulegnie zmianie, system budzi się na krótki czas i sprawdza nowe zdjęcia w celu przesłania ich do chmury.";
  214. "_autoupload_change_location_" = "Zmień katalog";
  215. "_autoupload_location_now_" = "Katalog";
  216. "_autoupload_location_default_" = "Przywróć domyślny katalog";
  217. "_autoupload_change_location_footer_" = "Zmień folder \"Automatyczne wysyłanie zdjęć z aparatu\" (jeśli opcja jest włączona)";
  218. "_autoupload_not_select_home_" = "Wybierz katalog";
  219. "_autoupload_save_album_" = "Skopiuj zdjęcie lub wideo do albumu";
  220. "_autoupload_fullphotos_" = "Wyślij całą rolkę kamery";
  221. "_autoupload_fullphotos_footer_" = "Dostosuj opcje wyżej przed wysyłaniem";
  222. "_autoupload_create_subfolder_" = "Używaj podfolderów";
  223. "_autoupload_create_subfolder_footer_" = "Przechowuj w podfolderach opartych o rok i miesiąc";
  224. "_autoupload_filenamemask_" = "Zmień maskę nazwy pliku";
  225. "_autoupload_filenamemask_footer_" = "Zmień automatyczną maskę nazwy pliku";
  226. "_autoupload_current_folder_" = "Currently selected folder";
  227. // Manage Help
  228. "_help_tutorial_" = "Tutorial";
  229. "_help_intro_" = "Wprowadzenie do Nextcloud";
  230. "_help_activity_verbose_" = "Szczegółowy strumień aktywności";
  231. "_help_activity_mail_" = "Wyślij wydarzenia poprzez e-mail";
  232. "_help_activity_clear_" = "Wyczyść aktywność";
  233. // Manage Advanced
  234. "_show_hidden_files_" = "Pokaż ukryte pliki";
  235. "_format_compatibility_" = "Najbardziej kompatybilne";
  236. "_format_compatibility_footer_" = "\"Most compatible\" will save, when possible, photos as JPEG";
  237. "_privacy_" = "Prywatność";
  238. "_privacy_footer_" = "Nextcloud iOS uses a service for the analysis of a crash. Your personal information is not sent with the report. If you want disable it, please change the setting \"Disable crash reporter\" to ON";
  239. "_crashservice_title_" = "Wyłącz raportowanie o błędach";
  240. "_crashservice_alert_" = "This option requires a restart of the app to take effect";
  241. // Login
  242. "_connect_server_anyway_" = "Do you want to connect to the server anyway?";
  243. "_connection_error_" = "Błąd połączenia";
  244. "_serverstatus_error_" = "Connection to server failure, verify your server address or network status";
  245. "_add_your_nextcloud_" = "Dodaj swoje konto Nextcloud";
  246. "_login_url_" = "Adres serwera https://…";
  247. "_login_bottom_label_" = "Nie masz jeszcze serwera?\nWybierz jednego z dostawców.";
  248. "_error_multidomain_" = "Niedozwolony adres, tylko następujące domeny są prawidłowe:";
  249. "_account_already_exists_" = "Konto %@ już istnieje";
  250. "_traditional_login_" = "Revert to old login method";
  251. "_web_login_" = "Revert to web login method";
  252. // Favorite
  253. "_favorites_" = "Ulubione";
  254. "_favorite_" = "Ulubione";
  255. "_unfavorite_" = "Nie ulubione";
  256. "_no_files_uploaded_" = "No files uploaded";
  257. "_tutorial_favorite_view_" = "Tutaj znajdziesz pliki i foldery oznaczone jako ulubione";
  258. "_tutorial_offline_view_" = "Skopiuj tu pliki, które powinny być dostępne w offline.\n\nBędą one synchronizowane z twoją chmurą.";
  259. "_tutorial_local_view_" = "Znajdziesz rozpakowane pliki z twojej chmury.\n\nPołącz się do iTunes'a, żeby te pliki współdzielić.";
  260. "_more_" = "Więcej";
  261. "_favorite_no_files_" = "Brak ulubionych";
  262. // Auto Upload
  263. "_pull_down_" = "Pull down to refresh";
  264. "_no_photo_load_" = "Brak zdjęć lub video";
  265. "_tutorial_autoupload_view_" = "Możesz włączyć automatyczne przesyłanie w \"Ustawienia\"";
  266. "_no_date_" = "No date";
  267. "_today_" = "Dziś";
  268. "_yesterday_" = "Wczoraj";
  269. "_time_" = "Czas: %@\n\n%@";
  270. "_location_not_enabled_" = "Location Services not enabled";
  271. "_location_not_enabled_msg_" = "Proszę wejdź w \"Ustawienia\" i włącz \"Usługi lokalizacji\"";
  272. "_access_photo_not_enabled_" = "Access to Photos not enabled";
  273. "_access_photo_not_enabled_msg_" = "Proszę wejdź w \"Ustawienia\" i włącz \"Dostęp do zdjęć\"";
  274. "_access_photo_location_not_enabled_" = "Access to Photos and Location not enabled";
  275. "_access_photo_location_not_enabled_msg_" = "Proszę wejdź w \"Ustawienia\" i włącz \"Dostęp do zdjęć\" i \"Usługi lokalizacji\"";
  276. "_tutorial_photo_view_" = "Brak wysłanych zdjęć lub filmów";
  277. "_create_full_upload_" = "Tworzę archiwum. Może to zająć długo czasu, proszę czekać.";
  278. "_error_createsubfolders_upload_" = "Błąd podczas tworzenia podfolderów";
  279. "_activate_autoupload_" = "Włącz automatyczne przesyłanie";
  280. // Utility
  281. "_never_" = "nigdy";
  282. "_less_a_minute_" = "mniej niż minutę temu";
  283. "_minutes_ago_" = "%d minut temu";
  284. "_hours_ago_" = "%d godzin temu";
  285. "_days_ago_" = "%d dni temu";
  286. "_over_30_days_" = "over 30 days";
  287. "_connection_internet_offline_" = "Zdaje się, że nie masz połączenia z internetem lub wymagane jest WiFi";
  288. "_insert_password_" = "wprowadź hasło";
  289. "_update_in_progress_" = "Aktualizacja wersji, proszę czekać…";
  290. "_forbidden_characters_" = "Plik lub folder zawiera niedozwolone znaki";
  291. "_mail_not_can_send_mail_" = "Brak konta lub wprowadzono błędny adres e-mail";
  292. // File
  293. "_photo_camera_" = "Zdjęcia";
  294. "_media_" = "Media";
  295. "_unzip_in_progress_" = "Trwa rozpakowywanie na dysku lokalnym…";
  296. "_file_unpacked_" = "Plik został rozpakowany na dysku lokalnym";
  297. "_file_saved_local_" = "Plik został zapisany na dysku lokalnym.";
  298. "_file_not_present_" = "Błąd: Plik jest niedostępny, załaduj go ponownie.";
  299. "_order_by_" = "Sortuj według";
  300. "_order_by_name_a_z_" = "Sortuj według nazwy (od A do Z)";
  301. "_order_by_name_z_a_" = "Sortuj według nazwy (od Z do A)";
  302. "_order_by_date_more_recent_" = "Sortuj poczynając od najnowszego";
  303. "_order_by_date_less_recent_" = "Sort from the less recent";
  304. "_order_by_size_smallest_" = "Sort from the smallest";
  305. "_order_by_size_largest_" = "Sort from the largest";
  306. "_delete_selected_files_" = "Usuń pliki";
  307. "_move_selected_files_" = "Przenieś pliki";
  308. "_download_selected_files_" = "Download files";
  309. "_download_selected_files_folders_" = "Pobierz pliki i foldery";
  310. "_error_operation_canc_" = "Błąd: Operacja została anulowana.";
  311. "_only_lock_passcode_" = "Dostępne tylko kiedy blokada hasłem jest włączona. Aktywuj ją w \"Ustawieniach\".";
  312. "_passcode_protection_" = "Ochrona hasła";
  313. "_remove_favorites_" = "Usuń z ulubionych";
  314. "_remove_offline_" = "Usunięte z offline";
  315. "_add_favorites_" = "Add to favorites";
  316. "_add_offline_" = "Dodaj do offline";
  317. "_remove_passcode_" = "Usuń ochronę hasła";
  318. "_protect_passcode_" = "Chroń hasłem";
  319. "_share_" = "Udostępnij";
  320. "_reload_" = "Reload";
  321. "_open_in_" = "Otwórz w…";
  322. "_remove_local_file_" = "Usuń z cache";
  323. "_add_local_" = "Dodaj do lokalnego magazynu";
  324. "_comm_erro_pull_down_" = "Uwaga: Błąd komunikacji z serwerem. Przeciągnij w dół aby odświeżyć.";
  325. "_file_not_downloaded_" = "file not dowloaded";
  326. "_file_not_uploaded_" = "file not uploaded";
  327. "_folders_" = "katalogi";
  328. "_folder_" = "katalog";
  329. "_files_" = "pliki";
  330. "_file_" = "plik";
  331. "_folder_blocked_" = "Folder blocked";
  332. "_downloading_progress_" = "Rozpoczynanie pobierania plików…";
  333. "_no_file_pull_down_" = "Wyślij plik lub przeciągnij w dół, aby odświeżyć";
  334. "_browse_images_" = "Browse images";
  335. "_synchronized_folder_" = "Keep the folder synchronized";
  336. "_remove_synchronized_folder_" = "Wyłącz synchronizację";
  337. "_synchronized_confirm_" = "Enabling the synchronization, all files in the folder will be synchronized with the server, continuous ?";
  338. "_offline_folder_confirm_" = "Włączając folder offline, wszystkie pliki wewnątrz foldera zostaną zsynchronizowane z serwerem, kontynuować?";
  339. "_file_not_found_reload_" = "File not found, pull down to refresh";
  340. "_title_section_download_" = "DOWNLOAD";
  341. "_title_section_upload_" = "UPLOAD";
  342. "_group_alphabetic_yes_" = "Grupuj alfabetycznie";
  343. "_group_alphabetic_no_" = "Grupuj alfabetycznie";
  344. "_group_typefile_yes_" = "✓ Group by Type File";
  345. "_group_typefile_no_" = "Group by Type File";
  346. "_group_date_yes_" = "✓ Group by Date";
  347. "_group_date_no_" = "Group by Date";
  348. "_element_" = "element";
  349. "_elements_" = "elementy";
  350. "_tite_footer_upload_wwan_" = "Sieć Wi-Fi jest wymagana, %lu %@ do wysłania";
  351. "_tite_footer_upload_" = "%lu %@ do wysłania";
  352. "_tite_footer_download_wwan_" = "Sieć Wi-Fi jest wymagana, %lu %@ do pobrania";
  353. "_tite_footer_download_" = "%lu %@ do pobrania";
  354. "_limited_dimension_" = "Reached maximum size";
  355. "_save_selected_files_" = "Zapisz zdjęcia i video w albumie zdjęć.";
  356. "_file_not_saved_cameraroll_" = "Błąd: Plik nie został zapisany w albumie zdjęć";
  357. "_file_saved_cameraroll_" = "Plik zapisany w albumie zdjęć";
  358. "_directory_on_top_yes_" = "✓ Katalogi na górze";
  359. "_directory_on_top_no_" = "Katalogi na górze";
  360. "_folder_automatic_upload_" = "Folder for \"Auto upload\"";
  361. "_search_no_record_found_" = "Brak wyników";
  362. "_search_in_progress_" = "Wyszukiwanie w trakcie…";
  363. "_search_instruction_" = "Szukaj pliku (minimum 2 znaki)";
  364. "_files_no_files_" = "Brak plików";
  365. "_files_no_folders_" = "No folders in here";
  366. "_request_in_progress_" = "Request to server in progress…";
  367. "audio" = "AUDIO";
  368. "compress" = "COMPRESS";
  369. "directory" = "FOLDERY";
  370. "document" = "DOKUMENTY";
  371. "image" = "OBRAZY";
  372. "template" = "TEMPLATES";
  373. "unknow" = "UNKNOWN";
  374. "video" = "WIDEO";
  375. "_file_del_only_local_" = "Plik nieobecny na serwerze";
  376. "_copy_file_" = "Kopiuj plik";
  377. "_copy_files_" = "Kopiuj pliki";
  378. "_paste_file_" = "Wklej plik";
  379. "_paste_files_" = "Wklej pliki";
  380. "_search_this_folder_" = "Szukaj w tym folderze";
  381. "_search_all_folders_" = "Szukaj we wszystkich folderach";
  382. "_search_sub_folder_" = "Szukaj tutaj i w podfolderach";
  383. "_theming_is_light_" = "Temat serwera jest zbyt jasno pokolorowany, nie dotyczy";
  384. "_cancel_all_task_" = "Cancel all transfers";
  385. "_status_wait_download_" = "Waiting for download";
  386. "_status_in_download_" = "In download";
  387. "_status_downloading_" = "Pobieram";
  388. "_status_wait_upload_" = "Waiting for upload";
  389. "_status_in_upload_" = "In upload";
  390. "_status_uploading_" = "Uploading";
  391. // Media
  392. "_select_media_folder_" = "Select the \"Media\" folder";
  393. "_media_viewimage_show_" = "Wyświetl obrazy";
  394. "_media_viewimage_hide_" = "Ukryj obrazy";
  395. "_media_viewvideo_show_" = "Show video";
  396. "_media_viewvideo_hide_" = "Hide video";
  397. // Files Preview
  398. "_insert_password_pfd_" = "Zabezpieczony plik PDF. Wprowadź hasło";
  399. "_password_pdf_error_" = "Złe hasło";
  400. "_error_download_photobrowser_" = "Błąd: nie można pobrać zdjęcia";
  401. // Share
  402. "_share_link_" = "Udostępnij link";
  403. "_share_link_button_" = "Wyślij link do…";
  404. "_password_" = "Hasło";
  405. "_share_password_" = "Link chroniony hasłem";
  406. "_share_expirationdate_" = "Set expiration date link";
  407. "_date_" = "Data";
  408. "_share_title_" = "Share";
  409. "_add_sharee_" = "Dodaj użytkowników lub grupy";
  410. "_add_sharee_footer_" = "Możesz współdzielić ten zasób dodając użytkowników lub grupy. Aby usunąć współdzielenie usuń wszystkich użytkowników i grupy.";
  411. "_find_sharee_title_" = "Wyszukaj";
  412. "_find_sharee_" = "Szukaj użytkowników lub grupy…";
  413. "_find_sharee_footer_" = "Enter part of the name of the user or group to be searched (at least 2 characters) followed by 'Return', select the users that can access the share followed by 'Done' to confirm";
  414. "_user_is_group_" = " (group)";
  415. "_direct_sharee_title_" = "Udostępnij";
  416. "_direct_sharee_footer_" = "Jeśli już znasz nazwę, wpisz ją, a potem zaznacz rodzaj współdzielenie i wciśnij \"Zrobione\", aby potwierdzić";
  417. "_direct_sharee_" = "Podaj nazwę użytkownika…";
  418. "_user_sharee_footer_" = "Dotknij aby zmienić uprawnienia";
  419. "_share_type_title_" = "Typ współdzielenia";
  420. "_share_type_user_" = "Użytkownik";
  421. "_share_type_group_" = "Grupa";
  422. "_share_type_remote_" = "Zdalny";
  423. "_enforce_password_protection_" = "Wymuś zabezpieczenie hasłem";
  424. "_password_obligatory_" = "Enforce password protection enabled, password obligatory";
  425. // Share Permission
  426. "_share_permission_title_" = "Privileges";
  427. "_share_permission_edit_" = "Can edit";
  428. "_share_permission_file_can_write_" = "Can write file";
  429. "_share_permission_create_" = "Can create";
  430. "_share_permission_create_file_" = "Can create files";
  431. "_share_permission_create_folder_" = "Can create folders";
  432. "_share_permission_change_" = "Can change";
  433. "_share_permission_delete_" = "Can delete";
  434. "_share_permission_share_" = "Can share";
  435. "_share_permission_rename_" = "Can rename";
  436. "_share_permission_move_" = "Can move";
  437. "_share_permission_read_" = "Odczyt";
  438. "_share_permission_info_" = "Sharing information";
  439. "_share_permission_path_" = "Plik/Katalog";
  440. "_share_permission_type_" = "Typ";
  441. "_share_permission_typeuser_" = "Użytkownik";
  442. "_share_permission_typegroup_" = "Grupa";
  443. "_share_permission_typepubliclink_" = "Link";
  444. "_share_permission_typefederated_" = "Federacja";
  445. "_share_permission_owner_" = "Owner";
  446. "_share_permission_date_" = "Data";
  447. "_share_permission_email_" = "Powiadomienie przez e-mail";
  448. "_share_link_readonly_" = "Tylko do odczytu";
  449. "_share_link_modify_" = "Pozwól na edycję";
  450. "_share_link_upload_" = "File drop (upload only)";
  451. "_share_link_upload_modify_" = "Allow upload and editing";
  452. "_share_link_hide_download_" = "Hide download";
  453. // ShareInfoCMOC
  454. "_type_resource_connect_you_" = "Shared with you";
  455. "_type_resource_external_" = "Zasób zewnętrzny";
  456. // Share Ext
  457. "_destiny_folder_" = "Katalog: %@";
  458. "_no_transfer_" = "Brak transferów";
  459. "_no_transfer_sub_" = "Wysyłania i pobierania z tego urządzenia zostaną tutaj wyświetlone";
  460. "_no_activity_" = "Brak aktywności";
  461. "_transfers_" = "Przeniesienia";
  462. "_activity_" = "Aktywność";
  463. "_activity_file_not_present_" = "Plik nie jest już obecny";
  464. // List Shares
  465. "_list_shares_" = "Udziały";
  466. "_list_shares_no_files_" = "Brak udostępnionych";
  467. "_tutorial_list_shares_view_" = "Pojawią się tutaj pliki oraz foldery, które udostępniasz";
  468. // Offline - Local Storage
  469. "_create_synchronization_" = "Tworzenie synchronizacji";
  470. "_offline_" = "Offline";
  471. "_local_storage_" = "Magazyn lokalny";
  472. "_local_storage_no_record_" = "Nie ma jeszcze żadnych plików";
  473. // Create Cloud
  474. "_upload_photos_videos_" = "Wyślij zdjęcia lub video";
  475. "_upload_file_" = "Wyślij plik";
  476. "_upload_file_text_" = "Utwórz plik tekstowy";
  477. // Document Picker
  478. "_save_document_picker_" = "Zachowaj tutaj";
  479. // CreateFormUploadAssets
  480. "_destination_folder_" = "Folder docelowy";
  481. "_use_folder_auto_upload_" = "Use the \"Auto upload\" folder as destination";
  482. "_rename_filename_" = "Zmień nazwę";
  483. "_filename_" = "Nazwa pliku";
  484. "_preview_filename_" = "Przykładowy podgląd nazwy pliku. Możesz użyć maski %@ dla daty/czasu";
  485. "_forbidden_characters_" = "Plik lub folder zawiera niedozwolone znaki";
  486. "_add_filenametype_" = "Podaj typ w nazwie pliku";
  487. "_filenametype_photo_video_" = "Zdjęcia/Video";
  488. "_maintain_original_filename_" = "Maintain original filename";
  489. "_modify_photo_" = "Modify photo";
  490. // Notification
  491. "_notification_" = "Ogłoszenie";
  492. // Photo Browser
  493. "Done" = "Ukończono";
  494. "Select Photos" = "Wybierz Zdjęcia";
  495. "photo" = "zdjęcie";
  496. "photos" = "zdjęcia";
  497. "of" = "of";
  498. "%i of %i" = "%1$i of %2$i";
  499. // Manage Auto Upload FileName
  500. "_autoupload_filename_title_" = "Automatycznie wysyłaj plik";
  501. // Text File
  502. "_untitled_txt_" = "Bez_nazwy.txt";
  503. "_text_upload_title_" = "Wyślij plik tekstowy";
  504. // EndToEnd Encryption
  505. "_e2e_settings_title_" = "Szyfrowanie";
  506. "_e2e_settings_" = "Szyfrowanie end-to-end";
  507. "_e2e_settings_start_" = "Rozpocznij szyfrowanie end-to-end";
  508. "_e2e_settings_not_available_" = "Szyfrowanie end-to-end jest niedostępne";
  509. "_e2e_settings_activated_" = "Aktywowano szyfrowanie end-to-end";
  510. "_e2e_settings_view_passphrase_" = "Wszystkie 12 słów razem tworzy bardzo silne hasło, pozwalając tylko przeglądać i korzystać z zaszyfrowanych plików. Zapisz go i trzymaj w bezpiecznym miejscu.";
  511. "_e2e_settings_read_passphrase_" = "Czytaj hasło";
  512. "_e2e_settings_lock_not_active_" = "Blokada nieaktywna, wróć do \"Ustawienia\" i aktywuj ją.";
  513. "_e2e_settings_the_passphrase_is_" = "Hasło to: ";
  514. "_e2e_passphrase_request_title_" = "Żądanie hasła";
  515. "_e2e_passphrase_request_message_" = "Wprowadź 12 słów";
  516. "_e2e_settings_remove_" = "Remove the encryption locally";
  517. "_e2e_settings_remove_message_" = "Confirm removal of encryption along with the passphrase.";
  518. "_e2e_set_folder_encrypted_" = "Szyfruj";
  519. "_e2e_remove_folder_encrypted_" = "Odszyfruj";
  520. "_e2e_goto_settings_for_enable_" = "This is an encrypted directory, go to \"Settings\" and enable end-to-end encryption";
  521. "_e2e_delete_folder_not_permitted_" = "Usuwanie katalogu oznaczonego jako zaszyfrowany jest niedozwolone";
  522. "_e2e_error_encode_metadata_" = "Serious internal error in encoding metadata";
  523. "_e2e_error_decode_metadata_" = "Serious internal error in decoding metadata";
  524. "_e2e_error_create_encrypted_" = "Could not create encrypted file";
  525. "_e2e_error_update_metadata_" = "Update metadata error";
  526. "_e2e_error_store_metadata_" = "Could not save metadata";
  527. "_e2e_error_send_metadata_" = "Could not send metadata";"_e2e_error_delete_metadata_" = "Could not delete metadata";
  528. "_e2e_error_get_metadata_" = "Could not fetch metadata";
  529. "_e2e_error_not_enabled_" = "Serious internal error. End-to-end encryption not enabled";
  530. "_e2e_error_record_not_found_" = "Serious internal error. Records not found";
  531. "_e2e_error_unlock_" = "Could not unlock folder";
  532. "_e2e_error_lock_" = "Could not lock folder";
  533. "_e2e_error_delete_mark_folder_" = "Decrypt marked folder";
  534. "_e2e_error_mark_folder_" = "Szyfruj katalog";
  535. "_e2e_error_directory_not_empty_" = "The directory is not empty";
  536. // Scan Document
  537. "_scans_document_" = "Scan document";
  538. "_scanned_images_" = "Scanned images";
  539. "_scan_document_pdf_page_" = "Page";
  540. "_scan_label_document_zone_" = "Drag images down for document creation";
  541. "_filter_original_" = "Original";
  542. "_filter_bn_" = "Black & White";
  543. "_filter_grayscale_" = "Grayscale";
  544. "_quality_image_title_" = "Image quality";
  545. "_quality_high_" = "Large file size of high quality";
  546. "_quality_medium_" = "Average file size of medium quality";
  547. "_quality_low_" = "Small file size of low quality";
  548. "_file_type_" = "File type";
  549. "_pdf_password_" = "Hasło PDF";
  550. "_file_creation_" = "File creation";
  551. "_delete_all_scanned_images_" = "Do you want to delete all scanned images?";
  552. /* The title on the navigation bar of the Scanning screen. */
  553. "wescan.scanning.title" = "Scanning";
  554. /* The "Next" button on the right side of the navigation bar on the Edit screen. */
  555. "wescan.edit.button.next" = "Next";
  556. /* The title on the navigation bar of the Edit screen. */
  557. "wescan.edit.title" = "Edit Scan";
  558. /* The "Done" button on the right side of the navigation bar on the Review screen. */
  559. "wescan.review.button.done" = "Done";
  560. /* The title on the navigation bar of the Review screen. */
  561. "wescan.review.title" = "Review";
  562. // Trah
  563. "_trash_view_" = "Deleted files";
  564. "_trash_restore_all_" = "Restore all files";
  565. "_trash_delete_all_" = "Empty trash";
  566. "_trash_no_trash_" = "No files deleted";
  567. "_trash_no_trash_description_" = "You can restore deleted files from here";
  568. "_trash_restore_selected_" = "Restore selected files";
  569. "_trash_delete_selected_" = "Deleted selected files";
  570. // Offline
  571. "_manage_file_offline_" = "Manage offline files";
  572. "_set_available_offline_" = "Set as available offline";
  573. "_remove_available_offline_" = "Remove as available offline";
  574. // Richdocuments
  575. "_create_new_document_" = "Create new document";
  576. "_create_new_spreadsheet_" = "Create new spreadsheet";
  577. "_create_new_presentation_" = "Create new presentation";
  578. // Intro
  579. "_intro_1_title_" = "Keep your data secure and under your control";
  580. "_intro_2_title_" = "Secure collaboration & file exchange";
  581. "_intro_3_title_" = "Easy-to-use web mail, calendering & contacts";
  582. "_intro_4_title_" = "Screensharing, online meetings & web conferences";
  583. "_log_in_" = "Log in";
  584. "_sign_up_" = "Sign up with provider";
  585. "_host_your_own_server" = "Host your own server";
  586. // Error
  587. "_bad_username_password_" = "Zła nazwa użytkownika lub hasło";
  588. "_cancelled_by_user" = "Transfer canceled";
  589. "_error_folder_destiny_is_the_same_" = "It is not possible to move the folder into itself";
  590. "_error_not_permission_" = "You don't have permission to complete the operation";
  591. "_error_path_" = "Unable to open this file or folder. Please make sure it exists";
  592. "_file_upload_not_exitst_" = "The file that you want to upload does not exist";
  593. "_forbidden_characters_from_server_" = "The name contains at least one invalid character";
  594. "_not_connected_internet_" = "Server connection error";
  595. "_not_possible_connect_to_server_" = "It is not possible to connect to the server at this time";
  596. "_not_possible_create_folder_" = "Folder could not be created";
  597. "_server_down_" = "Could not establish contact with server";
  598. "_time_out_" = "Timeout, try again";
  599. "_unknow_response_server_" = "Unexpected response from server";
  600. "_user_authentication_required_" = "User authentication required";
  601. "_file_directory_locked_" = "File or directory locked";
  602. "_ssl_certificate_untrusted_" = "The certificate for this server is invalid";
  603. "_internal_server_" = "Internal server error";
  604. "_file_already_exists_" = "Nie można zakończyć operacji, jest plik o takiej samej nazwie";
  605. "_file_folder_not_exists_" = "The source file wasn't found at the specified path";
  606. "_folder_contents_nochanged_" = "The folder contents have not changed";
  607. "_images_invalid_converted_" = "The image is invalid and cannot be converted to a thumbnail";
  608. "_method_not_expected_" = "Unexpected request method";
  609. "_reauthenticate_user_" = "Access expired, log in again";
  610. "_server_error_retry_" = "The server is temporarily unavailable";
  611. "_too_many_files_" = "Too many files would be involved in this operation";
  612. "_too_many_request_" = "Sending too many requests caused the rate limit to be reached";
  613. "_user_over_quota_" = "Storage quota is reached";
  614. "_ssl_connection_error_" = "Connection SSL error, try again";
  615. "_bad_request_" = "Bad request";
  616. "_webdav_locked_" = "WebDAV Locked: Trying to access locked resource";
  617. "_error_user_not_available_" = "The user is no longer available";
  618. "_server_response_error_" = "Server response content error";
  619. "_no_nextcloud_found_" = "Nextcloud server not found";
  620. "_error_decompressing_" = "Error during decompressing. Unknown compression method or the file is corrupt";
  621. "_error_json_decoding_" = "Serious internal error in decoding metadata (The data couldn’t be read because it isn’t in the correct format.)";
  622. // BKPasscode
  623. "%d Failed Passcode Attempts" = "%d failed passcode attempts";
  624. "%d Failed Password Attempts" = "%d nieudane próby podania hasła ";
  625. "1 Failed Passcode Attempt" = "1 failed passcode attempt";
  626. "1 Failed Password Attempt" = "1 nieudana próba hasła";
  627. "Do you want to use Touch ID for authentication?" = "Do you want to use Touch/Face ID for authentication?";
  628. "Done" = "Ukończono";
  629. "Enable Touch ID" = "Enable Touch/Face ID";
  630. "Enter a different passcode. Cannot re-use the same passcode." = "Enter a different passcode. Cannot re-use the same passcode.";
  631. "Enter a different password. Cannot re-use the same password." = "Wprowadź inne hasło. Nie można ponownie użyć tego samego hasła.";
  632. "Enter a passcode" = "Enter a passcode";
  633. "Enter a password" = "Wprowadź hasło";
  634. "Enter your new passcode" = "Enter your new passcode";
  635. "Enter your new password" = "Wpisz swoje nowe hasło";
  636. "Enter your old passcode" = "Enter your old passcode";
  637. "Enter your old password" = "Wprowadź swoje stare hasło";
  638. "Enter your passcode" = "Enter your passcode";
  639. "Enter your password" = "Wprowadź hasło";
  640. "Invalid Passcode" = "Invalid passcode";
  641. "Invalid Password" = "Nieprawidłowe hasło";
  642. "Passcodes did not match.\nTry again." = "Passcodes did not match.\nTry again.";
  643. "Password did not match.\nTry again." = "Hasło nie pasuje.\nSpróbuj ponownie.";
  644. "Re-enter your passcode" = "Re-enter your passcode";
  645. "Re-enter your password" = "Ponownie wprowadź hasło";
  646. "Try again in %d minutes" = "Try again in %d minutes";
  647. "Try again in 1 minute" = "Try again in 1 minute";
  648. // QRCode
  649. "_qrcode_not_authorized_" = "This app is not authorized to use Back Camera";
  650. "_qrcode_not_supported_" = "QRCode not supported by the current device";
  651. // Voice Memo
  652. "_create_voice_memo_" = "Create voice memo";
  653. "_voice_memo_start_" = "tap to start";
  654. "_voice_memo_stop_" = "tap to stop";
  655. "_voice_memo_filename_" = "voice memo";
  656. "_voice_memo_title_" = "Upload voice memo";
  657. // Dictionary App push Notification
  658. "Suspicious_Login" = "Suspicious Login";