diff --git a/install/steps/5-database.php b/install/steps/5-database.php index 081a9aad..a86bcb4b 100644 --- a/install/steps/5-database.php +++ b/install/steps/5-database.php @@ -82,6 +82,7 @@ if(!$error) { } if($saved) { + success($locale['step_database_config_saved']); if(!$error) { $_SESSION['saved'] = true; } diff --git a/system/locale/en/install.php b/system/locale/en/install.php index f3d55e88..7bf7ad76 100644 --- a/system/locale/en/install.php +++ b/system/locale/en/install.php @@ -63,6 +63,7 @@ $locale['step_config_usage_desc'] = 'Allow MyAAC to report anonymous usage stati $locale['step_database'] = 'Import schema'; $locale['step_database_title'] = 'Import MySQL schema'; $locale['step_database_importing'] = 'Your database is MySQL. Database name is: "$DATABASE_NAME$". Importing schema now...'; +$locale['step_database_config_saved'] = 'Local configuration has been saved into file: config.local.php'; $locale['step_database_error_path'] = 'Please specify server path.'; $locale['step_database_error_config'] = 'Cannot find config.lua file. Is your server path correct? Go back and check again.'; $locale['step_database_error_database_empty'] = 'Cannot determine database type from config.lua. Your OTS is unsupported by this AAC.'; diff --git a/system/locale/pl/install.php b/system/locale/pl/install.php index 10a27734..f12af021 100644 --- a/system/locale/pl/install.php +++ b/system/locale/pl/install.php @@ -59,6 +59,7 @@ $locale['step_config_usage_desc'] = 'Zezwalaj MyAAC na raportowanie anonimowych $locale['step_database'] = 'Baza Danych'; $locale['step_database_title'] = 'Baza MySQL'; $locale['step_database_importing'] = 'Twoja baza to MySQL. Nazwa bazy danych to: "$DATABASE_NAME$". Importowanie schematu...'; +$locale['step_database_config_saved'] = 'Lokalna konfiguracja została zapisana do pliku: config.local.php'; $locale['step_database_error_path'] = 'Proszę podać ścieżkę do serwera.'; $locale['step_database_error_config'] = 'Nie można znaleźć pliku config.lua. Czy ścieżka do katalogu serwera jest poprawna? Wróć się i sprawdź ponownie.'; $locale['step_database_error_database_empty'] = 'Nie można wykryć typu bazy danych z pliku config.lua. Prawdopodobnie Twój OTS nie jest wspierany przez ten AAC.';