mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.1e
This commit is contained in:
19
resources/lang/fr/calendar.php
Normal file
19
resources/lang/fr/calendar.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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",
|
||||
];
|
||||
@@ -15,5 +15,6 @@ return [
|
||||
|
||||
'previous' => '« Précédent',
|
||||
'next' => 'Suivant »',
|
||||
'close' => 'Fermer',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user