X-Git-Url: https://git.rohieb.name/iserv-mod-room-reservation.git/blobdiff_plain/da71c1ce0e9e57254c6d6f2df007acfc5dae81b3..17a81109286e0e7a83bc662d9710c79ba4c0315c:/includes/functions.inc diff --git a/includes/functions.inc b/includes/functions.inc index 1416648..b174e88 100644 --- a/includes/functions.inc +++ b/includes/functions.inc @@ -72,6 +72,9 @@ define("MOD_ROOM_RESERVATION_ERROR_CONFIG_NO_SUCH_TIMESLICE", /** There is no such account */ define("MOD_ROOM_RESERVATION_ERROR_NO_SUCH_ACCOUNT", _c("room-reservation:". "The specified account does not exist.")); +/** The room is not available for booking */ +define("MOD_ROOM_RESERVATION_ERROR_ROOM_NOT_WHITELISTED", + _c("room-reservation:This room is not available for booking.")); /** * @} */