From f2321eb9201babb4f22a3563bc4c343f6f560aec Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 1 Dec 2013 16:03:03 +0100 Subject: Install : quelques corrections https://github.com/marienfressinaud/FreshRSS/issues/273 --- app/i18n/en.php | 1 + app/i18n/fr.php | 1 + 2 files changed, 2 insertions(+) (limited to 'app/i18n') 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 !', -- cgit v1.2.3