Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/english_org/agenda.inc.php

59 lines
1.5 KiB

<?php
$lang_agenda="Agenda";
$lang_agenda_add="Add new Agenda Item";
$lang_agenda_show_all="Show All Agenda Items";
$lang_agenda_show_current="Show Agenda Items of current month";
$lang_agenda_sort_chronologically_up="Oldest items first";
$lang_agenda_sort_chronologically_down="Newest items first";
$lang_modify_calendar_item="Modify an Agenda item";
$lang_add_calendar_item="Add a new Agenda item";
$lang_day="Day";
$lang_month="Month";
$lang_year="Year";
$lang_hour="Hour";
$lang_minutes="Minutes";
$lang_title="Title";
$lang_item_title="Item title";
$lang_detail="Detail";
$lang_item_detail="Item detail";
$lang_lasting="Lasting";
$lang_edit_success="The agenda item has been edited";
$lang_add_success="Agenda item added";
$lang_delete_success="The agenda item has been deleted";
$lang_no_items="There are no Agenda Items";
// The days of the week
$lang_monday="Monday";
$lang_tuesday="Tuesday";
$lang_wednesday="Wednesday";
$lang_thursday="Thursday";
$lang_friday="Friday";
$lang_saterday="Saterday";
$lang_sunday="Sunday";
// The shorts for the days of the week
$lang_monday_short="Mon";
$lang_tuesday_short="Tue";
$lang_wednesday_short="Wed";
$lang_thursday_short="Thu";
$lang_friday_short="Fri";
$lang_saterday_short="Sat";
$lang_sunday_short="Sun";
// The months of the year
$lang_janary="January";
$lang_february="February";
$lang_march="March";
$lang_april="April";
$lang_may="May";
$lang_june="June";
$lang_july="July";
$lang_august="August";
$lang_september="September";
$lang_october="October";
$lang_november="November";
$lang_december="December";
?>