PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | core/wpbc-frontend-messages.php +6 -0 11.511.8.3 View file →
@@ -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' ),