mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
20 lines
547 B
PHP
20 lines
547 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Calendar Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
'nothing_today' => "Il n'y a rien a l'horaire pour cette date",
|
|
'admin_page_title' => "Horaire",
|
|
'admin_breadcrumb' => "Horaire",
|
|
'add_to_schedule' => "Ajouter une activité a l'horaire",
|
|
'begin_at' => "Commence a ",
|
|
'end_at' => " et termine a ",
|
|
'pilotage_title' => "Cours de pilotage",
|
|
];
|