Merge pull request #783 from xavier-GitHub76/2.x

Update app.php (French translations Fix) + version app (2.4.4)
This commit is contained in:
KodeStar 2022-03-18 16:40:10 +00:00 committed by GitHub
commit 85c68c1f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -14,7 +14,7 @@ return [
*/
'name' => env('APP_NAME', 'Heimdall'),
'version' => '2.4.3',
'version' => '2.4.4',
/*
|--------------------------------------------------------------------------

View file

@ -6,6 +6,7 @@ return array (
'settings.miscellaneous' => 'Divers',
'settings.support' => 'Support',
'settings.donate' => 'Contribuer',
'settings.advanced' => 'Options avancées',
'settings.version' => 'Version',
'settings.background_image' => 'Image d\'arrière-plan',
@ -71,6 +72,8 @@ return array (
'apps.preview' => 'Aperçu',
'apps.apptype' => 'Type d\'application ',
'apps.only_admin_account' => 'Seulement si vous avez un compte administrateur!',
'apps.autologin_url' => 'URL de connexion automatique',
'apps.show_deleted' => 'Afficher les applications supprimées',
'dashboard' => 'Tableau de bord',