agenda.inc.php 576 B

1234567891011121314151617181920
  1. <?php
  2. /*
  3. for more information: see languages.txt in the lang folder.
  4. */
  5. $AgendaAdd = "Add new Agenda Item";
  6. $ShowAllEvents = "Show All Agenda Items";
  7. $ShowCurrent = "Show Agenda Items of current month";
  8. $AddCalendarItem = "Add a new Agenda item";
  9. $Day = "Day";
  10. $Month = "Month";
  11. $Year = "Year";
  12. $Hour = "Hour";
  13. $Minutes = "Minutes";
  14. $Detail = "Detail";
  15. $EditSuccess = "The agenda item has been edited";
  16. $AddSuccess = "Agenda item added";
  17. $AgendaDeleteSuccess = "The agenda item has been deleted";
  18. $NoAgendaItems = "There are no Agenda Items";
  19. $lang_september = "September";
  20. ?>