diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/i18n/en.php | 1 | ||||
| -rw-r--r-- | app/i18n/fr.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/en.php b/app/i18n/en.php index 4de7bc94d..669de4d42 100644 --- a/app/i18n/en.php +++ b/app/i18n/en.php @@ -273,6 +273,7 @@ return array ( 'steps' => 'Steps', 'checks' => 'Checks', 'bdd_configuration' => 'Database configuration', + 'bdd_type' => 'Type of database', 'this_is_the_end' => 'This is the end', 'ok' => 'Ok!', diff --git a/app/i18n/fr.php b/app/i18n/fr.php index 67a3a1836..a397b4816 100644 --- a/app/i18n/fr.php +++ b/app/i18n/fr.php @@ -273,6 +273,7 @@ return array ( 'steps' => 'Étapes', 'checks' => 'Vérifications', 'bdd_configuration' => 'Configuration de la base de données', + 'bdd_type' => 'Type de base de données', 'this_is_the_end' => 'This is the end', 'ok' => 'Ok !', |
