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/reservation.inc.php

56 lines
3.5 KiB

<?php /*
for more information: see languages.txt in the lang folder.
*/
$ReservationPeriodToSmall = "The reservation period is to short.";
$BookingSystem = "Booking system";
$BookingPeriodList = "Booking period list";
$BookingListView = "Booking list view";
$BookingCalendarView = "Booking calendar view";
$BookingPeriods = "Booking periods";
$ResourceList = "Resource list";
$GoToCalendarView = "Go to calendar view";
$GoToListView = "Go to list view";
$ManageResources = "Manage resources";
$EditResource = "Edit resource";
$BookIt = "Book it";
$GoTo = "Go to";
$NoTimePicker = "No time picker";
$TimePicker = "Time picker";
$ManageBookingPeriods = "Manage booking periods";
$BookingPeriodToSmall = "The booking period is to small.";
$BookingPeriodToBig = "The booking period is to big.";
$BookingPeriodTimePickerError1 = "A booking period without a timepicker can not be made if the minimum and maximum time of a chunck differs from zero.";
$BookingPeriodTimePickerError2 = "A booking period with a timepicker can not be made if the maximum time is smaller than the minimum time of a chunck.";
$BookingPeriodTimePickerError3 = "A booking period with a timepicker can not be made if the maximum time of a chunck doesn\'t fit between the start and end date.";
$BookingPeriodHasSubscriptions = "The booking period has #NUM# active reservation(s), modifying the booking period is not possible";
$TimePickerMaxUsers = "* When the timepicker is being used, the maximum number of subscriptions is being ignored.";
$TimePickerMinMaxNull = "* If the minimum and maximum value of the timepicker is zero, the time can be chosen variably.";
$DeleteSelectedBookingPeriod = "Delete selected booking periods";
$EditNewBookingPeriod = "Edit a booking period";
$BookingPeriodAdded = "The booking period has been added";
$BookingPeriodDeleted = "The booking period has been deleted";
$ConfirmDeleteBookingPeriod = "Are you sure that you want to permantly delete this booking period?";
$DeleteBookingPeriod = "Remove this booking period";
$BookingPeriodEdited = "The booking period has been edited";
$BookingPeriodDateOverlap = "A part of the booking period is already in use in the period from #START# until #END#";
$BookingPeriodSubscribeUntilAfterStart = "The subscribe until date is greater then the startdate";
$BookingPeriodPast = "Its not possible to make reservations before the current time";
$ReservationMaxUsersOverrun = "The are already more people subscribed then the Max Users you selected";
$AddNewBookingPeriod = "Add a new booking period";
$BookingPeriodTimePickerLimitation = "It is not possible to make reservations with a timepicker if the start and end date are not the same.";
$ResourceList = "Resource list";
$ResourceTypeName = "Resource type name";
$AddNewResourceType = "Add new resource type";
$ResourceTypeAdded = "The resource type has been added";
$ResourceTypeEdited = "The resource type has been edited";
$ResourceTypeDeleted = "The resource type has been deleted";
$ConfirmDeleteResourceType = "Are you sure that you want to permantly delete this resource type?";
$EditResourceType = "Edit resource type";
$DeleteResourceType = "Delete resource type";
$DeleteSelectedCategories = "Delete selected items";
$NoResourcesType = "No resource type yet";
$ResourceType = "Resource type";
$ResourceTypeExist = "This resource type already exists";
$ResourceTypeHasItems = "The resource type has #NUM# items ! Delete has been aborted";
$ResourceTypeNotDeleted = "Some resource types aren\'t deleted because they still have items";
?>