diff options
| author | 2013-12-01 16:03:03 +0100 | |
|---|---|---|
| committer | 2013-12-01 16:03:03 +0100 | |
| commit | f2321eb9201babb4f22a3563bc4c343f6f560aec (patch) | |
| tree | 25e83493d3ece6ad4447c84e7bdc1de923476d84 /app | |
| parent | 7cfd6c84cc89979799e9ff4b38f0ba92e568c8f6 (diff) | |
Install : quelques corrections
https://github.com/marienfressinaud/FreshRSS/issues/273
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 !', |
