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:
commit
85c68c1f46
2 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,7 @@ return [
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'name' => env('APP_NAME', 'Heimdall'),
|
'name' => env('APP_NAME', 'Heimdall'),
|
||||||
'version' => '2.4.3',
|
'version' => '2.4.4',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
@ -6,6 +6,7 @@ return array (
|
||||||
'settings.miscellaneous' => 'Divers',
|
'settings.miscellaneous' => 'Divers',
|
||||||
'settings.support' => 'Support',
|
'settings.support' => 'Support',
|
||||||
'settings.donate' => 'Contribuer',
|
'settings.donate' => 'Contribuer',
|
||||||
|
'settings.advanced' => 'Options avancées',
|
||||||
|
|
||||||
'settings.version' => 'Version',
|
'settings.version' => 'Version',
|
||||||
'settings.background_image' => 'Image d\'arrière-plan',
|
'settings.background_image' => 'Image d\'arrière-plan',
|
||||||
|
@ -71,6 +72,8 @@ return array (
|
||||||
'apps.preview' => 'Aperçu',
|
'apps.preview' => 'Aperçu',
|
||||||
'apps.apptype' => 'Type d\'application ',
|
'apps.apptype' => 'Type d\'application ',
|
||||||
'apps.only_admin_account' => 'Seulement si vous avez un compte administrateur!',
|
'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',
|
'dashboard' => 'Tableau de bord',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue