mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 11:09:11 -04:00
17 lines
413 B
PHP
17 lines
413 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Admin Dashboard Language Lines
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
|
|
'breadcrumb' => "Tableau de bord",
|
|
'page_title' => "Tableau de bord",
|
|
'cadet_title' => "CADET DE L'AVIATION ROYALE DU CANADA",
|
|
'get_more' => "En apprendre plus !",
|
|
|
|
];
|