|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <resources> |
3 | | - <string name="app_name">Prosty menedżer plików</string> |
4 | | - <string name="app_launcher_name">Menedżer plików</string> |
| 3 | + <string name="app_name">Prosty Menedżer Plików</string> |
| 4 | + <string name="app_launcher_name">Menedżer Plików</string> |
5 | 5 | <string name="press_back_again">Naciśnij jeszcze raz, aby wyjść</string> |
6 | 6 | <string name="go_to_home_folder">Przejdź do folderu głównego</string> |
7 | 7 | <string name="set_as_home_folder">Ustaw jako folder główny</string> |
8 | | - <string name="home_folder_updated">Folder główny został zaktulizowany</string> |
| 8 | + <string name="home_folder_updated">Folder główny zaktualizowany</string> |
9 | 9 | <string name="copy_path">Kopiuj ścieżkę do schowka</string> |
10 | | - <string name="path_copied">Ścieżka została skopiowana</string> |
11 | | - <string name="select_audio_file">Wybierz plik audio</string> |
| 10 | + <string name="path_copied">Ścieżka skopiowana</string> |
| 11 | + <string name="select_audio_file">Proszę wybrać plik audio</string> |
12 | 12 | <string name="search_folder">Przeszukaj folder</string> |
13 | | - <string name="rooted_device_only">Ta operacja możliwa jest tylko na zrootowanym urządzeniu</string> |
| 13 | + <string name="rooted_device_only">Ta operacja działa tylko na zrootowanych urządzeniach</string> |
14 | 14 |
|
15 | 15 | <!-- Open as --> |
16 | | - <string name="open_as">Open as</string> |
17 | | - <string name="text_file">Text file</string> |
18 | | - <string name="image_file">Image file</string> |
19 | | - <string name="audio_file">Audio file</string> |
20 | | - <string name="video_file">Video file</string> |
21 | | - <string name="other_file">Other file</string> |
| 16 | + <string name="open_as">Otwórz jako</string> |
| 17 | + <string name="text_file">Plik tekstowy</string> |
| 18 | + <string name="image_file">Plik graficzny</string> |
| 19 | + <string name="audio_file">Plik audio</string> |
| 20 | + <string name="video_file">Plik wideo</string> |
| 21 | + <string name="other_file">Inny plik</string> |
22 | 22 |
|
23 | 23 | <!-- Compression --> |
24 | | - <string name="compress">Kompresuj</string> |
| 24 | + <string name="compress">Skompresuj</string> |
25 | 25 | <string name="decompress">Rozpakuj</string> |
26 | | - <string name="compress_as">Kompresuj jako</string> |
| 26 | + <string name="compress_as">Skompresuj jako</string> |
27 | 27 | <string name="compressing">Kompresowanie…</string> |
28 | 28 | <string name="decompressing">Rozpakowywanie…</string> |
29 | | - <string name="compression_successful">Kompresowanie zakończone</string> |
30 | | - <string name="decompression_successful">Rozpakowywanie zakończone</string> |
31 | | - <string name="compressing_failed">Kompresowanie nie powiodło się</string> |
| 29 | + <string name="compression_successful">Kompresja udana</string> |
| 30 | + <string name="decompression_successful">Rozpakowywanie udane</string> |
| 31 | + <string name="compressing_failed">Kompresja nie powiodła się</string> |
32 | 32 | <string name="decompressing_failed">Rozpakowywanie nie powiodło się</string> |
33 | 33 |
|
34 | 34 | <!-- Favorites --> |
35 | 35 | <string name="manage_favorites">Zarządzaj ulubionymi</string> |
36 | 36 | <string name="go_to_favorite">Przejdź do ulubionych</string> |
37 | | - <string name="favorites_activity_placeholder">Możesz dodawać często używane foldery do ulubionych, aby ułatwić sobie do nich dostęp.</string> |
| 37 | + <string name="favorites_activity_placeholder">Możesz dodać często używane foldery do ulubionych, aby mieć do nich łatwy dostęp z dowolnego miejsca.</string> |
38 | 38 |
|
39 | 39 | <!-- File Editor --> |
40 | | - <string name="file_editor">Edytor plików</string> |
| 40 | + <string name="file_editor">Edytor Plików</string> |
41 | 41 |
|
42 | 42 | <!-- Settings --> |
43 | 43 | <string name="enable_root_access">Zezwól na dostęp do uprawnień roota</string> |
44 | 44 |
|
45 | 45 | <!-- Strings displayed only on Google Playstore. Optional, but good to have --> |
46 | 46 | <!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it --> |
47 | | - <string name="app_title">Simple File Manager Pro - Manage files easy & fast</string> |
| 47 | + <string name="app_title">Prosty Menedżer Plików Pro - Zarządzaj plikami</string> |
48 | 48 | <!-- Short description has to have less than 80 chars --> |
49 | 49 | <string name="app_short_description">Easy app for managing your files without ads, respecting your privacy & security</string> |
50 | 50 | <string name="app_long_description"> |
|
0 commit comments