|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <resources> |
3 | | - <string name="install_view_installing">- Instalowanie %1$s</string> |
| 3 | + <string name="install_view_installing">- Instalowanie [color=primary]%1$s[/color]</string> |
4 | 4 | <string name="service_is_not_available">! Usługa nie jest dostępna</string> |
5 | 5 | <string name="cannot_install_blacklisted_modules_settings_security_blacklist_alerts">! Nie można zainstalować modułów z czarnej listy. Ustawienia → Bezpieczeństwo → Alerty czarnej listy</string> |
6 | 6 | <string name="installation_aborted_due_to_an_error">! Instalacja została przerwana z powodu błędu</string> |
7 | | - <string name="install_view_module_info">- Informacje o module: %1$s</string> |
| 7 | + <string name="install_view_module_info">- Informacje o module: [underline]%1$s[/underline]</string> |
8 | 8 | <string name="module_is_disabled_or_removed_unable_to_execute_action">! Moduł jest wyłączony lub usunięty. Nie można wykonać akcji.</string> |
9 | 9 | <string name="install_view_path">- Ścieżka: %1$s</string> |
10 | 10 | <string name="copying_failed">! Kopiowanie nie powiodło się</string> |
11 | 11 | <string name="unable_to_gather_module_info">! Nie można zebrać informacji o module</string> |
12 | | - <string name="module_not_found">! Nie znaleziono modułu.</string> |
| 12 | + <string name="module_not_found">[color=red]! Nie znaleziono modułu.[/color]</string> |
13 | 13 | <string name="this_module_don_t_have_an_action">! Ten moduł nie ma akcji.</string> |
14 | 14 | <string name="execution_failed_try_to_use_shell_for_the_action_execution_settings_module_use_shell_for_module_action">- Wykonanie nie powiodło się. Spróbuj użyć powłoki do wykonania akcji, Ustawienia → Moduły i instalator → Użyj powłoki dla akcji modułu.</string> |
15 | 15 | <string name="unable_to_gather_module_info_of_file">! Nie można zebrać informacji o module pliku: %1$s</string> |
16 | 16 | <string name="copying_zip_to_temp_directory">- Kopiowanie pliku zip do katalogu tymczasowego</string> |
17 | | - <string name="unable_to_find_path_for_uri">! Nie można znaleźć ścieżki dla uri: %1$s</string> |
| 17 | + <string name="unable_to_find_path_for_uri">[color=red]! Nie można znaleźć ścieżki dla uri: %1$s[/color]</string> |
18 | 18 | <string name="is_not_a_module_file_magisk_modules_must_be_zip_files_skipping">! %1$s nie jest plikiem modułu. Moduły Magisk muszą być plikami .zip. Pomijanie...</string> |
19 | 19 | <string name="removed_updated_folder">- Usunięto zaktualizowany folder</string> |
20 | | - <string name="failed_to_remove_updated_folder">! Nie udało się usunąć zaktualizowanego folderu</string> |
| 20 | + <string name="failed_to_remove_updated_folder">[color=red]! Nie udało się usunąć zaktualizowanego folderu[/color]</string> |
21 | 21 | <string name="file_manager_is_null">! Menedżer plików jest nieznany</string> |
22 | | - <string name="non_root_platform_is_not_supported">! Niezrootowane urządzenia nie są wspierane</string> |
| 22 | + <string name="non_root_platform_is_not_supported">[color=error]! Niezrootowane urządzenia nie są wspierane[/color]</string> |
23 | 23 | <string name="module_manager_is_null">! Menedżer modułów jest nieznany</string> |
24 | | - <string name="waiting_for_platformmanager_to_initialize">[bold]- Oczekiwanie na zainicjowanie PlatformManager…</string> |
25 | | - <string name="failed_to_initialize_platform">[color=error]! Nie udało się zainicjować platformy</string> |
26 | | - <string name="platform_initialized">[bold]- Platforma zainicjowana</string> |
| 24 | + <string name="waiting_for_platformmanager_to_initialize">[bold]- Oczekiwanie na zainicjowanie PlatformManager…[/bold]</string> |
| 25 | + <string name="failed_to_initialize_platform">[color=red]! Nie udało się zainicjować platformy[/color]</string> |
| 26 | + <string name="platform_initialized">[bold]- Platforma zainicjowana[/bold]</string> |
27 | 27 | <string name="deleted_zip_file">- Usunięto plik zip: %s</string> |
28 | | - <string name="platform_not_alive_cannot_install">[color=error]! Platforma nie jest aktywna. Nie można kontynuować instalacji.</string> |
29 | | - <string name="platform_initialization_failed_cannot_install">[color=error]! Inicjalizacja platformy nie powiodła się. Nie można kontynuować instalacji.</string> |
| 28 | + <string name="platform_not_alive_cannot_install">[color=red]! Platforma nie jest aktywna. Nie można kontynuować instalacji.[/color]</string> |
| 29 | + <string name="platform_initialization_failed_cannot_install">[color=red]! Inicjalizacja platformy nie powiodła się. Nie można kontynuować instalacji.[/color]</string> |
30 | 30 | </resources> |
0 commit comments