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.
123 lines
7.6 KiB
123 lines
7.6 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 = "Scheduling";
|
|
$ResourceList = "Resource list";
|
|
$GoToCalendarView = "Calendar view";
|
|
$GoToListView = "List view";
|
|
$ManageResources = "Manage resources";
|
|
$EditResource = "Edit resource";
|
|
$BookIt = "Reserve Item";
|
|
$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.";
|
|
$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";
|
|
$DeleteSelectedSubscriptions = "Delete selected reservation";
|
|
$DeleteSubscription = "Delete reservation";
|
|
$SubscriptionDeleted = "Your reservation has been deleted";
|
|
$ConfirmDeleteSubscription = "Are you sure that you want to delete this reservations?";
|
|
$SubscribeInformation = "Please confirm if you want to make a reservation from #start# until #end# for #name#";
|
|
$SubscribeTimePickerInformation = "Please select for #name# a period #from_till between: #start_end";
|
|
$ReservationAdded = "Reservation added";
|
|
$ReservationTresspassing = "This reservation is already full, you are not allowed on this page";
|
|
$ReservationOutOfDate = "The date you have choosen is already in use and/or is not the reservation period from #START# until #END#";
|
|
$ReservationAlready = "You already made a reservation for this item";
|
|
$ReservationMadeTitle = "You made a succesfull reservation for #ITEM#";
|
|
$ReservationMadeMessage = "Dear Sir/Madam,\\n\\nYour reservation for #ITEM# from #START# until #END# is succesfull. ";
|
|
$ReservationDeleteTitle = "A booking period of #NAME# has been deleted";
|
|
$ReservationDeleteMessage = "Dear Sir/Madam,\\nThe reservation period of #NAME# from #START# until #END# has been removed";
|
|
$OutPeriod = "Out period";
|
|
$ReservationFromUntilError = "The booking period from #START# until #END# hasn\'t been made because a part of the booking period is already taken\\n ";
|
|
$RepeatFor = "Repeat every";
|
|
$RepeatUntil = "Repeat until";
|
|
$Recurrence = "Recurrence";
|
|
$NoRecurrence = "No recurrence";
|
|
$UntilRecurrence = "Use recurrence";
|
|
$TimePickerLimitation = "* When the timepicker is being used, the start and enddate must be the same.";
|
|
$OverviewSubscriptions = "Overview subscriptions";
|
|
$OverviewReservedPeriods = "Overview subscribed periods";
|
|
$SubscribedStartDate = "Subscribed from end date";
|
|
$SubscribedEndDate = "Subscribed till end date";
|
|
$SubscribedPerson = "Subscribed person";
|
|
$BookingView = "Booking view";
|
|
$SubscribeUntil = "Subscribe until";
|
|
$SubscribeFrom = "Subscribe from";
|
|
$Notes = "Notes";
|
|
$SubscriptionPeriod = "Subscription Period";
|
|
$NoPeriod = "No subscription period";
|
|
$FixedPeriod = "Fixed subscription period";
|
|
$ResourceFilter = "Resource filter";
|
|
$NoReservation = "No booking period yet";
|
|
$MaxUsers = "Maximum subscriptions";
|
|
$AutoAccept = "Accept users automatically";
|
|
$ResourceName = "Item";
|
|
$ResourceAdded = "Resource added";
|
|
$ResourceEdited = "Resource edited";
|
|
$ResourceDeleted = "The resource has been deleted";
|
|
$AddNewResource = "Add new resource";
|
|
$ConfirmDeleteResource = "Are you sure that you want to permantly delete this resource?";
|
|
$ResourceInactivated = "The resource has been disabled";
|
|
$ResourceActivated = "The resource has been enabled";
|
|
$Resource = "Resource";
|
|
$OpenBooking = "Open booking";
|
|
$DeleteResource = "Delete resource";
|
|
$DeleteSelectedResources = "Delete selected resources";
|
|
$ResourceExist = "The resource already exists";
|
|
$AcceptUsers = "Accepting users";
|
|
$UnacceptedUsers = "Unaccepting users";
|
|
$DeleteSubscriptions = "Deleting subscriptions";
|
|
$NoItems = "No items yet";
|
|
$ItemNotDeleted = "Some items aren\'t removed because their are still reservations";
|
|
$ItemHasReservations = "The item still has #NUM# active reservation(s)";
|
|
$NoItemsReservation = "Their aren\'t any item available for you in this resource";
|
|
$ReservationAccepted = "Your reservation for #ITEM# is accepted";
|
|
$ReservationDenied = "Your reservation for #ITEM# is denied";
|
|
$ReservationForItemAccepted = "Dear Sir/Madam,\\n\\nYour reservation for #ITEM# from #BEGIN till #END has been accepted";
|
|
$ReservationForItemDenied = "Dear Sir/Madam,\\n\\nYour reservation for #ITEM# from #BEGIN till #END has been rejected";
|
|
$ReservationCancelled = "Reservation cancelled, #NAME# is temporary unavailable";
|
|
$ReservationActive = "Reservation is active again, #NAME# is available again";
|
|
$ReservationUnavailable = "Dear Sir/Madam,\\n\\nItem #NAME# is temporary unavailable so your reservation from #BEGIN# till #END# has been cancelled.\\nYou will get an email when its available again, we excuse us for the inconvenience. ";
|
|
$ReservationAvailable = "Dear Sir/Madam,\\n\\nWe wish to inform you that #NAME# is available again so your reservation from #BEGIN# till #END# is active again.";
|
|
$Resources = "Resources";
|
|
$EditBookingPeriod = "Edit booking period";
|
|
?>
|