PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
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 +30 -0 11.4.211.8.4 View file →
@@ -134,8 +134,38 @@
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 + ),
144 + 'message_resource_selector_summary_label' => array(
145 + 'default' => __( 'Booking Resource', 'booking' ),
146 + 'title' => __( 'Selected Booking Resource label', 'booking' ),
147 + 'description' => __( 'Shown above the selected Booking Resource title on the booking form step.', 'booking' ),
148 + 'group' => 'booking_summaries', 'severity' => 'info', 'optional' => false, 'placeholders' => array(),
149 + ),
150 + 'message_resource_selector_start_over' => array(
151 + 'default' => __( 'Start over', 'booking' ),
152 + 'title' => __( 'Booking Resource Start over button', 'booking' ),
153 + 'description' => __( 'Button text that returns a visitor to Booking Resource selection.', 'booking' ),
154 + 'group' => 'booking_summaries', 'severity' => 'info', 'optional' => false, 'placeholders' => array(),
155 + ),
156 + 'message_appointment_summary_label' => array(
157 + 'default' => __( 'Your appointment', 'booking' ),
158 + 'title' => __( 'Appointment summary label', 'booking' ),
159 + 'description' => __( 'Shown above the selected Service title on the Appointment booking form step.', 'booking' ),
160 + 'group' => 'booking_summaries', 'severity' => 'info', 'optional' => false, 'placeholders' => array(),
161 + ),
162 + 'message_appointment_start_over' => array(
163 + 'default' => __( 'Start over', 'booking' ),
164 + 'title' => __( 'Appointment Start over button', 'booking' ),
165 + 'description' => __( 'Button text that returns a visitor to Service selection.', 'booking' ),
166 + 'group' => 'booking_summaries', 'severity' => 'info', 'optional' => false, 'placeholders' => array(),
167 + ),
138 168 'message_captcha_incorrect' => array(
139 169 'default' => __( 'The code you entered is incorrect', 'booking' ),
140 170 'title' => __( 'Incorrect CAPTCHA', 'booking' ),
141 171 'description' => __( 'Shown after an incorrect CAPTCHA response.', 'booking' ),