| @@ -134,8 +134,14 @@ | ||
| 134 | 134 | 'title' => __( 'Saving booking', 'booking' ), |
| 135 | 135 | 'description' => __( 'Short progress text shown while the booking is being submitted.', 'booking' ), |
| 136 | 136 | 'group' => 'submission', 'severity' => 'info', 'optional' => false, 'placeholders' => array(), |
| 137 | 137 | ), |
| 138 | + 'message_unexpected_server_response' => array( | |
| 139 | + 'default' => __( 'The server returned an unexpected response. Please reload the page and try again. If the problem continues, contact the website administrator.', 'booking' ), | |
| 140 | + 'title' => __( 'Unexpected server response', 'booking' ), | |
| 141 | + 'description' => __( 'Shown when calendar loading or booking submission does not return valid Booking Calendar data.', 'booking' ), | |
| 142 | + 'group' => 'submission', 'severity' => 'error', 'optional' => false, 'placeholders' => array(), | |
| 143 | + ), | |
| 138 | 144 | 'message_resource_selector_summary_label' => array( |
| 139 | 145 | 'default' => __( 'Booking Resource', 'booking' ), |
| 140 | 146 | 'title' => __( 'Selected Booking Resource label', 'booking' ), |
| 141 | 147 | 'description' => __( 'Shown above the selected Booking Resource title on the booking form step.', 'booking' ), |