|
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">Prosty 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="no_app_found">Brak aplikacji do otwarcia tego typu pliku</string> |
7 | 7 | <string name="go_to_home_folder">Przejdź do folderu głównego</string> |
|
11 | 11 | <string name="path_copied">Ścieżka została skopiowana</string> |
12 | 12 | <string name="select_audio_file">Wybierz plik audio</string> |
13 | 13 | <string name="search_folder">Przeszukaj folder</string> |
14 | | - <string name="rooted_device_only">This operation works only on rooted devices</string> |
| 14 | + <string name="rooted_device_only">Ta operacja możliwa jest tylko na zrootowanym urządzeniu</string> |
15 | 15 |
|
16 | 16 | <!-- Compression --> |
17 | 17 | <string name="compress">Kompresuj</string> |
|
21 | 21 | <string name="decompressing">Rozpakowywanie…</string> |
22 | 22 | <string name="compression_successful">Kompresowanie zakończone</string> |
23 | 23 | <string name="decompression_successful">Rozpakowywanie zakończone</string> |
24 | | - <string name="compressing_failed">Kompresowanie nie powidło się</string> |
25 | | - <string name="decompressing_failed">Rozpakowywanie nie powidło się</string> |
| 24 | + <string name="compressing_failed">Kompresowanie nie powiodło się</string> |
| 25 | + <string name="decompressing_failed">Rozpakowywanie nie powiodło się</string> |
26 | 26 |
|
27 | 27 | <!-- Favorites --> |
28 | 28 | <string name="favorites">Ulubione</string> |
|
37 | 37 | <string name="file_editor">Edytor plików</string> |
38 | 38 |
|
39 | 39 | <!-- Settings --> |
40 | | - <string name="enable_root_access">Zezwól na dostęp do uprawnień root\'a</string> |
| 40 | + <string name="enable_root_access">Zezwól na dostęp do uprawnień roota</string> |
41 | 41 |
|
42 | 42 | <!-- Strings displayed only on Google Playstore. Optional, but good to have --> |
43 | 43 | <!-- Short description has to have less than 80 chars --> |
|
0 commit comments