Restaurant Reservations - Version 1.4

Version Description

Thanks to sponsorship from Gemini Design, the plugin now supports sending an email directly to customers from the list of bookings, so you can request more details or suggest an alternative booking time. This update also improves the German translation and adds a Hebrew translation. Read the full changelog for details.

Download this release

Release Info

Developer NateWr
Plugin Icon 128x128 Restaurant Reservations
Version 1.4
Comparing to
See all releases

Code changes from version 1.3 to 1.4

assets/css/admin.css CHANGED
@@ -85,7 +85,7 @@
85
  width: 5em;
86
  }
87
 
88
- #rtb-bookings-table .column-date .actions {
89
  line-height: 28px;
90
  opacity: 0;
91
  -webkit-transition: opacity 0.3s 0;
@@ -93,7 +93,7 @@
93
  transition: opacity 0.3s 0;
94
  }
95
 
96
- #rtb-bookings-table tr:hover .column-date .actions {
97
  opacity: 1;
98
  }
99
 
@@ -211,41 +211,55 @@
211
  transition-duration: 0.3s;
212
  }
213
 
214
- #rtb-booking-modal fieldset {
215
  padding: 0;
216
  }
217
 
218
- #rtb-booking-modal label {
 
 
 
 
 
 
 
 
 
 
 
219
  color: #777;
220
  font-style: italic;
 
221
  }
222
 
223
- #rtb-booking-modal button {
 
224
  margin-top: 1em;
225
  margin-right: 1em;
226
  }
227
 
228
- #rtb-booking-modal .button {
 
229
  margin-top: 1em;
230
  }
231
 
232
- #rtb-booking-modal button,
233
- #rtb-booking-modal .button {
234
  opacity: 1;
235
  transition: opacity .25s ease-in-out;
236
  -moz-transition: opacity .25s ease-in-out;
237
  -webkit-transition: opacity .25s ease-in-out;
238
  }
239
 
240
- #rtb-booking-modal button:disabled,
241
- #rtb-booking-modal .button:disabled {
242
  opacity: 0.5;
243
  transition: opacity .25s ease-in-out;
244
  -moz-transition: opacity .25s ease-in-out;
245
  -webkit-transition: opacity .25s ease-in-out;
246
  }
247
 
248
- #rtb-booking-modal .action-status {
249
  display: inline-block;
250
  float: right;
251
  margin-top: 1em;
@@ -255,11 +269,11 @@
255
  -webkit-transition: opacity .25s ease-in-out;
256
  }
257
 
258
- #rtb-booking-modal .action-status.is-visible {
259
  opacity: 1;
260
  }
261
 
262
- #rtb-booking-modal .action-status > span {
263
  display: none;
264
  background-position: 4px;
265
  margin: 0;
@@ -269,30 +283,41 @@
269
  font-size: 28px;
270
  }
271
 
272
- #rtb-booking-modal .action-status > .spinner {
273
  display: block;
274
  }
275
 
276
- #rtb-booking-modal .action-status > .success {
277
  color: #7ad03a;
278
  }
279
 
280
- #rtb-booking-modal .action-status > .error {
281
  color: #dd3d36;
282
  }
283
 
284
- #rtb-booking-modal .rtb-error {
285
  background: #dd3d36;
286
  }
287
 
288
- #rtb-booking-modal .rtb-error a {
289
  color: #fff;
290
  }
291
 
292
- #rtb-booking-modal input[type="text"],
293
- #rtb-booking-modal input[type="email"],
294
- #rtb-booking-modal textarea {
 
295
  max-width: 100%;
 
 
 
 
 
 
 
 
 
 
296
  }
297
 
298
  .rtb-description {
85
  width: 5em;
86
  }
87
 
88
+ #rtb-bookings-table td .actions {
89
  line-height: 28px;
90
  opacity: 0;
91
  -webkit-transition: opacity 0.3s 0;
93
  transition: opacity 0.3s 0;
94
  }
95
 
96
+ #rtb-bookings-table tr:hover td .actions {
97
  opacity: 1;
98
  }
99
 
211
  transition-duration: 0.3s;
212
  }
213
 
214
+ .rtb-admin-modal fieldset {
215
  padding: 0;
216
  }
217
 
218
+ .rtb-admin-modal fieldset > div {
219
+ margin-top: 1em;
220
+ }
221
+
222
+ .rtb-admin-modal legend {
223
+ font-size: 1.5em;
224
+ margin: 0 0 0.83em;
225
+ font-weight: 400;
226
+ padding: 0;
227
+ }
228
+
229
+ .rtb-admin-modal label {
230
  color: #777;
231
  font-style: italic;
232
+ display: block;
233
  }
234
 
235
+ #rtb-booking-modal button,
236
+ #rtb-email-modal button {
237
  margin-top: 1em;
238
  margin-right: 1em;
239
  }
240
 
241
+ #rtb-booking-modal .button,
242
+ #rtb-email-modal .button {
243
  margin-top: 1em;
244
  }
245
 
246
+ .rtb-admin-modal button,
247
+ .rtb-admin-modal .button {
248
  opacity: 1;
249
  transition: opacity .25s ease-in-out;
250
  -moz-transition: opacity .25s ease-in-out;
251
  -webkit-transition: opacity .25s ease-in-out;
252
  }
253
 
254
+ .rtb-admin-modal button:disabled,
255
+ .rtb-admin-modal .button:disabled {
256
  opacity: 0.5;
257
  transition: opacity .25s ease-in-out;
258
  -moz-transition: opacity .25s ease-in-out;
259
  -webkit-transition: opacity .25s ease-in-out;
260
  }
261
 
262
+ .rtb-admin-modal .action-status {
263
  display: inline-block;
264
  float: right;
265
  margin-top: 1em;
269
  -webkit-transition: opacity .25s ease-in-out;
270
  }
271
 
272
+ .rtb-admin-modal .action-status.is-visible {
273
  opacity: 1;
274
  }
275
 
276
+ .rtb-admin-modal .action-status > span {
277
  display: none;
278
  background-position: 4px;
279
  margin: 0;
283
  font-size: 28px;
284
  }
285
 
286
+ .rtb-admin-modal .action-status > .spinner {
287
  display: block;
288
  }
289
 
290
+ .rtb-admin-modal .action-status > .success {
291
  color: #7ad03a;
292
  }
293
 
294
+ .rtb-admin-modal .action-status > .error {
295
  color: #dd3d36;
296
  }
297
 
298
+ #rtb-booking-form .rtb-error {
299
  background: #dd3d36;
300
  }
301
 
302
+ #rtb-booking-form .rtb-error a {
303
  color: #fff;
304
  }
305
 
306
+ .rtb-admin-modal input[type="text"],
307
+ .rtb-admin-modal input[type="email"],
308
+ .rtb-admin-modal input[type="tel"],
309
+ .rtb-admin-modal textarea {
310
  max-width: 100%;
311
+ width: 100%;
312
+ }
313
+
314
+ #rtb-email-modal .rtb-email-to {
315
+ font-weight: 700;
316
+ color: #777;
317
+ }
318
+
319
+ #rtb-email-modal textarea {
320
+ min-height: 12em;
321
  }
322
 
323
  .rtb-description {
assets/js/admin.js CHANGED
@@ -19,19 +19,30 @@ jQuery(document).ready(function ($) {
19
  return false;
20
  });
21
 
22
- // Register clicks on edit/delete links
23
- $( '#rtb-bookings-table .column-date .actions' ).click( function(e) {
 
 
24
 
25
  var target = $(e.target);
26
- var cell = target.parent().parent();
27
 
28
- rtb_booking_loading_spinner( true, cell );
 
 
 
 
29
 
30
  if ( target.data( 'action' ) == 'edit' ) {
 
31
  rtb_get_booking( target.data( 'id' ), cell );
32
 
33
  } else if ( target.data( 'action' ) == 'trash' ) {
 
34
  rtb_trash_booking( target.data( 'id' ), cell );
 
 
 
35
  }
36
 
37
  e.preventDefault();
@@ -56,6 +67,10 @@ jQuery(document).ready(function ($) {
56
  var rtb_booking_modal_submit = rtb_booking_modal.find( 'button' );
57
  var rtb_booking_modal_cancel = rtb_booking_modal.find( '#rtb-cancel-booking-modal' );
58
  var rtb_booking_modal_action_status = rtb_booking_modal.find( '.action-status' );
 
 
 
 
59
  var rtb_booking_modal_error = $( '#rtb-error-modal' );
60
  var rtb_booking_modal_error_msg = rtb_booking_modal_error.find( '.rtb-error-msg' );
61
 
@@ -112,6 +127,31 @@ jQuery(document).ready(function ($) {
112
  }
113
  }
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  /**
116
  * Initialize form field events
117
  */
@@ -206,27 +246,28 @@ jQuery(document).ready(function ($) {
206
  /**
207
  * Show the appropriate result status icon
208
  */
209
- function rtb_show_action_status( status ) {
210
 
211
- rtb_booking_modal_action_status.find( 'span' ).hide();
212
 
213
  if ( status === true ) {
214
- rtb_booking_modal_action_status.find( '.success' ).show();
215
  } else if ( status === false ) {
216
- rtb_booking_modal_action_status.find( '.error' ).show();
217
  } else {
218
- rtb_booking_modal_action_status.find( '.spinner' ).show();
219
  }
220
  }
221
 
222
  // Initialize form field events on load
223
  rtb_init_booking_form_modal_fields();
224
 
225
- // Reset the form on load
226
  // This fixes a strange bug in Firefox where disabled buttons would
227
  // persist after the page refreshed. I'm guessing its a cache issue
228
  // but this will just reset everything again
229
  rtb_toggle_booking_form_modal( false );
 
230
 
231
  // Show booking form modal
232
  $( '.add-booking' ).click( function() {
@@ -244,11 +285,14 @@ jQuery(document).ready(function ($) {
244
  }
245
  });
246
 
247
- // Close booking form modal and error modal when ESC is keyed
248
- $(document).keyup( function(e) {
249
- if ( e.which == '27' ) {
250
- rtb_toggle_booking_form_modal( false );
251
- rtb_toggle_booking_form_error_modal( false );
 
 
 
252
  }
253
  });
254
 
@@ -259,6 +303,15 @@ jQuery(document).ready(function ($) {
259
  }
260
  });
261
 
 
 
 
 
 
 
 
 
 
262
  // Submit booking form modal
263
  rtb_booking_modal_submit.click( function(e) {
264
 
@@ -273,7 +326,7 @@ jQuery(document).ready(function ($) {
273
  rtb_booking_modal_submit.prop( 'disabled', true );
274
  rtb_booking_modal_cancel.prop( 'disabled', true );
275
  rtb_booking_modal_action_status.addClass( 'is-visible' );
276
- rtb_show_action_status( 'loading' );
277
 
278
  var params = {};
279
 
@@ -313,7 +366,7 @@ jQuery(document).ready(function ($) {
313
  rtb_booking_modal_submit.prop( 'disabled', false );
314
  }
315
 
316
- rtb_show_action_status( r.success );
317
 
318
  // Hide result status icon after a few seconds
319
  setTimeout( function() {
@@ -322,6 +375,63 @@ jQuery(document).ready(function ($) {
322
  });
323
  });
324
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
325
  // Show the addons
326
  if ( $( '#rtb-addons' ).length ) {
327
 
19
  return false;
20
  });
21
 
22
+ // Register clicks on action links
23
+ $( '#rtb-bookings-table tr .actions' ).click( function(e) {
24
+
25
+ e.stopPropagation();
26
 
27
  var target = $(e.target);
28
+ var action = target.data( 'action' );
29
 
30
+ if ( !action ) {
31
+ return;
32
+ }
33
+
34
+ var cell = target.parent().parent();
35
 
36
  if ( target.data( 'action' ) == 'edit' ) {
37
+ rtb_booking_loading_spinner( true, cell );
38
  rtb_get_booking( target.data( 'id' ), cell );
39
 
40
  } else if ( target.data( 'action' ) == 'trash' ) {
41
+ rtb_booking_loading_spinner( true, cell );
42
  rtb_trash_booking( target.data( 'id' ), cell );
43
+
44
+ } else if ( target.data( 'action' ) == 'email') {
45
+ rtb_toggle_email_modal( true, target.data( 'id'), target.data( 'email' ), target.data( 'name' ) );
46
  }
47
 
48
  e.preventDefault();
67
  var rtb_booking_modal_submit = rtb_booking_modal.find( 'button' );
68
  var rtb_booking_modal_cancel = rtb_booking_modal.find( '#rtb-cancel-booking-modal' );
69
  var rtb_booking_modal_action_status = rtb_booking_modal.find( '.action-status' );
70
+ var rtb_email_modal = $( '#rtb-email-modal' );
71
+ var rtb_email_modal_submit = rtb_email_modal.find( 'button' );
72
+ var rtb_email_modal_cancel = rtb_email_modal.find( '#rtb-cancel-email-modal' );
73
+ var rtb_email_modal_action_status = rtb_email_modal.find( '.action-status' );
74
  var rtb_booking_modal_error = $( '#rtb-error-modal' );
75
  var rtb_booking_modal_error_msg = rtb_booking_modal_error.find( '.rtb-error-msg' );
76
 
127
  }
128
  }
129
 
130
+ /**
131
+ * Show or hide the email form modal
132
+ */
133
+ function rtb_toggle_email_modal( show, id, email, name ) {
134
+
135
+ if ( show ) {
136
+ rtb_email_modal.scrollTop( 0 ).addClass( 'is-visible' );
137
+ rtb_email_modal.find( 'input[name=ID]' ).val( id );
138
+ rtb_email_modal.find( 'input[name=email]' ).val( email );
139
+ rtb_email_modal.find( 'input[name=name]' ).val( name );
140
+ rtb_email_modal.find( '.rtb-email-to' ).html( name + ' <' + email + '>' );
141
+
142
+ $( 'body' ).addClass( 'rtb-hide-body-scroll' );
143
+
144
+ } else {
145
+ rtb_email_modal.removeClass( 'is-visible' );
146
+ rtb_email_modal.find( '.rtb-email-to' ).html( '' );
147
+ rtb_email_modal.find( 'textarea, input[type="hidden"], input[type="text"]' ).val( '' );
148
+ rtb_email_modal_submit.prop( 'disabled', false );
149
+ rtb_email_modal_cancel.prop( 'disabled', false );
150
+
151
+ $( 'body' ).removeClass( 'rtb-hide-body-scroll' );
152
+ }
153
+ }
154
+
155
  /**
156
  * Initialize form field events
157
  */
246
  /**
247
  * Show the appropriate result status icon
248
  */
249
+ function rtb_show_action_status( el, status ) {
250
 
251
+ el.find( 'span' ).hide();
252
 
253
  if ( status === true ) {
254
+ el.find( '.success' ).show();
255
  } else if ( status === false ) {
256
+ el.find( '.error' ).show();
257
  } else {
258
+ el.find( '.spinner' ).show();
259
  }
260
  }
261
 
262
  // Initialize form field events on load
263
  rtb_init_booking_form_modal_fields();
264
 
265
+ // Reset the forms on load
266
  // This fixes a strange bug in Firefox where disabled buttons would
267
  // persist after the page refreshed. I'm guessing its a cache issue
268
  // but this will just reset everything again
269
  rtb_toggle_booking_form_modal( false );
270
+ rtb_toggle_email_modal( false );
271
 
272
  // Show booking form modal
273
  $( '.add-booking' ).click( function() {
285
  }
286
  });
287
 
288
+ // Close email modal when background or cancel button is clicked
289
+ rtb_email_modal.click( function(e) {
290
+ if ( $(e.target).is( rtb_email_modal ) ) {
291
+ rtb_toggle_email_modal( false );
292
+ }
293
+
294
+ if ( $(e.target).is( rtb_email_modal_cancel ) && rtb_email_modal_cancel.prop( 'disabled' ) === false ) {
295
+ rtb_toggle_email_modal( false );
296
  }
297
  });
298
 
303
  }
304
  });
305
 
306
+ // Close modals when ESC is keyed
307
+ $(document).keyup( function(e) {
308
+ if ( e.which == '27' ) {
309
+ rtb_toggle_booking_form_modal( false );
310
+ rtb_toggle_email_modal( false );
311
+ rtb_toggle_booking_form_error_modal( false );
312
+ }
313
+ });
314
+
315
  // Submit booking form modal
316
  rtb_booking_modal_submit.click( function(e) {
317
 
326
  rtb_booking_modal_submit.prop( 'disabled', true );
327
  rtb_booking_modal_cancel.prop( 'disabled', true );
328
  rtb_booking_modal_action_status.addClass( 'is-visible' );
329
+ rtb_show_action_status( rtb_booking_modal_action_status, 'loading' );
330
 
331
  var params = {};
332
 
366
  rtb_booking_modal_submit.prop( 'disabled', false );
367
  }
368
 
369
+ rtb_show_action_status( rtb_booking_modal_action_status, r.success );
370
 
371
  // Hide result status icon after a few seconds
372
  setTimeout( function() {
375
  });
376
  });
377
 
378
+ // Submit email form modal
379
+ rtb_email_modal_submit.click( function(e) {
380
+
381
+ e.preventDefault();
382
+ e.stopPropagation();
383
+
384
+ if ( $(this).prop( 'disabled' ) === true ) {
385
+ return;
386
+ }
387
+
388
+ // Loading
389
+ rtb_email_modal_submit.prop( 'disabled', true );
390
+ rtb_email_modal_cancel.prop( 'disabled', true );
391
+ rtb_email_modal_action_status.addClass( 'is-visible' );
392
+ rtb_show_action_status( rtb_email_modal_action_status, 'loading' );
393
+
394
+ var params = {};
395
+
396
+ params.action = 'rtb-admin-email-modal';
397
+ params.nonce = rtb_admin.nonce;
398
+ params.email = rtb_email_modal.find( 'form' ).serializeArray();
399
+
400
+ var data = $.param( params );
401
+
402
+ var jqhxr = $.post( ajaxurl, data, function( r ) {
403
+
404
+ if ( r.success ) {
405
+
406
+ rtb_show_action_status( rtb_email_modal_action_status, r.success );
407
+
408
+ // Hide result status icon after a few seconds
409
+ setTimeout( function() {
410
+ rtb_email_modal.find( '.action-status' ).removeClass( 'is-visible' );
411
+ rtb_toggle_email_modal( false );
412
+ }, 1000 );
413
+
414
+ } else {
415
+
416
+ if ( typeof r.data == 'unspecified' || typeof r.data.error == 'unspecified' ) {
417
+ rtb_toggle_booking_form_error_modal( true, rtb_admin.strings.error_unspecified );
418
+ } else {
419
+ rtb_toggle_booking_form_error_modal( true, r.data.msg );
420
+ }
421
+
422
+ rtb_email_modal_cancel.prop( 'disabled', false );
423
+ rtb_email_modal_submit.prop( 'disabled', false );
424
+
425
+ rtb_show_action_status( rtb_email_modal_action_status, false );
426
+
427
+ // Hide result status icon after a few seconds
428
+ setTimeout( function() {
429
+ rtb_email_modal.find( '.action-status' ).removeClass( 'is-visible' );
430
+ }, 4000 );
431
+ }
432
+ });
433
+ });
434
+
435
  // Show the addons
436
  if ( $( '#rtb-addons' ).length ) {
437
 
includes/AdminBookings.class.php CHANGED
@@ -22,6 +22,8 @@ class rtbAdminBookings {
22
  add_action( 'wp_ajax_rtb-admin-booking-modal', array( $this, 'booking_modal_ajax' ) );
23
  add_action( 'wp_ajax_nopriv_rtb-admin-trash-booking' , array( $this , 'nopriv_ajax' ) );
24
  add_action( 'wp_ajax_rtb-admin-trash-booking', array( $this, 'trash_booking_ajax' ) );
 
 
25
 
26
  // Validate post status and notification fields
27
  add_action( 'rtb_validate_booking_submission', array( $this, 'validate_admin_fields' ) );
@@ -86,8 +88,11 @@ class rtbAdminBookings {
86
  * @since 0.0.1
87
  */
88
  public function print_booking_form_modal() {
 
 
89
  ?>
90
 
 
91
  <div id="rtb-booking-modal" class="rtb-admin-modal">
92
  <div class="rtb-booking-form rtb-container">
93
  <form method="POST">
@@ -121,6 +126,47 @@ class rtbAdminBookings {
121
  </form>
122
  </div>
123
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  <!-- Restaurant Reservations error message modal -->
125
  <div id="rtb-error-modal" class="rtb-admin-modal">
126
  <div class="rtb-error rtb-container">
@@ -391,11 +437,79 @@ class rtbAdminBookings {
391
  )
392
  );
393
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
394
 
 
 
 
 
 
 
 
 
395
 
 
 
396
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  }
398
 
 
399
  /**
400
  * Validate post status and notification fields
401
  * @since 1.3
22
  add_action( 'wp_ajax_rtb-admin-booking-modal', array( $this, 'booking_modal_ajax' ) );
23
  add_action( 'wp_ajax_nopriv_rtb-admin-trash-booking' , array( $this , 'nopriv_ajax' ) );
24
  add_action( 'wp_ajax_rtb-admin-trash-booking', array( $this, 'trash_booking_ajax' ) );
25
+ add_action( 'wp_ajax_nopriv_rtb-admin-email-modal' , array( $this , 'nopriv_ajax' ) );
26
+ add_action( 'wp_ajax_rtb-admin-email-modal', array( $this, 'email_modal_ajax' ) );
27
 
28
  // Validate post status and notification fields
29
  add_action( 'rtb_validate_booking_submission', array( $this, 'validate_admin_fields' ) );
88
  * @since 0.0.1
89
  */
90
  public function print_booking_form_modal() {
91
+
92
+ global $rtb_controller;
93
  ?>
94
 
95
+ <!-- Restaurant Reservations add/edit booking modal -->
96
  <div id="rtb-booking-modal" class="rtb-admin-modal">
97
  <div class="rtb-booking-form rtb-container">
98
  <form method="POST">
126
  </form>
127
  </div>
128
  </div>
129
+
130
+ <!-- Restaurant Reservations send email modal -->
131
+ <div id="rtb-email-modal" class="rtb-admin-modal">
132
+ <div class="rtb-email-form rtb-container">
133
+ <form method="POST">
134
+ <input type="hidden" name="action" value="admin_send_email">
135
+ <input type="hidden" name="ID" value="">
136
+ <input type="hidden" name="name" value="">
137
+ <input type="hidden" name="email" value="">
138
+
139
+ <fieldset>
140
+ <legend><?php _e( 'Send Email', 'retaurant-reservations' ); ?></legend>
141
+
142
+ <div class="to">
143
+ <label for="rtb-email-to"><?php _ex( 'To', 'Label next to the email address to which an email will be sent', 'restaurant-reservations' ); ?></label>
144
+ <span class="rtb-email-to"></span>
145
+ </div>
146
+ <div class="subject">
147
+ <label for="rtb-email-subject"><?php _e( 'Subject', 'restaurant-reservations' ); ?></label>
148
+ <input type="text" name="rtb-email-subject" placeholder="<?php echo $rtb_controller->settings->get_setting( 'subject-admin-notice'); ?>">
149
+ </div>
150
+ <div class="message">
151
+ <label for="rtb-email-message"><?php _e( 'Message', 'restaurant-reservations' ); ?></label>
152
+ <textarea name="rtb-email-message" id="rtb-email-message"></textarea>
153
+ </div>
154
+ </fieldset>
155
+
156
+ <button type="submit" class="button-primary">
157
+ <?php _e( 'Add Booking', 'restaurant-reservations' ); ?>
158
+ </button>
159
+ <a href="#" class="button" id="rtb-cancel-email-modal">
160
+ <?php _e( 'Cancel', 'restaurant-reservations' ); ?>
161
+ </a>
162
+ <div class="action-status">
163
+ <span class="spinner loading"></span>
164
+ <span class="dashicons dashicons-no-alt error"></span>
165
+ <span class="dashicons dashicons-yes success"></span>
166
+ </div>
167
+ </form>
168
+ </div>
169
+ </div>
170
  <!-- Restaurant Reservations error message modal -->
171
  <div id="rtb-error-modal" class="rtb-admin-modal">
172
  <div class="rtb-error rtb-container">
437
  )
438
  );
439
  }
440
+ }
441
+
442
+ /**
443
+ * Handle ajax requests to send an email
444
+ *
445
+ * @since 1.3.1
446
+ */
447
+ public function email_modal_ajax() {
448
+
449
+ global $rtb_controller;
450
+
451
+ // Authenticate request
452
+ if ( !check_ajax_referer( 'rtb-admin', 'nonce' ) || !current_user_can( 'manage_bookings' ) ) {
453
+ $this->nopriv_ajax();
454
+ }
455
+
456
+ // Set up $_POST object for validation
457
+ foreach( $_POST['email'] as $field ) {
458
+ $_POST[ $field['name'] ] = $field['value'];
459
+ }
460
+
461
+ $id = (int) $_POST['ID'];
462
+ $name = sanitize_text_field( $_POST['name'] );
463
+ $email = sanitize_text_field( $_POST['email'] );
464
+ $subject = stripcslashes( sanitize_text_field( $_POST['rtb-email-subject'] ) );
465
+ $message = stripcslashes( wp_kses_post( $_POST['rtb-email-message'] ) );
466
+
467
+ if ( empty( $message ) ) {
468
+ wp_send_json_error(
469
+ array(
470
+ 'error' => 'email_missing_message',
471
+ 'msg' => __( 'Please enter a message before sending the email.', 'restaurant-reservations' ),
472
+ )
473
+ );
474
+ }
475
 
476
+ if ( empty( $id ) || empty( $name ) || empty( $email ) ) {
477
+ wp_send_json_error(
478
+ array(
479
+ 'error' => 'email_missing_data',
480
+ 'msg' => __( 'The email could not be sent because some critical information was missing.', 'restaurant-reservations' ),
481
+ )
482
+ );
483
+ }
484
 
485
+ require_once( RTB_PLUGIN_DIR . '/includes/Booking.class.php' );
486
+ $booking = new rtbBooking();
487
 
488
+ if ( !$booking->load_post( $id ) ) {
489
+ wp_send_json_error(
490
+ array(
491
+ 'error' => 'email_missing_booking',
492
+ 'msg' => __( 'There was an error loading the booking and the email was not sent.', 'restaurant-reservations' ),
493
+ )
494
+ );
495
+ }
496
+
497
+ $email = new rtbNotificationEmail( 'admin_email_notice', 'user' );
498
+ $email->subject = empty( $subject ) ? $rtb_controller->settings->get_setting( 'subject-admin-notice' ) : $subject;
499
+ $email->message = $message;
500
+ $email->set_booking( $booking );
501
+ if ( $email->prepare_notification() ) {
502
+ $email->send_notification();
503
+ }
504
+
505
+ // Store email in postmeta for log
506
+ $booking->add_log( 'email', $email->subject, $email->message );
507
+ $booking->insert_post_data();
508
+
509
+ wp_send_json_success();
510
  }
511
 
512
+
513
  /**
514
  * Validate post status and notification fields
515
  * @since 1.3
includes/Booking.class.php CHANGED
@@ -79,6 +79,7 @@ class rtbBooking {
79
  'email' => '',
80
  'phone' => '',
81
  'date_submission' => '',
 
82
  );
83
 
84
  $meta_defaults = apply_filters( 'rtb_booking_metadata_defaults', $meta_defaults );
@@ -93,6 +94,7 @@ class rtbBooking {
93
  $this->email = $meta['email'];
94
  $this->phone = $meta['phone'];
95
  $this->date_submission = $meta['date_submission'];
 
96
  }
97
 
98
  /**
@@ -246,7 +248,7 @@ class rtbBooking {
246
  } elseif ( $late_bookings >= 60 ) {
247
  $late_bookings_message = sprintf( __( 'Sorry, bookings must be made more than %s hours in advance.', 'restaurant-reservations' ), $late_bookings / 60 );
248
  } else {
249
- $late_bookings_message = sprintf( __( 'Sorry, bookings must be made more than %s mings in advance.', 'restaurant-reservations' ), $late_bookings );
250
  }
251
  $this->validation_errors[] = array(
252
  'field' => 'time',
@@ -406,15 +408,15 @@ class rtbBooking {
406
 
407
  // Post Status (define a default post status is none passed)
408
  if ( !empty( $_POST['rtb-post-status'] ) && array_key_exists( $_POST['rtb-post-status'], $rtb_controller->cpts->booking_statuses ) ) {
409
- $this->status = sanitize_text_field( stripslashes_deep( $_POST['rtb-post-status'] ) );
410
  } else {
411
- $this->status = 'pending';
412
  }
413
 
414
  // Check if any required fields are empty
415
  $required_fields = $rtb_controller->settings->get_required_fields();
416
  foreach( $required_fields as $slug => $field ) {
417
- if ( !$this->field_has_error( $slug ) && empty( $_POST[ 'rtb-' . $slug ] ) ) {
418
  $this->validation_errors[] = array(
419
  'field' => $slug,
420
  'post_variable' => '',
@@ -459,7 +461,43 @@ class rtbBooking {
459
  }
460
 
461
  /**
462
- * Insert post data for a new booking.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
463
  * @since 0.0.1
464
  */
465
  public function insert_post_data() {
@@ -469,7 +507,7 @@ class rtbBooking {
469
  'post_title' => $this->name,
470
  'post_content' => $this->message,
471
  'post_date' => $this->date,
472
- 'post_status' => $this->status,
473
  );
474
 
475
  if ( !empty( $this->ID ) ) {
@@ -494,6 +532,10 @@ class rtbBooking {
494
  'date_submission' => current_time( 'timestamp' ),
495
  );
496
 
 
 
 
 
497
  $meta = apply_filters( 'rtb_insert_booking_metadata', $meta, $this );
498
 
499
  return update_post_meta( $this->ID, 'rtb', $meta );
79
  'email' => '',
80
  'phone' => '',
81
  'date_submission' => '',
82
+ 'logs' => array(),
83
  );
84
 
85
  $meta_defaults = apply_filters( 'rtb_booking_metadata_defaults', $meta_defaults );
94
  $this->email = $meta['email'];
95
  $this->phone = $meta['phone'];
96
  $this->date_submission = $meta['date_submission'];
97
+ $this->logs = $meta['logs'];
98
  }
99
 
100
  /**
248
  } elseif ( $late_bookings >= 60 ) {
249
  $late_bookings_message = sprintf( __( 'Sorry, bookings must be made more than %s hours in advance.', 'restaurant-reservations' ), $late_bookings / 60 );
250
  } else {
251
+ $late_bookings_message = sprintf( __( 'Sorry, bookings must be made more than %s minutes in advance.', 'restaurant-reservations' ), $late_bookings );
252
  }
253
  $this->validation_errors[] = array(
254
  'field' => 'time',
408
 
409
  // Post Status (define a default post status is none passed)
410
  if ( !empty( $_POST['rtb-post-status'] ) && array_key_exists( $_POST['rtb-post-status'], $rtb_controller->cpts->booking_statuses ) ) {
411
+ $this->post_status = sanitize_text_field( stripslashes_deep( $_POST['rtb-post-status'] ) );
412
  } else {
413
+ $this->post_status = 'pending';
414
  }
415
 
416
  // Check if any required fields are empty
417
  $required_fields = $rtb_controller->settings->get_required_fields();
418
  foreach( $required_fields as $slug => $field ) {
419
+ if ( !$this->field_has_error( $slug ) && $this->is_field_empty( $slug ) ) {
420
  $this->validation_errors[] = array(
421
  'field' => $slug,
422
  'post_variable' => '',
461
  }
462
 
463
  /**
464
+ * Check if a field is missing
465
+ *
466
+ * Checks for empty strings and arrays, but accepts '0'
467
+ * @since 0.1
468
+ */
469
+ public function is_field_empty( $slug ) {
470
+
471
+ $input = isset( $_POST['rtb-' . $slug ] ) ? $_POST['rtb-' . $slug] : '';
472
+
473
+ if ( ( is_string( $input ) && trim( $input ) == '' ) ||
474
+ ( is_array( $input ) && empty( $input ) ) ) {
475
+ return true;
476
+ }
477
+
478
+ return false;
479
+ }
480
+
481
+ /**
482
+ * Add a log entry to the booking
483
+ *
484
+ * @since 1.3.1
485
+ */
486
+ public function add_log( $type, $title, $message = '', $datetime = null ) {
487
+
488
+ if ( empty( $datetime ) ) {
489
+ $datetime = date( 'Y-m-d H:i:s');
490
+ }
491
+
492
+ if ( empty( $this->logs ) ) {
493
+ $this->logs = array();
494
+ }
495
+
496
+ array_push( $this->logs, array( $type, $title, $message, $datetime ) );
497
+ }
498
+
499
+ /**
500
+ * Insert post data for a new booking or update a booking
501
  * @since 0.0.1
502
  */
503
  public function insert_post_data() {
507
  'post_title' => $this->name,
508
  'post_content' => $this->message,
509
  'post_date' => $this->date,
510
+ 'post_status' => $this->post_status,
511
  );
512
 
513
  if ( !empty( $this->ID ) ) {
532
  'date_submission' => current_time( 'timestamp' ),
533
  );
534
 
535
+ if ( !empty( $this->logs ) ) {
536
+ $meta['logs'] = $this->logs;
537
+ }
538
+
539
  $meta = apply_filters( 'rtb_insert_booking_metadata', $meta, $this );
540
 
541
  return update_post_meta( $this->ID, 'rtb', $meta );
includes/Notification.Email.class.php CHANGED
@@ -72,7 +72,7 @@ class rtbNotificationEmail extends rtbNotification {
72
  empty( $this->message) ) {
73
  return false;
74
  }
75
-
76
  return true;
77
  }
78
 
@@ -135,8 +135,10 @@ class rtbNotificationEmail extends rtbNotification {
135
 
136
  } elseif ( $this->event == 'pending_to_closed' ) {
137
  $subject = $rtb_controller->settings->get_setting( 'subject-rejected-user' );
 
 
138
  } else {
139
- $subject = '';
140
  }
141
 
142
  $this->subject = $this->process_subject_template( apply_filters( 'rtb_notification_email_subject', $subject, $this ) );
@@ -183,8 +185,10 @@ class rtbNotificationEmail extends rtbNotification {
183
  if ( $this->target == 'user' ) {
184
  $template = $this->get_template( 'template-rejected-user' );
185
  }
 
 
186
  } else {
187
- $template = '';
188
  }
189
 
190
  $template = apply_filters( 'rtb_notification_email_template', $template, $this );
72
  empty( $this->message) ) {
73
  return false;
74
  }
75
+
76
  return true;
77
  }
78
 
135
 
136
  } elseif ( $this->event == 'pending_to_closed' ) {
137
  $subject = $rtb_controller->settings->get_setting( 'subject-rejected-user' );
138
+
139
+ // Use a subject that's been appended manually if available
140
  } else {
141
+ $subject = empty( $this->subject ) ? '' : $this->subject;
142
  }
143
 
144
  $this->subject = $this->process_subject_template( apply_filters( 'rtb_notification_email_subject', $subject, $this ) );
185
  if ( $this->target == 'user' ) {
186
  $template = $this->get_template( 'template-rejected-user' );
187
  }
188
+
189
+ // Use a message that's been appended manually if available
190
  } else {
191
+ $template = empty( $this->message ) ? '' : $this->message;
192
  }
193
 
194
  $template = apply_filters( 'rtb_notification_email_template', $template, $this );
includes/Notifications.class.php CHANGED
@@ -100,8 +100,8 @@ class rtbNotifications {
100
 
101
  // If the post status is not pending, trigger a post status
102
  // transition as though it's gone from pending_to_{status}
103
- if ( $booking->status != 'pending' ) {
104
- do_action( 'pending_to_' . $booking->status, get_post( $booking->ID ) );
105
 
106
  // Otherwise proceed with the new_submission event
107
  } else {
100
 
101
  // If the post status is not pending, trigger a post status
102
  // transition as though it's gone from pending_to_{status}
103
+ if ( $booking->post_status != 'pending' ) {
104
+ do_action( 'pending_to_' . $booking->post_status, get_post( $booking->ID ) );
105
 
106
  // Otherwise proceed with the new_submission event
107
  } else {
includes/Settings.class.php CHANGED
@@ -165,6 +165,9 @@ Sorry, we could not accomodate your booking request. We\'re full or not open at
165
  'Default email sent to users when they make a new booking request. The tags in {brackets} will be replaced by the appropriate content and should be left in place. HTML is allowed, but be aware that many email clients do not handle HTML very well.',
166
  'restaurant-reservations'
167
  ),
 
 
 
168
  );
169
 
170
  $i8n = str_replace( '-', '_', get_bloginfo( 'language' ) );
@@ -643,6 +646,18 @@ Sorry, we could not accomodate your booking request. We\'re full or not open at
643
  )
644
  );
645
 
 
 
 
 
 
 
 
 
 
 
 
 
646
  $sap = apply_filters( 'rtb_settings_page', $sap );
647
 
648
  $sap->add_admin_menus();
165
  'Default email sent to users when they make a new booking request. The tags in {brackets} will be replaced by the appropriate content and should be left in place. HTML is allowed, but be aware that many email clients do not handle HTML very well.',
166
  'restaurant-reservations'
167
  ),
168
+
169
+ // Email sent to a user with a custom update notice from the admin
170
+ 'subject-admin-notice' => sprintf( _x( 'Update regarding your booking at %s', 'Default email subject sent to users when the admin sends a custom notice email from the bookings panel.', 'restaurant-reservations' ), get_bloginfo( 'name' ) ),
171
  );
172
 
173
  $i8n = str_replace( '-', '_', get_bloginfo( 'language' ) );
646
  )
647
  );
648
 
649
+ $sap->add_setting(
650
+ 'rtb-settings',
651
+ 'rtb-notifications-templates',
652
+ 'text',
653
+ array(
654
+ 'id' => 'subject-admin-notice',
655
+ 'title' => __( 'Admin Update Subject', 'restaurant-reservations' ),
656
+ 'description' => sprintf( __( 'The email subject a user should receive when an admin sends them a custom email message from the %sbookings panel%s.', 'restaurant-reservations' ), '<a href="' . admin_url( '?page=rtb-bookings' ) . '">', '</a>' ),
657
+ 'placeholder' => $this->defaults['subject-admin-notice'],
658
+ )
659
+ );
660
+
661
  $sap = apply_filters( 'rtb_settings_page', $sap );
662
 
663
  $sap->add_admin_menus();
includes/WP_List_Table.BookingsTable.class.php CHANGED
@@ -325,6 +325,9 @@ class rtbBookingsTable extends WP_List_Table {
325
  break;
326
  case 'email' :
327
  $value = $booking->email;
 
 
 
328
  break;
329
  case 'phone' :
330
  $value = $booking->phone;
325
  break;
326
  case 'email' :
327
  $value = $booking->email;
328
+ $value .= '<div class="actions">';
329
+ $value .= '<a href="#" data-id="' . esc_attr( $booking->ID ) . '" data-action="email" data-email="' . esc_attr( $booking->email ) . '" data-name="' . $booking->name . '">' . __( 'Send Email', 'restaurant-reservations' ) . '</a>';
330
+ $value .= '</div>';
331
  break;
332
  case 'phone' :
333
  $value = $booking->phone;
includes/template-functions.php CHANGED
@@ -296,7 +296,7 @@ function rtb_print_form_select_field( $slug, $title, $value, $args ) {
296
 
297
  $slug = esc_attr( $slug );
298
  $value = esc_attr( $value );
299
- $options = $args['options'];
300
  $classes = isset( $args['classes'] ) ? $args['classes'] : array();
301
 
302
  ?>
@@ -318,6 +318,98 @@ function rtb_print_form_select_field( $slug, $title, $value, $args ) {
318
  }
319
  } // endif;
320
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
321
  /**
322
  * Print the Add Message link to display the message field
323
  * @since 1.3
296
 
297
  $slug = esc_attr( $slug );
298
  $value = esc_attr( $value );
299
+ $options = is_array( $args['options'] ) ? $args['options'] : array();
300
  $classes = isset( $args['classes'] ) ? $args['classes'] : array();
301
 
302
  ?>
318
  }
319
  } // endif;
320
 
321
+ /**
322
+ * Print a checkbox form field
323
+ *
324
+ * @uses rtb_print_form_tick_field
325
+ * @since 1.3.1
326
+ */
327
+ if ( !function_exists( 'rtb_print_form_checkbox_field' ) ) {
328
+ function rtb_print_form_checkbox_field( $slug, $title, $value, $args ) {
329
+
330
+ $slug = esc_attr( $slug );
331
+ $value = !empty( $value ) ? array_map( 'esc_attr', $value ) : array();
332
+ $options = is_array( $args['options'] ) ? $args['options'] : array();
333
+ $classes = isset( $args['classes'] ) ? $args['classes'] : array();
334
+
335
+ ?>
336
+
337
+ <div <?php echo rtb_print_element_class( $slug, $classes ); ?>>
338
+ <?php echo rtb_print_form_error( $slug ); ?>
339
+ <label>
340
+ <?php echo $title; ?>
341
+ </label>
342
+ <?php foreach ( $options as $opt_value => $opt_label ) : ?>
343
+ <label>
344
+ <input type="checkbox" name="rtb-<?php echo $slug; ?>[]" id="rtb-<?php echo $slug; ?>" value="<?php echo esc_attr( $opt_value ); ?>"<?php echo !empty( $value ) && in_array( $opt_value, $value ) ? ' checked' : ''; ?>>
345
+ <?php echo $opt_label; ?>
346
+ </label>
347
+ <?php endforeach; ?>
348
+ </div>
349
+
350
+ <?php
351
+ }
352
+ } // endif;
353
+
354
+ /**
355
+ * Print a radio button form field
356
+ *
357
+ * @uses rtb_print_form_tick_field
358
+ * @since 1.3.1
359
+ */
360
+ if ( !function_exists( 'rtb_print_form_radio_field' ) ) {
361
+ function rtb_print_form_radio_field( $slug, $title, $value, $args ) {
362
+
363
+ $slug = esc_attr( $slug );
364
+ $value = esc_attr( $value );
365
+ $options = is_array( $args['options'] ) ? $args['options'] : array();
366
+ $classes = isset( $args['classes'] ) ? $args['classes'] : array();
367
+
368
+ ?>
369
+
370
+ <div <?php echo rtb_print_element_class( $slug, $classes ); ?>>
371
+ <?php echo rtb_print_form_error( $slug ); ?>
372
+ <label>
373
+ <?php echo $title; ?>
374
+ </label>
375
+ <?php foreach ( $options as $opt_value => $opt_label ) : ?>
376
+ <label>
377
+ <input type="radio" name="rtb-<?php echo $slug; ?>" id="rtb-<?php echo $slug; ?>" value="<?php echo esc_attr( $opt_value ); ?>" <?php checked( $opt_value, $value ); ?>>
378
+ <?php echo $opt_label; ?>
379
+ </label>
380
+ <?php endforeach; ?>
381
+ </div>
382
+
383
+ <?php
384
+ }
385
+ } // endif;
386
+
387
+ /**
388
+ * Print a confirm prompt form field
389
+ *
390
+ * @since 1.3.1
391
+ */
392
+ if ( !function_exists( 'rtb_print_form_confirm_field' ) ) {
393
+ function rtb_print_form_confirm_field( $slug, $title, $value, $args ) {
394
+
395
+ $slug = esc_attr( $slug );
396
+ $value = esc_attr( $value );
397
+ $classes = isset( $args['classes'] ) ? $args['classes'] : array();
398
+
399
+ ?>
400
+
401
+ <div <?php echo rtb_print_element_class( $slug, $classes ); ?>>
402
+ <label for="rtb-<?php echo $slug; ?>">
403
+ <input type="checkbox" name="rtb-<?php echo $slug; ?>" id="rtb-<?php echo $slug; ?>" value="1" <?php checked( $value, 1 ); ?>>
404
+ <?php echo $title; ?>
405
+ </label>
406
+ </div>
407
+
408
+ <?php
409
+
410
+ }
411
+ } // endif;
412
+
413
  /**
414
  * Print the Add Message link to display the message field
415
  * @since 1.3
languages/restaurant-reservations-cs_CZ.mo ADDED
Binary file
languages/restaurant-reservations-cs_CZ.po ADDED
@@ -0,0 +1,1324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2015 Restaurant Reservations
2
+ # This file is distributed under the same license as the Restaurant Reservations package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Restaurant Reservations 1.2.3\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/restaurant-reservations\n"
7
+ "POT-Creation-Date: 2015-01-23 11:25:35+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2015-02-08 19:45+0100\n"
12
+ "X-Generator: Poedit 1.7.3\n"
13
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
14
+ "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
15
+ "esc_html_x:1,2c\n"
16
+ "Language: cs_CZ\n"
17
+ "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
+ "X-Poedit-SourceCharset: UTF-8\n"
19
+ "X-Poedit-Basepath: ../\n"
20
+ "X-Textdomain-Support: yes\n"
21
+ "Last-Translator: \n"
22
+ "Language-Team: \n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
+
25
+ #: includes/Addons.class.php:98 includes/WP_List_Table.BookingsTable.class.php:310
26
+ msgid "Loading"
27
+ msgstr "Nahrávám"
28
+
29
+ #: includes/Addons.class.php:135
30
+ msgid "Addons for Restaurant Reservations"
31
+ msgstr "Doplňky pro Restaurant Reservations"
32
+
33
+ #: includes/Addons.class.php:157
34
+ msgid "You have been logged out. Please login again to retrieve the addons."
35
+ msgstr "Byl jste odhlášen. Pro vrácení addonů se znovu přihlaste."
36
+
37
+ #: includes/Addons.class.php:173
38
+ msgid ""
39
+ "You do not have permission to access this page. Please login to an administrator "
40
+ "account if you have one."
41
+ msgstr ""
42
+ "Nemáte povolení k zobrazení této stránky. Přihlaste se prosím přes administrátorský "
43
+ "účet, pokud můžete."
44
+
45
+ #: includes/Addons.class.php:201
46
+ msgid ""
47
+ "The addons list could not be retrieved. Please <a href=\"\">try again</a>. If the "
48
+ "problem persists over time, please report it on the <a href=\"http://wordpress.org/"
49
+ "support/plugin/restaurant-reservations\" target=\"_blank\">support forums</a>."
50
+ msgstr ""
51
+ "Seznam addonů nemohl být zobrazen. Prosím <a href=\"\">zkuste to znovu</a>. Pokud "
52
+ "problém přetrvá, prosím ohlaste to na <a href=\"http://wordpress.org/support/plugin/"
53
+ "restaurant-reservations\" target=\"_blank\">podporu</a>."
54
+
55
+ #: includes/AdminBookings.class.php:65
56
+ msgid "Restaurant Bookings"
57
+ msgstr "Rezervace"
58
+
59
+ #: includes/AdminBookings.class.php:66 includes/CustomPostTypes.class.php:42
60
+ msgid "Add New"
61
+ msgstr "Přidat novou"
62
+
63
+ #: includes/AdminBookings.class.php:111 restaurant-reservations.php:217
64
+ msgid "Add Booking"
65
+ msgstr "Přidat rezervaci"
66
+
67
+ #: includes/AdminBookings.class.php:114
68
+ msgid "Cancel"
69
+ msgstr "Zrušit"
70
+
71
+ #: includes/AdminBookings.class.php:128
72
+ msgid "Close"
73
+ msgstr "Zavřít"
74
+
75
+ #: includes/AdminBookings.class.php:194
76
+ msgid "Booking Status"
77
+ msgstr "Stav rezervace"
78
+
79
+ #: includes/AdminBookings.class.php:202
80
+ msgid "Send notifications"
81
+ msgstr "Zaslat upozornění"
82
+
83
+ #: includes/AdminBookings.class.php:207
84
+ msgid "Learn more"
85
+ msgstr "Zjistit více"
86
+
87
+ #: includes/AdminBookings.class.php:208
88
+ msgid ""
89
+ "When adding a booking or changing a booking's status with this form, no email "
90
+ "notifications will be sent. Check this option if you want to send email notifications."
91
+ msgstr ""
92
+ "Pokud přidáváte nebo měníte rezervaci tímto formulářem, nebude Vám zasláno oznámení "
93
+ "emailem. Zaškrtněte tuto možnost, chcete-li zasílat oznámení emailem."
94
+
95
+ #: includes/AdminBookings.class.php:262
96
+ msgid "You have been logged out. Please %slogin again%s."
97
+ msgstr "Byl jste odhlášen. Prosím %spřihlaste se znovu%s."
98
+
99
+ #: includes/AdminBookings.class.php:298
100
+ msgid ""
101
+ "This booking has been sent to the %sTrash%s where it can not be edited. Set the "
102
+ "booking to Pending or Confirmed to edit it."
103
+ msgstr ""
104
+ "Tato rezervace byla poslána do %skoše%s, kde nemůže být dále měněna. Pro možnost "
105
+ "úpravy označte rezervaci jako nevyřízenou či potvrzenou."
106
+
107
+ #: includes/AdminBookings.class.php:315
108
+ msgid "The booking could not be retrieved. Please reload the page and try again."
109
+ msgstr ""
110
+ "Tato rezervace nejde dále upravovat. Prosím, znovu načtěte stránku a zkuste to znovu."
111
+
112
+ #: includes/AdminBookings.class.php:383
113
+ msgid ""
114
+ "Unable to trash this post. Please try again. If you continue to have trouble, please "
115
+ "refresh the page."
116
+ msgstr ""
117
+ "Není možné článek smazat. Zkuste to prosím znovu. Pokud potíže přetrvají, zkuste "
118
+ "obnovit stránku."
119
+
120
+ #: includes/Booking.class.php:178
121
+ msgid "Please enter the date you would like to book."
122
+ msgstr "Zadejte prosím datum, které si chcete zarezervovat."
123
+
124
+ #: includes/Booking.class.php:188
125
+ msgid ""
126
+ "The date you entered is not valid. Please select from one of the dates in the calendar."
127
+ msgstr "Zadané datum není platné. Vyberte prosím datum z kalendáře."
128
+
129
+ #: includes/Booking.class.php:199
130
+ msgid "Please enter the time you would like to book."
131
+ msgstr "Zadejte prosím čas, který si chcete zarezervovat."
132
+
133
+ #: includes/Booking.class.php:209
134
+ msgid "The time you entered is not valid. Please select from one of the times provided."
135
+ msgstr "Zadaný čas není platný. Vyberte si prosím jeden z nabízených časů."
136
+
137
+ #: includes/Booking.class.php:226
138
+ msgid "Sorry, bookings can not be made more than %s days in advance."
139
+ msgstr "Je nám líto, rezervaci nelze provést více než %s dní dopředu."
140
+
141
+ #: includes/Booking.class.php:237
142
+ msgid "Sorry, bookings can not be made in the past."
143
+ msgstr "Je nám líto, rezervace nelze nastavit do minulosti."
144
+
145
+ #: includes/Booking.class.php:245
146
+ msgid "Sorry, bookings must be made more than %s days in advance."
147
+ msgstr "Je nám líto, rezervace musí být provedena více než %s dní dopředu."
148
+
149
+ #: includes/Booking.class.php:247
150
+ msgid "Sorry, bookings must be made more than %s hours in advance."
151
+ msgstr "Je nám líto, rezervace musí být provedena více než %s hodin dopředu."
152
+
153
+ #: includes/Booking.class.php:249
154
+ msgid "Sorry, bookings must be made more than %s mings in advance."
155
+ msgstr ""
156
+
157
+ #: includes/Booking.class.php:288
158
+ msgid "Sorry, no bookings are being accepted then."
159
+ msgstr "Je nám líto, není možné provést rezervaci."
160
+
161
+ #: includes/Booking.class.php:340
162
+ msgid "Sorry, no bookings are being accepted on that date."
163
+ msgstr "Je nám líto, není možné provést rezervaci na toto datum."
164
+
165
+ #: includes/Booking.class.php:346
166
+ msgid "Sorry, no bookings are being accepted at that time."
167
+ msgstr "Je nám líto, není možné provést rezervaci na tento čas."
168
+
169
+ #: includes/Booking.class.php:368
170
+ msgid "Please enter a name for this booking."
171
+ msgstr "Prosím zadejte jméno pro tuto rezervaci."
172
+
173
+ #: includes/Booking.class.php:378
174
+ msgid "Please let us know how many people will be in your party."
175
+ msgstr "Zadejte prosím, kolik míst si přejete rezervovat."
176
+
177
+ #: includes/Booking.class.php:388
178
+ msgid "We only accept bookings for parties of up to %d people."
179
+ msgstr "Přijímáme rezervace pouze do %d míst."
180
+
181
+ #: includes/Booking.class.php:399
182
+ msgid "Please enter an email address so we can confirm your booking."
183
+ msgstr "Zadejte prosím emailovou adresu, abychom Vám pomohli rezervaci potvrdit."
184
+
185
+ #: includes/Booking.class.php:421
186
+ msgid "Please complete this field to request a booking."
187
+ msgstr "Pro rezervaci prosím vyplňte toto pole."
188
+
189
+ #: includes/CustomPostTypes.class.php:38 includes/CustomPostTypes.class.php:40
190
+ #: includes/CustomPostTypes.class.php:41
191
+ #: includes/WP_List_Table.BookingsTable.class.php:76
192
+ msgid "Bookings"
193
+ msgstr "Rezervace"
194
+
195
+ #: includes/CustomPostTypes.class.php:39
196
+ #: includes/WP_List_Table.BookingsTable.class.php:75
197
+ msgid "Booking"
198
+ msgstr "Rezervace"
199
+
200
+ #: includes/CustomPostTypes.class.php:43
201
+ msgid "Add New Booking"
202
+ msgstr "Přidat novou rezervaci"
203
+
204
+ #: includes/CustomPostTypes.class.php:44 restaurant-reservations.php:218
205
+ msgid "Edit Booking"
206
+ msgstr "Uprravit rezervaci"
207
+
208
+ #: includes/CustomPostTypes.class.php:45
209
+ msgid "New Booking"
210
+ msgstr "Nová rezervace"
211
+
212
+ #: includes/CustomPostTypes.class.php:46
213
+ msgid "View Booking"
214
+ msgstr "zobrazit rezervaci"
215
+
216
+ #: includes/CustomPostTypes.class.php:47
217
+ msgid "Search Bookings"
218
+ msgstr "Hledat v rezervacích"
219
+
220
+ #: includes/CustomPostTypes.class.php:48
221
+ msgid "No bookings found"
222
+ msgstr "Žádné rezervace nebyly nalezeny"
223
+
224
+ #: includes/CustomPostTypes.class.php:49
225
+ msgid "No bookings found in trash"
226
+ msgstr "žádné rezervace nebyly nalezeny v koši"
227
+
228
+ #: includes/CustomPostTypes.class.php:50
229
+ msgid "All Bookings"
230
+ msgstr "všechny rezervace"
231
+
232
+ #: includes/CustomPostTypes.class.php:93
233
+ msgid "Confirmed <span class=\"count\">(%s)</span>"
234
+ msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
235
+ msgstr[0] "Potvrzena <span class=\"count\">(%s)</span>"
236
+ msgstr[1] "Potvrzeny <span class=\"count\">(%s)</span>"
237
+ msgstr[2] "Potvrzených <span class=\"count\">(%s)</span>"
238
+
239
+ #: includes/CustomPostTypes.class.php:104
240
+ msgid "Closed <span class=\"count\">(%s)</span>"
241
+ msgid_plural "Closed <span class=\"count\">(%s)</span>"
242
+ msgstr[0] "Uzavřena <span class=\"count\">(%s)</span>"
243
+ msgstr[1] "Uzavřeny <span class=\"count\">(%s)</span>"
244
+ msgstr[2] "Uzavřených <span class=\"count\">(%s)</span>"
245
+
246
+ #: includes/Notification.class.php:88
247
+ msgid "View pending bookings"
248
+ msgstr "Zobrazit nevyřízené rezervace"
249
+
250
+ #: includes/Notification.class.php:89
251
+ msgid "Confirm this booking"
252
+ msgstr "Potvrdit tuto rezervaci"
253
+
254
+ #: includes/Notification.class.php:90
255
+ msgid "Reject this booking"
256
+ msgstr "Odmítnout tuto rezervaci"
257
+
258
+ #: includes/Settings.class.php:218 includes/Settings.class.php:219
259
+ msgid "Settings"
260
+ msgstr "Nastavení"
261
+
262
+ #: includes/Settings.class.php:231
263
+ msgid "General"
264
+ msgstr "Obecné"
265
+
266
+ #: includes/Settings.class.php:242
267
+ msgid "Booking Page"
268
+ msgstr "Rezervační stránka"
269
+
270
+ #: includes/Settings.class.php:243
271
+ msgid ""
272
+ "Select a page on your site to automatically display the booking form and confirmation "
273
+ "message."
274
+ msgstr ""
275
+ "Vyberte stránku na Vašem webu, kde se bude automaticky zobrazovat rezervační formulář "
276
+ "a potvrzovací zpráva."
277
+
278
+ #: includes/Settings.class.php:259
279
+ msgid "Max Party Size"
280
+ msgstr "Maximální počet míst"
281
+
282
+ #: includes/Settings.class.php:260
283
+ msgid "Set a maximum allowed party size for bookings."
284
+ msgstr "Zadat maximální povolený počet míst pro rezervaci."
285
+
286
+ #: includes/Settings.class.php:272
287
+ msgid "Success Message"
288
+ msgstr "Zpráva o úspěchu"
289
+
290
+ #: includes/Settings.class.php:273
291
+ msgid "Enter the message to display when a booking request is made."
292
+ msgstr "Zadejte zprávu, která se zobrazí, když bude zadán požadavek o rezervaci."
293
+
294
+ #: includes/Settings.class.php:284
295
+ msgid "Date Format"
296
+ msgstr "formát data"
297
+
298
+ #: includes/Settings.class.php:285
299
+ msgid ""
300
+ "Define how the date is formatted on the booking form. %sFormatting rules%s. This only "
301
+ "changes the format on the booking form. To change the date format in notification "
302
+ "messages, modify your general %sWordPress Settings%s."
303
+ msgstr ""
304
+ "Definujte, v jakém formátu bude datum na rezervačním formuláři. %sPravidla formátování"
305
+ "%s. Formát bude změněn pouze na tomto rezervačním formuláři. Pro změnu formátu data v "
306
+ "oznámeních, upravte obecná %sNastavení WordPressu%s."
307
+
308
+ #: includes/Settings.class.php:296
309
+ msgid "Time Format"
310
+ msgstr "Formát času"
311
+
312
+ #: includes/Settings.class.php:297
313
+ msgid ""
314
+ "Define how the time is formatted on the booking form. %sFormatting rules%s. This only "
315
+ "changes the format on the booking form. To change the time format in notification "
316
+ "messages, modify your general %sWordPress Settings%s."
317
+ msgstr ""
318
+ "Definujte, v jakém formátu bude čas na rezervačním formuláři. %sPravidla formátování"
319
+ "%s. Formát bude změněn pouze na tomto rezervačním formuláři. Pro změnu formátu času v "
320
+ "oznámeních, upravte obecná %sNastavení WordPressu%s."
321
+
322
+ #: includes/Settings.class.php:310
323
+ msgid "Language"
324
+ msgstr "Jazyk"
325
+
326
+ #: includes/Settings.class.php:311
327
+ msgid ""
328
+ "Select a language to use for the booking form datepicker if it is different than your "
329
+ "WordPress language setting."
330
+ msgstr ""
331
+ "Zvolte jazyk v rezervačním formuláři, pokud je jiný než vaše jazykové nastavení "
332
+ "WordPressu."
333
+
334
+ #: includes/Settings.class.php:321
335
+ msgid "Booking Schedule"
336
+ msgstr "Plán rezervací"
337
+
338
+ #: includes/Settings.class.php:328
339
+ msgid "Add new scheduling rule"
340
+ msgstr "Přidat nové plánovací pravidlo"
341
+
342
+ #: includes/Settings.class.php:342
343
+ msgid "Delete scheduling rule"
344
+ msgstr "Smazat plánovací pravidlo"
345
+
346
+ #: includes/Settings.class.php:359
347
+ msgid "Schedule"
348
+ msgstr "Plán"
349
+
350
+ #: includes/Settings.class.php:360
351
+ msgid "Define the weekly schedule during which you accept bookings."
352
+ msgstr "Definovat týdenní plán, kdy budete přijímat rezervace."
353
+
354
+ #: includes/Settings.class.php:385
355
+ msgid "Exceptions"
356
+ msgstr "Výjimky"
357
+
358
+ #: includes/Settings.class.php:386
359
+ msgid ""
360
+ "Define special opening hours for holidays, events or other needs. Leave the time empty "
361
+ "if you're closed all day."
362
+ msgstr ""
363
+ "Zadat speciální otevírací dobu pro svátky, významné události a plánované akce. Pokud "
364
+ "budete mít zavřeno celý den, nevyplňujte čas."
365
+
366
+ #: includes/Settings.class.php:401
367
+ msgid "Early Bookings"
368
+ msgstr "časné rezervace"
369
+
370
+ #: includes/Settings.class.php:402
371
+ msgid "Select how early customers can make their booking."
372
+ msgstr "Zvolte, jak dopředu mohou zákazníci zadávat rezervace."
373
+
374
+ #: includes/Settings.class.php:405
375
+ msgid "Any time"
376
+ msgstr "Kdykoliv"
377
+
378
+ #: includes/Settings.class.php:406
379
+ msgid "Up to 1 day in advance"
380
+ msgstr "Až 1 den předem"
381
+
382
+ #: includes/Settings.class.php:407
383
+ msgid "Up to 1 week in advance"
384
+ msgstr "Až 1 týden předem"
385
+
386
+ #: includes/Settings.class.php:408
387
+ msgid "Up to 2 weeks in advance"
388
+ msgstr "Až 2 týdny předem"
389
+
390
+ #: includes/Settings.class.php:409
391
+ msgid "Up to 30 days in advance"
392
+ msgstr "Až 30 dní předem"
393
+
394
+ #: includes/Settings.class.php:410
395
+ msgid "Up to 90 days in advance"
396
+ msgstr "Až 90 dní předem"
397
+
398
+ #: includes/Settings.class.php:421
399
+ msgid "Late Bookings"
400
+ msgstr "Pozdní rezervace"
401
+
402
+ #: includes/Settings.class.php:422
403
+ msgid "Select how late customers can make their booking."
404
+ msgstr "Zvolte, jak nepozději mohou zákazníci zadávat své rezervace."
405
+
406
+ #: includes/Settings.class.php:425
407
+ msgid "Up to the last minute"
408
+ msgstr "Až do poslední minuty"
409
+
410
+ #: includes/Settings.class.php:426
411
+ msgid "At least 15 minutes in advance"
412
+ msgstr "Alespoň 15 minut předem"
413
+
414
+ #: includes/Settings.class.php:427
415
+ msgid "At least 30 minutes in advance"
416
+ msgstr "Alespoň 30 minut předem"
417
+
418
+ #: includes/Settings.class.php:428
419
+ msgid "At least 45 minutes in advance"
420
+ msgstr "Alespoň 45 minut předem"
421
+
422
+ #: includes/Settings.class.php:429
423
+ msgid "At least 1 hour in advance"
424
+ msgstr "Alespoň 1 hodinu předem"
425
+
426
+ #: includes/Settings.class.php:430
427
+ msgid "At least 4 hours in advance"
428
+ msgstr "Alespoň 4 hodiny předem"
429
+
430
+ #: includes/Settings.class.php:431
431
+ msgid "At least 1 day in advance"
432
+ msgstr "Alespoň 1 den předem"
433
+
434
+ #: includes/Settings.class.php:442
435
+ msgid "Date Pre-selection"
436
+ msgstr "Výběr data"
437
+
438
+ #: includes/Settings.class.php:443
439
+ msgid ""
440
+ "When the booking form is loaded, should it automatically attempt to select a valid "
441
+ "date?"
442
+ msgstr ""
443
+ "Když se načte rezervační formulář, má se automaticky pokusit vybrat platné datum?"
444
+
445
+ #: includes/Settings.class.php:446
446
+ msgid "Select today if valid"
447
+ msgstr "Vybrat dnešek, pokud je datum platné"
448
+
449
+ #: includes/Settings.class.php:447
450
+ msgid "Select today or next valid date"
451
+ msgstr "Vybrat dnešek nebo příští platné datum"
452
+
453
+ #: includes/Settings.class.php:448
454
+ msgid "Leave empty"
455
+ msgstr "Nechat prázdné"
456
+
457
+ #: includes/Settings.class.php:459
458
+ msgid "Time Interval"
459
+ msgstr "Časový interval"
460
+
461
+ #: includes/Settings.class.php:460
462
+ msgid "Select the number of minutes between each available time."
463
+ msgstr "Vyberte počet minut mezi časem, který je k dispozici."
464
+
465
+ #: includes/Settings.class.php:463
466
+ msgid "Every 30 minutes"
467
+ msgstr "Každých 30 minut"
468
+
469
+ #: includes/Settings.class.php:464
470
+ msgid "Every 15 minutes"
471
+ msgstr "Každých 15 minut"
472
+
473
+ #: includes/Settings.class.php:465
474
+ msgid "Every 10 minutes"
475
+ msgstr "Každých 10 minut"
476
+
477
+ #: includes/Settings.class.php:466
478
+ msgid "Every 5 minutes"
479
+ msgstr "Každých 5 minut"
480
+
481
+ #: includes/Settings.class.php:475
482
+ msgid "Notifications"
483
+ msgstr "Oznámení"
484
+
485
+ #: includes/Settings.class.php:486
486
+ msgid "Reply-To Name"
487
+ msgstr "Jméno odesílatele"
488
+
489
+ #: includes/Settings.class.php:487
490
+ msgid "The name which should appear in the Reply-To field of a user notification email"
491
+ msgstr "Jméno, které se bude objevovat v poli odesílatele v oznamovacím emailu uživatele"
492
+
493
+ #: includes/Settings.class.php:498
494
+ msgid "Reply-To Email Address"
495
+ msgstr "email odesílatele"
496
+
497
+ #: includes/Settings.class.php:499
498
+ msgid ""
499
+ "The email address which should appear in the Reply-To field of a user notification "
500
+ "email."
501
+ msgstr "Email, který se bude objevovat v poli odesílatele v oznamovacím emailu uživatele"
502
+
503
+ #: includes/Settings.class.php:510
504
+ msgid "Admin Notification"
505
+ msgstr "Oznámení admina"
506
+
507
+ #: includes/Settings.class.php:511
508
+ msgid "Send an email notification to an administrator when a new booking is requested."
509
+ msgstr "Zaslat oznámení emailem administrátorovi, když bude zadána nová rezervace."
510
+
511
+ #: includes/Settings.class.php:521
512
+ msgid "Admin Email Address"
513
+ msgstr "Email administrátora"
514
+
515
+ #: includes/Settings.class.php:522
516
+ msgid "The email address where admin notifications should be sent."
517
+ msgstr "email, kam budou zasílány oznámení administrátorovi."
518
+
519
+ #: includes/Settings.class.php:531
520
+ msgid "Email Templates"
521
+ msgstr "Šablony emailu"
522
+
523
+ #: includes/Settings.class.php:533
524
+ msgid ""
525
+ "Adjust the messages that are emailed to users and admins during the booking process."
526
+ msgstr "Upravit zprávy. které jsou při rezervaci zasílány uživatelům a administrátorům."
527
+
528
+ #: includes/Settings.class.php:543
529
+ msgid "Template Tags"
530
+ msgstr "Štítky šablony"
531
+
532
+ #: includes/Settings.class.php:545
533
+ msgid ""
534
+ "Use the following tags to automatically add booking information to the emails. Tags "
535
+ "labeled with an asterisk (*) can be used in the email subject as well."
536
+ msgstr ""
537
+ "Použít následující štítky k automatickému přidání informací o rezervací do emailu. "
538
+ "Štítky označené hvězdičkou (*) mohou být použité také v předmětu emailu."
539
+
540
+ #: includes/Settings.class.php:556
541
+ msgid "Admin Notification Subject"
542
+ msgstr "Předmět oznámení administrátorovi"
543
+
544
+ #: includes/Settings.class.php:557
545
+ msgid "The email subject for admin notifications."
546
+ msgstr "Předmět emailu pro oznámení administrátorovi."
547
+
548
+ #: includes/Settings.class.php:568
549
+ msgid "Admin Notification Email"
550
+ msgstr "Oznamovací email administrátorovi"
551
+
552
+ #: includes/Settings.class.php:569
553
+ msgid "Enter the email an admin should receive when an initial booking request is made."
554
+ msgstr ""
555
+ "Zadejte text emailu, který dostane administrátor, když dojde k zadání žádosti o "
556
+ "rezervaci."
557
+
558
+ #: includes/Settings.class.php:580
559
+ msgid "New Request Email Subject"
560
+ msgstr "Předmět emailu o nové žádosti"
561
+
562
+ #: includes/Settings.class.php:581
563
+ msgid ""
564
+ "The email subject a user should receive when they make an initial booking request."
565
+ msgstr ""
566
+ "Tento předmět bude mít email, který dostane uživatel, když zadá žádost o rezervaci."
567
+
568
+ #: includes/Settings.class.php:592
569
+ msgid "New Request Email"
570
+ msgstr "Nová žádost email"
571
+
572
+ #: includes/Settings.class.php:593
573
+ msgid "Enter the email a user should receive when they make an initial booking request."
574
+ msgstr ""
575
+ "Zadejte text emailu, který dostane uživatel, když dojde k zadání žádosti o rezervaci."
576
+
577
+ #: includes/Settings.class.php:604
578
+ msgid "Confirmed Email Subject"
579
+ msgstr "Potvrzeno - předmět emailu"
580
+
581
+ #: includes/Settings.class.php:605
582
+ msgid "The email subject a user should receive when their booking has been confirmed."
583
+ msgstr ""
584
+ "Tento předmět bude mít email, který dostane uživatel, když bude jeho rezervace "
585
+ "potvrzená."
586
+
587
+ #: includes/Settings.class.php:616
588
+ msgid "Confirmed Email"
589
+ msgstr "Potvrzeno - email"
590
+
591
+ #: includes/Settings.class.php:617
592
+ msgid "Enter the email a user should receive when their booking has been confirmed."
593
+ msgstr "Zadejte text emailu, který dostane uživatel, když bude jeho rezervace potvrzena."
594
+
595
+ #: includes/Settings.class.php:628
596
+ msgid "Rejected Email Subject"
597
+ msgstr "Odmítnuto - předmět emailu"
598
+
599
+ #: includes/Settings.class.php:629
600
+ msgid "The email subject a user should receive when their booking has been rejected."
601
+ msgstr ""
602
+ "Tento předmět bude mít email, který dostane uživatel, když bude jeho rezervace "
603
+ "odmítnutá."
604
+
605
+ #: includes/Settings.class.php:640
606
+ msgid "Rejected Email"
607
+ msgstr "Odmítnuto - email"
608
+
609
+ #: includes/Settings.class.php:641
610
+ msgid "Enter the email a user should receive when their booking has been rejected."
611
+ msgstr "Zadejte text emailu, který dostane uživatel, když bude jeho rezervace odmítntua."
612
+
613
+ #: includes/Settings.class.php:659
614
+ msgid "Any size"
615
+ msgstr "Libovolná velikost"
616
+
617
+ #: includes/Settings.class.php:743
618
+ msgid "Book a table"
619
+ msgstr "Zarezervovat stůl"
620
+
621
+ #: includes/Settings.class.php:746 includes/WP_List_Table.BookingsTable.class.php:278
622
+ msgid "Date"
623
+ msgstr "Datum"
624
+
625
+ #: includes/Settings.class.php:752
626
+ msgid "Time"
627
+ msgstr "Čas"
628
+
629
+ #: includes/Settings.class.php:758 includes/WP_List_Table.BookingsTable.class.php:279
630
+ msgid "Party"
631
+ msgstr "Počet hostů"
632
+
633
+ #: includes/Settings.class.php:771
634
+ msgid "Contact Details"
635
+ msgstr "Kontaktní detaily"
636
+
637
+ #: includes/Settings.class.php:774 includes/WP_List_Table.BookingsTable.class.php:280
638
+ msgid "Name"
639
+ msgstr "Jméno"
640
+
641
+ #: includes/Settings.class.php:780 includes/WP_List_Table.BookingsTable.class.php:281
642
+ msgid "Email"
643
+ msgstr "Email"
644
+
645
+ #: includes/Settings.class.php:789 includes/WP_List_Table.BookingsTable.class.php:282
646
+ msgid "Phone"
647
+ msgstr "Telefon"
648
+
649
+ #: includes/Settings.class.php:797
650
+ msgid "Add a Message"
651
+ msgstr "Přidat zprávu"
652
+
653
+ #: includes/Settings.class.php:802 includes/WP_List_Table.BookingsTable.class.php:283
654
+ msgid "Message"
655
+ msgstr "Zpráva"
656
+
657
+ #: includes/Settings.class.php:847
658
+ msgid "Email of the user who made the booking"
659
+ msgstr "Email uživatele, který provedl rezervaci"
660
+
661
+ #: includes/Settings.class.php:848
662
+ msgid "* Name of the user who made the booking"
663
+ msgstr "* Jméno uživatele, který provedl rezervaci"
664
+
665
+ #: includes/Settings.class.php:849
666
+ msgid "* Number of people booked"
667
+ msgstr "* Počet rezervovaných míst"
668
+
669
+ #: includes/Settings.class.php:850
670
+ msgid "* Date and time of the booking"
671
+ msgstr "* Datum a čas rezervace"
672
+
673
+ #: includes/Settings.class.php:851
674
+ msgid "Phone number if supplied with the request"
675
+ msgstr "Telefonní číslo, pokud je zadáno"
676
+
677
+ #: includes/Settings.class.php:852
678
+ msgid "Message added to the request"
679
+ msgstr "Zpráva"
680
+
681
+ #: includes/Settings.class.php:853
682
+ msgid "A link to the admin panel showing pending bookings"
683
+ msgstr "Odkaz na panel administrátora pro zobrazení nevyřízených rezervací"
684
+
685
+ #: includes/Settings.class.php:854
686
+ msgid "A link to confirm this booking. Only include this in admin notifications"
687
+ msgstr ""
688
+ "Odkaz na potvrzení této rezervace. Připojovat pouze k oznámením pro administrátora"
689
+
690
+ #: includes/Settings.class.php:855
691
+ msgid "A link to reject this booking. Only include this in admin notifications"
692
+ msgstr ""
693
+ "Odkaz na odmítnutí této rezervace. Připojovat pouze k oznámením pro administrátora"
694
+
695
+ #: includes/Settings.class.php:856
696
+ msgid "The name of this website"
697
+ msgstr "Jméno webové stránky"
698
+
699
+ #: includes/Settings.class.php:857
700
+ msgid "A link to this website"
701
+ msgstr "Odkaz na webovou stránku"
702
+
703
+ #: includes/Settings.class.php:858
704
+ msgid "Current date and time"
705
+ msgstr "Čas a datum"
706
+
707
+ #: includes/WP_List_Table.BookingsTable.class.php:186
708
+ msgid "Upcoming"
709
+ msgstr "Nadcházející"
710
+
711
+ #: includes/WP_List_Table.BookingsTable.class.php:187
712
+ msgid "Today"
713
+ msgstr "dnes"
714
+
715
+ #: includes/WP_List_Table.BookingsTable.class.php:188
716
+ #: includes/WP_List_Table.BookingsTable.class.php:246
717
+ msgid "All"
718
+ msgstr "Vše"
719
+
720
+ #: includes/WP_List_Table.BookingsTable.class.php:204
721
+ msgid "Start Date:"
722
+ msgstr "Počáteční datum:"
723
+
724
+ #: includes/WP_List_Table.BookingsTable.class.php:205
725
+ msgid "Start Date"
726
+ msgstr "Počáteční datum"
727
+
728
+ #: includes/WP_List_Table.BookingsTable.class.php:206
729
+ msgid "End Date:"
730
+ msgstr "Konečné datum:"
731
+
732
+ #: includes/WP_List_Table.BookingsTable.class.php:207
733
+ msgid "End Date"
734
+ msgstr "Konečné datum"
735
+
736
+ #: includes/WP_List_Table.BookingsTable.class.php:208
737
+ msgid "Apply"
738
+ msgstr "Potvrdit"
739
+
740
+ #: includes/WP_List_Table.BookingsTable.class.php:210
741
+ msgid "Clear Filter"
742
+ msgstr "Vymazat filtr"
743
+
744
+ #: includes/WP_List_Table.BookingsTable.class.php:247
745
+ msgid "Pending"
746
+ msgstr "Nevyřízené"
747
+
748
+ #: includes/WP_List_Table.BookingsTable.class.php:248
749
+ msgid "Confirmed"
750
+ msgstr "Potvrzené"
751
+
752
+ #: includes/WP_List_Table.BookingsTable.class.php:249
753
+ msgid "Closed"
754
+ msgstr "Uzavřené"
755
+
756
+ #: includes/WP_List_Table.BookingsTable.class.php:250
757
+ #: includes/WP_List_Table.BookingsTable.class.php:315
758
+ msgid "Trash"
759
+ msgstr "Koš"
760
+
761
+ #: includes/WP_List_Table.BookingsTable.class.php:284
762
+ msgid "Status"
763
+ msgstr "Status"
764
+
765
+ #: includes/WP_List_Table.BookingsTable.class.php:314
766
+ msgid "Edit"
767
+ msgstr "Upravit"
768
+
769
+ #: includes/WP_List_Table.BookingsTable.class.php:376
770
+ msgid "Delete"
771
+ msgstr "Smazat"
772
+
773
+ #: includes/WP_List_Table.BookingsTable.class.php:377
774
+ msgid "Set To Confirmed"
775
+ msgstr "Označit jako potvrzený"
776
+
777
+ #: includes/WP_List_Table.BookingsTable.class.php:378
778
+ msgid "Set To Pending Review"
779
+ msgstr "Označit jako nevyřízený"
780
+
781
+ #: includes/WP_List_Table.BookingsTable.class.php:379
782
+ msgid "Set To Closed"
783
+ msgstr "Označit jako uzavřený"
784
+
785
+ #: includes/WP_List_Table.BookingsTable.class.php:494
786
+ msgid "%d booking deleted successfully."
787
+ msgid_plural "%d bookings deleted successfully."
788
+ msgstr[0] "%d rezervace byla úspěšně smazaná."
789
+ msgstr[1] "%d rezervace byly úspěšné smazány."
790
+ msgstr[2] "%d rezervací bylo úspěšně smazaných."
791
+
792
+ #: includes/WP_List_Table.BookingsTable.class.php:497
793
+ msgid "%d booking confirmed."
794
+ msgid_plural "%d bookings confirmed."
795
+ msgstr[0] "%d rezervace byla potvrzena."
796
+ msgstr[1] "%d rezervace byly potvrzeny."
797
+ msgstr[2] "%d rezervací bylo potvrzených."
798
+
799
+ #: includes/WP_List_Table.BookingsTable.class.php:500
800
+ msgid "%d booking set to pending."
801
+ msgid_plural "%d bookings set to pending."
802
+ msgstr[0] "%d rezervace byla označena jako nevyřízená."
803
+ msgstr[1] "%d rezervace byly označeny jako nevyřízené."
804
+ msgstr[2] "%d rezervací bylo označených jako nevyřízené."
805
+
806
+ #: includes/WP_List_Table.BookingsTable.class.php:503
807
+ msgid "%d booking closed."
808
+ msgid_plural "%d bookings closed."
809
+ msgstr[0] "%d rezervace byla označena jako uzavřená."
810
+ msgstr[1] "%d rezervace byly označeny jako uzavřené."
811
+ msgstr[2] "%d rezervací bylo označených jako uzavřené."
812
+
813
+ #: includes/WP_List_Table.BookingsTable.class.php:515
814
+ msgid "%d booking had errors and could not be processed."
815
+ msgid_plural "%d bookings had errors and could not be processed."
816
+ msgstr[0] "%d rezervace obsahovala chyby a nemohla být zpracována."
817
+ msgstr[1] "%d rezervace obsahovaly chyby a nemohly být zpracovány."
818
+ msgstr[2] "%d rezervací obsahovalo chyby a nemohly být zpracovány."
819
+
820
+ #: includes/WP_List_Table.BookingsTable.class.php:691
821
+ msgid "You're viewing bookings that have been moved to the trash."
822
+ msgstr "Jsou zobrazeny rezervace, které byly přesunuty do koše."
823
+
824
+ #: includes/WP_List_Table.BookingsTable.class.php:700
825
+ msgid "Only today's bookings are being shown."
826
+ msgstr "Jsou zobrazeny pouze dnešní rezervace."
827
+
828
+ #: includes/WP_List_Table.BookingsTable.class.php:702
829
+ msgid "Only upcoming bookings are being shown."
830
+ msgstr "Jsou zobrazeny pouze budoucí rezervace."
831
+
832
+ #: includes/WP_Widget.BookingFormWidget.class.php:25
833
+ msgid "Booking Form"
834
+ msgstr "Rezervační formulář"
835
+
836
+ #: includes/WP_Widget.BookingFormWidget.class.php:26
837
+ msgid "Display a form to accept bookings."
838
+ msgstr "Zobrazit formulář pro přijetí rezervací."
839
+
840
+ #: includes/WP_Widget.BookingFormWidget.class.php:64
841
+ msgid "Title"
842
+ msgstr "Název"
843
+
844
+ #: includes/template-functions.php:106
845
+ msgid "Request Booking"
846
+ msgstr "Rezervovat"
847
+
848
+ #: restaurant-reservations.php:148
849
+ msgid "Booking Manager"
850
+ msgstr "Manager rezervací"
851
+
852
+ #: restaurant-reservations.php:219
853
+ msgid ""
854
+ "An unspecified error occurred. Please try again. If the problem persists, try logging "
855
+ "out and logging back in."
856
+ msgstr ""
857
+ "Došlo k nespecifikované chybě. Zkuste to prosím později. Pokud potíže přetrvají, "
858
+ "zkuste se odhlásit a znovu přihlásit."
859
+
860
+ #: restaurant-reservations.php:281
861
+ msgid "View the help documentation for Restaurant Reservations"
862
+ msgstr "Zobrazit pomocnou dokumentaci pro Rezervace"
863
+
864
+ #: restaurant-reservations.php:281
865
+ msgid "Help"
866
+ msgstr "Pomoc"
867
+
868
+ #. Plugin Name of the plugin/theme
869
+ msgid "Restaurant Reservations"
870
+ msgstr "Rezervace"
871
+
872
+ #. Plugin URI of the plugin/theme
873
+ #. Author URI of the plugin/theme
874
+ msgid "http://themeofthecrop.com"
875
+ msgstr "http://themeofthecrop.com"
876
+
877
+ #. Description of the plugin/theme
878
+ msgid "Accept restaurant reservations and bookings online."
879
+ msgstr "Přijímejte rezervace online."
880
+
881
+ #. Author of the plugin/theme
882
+ msgid "Theme of the Crop"
883
+ msgstr "Theme of the Crop"
884
+
885
+ #: includes/Addons.class.php:99
886
+ msgctxt "Error message when retrieving list of addons"
887
+ msgid "An unknown error occured."
888
+ msgstr "Došlo k neznámé chybě."
889
+
890
+ #: includes/Addons.class.php:100
891
+ msgctxt "Label for an addon that is already installed and activated."
892
+ msgid "Already Installed"
893
+ msgstr "Už bylo nainstalováno"
894
+
895
+ #: includes/Addons.class.php:101
896
+ msgctxt "Label for an addon that is not yet released."
897
+ msgid "Coming Soon"
898
+ msgstr "Již brzy k dispozici"
899
+
900
+ #: includes/Addons.class.php:102
901
+ msgctxt "Label for an addon that is free."
902
+ msgid "Free"
903
+ msgstr "Zdarma"
904
+
905
+ #: includes/Addons.class.php:103
906
+ msgctxt "Label for an addon that is released."
907
+ msgid "Get It"
908
+ msgstr "Stáhnout"
909
+
910
+ #: includes/Addons.class.php:117
911
+ msgctxt "Title of addons page"
912
+ msgid "Addons"
913
+ msgstr "Addons"
914
+
915
+ #: includes/Addons.class.php:118
916
+ msgctxt "Title of addons page in the admin menu"
917
+ msgid "Addons"
918
+ msgstr "Addons"
919
+
920
+ #: includes/AdminBookings.class.php:41
921
+ msgctxt "Title of admin page that lists bookings"
922
+ msgid "Bookings"
923
+ msgstr "Rezervace"
924
+
925
+ #: includes/AdminBookings.class.php:42
926
+ msgctxt "Title of bookings admin menu item"
927
+ msgid "Bookings"
928
+ msgstr "Rezervace"
929
+
930
+ #: includes/CustomPostTypes.class.php:80
931
+ msgctxt "Booking status when it is pending review"
932
+ msgid "Pending"
933
+ msgstr "Nevyřízené"
934
+
935
+ #: includes/CustomPostTypes.class.php:86
936
+ msgctxt "Booking status for a confirmed booking"
937
+ msgid "Confirmed"
938
+ msgstr "Potvrzené"
939
+
940
+ #: includes/CustomPostTypes.class.php:97
941
+ msgctxt "Booking status for a closed booking"
942
+ msgid "Closed"
943
+ msgstr "Uzavřené"
944
+
945
+ #: includes/Settings.class.php:83
946
+ msgctxt "restaurant-reservations"
947
+ msgid ""
948
+ "Thanks, your booking request is waiting to be confirmed. Updates will be sent to the "
949
+ "email address you provided."
950
+ msgstr ""
951
+ "Děkujeme, Vaše rezervace čeká na potvrzení. Aktuální stav Vám bude zaslán na Vaši "
952
+ "emailovou adresu."
953
+
954
+ #: includes/Settings.class.php:84
955
+ msgctxt ""
956
+ "Default date format for display. Must match formatting rules at http://amsul.ca/"
957
+ "pickadate.js/date.htm#formatting-rules"
958
+ msgid "mmmm d, yyyy"
959
+ msgstr "d mmmm, yyyy"
960
+
961
+ #: includes/Settings.class.php:85
962
+ msgctxt ""
963
+ "Default time format for display. Must match formatting rules at http://amsul.ca/"
964
+ "pickadate.js/time.htm#formats"
965
+ msgid "h:i A"
966
+ msgstr "H:i"
967
+
968
+ #: includes/Settings.class.php:86
969
+ msgctxt "Default interval in minutes when selecting a time."
970
+ msgid "30"
971
+ msgstr "30"
972
+
973
+ #: includes/Settings.class.php:96
974
+ msgctxt "Default email subject for admin notifications of new bookings"
975
+ msgid "New Booking Request"
976
+ msgstr "Nová rezervace"
977
+
978
+ #: includes/Settings.class.php:97
979
+ msgctxt ""
980
+ "Default email sent to the admin when a new booking request is made. The tags in "
981
+ "{brackets} will be replaced by the appropriate content and should be left in place. "
982
+ "HTML is allowed, but be aware that many email clients do not handle HTML very well."
983
+ msgid ""
984
+ "A new booking request has been made at {site_name}:\n"
985
+ "\n"
986
+ "{user_name}\n"
987
+ "{party} people\n"
988
+ "{date}\n"
989
+ "\n"
990
+ "{bookings_link}\n"
991
+ "{confirm_link}\n"
992
+ "{close_link}\n"
993
+ "\n"
994
+ "&nbsp;\n"
995
+ "\n"
996
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
997
+ msgstr ""
998
+ "Nová rezervace byla vytvořena na {site_name}:\n"
999
+ "\n"
1000
+ "{user_name}\n"
1001
+ "{party} people\n"
1002
+ "{date}\n"
1003
+ "\n"
1004
+ "{bookings_link}\n"
1005
+ "{confirm_link}\n"
1006
+ "{close_link}\n"
1007
+ "\n"
1008
+ "&nbsp;\n"
1009
+ "\n"
1010
+ "<em>tato rezervace byla poslána z {site_link} v {current_time}.</em>"
1011
+
1012
+ #: includes/Settings.class.php:115
1013
+ msgctxt ""
1014
+ "Default email subject sent to user when they request a booking. %s will be replaced by "
1015
+ "the website name"
1016
+ msgid "Your booking at %s is pending"
1017
+ msgstr "Vaše rezervace na %s čeká na schválení"
1018
+
1019
+ #: includes/Settings.class.php:116
1020
+ msgctxt ""
1021
+ "Default email sent to users when they make a new booking request. The tags in "
1022
+ "{brackets} will be replaced by the appropriate content and should be left in place. "
1023
+ "HTML is allowed, but be aware that many email clients do not handle HTML very well."
1024
+ msgid ""
1025
+ "Thanks {user_name},\n"
1026
+ "\n"
1027
+ "Your booking request is <strong>waiting to be confirmed</strong>.\n"
1028
+ "\n"
1029
+ "Give us a few moments to make sure that we've got space for you. You will receive "
1030
+ "another email from us soon. If this request was made outside of our normal working "
1031
+ "hours, we may not be able to confirm it until we're open again.\n"
1032
+ "\n"
1033
+ "<strong>Your request details:</strong>\n"
1034
+ "{user_name}\n"
1035
+ "{party} people\n"
1036
+ "{date}\n"
1037
+ "\n"
1038
+ "&nbsp;\n"
1039
+ "\n"
1040
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
1041
+ msgstr ""
1042
+ "Děkujeme {user_name},\n"
1043
+ "\n"
1044
+ "Vaše rezervace <strong>čeká na potvrzení</strong>.\n"
1045
+ "\n"
1046
+ "Dejte nám okamžik, ať zkontrolujeme, jestli máme místo. Brzy od nás dostanete další e-"
1047
+ "mail. Pokud jste rezervovali mimo otevírací dobu, možná Vám budeme moci odpovědět, až "
1048
+ "budeme mít otevřeno.\n"
1049
+ "\n"
1050
+ "<strong>Detaily Vaší rezervace:</strong>\n"
1051
+ "{user_name}\n"
1052
+ "{party} people\n"
1053
+ "{date}\n"
1054
+ "\n"
1055
+ "&nbsp;\n"
1056
+ "\n"
1057
+ "<em>Tato zpráva vám byla zaslána z {site_link} v {current_time}.</em>"
1058
+
1059
+ #: includes/Settings.class.php:136
1060
+ msgctxt ""
1061
+ "Default email sent to users when they make a new booking request. The tags in "
1062
+ "{brackets} will be replaced by the appropriate content and should be left in place. "
1063
+ "HTML is allowed, but be aware that many email clients do not handle HTML very well."
1064
+ msgid ""
1065
+ "Hi {user_name},\n"
1066
+ "\n"
1067
+ "Your booking request has been <strong>confirmed</strong>. We look forward to seeing "
1068
+ "you soon.\n"
1069
+ "\n"
1070
+ "<strong>Your booking:</strong>\n"
1071
+ "{user_name}\n"
1072
+ "{party} people\n"
1073
+ "{date}\n"
1074
+ "\n"
1075
+ "&nbsp;\n"
1076
+ "\n"
1077
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
1078
+ msgstr ""
1079
+ "Dobrý den {user_name},\n"
1080
+ "\n"
1081
+ "vaše rezervace byla <strong>potvrzena</strong>. těšíme se na Vaši návštěvu.\n"
1082
+ "\n"
1083
+ "<strong>Vaše rezervace:</strong>\n"
1084
+ "{user_name}\n"
1085
+ "{party} people\n"
1086
+ "{date}\n"
1087
+ "\n"
1088
+ "&nbsp;\n"
1089
+ "\n"
1090
+ "<em>Tato zpráva vám byla zaslána z {site_link} v {current_time}.</em>"
1091
+
1092
+ #: includes/Settings.class.php:154
1093
+ msgctxt ""
1094
+ "Default email sent to users when they make a new booking request. The tags in "
1095
+ "{brackets} will be replaced by the appropriate content and should be left in place. "
1096
+ "HTML is allowed, but be aware that many email clients do not handle HTML very well."
1097
+ msgid ""
1098
+ "Hi {user_name},\n"
1099
+ "\n"
1100
+ "Sorry, we could not accomodate your booking request. We're full or not open at the "
1101
+ "time you requested:\n"
1102
+ "\n"
1103
+ "{user_name}\n"
1104
+ "{party} people\n"
1105
+ "{date}\n"
1106
+ "\n"
1107
+ "&nbsp;\n"
1108
+ "\n"
1109
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
1110
+ msgstr ""
1111
+ "Dobrý den {user_name},\n"
1112
+ "\n"
1113
+ "Je nám líto, ale nemůžeme Vám rezervaci potvrdit. Ve Vámi požadovaný čas máme plno "
1114
+ "nebo nemáme otevřeno:\n"
1115
+ "\n"
1116
+ "{user_name}\n"
1117
+ "{party} people\n"
1118
+ "{date}\n"
1119
+ "\n"
1120
+ "&nbsp;\n"
1121
+ "\n"
1122
+ "<em>Tato zpráva vám byla zaslána z {site_link} v {current_time}.</em>"
1123
+
1124
+ #: includes/Settings.class.php:135
1125
+ msgctxt ""
1126
+ "Default email subject sent to user when their booking is confirmed. %s will be "
1127
+ "replaced by the website name"
1128
+ msgid "Your booking at %s is confirmed"
1129
+ msgstr "Vaše rezervace v %s je potvrzená"
1130
+
1131
+ #: includes/Settings.class.php:153
1132
+ msgctxt ""
1133
+ "Default email subject sent to user when their booking is rejected. %s will be replaced "
1134
+ "by the website name"
1135
+ msgid "Your booking at %s was not accepted"
1136
+ msgstr "Vaše rezervace v %s nebyla potvrzená"
1137
+
1138
+ #: includes/Settings.class.php:329
1139
+ msgctxt "Format of a scheduling rule"
1140
+ msgid "Weekly"
1141
+ msgstr "Týdně"
1142
+
1143
+ #: includes/Settings.class.php:330
1144
+ msgctxt "Format of a scheduling rule"
1145
+ msgid "Monthly"
1146
+ msgstr "Měsíčně"
1147
+
1148
+ #: includes/Settings.class.php:331
1149
+ msgctxt "Format of a scheduling rule"
1150
+ msgid "Date"
1151
+ msgstr "Datum"
1152
+
1153
+ #: includes/Settings.class.php:332
1154
+ msgctxt "Label for selecting days of the week in a scheduling rule"
1155
+ msgid "Days of the week"
1156
+ msgstr "Dny v týdnu"
1157
+
1158
+ #: includes/Settings.class.php:333
1159
+ msgctxt "Label for selecting weeks of the month in a scheduling rule"
1160
+ msgid "Weeks of the month"
1161
+ msgstr "Týdny v měsíci"
1162
+
1163
+ #: includes/Settings.class.php:334
1164
+ msgctxt "Label to select a date for a scheduling rule"
1165
+ msgid "Date"
1166
+ msgstr "Datum"
1167
+
1168
+ #: includes/Settings.class.php:335
1169
+ msgctxt "Label to select a time slot for a scheduling rule"
1170
+ msgid "Time"
1171
+ msgstr "Čas"
1172
+
1173
+ #: includes/Settings.class.php:336
1174
+ msgctxt "Label to set a scheduling rule to last all day"
1175
+ msgid "All day"
1176
+ msgstr "Celý den"
1177
+
1178
+ #: includes/Settings.class.php:337
1179
+ msgctxt "Label for the starting time of a scheduling rule"
1180
+ msgid "Start"
1181
+ msgstr "Začátek"
1182
+
1183
+ #: includes/Settings.class.php:338
1184
+ msgctxt "Label for the ending time of a scheduling rule"
1185
+ msgid "End"
1186
+ msgstr "Konec"
1187
+
1188
+ #: includes/Settings.class.php:339
1189
+ msgctxt "Prompt displayed when a scheduling rule is set without any time restrictions"
1190
+ msgid "All day long. Want to %sset a time slot%s?"
1191
+ msgstr "Celý den. chcete %snastavit čas%s?"
1192
+
1193
+ #: includes/Settings.class.php:340
1194
+ msgctxt "Toggle a scheduling rule open and closed"
1195
+ msgid "Open and close this rule"
1196
+ msgstr "Otevřít a zavřít toto pravidlo"
1197
+
1198
+ #: includes/Settings.class.php:341
1199
+ msgctxt "Delete a scheduling rule"
1200
+ msgid "Delete rule"
1201
+ msgstr "Smazat pravidlo"
1202
+
1203
+ #: includes/Settings.class.php:343
1204
+ msgctxt ""
1205
+ "Brief default description of a scheduling rule when no weekdays or weeks are included "
1206
+ "in the rule"
1207
+ msgid "Never"
1208
+ msgstr "Nikdy"
1209
+
1210
+ #: includes/Settings.class.php:344
1211
+ msgctxt ""
1212
+ "Brief default description of a scheduling rule when all the weekdays/weeks are "
1213
+ "included in the rule"
1214
+ msgid "Every day"
1215
+ msgstr "Každý den"
1216
+
1217
+ #: includes/Settings.class.php:345
1218
+ msgctxt ""
1219
+ "Brief default description of a scheduling rule when some weekdays are included on only "
1220
+ "some weeks of the month. %s should be left alone and will be replaced by a comma-"
1221
+ "separated list of days and weeks in the following format: M, T, W on the first, second "
1222
+ "week of the month"
1223
+ msgid "%s on the %s week of the month"
1224
+ msgstr "%s v %s týdny v měsíci"
1225
+
1226
+ #: includes/Settings.class.php:346
1227
+ msgctxt ""
1228
+ "Brief default description of a scheduling rule when some weeks of the month are "
1229
+ "included but all or no weekdays are selected. %s should be left alone and will be "
1230
+ "replaced by a comma-separated list of weeks in the following format: First, second "
1231
+ "week of the month"
1232
+ msgid "%s week of the month"
1233
+ msgstr "%s týdny v měsíci"
1234
+
1235
+ #: includes/Settings.class.php:347
1236
+ msgctxt "Brief default description of a scheduling rule when no times are set"
1237
+ msgid "All day"
1238
+ msgstr "Celý den"
1239
+
1240
+ #: includes/Settings.class.php:348
1241
+ msgctxt ""
1242
+ "Brief default description of a scheduling rule when an end time is set but no start "
1243
+ "time. If the end time is 6pm, it will read: Ends at 6pm"
1244
+ msgid "Ends at"
1245
+ msgstr "Konec v"
1246
+
1247
+ #: includes/Settings.class.php:349
1248
+ msgctxt ""
1249
+ "Brief default description of a scheduling rule when a start time is set but no end "
1250
+ "time. If the start time is 6pm, it will read: Starts at 6pm"
1251
+ msgid "Starts at"
1252
+ msgstr "Začátek v"
1253
+
1254
+ #: includes/Settings.class.php:350
1255
+ msgctxt "Separator between times of a scheduling rule"
1256
+ msgid "&mdash;"
1257
+ msgstr "&mdash;"
1258
+
1259
+ #: includes/Settings.class.php:362
1260
+ msgctxt "Monday abbreviation"
1261
+ msgid "Mo"
1262
+ msgstr "Po"
1263
+
1264
+ #: includes/Settings.class.php:363
1265
+ msgctxt "Tuesday abbreviation"
1266
+ msgid "Tu"
1267
+ msgstr "Út"
1268
+
1269
+ #: includes/Settings.class.php:364
1270
+ msgctxt "Wednesday abbreviation"
1271
+ msgid "We"
1272
+ msgstr "St"
1273
+
1274
+ #: includes/Settings.class.php:365
1275
+ msgctxt "Thursday abbreviation"
1276
+ msgid "Th"
1277
+ msgstr "Čt"
1278
+
1279
+ #: includes/Settings.class.php:366
1280
+ msgctxt "Friday abbreviation"
1281
+ msgid "Fr"
1282
+ msgstr "Pá"
1283
+
1284
+ #: includes/Settings.class.php:367
1285
+ msgctxt "Saturday abbreviation"
1286
+ msgid "Sa"
1287
+ msgstr "So"
1288
+
1289
+ #: includes/Settings.class.php:368
1290
+ msgctxt "Sunday abbreviation"
1291
+ msgid "Su"
1292
+ msgstr "Ne"
1293
+
1294
+ #: includes/Settings.class.php:378
1295
+ msgctxt "Brief default description of a scheduling exception when no times are set"
1296
+ msgid "Closed all day"
1297
+ msgstr "Zavřeno celý den"
1298
+
1299
+ #: includes/WP_List_Table.BookingsTable.class.php:137
1300
+ #: includes/WP_List_Table.BookingsTable.class.php:139
1301
+ msgctxt "No date limit in a date range, eg 2014-* would mean any date from 2014 or after"
1302
+ msgid "*"
1303
+ msgstr "*"
1304
+
1305
+ #: includes/WP_List_Table.BookingsTable.class.php:138
1306
+ msgctxt "Separator between two dates in a date range"
1307
+ msgid "&mdash;"
1308
+ msgstr "&mdash;"
1309
+
1310
+ #: includes/WP_List_Table.BookingsTable.class.php:344
1311
+ msgctxt "Status label for bookings put in the trash"
1312
+ msgid "Trash"
1313
+ msgstr "Koš"
1314
+
1315
+ #: includes/WP_List_Table.BookingsTable.class.php:693
1316
+ msgctxt ""
1317
+ "Indicates which booking status is currently being filtered in the list of bookings."
1318
+ msgid "You're viewing bookings that have been marked as %s."
1319
+ msgstr "Jsou zobrazeny rezervace, které byly označeny jako %s."
1320
+
1321
+ #: includes/WP_List_Table.BookingsTable.class.php:698
1322
+ msgctxt "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
1323
+ msgid "Only bookings from %s are being shown."
1324
+ msgstr "Jsou zobrazeny pouze rezervace označeny jako %s."
languages/restaurant-reservations-de_DE.mo CHANGED
Binary file
languages/restaurant-reservations-de_DE.po CHANGED
@@ -2,15 +2,15 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Restaurant Reservations 1.2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-01-02 18:32:51+00:00\n"
6
- "PO-Revision-Date: Sun Jan 04 2015 16:03:59 GMT+0100\n"
7
  "Last-Translator: admin <admin@example.com>\n"
8
- "Language-Team: LANGUAGE <LL@li.org>\n"
9
- "Language: German\n"
10
- "Plural-Forms: nplurals=2; plural=n != 1\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
 
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
@@ -18,121 +18,170 @@ msgstr ""
18
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
- "X-Generator: Loco - https://localise.biz/\n"
22
  "X-Loco-Target-Locale: de_DE\n"
23
- "X-Poedit-SearchPath-0: .."
24
 
25
- #: includes/Addons.class.php:89
26
- #: includes/WP_List_Table.BookingsTable.class.php:310
27
  msgid "Loading"
28
  msgstr "Lade ..."
29
 
30
- #: includes/Addons.class.php:126
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  msgid "Addons for Restaurant Reservations"
32
- msgstr "Erweiterungen zu Tischreservationen"
33
 
34
- #: includes/Addons.class.php:148
35
  msgid "You have been logged out. Please login again to retrieve the addons."
36
- msgstr "Sie wurden abgemeldet. Bitte melden Sie sich an um Erweiterungen zu laden."
 
37
 
38
- #: includes/Addons.class.php:164
39
  msgid ""
40
  "You do not have permission to access this page. Please login to an "
41
  "administrator account if you have one."
42
  msgstr ""
43
  "Sie haben keine Zugriffrechte auf diese Seite. Bitte melden Sie sich mit "
44
- "einem Adminstratorenkonto ein."
45
 
46
- #: includes/Addons.class.php:190
47
  msgid ""
48
- "The addons list could not be retrieved. Please <a href=\"\">try again</a>. If "
49
- "the problem persists over time, please report it on the <a href=\"http:"
50
- "//wordpress.org/support/plugin/restaurant-reservations\" "
51
- "target=\"_blank\">support forums</a>."
52
  msgstr ""
53
- "Die Liste der Erweiterungen konnte nicht geladen werden. Bitte <a "
54
- "href=\"\">versuchen Sie es erneut</a>. Falls das Problem bestehen bleibt, so "
55
  "melden Sie es bitte <a \n"
56
  "href=\"http://wordpress.org/support/plugin/restaurant-reservations\" \n"
57
  "target=\"_blank\">support forums</a>."
58
 
59
- #: includes/AdminBookings.class.php:68
 
 
 
 
 
 
 
 
 
 
60
  msgid "Restaurant Bookings"
61
- msgstr "Tischreservation"
62
 
63
- #: includes/AdminBookings.class.php:69 includes/CustomPostTypes.class.php:42
 
64
  msgid "Add New"
65
  msgstr "Neu hinzufügen"
66
 
67
- #: includes/AdminBookings.class.php:114 restaurant-reservations.php:212
68
  msgid "Add Booking"
69
- msgstr "Tischreservation hinzufügen"
70
 
71
- #: includes/AdminBookings.class.php:117
72
  msgid "Cancel"
73
  msgstr "Abbrechen"
74
 
75
- #: includes/AdminBookings.class.php:131
76
  msgid "Close"
77
  msgstr "Schliessen"
78
 
79
- #: includes/AdminBookings.class.php:191
80
  msgid "Booking Status"
81
- msgstr "Status der Tischreservation"
82
 
83
- #: includes/AdminBookings.class.php:199
84
  msgid "Send notifications"
85
  msgstr "Benachrichtigunen versenden"
86
 
87
- #: includes/AdminBookings.class.php:204
88
  msgid "Learn more"
89
- msgstr "mehr Infromatioenen"
90
 
91
- #: includes/AdminBookings.class.php:205
92
  msgid ""
93
  "When adding a booking or changing a booking's status with this form, no "
94
  "email notifications will be sent. Check this option if you want to send "
95
  "email notifications."
96
  msgstr ""
97
- "Es werden keine Email Benachrichtigungen bei neuen Tischreservationen oder "
98
  "Statusänderungen innerhalb dieses Formulars versandt. Wählen Sie diese "
99
  "Option an, falls sie doch Email Benachrichtigungen versenden wollen."
100
 
101
- #: includes/AdminBookings.class.php:259
102
- #, c-format
103
  msgid "You have been logged out. Please %slogin again%s."
104
  msgstr "Sie wurden abgemeldet. Bitte %smelden%s Sie sich wieder an."
105
 
106
- #: includes/AdminBookings.class.php:295
107
- #, c-format
108
  msgid ""
109
  "This booking has been sent to the %sTrash%s where it can not be edited. Set "
110
  "the booking to Pending or Confirmed to edit it."
111
  msgstr ""
112
  "Diese Tischreserversion wurde in den %sPapierkorb%s verschoben. Darum kann "
113
- "sie nicht bearbeitet werden. Bitte setzten Sie den Status auf \"Pendent\" oder "
114
- "\"Bestätigt\" um sie bearbeiten zu können."
115
 
116
- #: includes/AdminBookings.class.php:312
117
- msgid "The booking could not be retrieved. Please reload the page and try again."
 
118
  msgstr ""
119
- "Ihre Tischreservation konnte nicht geladen werden. Bitte laden Sie die Seite "
120
- "neu und versuchen Sie es noch einmal."
121
 
122
- #: includes/AdminBookings.class.php:377
123
  msgid ""
124
- "Unable to trash this post. Please try again. If you continue to have trouble,"
125
- " please refresh the page."
126
  msgstr ""
127
  "Dieser Eintrag konnte nicht in den Papierkorb verschoben werden. Bitte "
128
  "versuchen Sie es nocheinmal. Falls Sie dann immer noch Probleme haben, laden "
129
  "Sie die Seite neu."
130
 
131
- #: includes/Booking.class.php:178
132
  msgid "Please enter the date you would like to book."
133
  msgstr "Bitte geben Sie das Datum ein an dem Sie einen Tisch buchen wollen."
134
 
135
- #: includes/Booking.class.php:188
136
  msgid ""
137
  "The date you entered is not valid. Please select from one of the dates in "
138
  "the calendar."
@@ -140,11 +189,11 @@ msgstr ""
140
  "Das eingegebene Datum ist nicht gültig. Bitte wählen Sie ein Datum im "
141
  "Kalender."
142
 
143
- #: includes/Booking.class.php:199
144
  msgid "Please enter the time you would like to book."
145
  msgstr "Bitte geben Sie die Zeit ein an dem Sie einen Tisch buchen wollen."
146
 
147
- #: includes/Booking.class.php:209
148
  msgid ""
149
  "The time you entered is not valid. Please select from one of the times "
150
  "provided."
@@ -152,165 +201,399 @@ msgstr ""
152
  "Die eingegebene Zeit ist nicht gültig. Bitte wählen sie eine Zeit aus der "
153
  "Zeitleiste."
154
 
155
- #: includes/Booking.class.php:226
156
- #, c-format
157
  msgid "Sorry, bookings can not be made more than %s days in advance."
158
  msgstr ""
159
- "Wir bitten um Entschuldigung. Tische können nicht mehr als %s days im Voraus "
160
- "gebucht werden."
161
 
162
- #: includes/Booking.class.php:237
163
  msgid "Sorry, bookings can not be made in the past."
164
  msgstr ""
165
- "Wir bitten um Entschuldigung. Tische können nicht in der Vergangenheit "
166
- "gebucht werden."
167
 
168
- #: includes/Booking.class.php:245
169
- #, c-format
170
  msgid "Sorry, bookings must be made more than %s days in advance."
171
  msgstr ""
172
- "Wir bitten um Entschuldigung. Tische müssen mehr als %s days im Voraus "
173
- "gebucht werden."
174
 
175
- #: includes/Booking.class.php:247
176
- #, c-format
177
  msgid "Sorry, bookings must be made more than %s hours in advance."
178
  msgstr ""
179
- "Wir bitten um Entschuldigung. Tische müssen mehr als %s hours im Voraus "
180
- "gebucht werden."
181
 
182
- #: includes/Booking.class.php:249
183
- #, c-format
184
  msgid "Sorry, bookings must be made more than %s mings in advance."
185
  msgstr ""
186
- "Wir bitten um Entschuldigung. Tische müssen mehr als %s Minuten im Voraus "
187
- "gebucht werden."
188
 
189
- #: includes/Booking.class.php:288
190
  msgid "Sorry, no bookings are being accepted then."
191
  msgstr ""
192
  "Wir bitten um Entschuldigung. Zu diesem Zeitpunkt können wir keine "
193
- "Tischreservationen annehmen."
194
 
195
- #: includes/Booking.class.php:340
196
  msgid "Sorry, no bookings are being accepted on that date."
197
  msgstr ""
198
- "Wir bitten um Entschuldigung. Zu diesem Datum können wir keine "
199
- "Tischreservationen annehmen."
200
 
201
- #: includes/Booking.class.php:346
202
  msgid "Sorry, no bookings are being accepted at that time."
203
  msgstr ""
204
- "Wir bitten um Entschuldigung. Zu dieser Zeit können wir keine "
205
- "Tischreservationen annehmen."
206
 
207
- #: includes/Booking.class.php:368
208
  msgid "Please enter a name for this booking."
209
  msgstr "Bitte geben Sie an auf welchen Namen Sie den Tisch reservieren wollen."
210
 
211
- #: includes/Booking.class.php:378
212
  msgid "Please let us know how many people will be in your party."
213
  msgstr "Bitte sagen sie uns wieviele Plätze Sie am Tisch benötigen."
214
 
215
- #: includes/Booking.class.php:388
216
- #, c-format
217
  msgid "We only accept bookings for parties of up to %d people."
218
- msgstr "Wir können leider nur Tischreservationen bis %d Personen annehmen."
219
 
220
- #: includes/Booking.class.php:399
221
  msgid "Please enter an email address so we can confirm your booking."
222
  msgstr ""
223
- "Bitte geben Sie Ihre Email Adresse ein damit wir Ihnen die Reservation "
224
  "bestätigen können."
225
 
226
- #: includes/Booking.class.php:414
227
  msgid "Please complete this field to request a booking."
228
  msgstr ""
229
  "Bitte füllen Sie dieses Feld aus um eine Tischreserverationsanfrage "
230
  "abzusenden."
231
 
232
- #: includes/CustomPostTypes.class.php:38 includes/CustomPostTypes.class.php:40
233
- #: includes/CustomPostTypes.class.php:41
234
- #: includes/WP_List_Table.BookingsTable.class.php:76
 
235
  msgid "Bookings"
236
- msgstr "Tischreservationen"
237
 
238
- #: includes/CustomPostTypes.class.php:39
239
- #: includes/WP_List_Table.BookingsTable.class.php:75
240
  msgid "Booking"
241
- msgstr "Tischreservation"
242
 
243
- #: includes/CustomPostTypes.class.php:43
244
  msgid "Add New Booking"
245
- msgstr "Neue Tischreservation hinzufügen"
246
 
247
- #: includes/CustomPostTypes.class.php:44 restaurant-reservations.php:213
248
  msgid "Edit Booking"
249
- msgstr "Tischreservation bearbeiten"
250
 
251
- #: includes/CustomPostTypes.class.php:45
252
  msgid "New Booking"
253
- msgstr "Neue Tischreservation"
254
 
255
- #: includes/CustomPostTypes.class.php:46
256
  msgid "View Booking"
257
- msgstr "Tischreservation ansehen"
258
 
259
- #: includes/CustomPostTypes.class.php:47
260
  msgid "Search Bookings"
261
- msgstr "Tischreservation suchen"
262
 
263
- #: includes/CustomPostTypes.class.php:48
264
  msgid "No bookings found"
265
- msgstr "Keine Tischreservationen gefunden"
266
 
267
- #: includes/CustomPostTypes.class.php:49
268
  msgid "No bookings found in trash"
269
- msgstr "Keine Tischreservationen im Papierkübel gefunden"
270
 
271
- #: includes/CustomPostTypes.class.php:50
272
  msgid "All Bookings"
273
- msgstr "Alle Tischreservationen"
 
 
 
 
 
274
 
275
- #: includes/CustomPostTypes.class.php:93
276
- #, c-format
 
 
 
 
 
277
  msgid "Confirmed <span class=\"count\">(%s)</span>"
278
  msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
279
  msgstr[0] "Bestätigt für <span class=\"count\">(%s)</span> Gast"
280
  msgstr[1] "Bestätigt für <span class=\"count\">(%s)</span> Gäste"
281
 
282
- #: includes/CustomPostTypes.class.php:104
283
- #, c-format
 
 
 
 
 
284
  msgid "Closed <span class=\"count\">(%s)</span>"
285
  msgid_plural "Closed <span class=\"count\">(%s)</span>"
286
  msgstr[0] "Geschlossen für <span class=\"count\">(%s)</span>"
287
  msgstr[1] "Geschlossen für <span class=\"count\">(%s)</span>"
288
 
289
- #: includes/Notification.class.php:88
290
  msgid "View pending bookings"
291
- msgstr "Pendente Tischreservationen ansehen"
292
 
293
- #: includes/Notification.class.php:89
294
  msgid "Confirm this booking"
295
- msgstr "Diese Tischreservation bestätigen"
296
 
297
- #: includes/Notification.class.php:90
298
  msgid "Reject this booking"
299
- msgstr "Tischreservation zurückweisen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
300
 
301
- #: includes/Settings.class.php:218 includes/Settings.class.php:219
302
  msgid "Settings"
303
  msgstr "Einstellungen"
304
 
305
- #: includes/Settings.class.php:231
306
  msgid "General"
307
  msgstr "Generelle Einstellungen"
308
 
309
- #: includes/Settings.class.php:242
310
  msgid "Booking Page"
311
- msgstr "Tischreservationsseite"
312
 
313
- #: includes/Settings.class.php:243
314
  msgid ""
315
  "Select a page on your site to automatically display the booking form and "
316
  "confirmation message."
@@ -318,61 +601,63 @@ msgstr ""
318
  "Wähen Sie eine Seite zur automatischen Anzeige des Buchungsformulars und "
319
  "einer Bestätigungsmitteilung."
320
 
321
- #: includes/Settings.class.php:259
322
  msgid "Max Party Size"
323
- msgstr "Maximale Anzahl Personen pro Reservation"
324
 
325
- #: includes/Settings.class.php:260
326
  msgid "Set a maximum allowed party size for bookings."
327
  msgstr "Definieren Sie die maximale Anzahl Gäste für eine Tischreservertion."
328
 
329
- #: includes/Settings.class.php:272
330
  msgid "Success Message"
331
  msgstr "Erfolgsmeldung"
332
 
333
- #: includes/Settings.class.php:273
334
  msgid "Enter the message to display when a booking request is made."
335
- msgstr "Geben Sie die Mitteilung für die Anzeige einer Tischreservationsanfrage"
 
 
336
 
337
- #: includes/Settings.class.php:284
338
  msgid "Date Format"
339
  msgstr "Datumsformat"
340
 
341
- #: includes/Settings.class.php:285
342
- #, c-format
343
  msgid ""
344
  "Define how the date is formatted on the booking form. %sFormatting rules%s. "
345
  "This only changes the format on the booking form. To change the date format "
346
  "in notification messages, modify your general %sWordPress Settings%s."
347
  msgstr ""
348
- "Definieren Sie wie das Datum im Tischreservationsformular formatiert sein "
349
- "soll. %sFormatierungsregeln%s. Es wird nur das Anzeigeformat im "
350
- "Tischreservationsformular geändert. Um das Datumsformat in den "
351
  "Benachrichtigungsmeldungen zu ändern, müssen Sie Ihre generellen %sWordPress "
352
  "Einstellungen%s entsprechend anpassen."
353
 
354
- #: includes/Settings.class.php:296
355
  msgid "Time Format"
356
  msgstr "Zeitformat"
357
 
358
- #: includes/Settings.class.php:297
359
- #, c-format
360
  msgid ""
361
  "Define how the time is formatted on the booking form. %sFormatting rules%s. "
362
  "This only changes the format on the booking form. To change the time format "
363
  "in notification messages, modify your general %sWordPress Settings%s."
364
  msgstr ""
365
- "Definieren Sie wie die Zeit im Tischreservationsformular formatiert \n"
366
  "sein soll. %sFormatierungsregeln%s. Es wird nur das Anzeigeformat im \n"
367
  "Tischreservationsformular geändert. Um das Zeitformat in den \n"
368
  "Benachrichtigungsmeldungen zu ändern, müssen Sie Ihre generellen \n"
369
  "%sWordPress Einstellungen%s entsprechend anpassen."
370
 
371
- #: includes/Settings.class.php:310
372
  msgid "Language"
373
  msgstr "Sprache"
374
 
375
- #: includes/Settings.class.php:311
376
  msgid ""
377
  "Select a language to use for the booking form datepicker if it is different "
378
  "than your WordPress language setting."
@@ -380,166 +665,332 @@ msgstr ""
380
  "Wählen Sie eine Sprache für die Datumsauswahl, falls diese unterschiedlich "
381
  "von Ihrer WordPress Spracheinstellung ist."
382
 
383
- #: includes/Settings.class.php:321
384
  msgid "Booking Schedule"
385
- msgstr "Tischreservationsplan"
386
 
387
- #: includes/Settings.class.php:328
388
  msgid "Add new scheduling rule"
389
- msgstr "Neue Planungsregel hinzufügen"
390
 
391
- #: includes/Settings.class.php:342
392
- msgid "Delete scheduling rule"
393
- msgstr "Planungsregel löschen"
 
394
 
395
- #: includes/Settings.class.php:359
396
- msgid "Schedule"
397
- msgstr "Plan"
 
398
 
399
- #: includes/Settings.class.php:360
400
- msgid "Define the weekly schedule during which you accept bookings."
401
- msgstr ""
402
- "Definieren Sie den wöchentlichen Zeitraum in welchem Sie Tischreservationen "
403
- "annehmen"
404
 
405
- #: includes/Settings.class.php:385
406
- msgid "Exceptions"
407
- msgstr "Ausnahmen"
 
408
 
409
- #: includes/Settings.class.php:386
410
- msgid ""
411
- "Define special opening hours for holidays, events or other needs. Leave the "
412
- "time empty if you're closed all day."
413
- msgstr ""
414
- "Definieren Sie spezielle Öffnungszeiten während Festtagen, Veranstaltungen "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
415
  "oder bei anderen Situationen. Lassen Sie das Zeitfeld leer wenn Sie den "
416
  "ganzen Tag geschlossen haben"
417
 
418
- #: includes/Settings.class.php:401
419
  msgid "Early Bookings"
420
  msgstr "Vorausbuchungen"
421
 
422
- #: includes/Settings.class.php:402
423
  msgid "Select how early customers can make their booking."
424
  msgstr "Wählen Sie wie lange im Voraus Gäste einen Tisch reservieren können"
425
 
426
- #: includes/Settings.class.php:405
427
  msgid "Any time"
428
  msgstr "Immer"
429
 
430
- #: includes/Settings.class.php:406
431
  msgid "Up to 1 day in advance"
432
  msgstr "Bis einen Tag im Voraus"
433
 
434
- #: includes/Settings.class.php:407
435
  msgid "Up to 1 week in advance"
436
  msgstr "Bis eine Woche im Voraus"
437
 
438
- #: includes/Settings.class.php:408
439
  msgid "Up to 2 weeks in advance"
440
  msgstr "Bis zwei Wochen im Voraus"
441
 
442
- #: includes/Settings.class.php:409
443
  msgid "Up to 30 days in advance"
444
  msgstr "Bis 30 Tage im Voraus"
445
 
446
- #: includes/Settings.class.php:410
447
  msgid "Up to 90 days in advance"
448
  msgstr "Bis 90 Tage im Voraus"
449
 
450
- #: includes/Settings.class.php:421
451
  msgid "Late Bookings"
452
- msgstr "Kurzfristige Tischreservationen"
453
 
454
- #: includes/Settings.class.php:422
455
  msgid "Select how late customers can make their booking."
456
- msgstr "Wählen Sie wie kurzfristig Gaste noch einen Tisch reservieren können."
457
 
458
- #: includes/Settings.class.php:425
459
  msgid "Up to the last minute"
460
  msgstr "Bis zur letzen Minute"
461
 
462
- #: includes/Settings.class.php:426
463
  msgid "At least 15 minutes in advance"
464
  msgstr "Bis 15 Minuten davor"
465
 
466
- #: includes/Settings.class.php:427
467
  msgid "At least 30 minutes in advance"
468
  msgstr "Bis 30 Minuten davor"
469
 
470
- #: includes/Settings.class.php:428
471
  msgid "At least 45 minutes in advance"
472
  msgstr "Bis 45 Minuten davor"
473
 
474
- #: includes/Settings.class.php:429
475
  msgid "At least 1 hour in advance"
476
  msgstr "Bis 1 Stunde davor"
477
 
478
- #: includes/Settings.class.php:430
479
  msgid "At least 4 hours in advance"
480
  msgstr "Bis 4 Stunden davor"
481
 
482
- #: includes/Settings.class.php:431
483
  msgid "At least 1 day in advance"
484
  msgstr "Bis einen Tag davor"
485
 
486
- #: includes/Settings.class.php:442
487
  msgid "Date Pre-selection"
488
  msgstr "Vorwahl des Datums"
489
 
490
- #: includes/Settings.class.php:443
491
  msgid ""
492
  "When the booking form is loaded, should it automatically attempt to select a "
493
  "valid date?"
494
  msgstr ""
495
- "Wenn ein Tischreservationsformulare geladen wurde, soll automatisch versucht "
496
- "werden ein gültiges Datum zu wählen?"
497
 
498
- #: includes/Settings.class.php:446
499
  msgid "Select today if valid"
500
  msgstr "Wählen Sie heute sofern dies gültig ist."
501
 
502
- #: includes/Settings.class.php:447
503
  msgid "Select today or next valid date"
504
  msgstr "Wählen Sie heute oder das nächste gültige Datum aus"
505
 
506
- #: includes/Settings.class.php:448
507
  msgid "Leave empty"
508
  msgstr "Leer lassen"
509
 
510
- #: includes/Settings.class.php:459
511
  msgid "Time Interval"
512
  msgstr "Zeitspanne"
513
 
514
- #: includes/Settings.class.php:460
515
  msgid "Select the number of minutes between each available time."
516
  msgstr "Wählen sie die Anzahl Minuten zwischen jeder verfügbaren Zeit."
517
 
518
- #: includes/Settings.class.php:463
519
  msgid "Every 30 minutes"
520
  msgstr "Alle 30 Minuten"
521
 
522
- #: includes/Settings.class.php:464
523
  msgid "Every 15 minutes"
524
  msgstr "Alle 15 Minuten"
525
 
526
- #: includes/Settings.class.php:465
527
  msgid "Every 10 minutes"
528
  msgstr "Alle 10 Minuten"
529
 
530
- #: includes/Settings.class.php:466
531
  msgid "Every 5 minutes"
532
  msgstr "Alle 5 Minuten"
533
 
534
- #: includes/Settings.class.php:475
535
  msgid "Notifications"
536
  msgstr "Benachrichtigung"
537
 
538
- #: includes/Settings.class.php:486
539
  msgid "Reply-To Name"
540
  msgstr "Name für die Rückantwort"
541
 
542
- #: includes/Settings.class.php:487
543
  msgid ""
544
  "The name which should appear in the Reply-To field of a user notification "
545
  "email"
@@ -547,11 +998,11 @@ msgstr ""
547
  "Der Name die im Rückantwortfeld einer Benachrichtigungs-Email an einen Gast "
548
  "erscheinen soll."
549
 
550
- #: includes/Settings.class.php:498
551
  msgid "Reply-To Email Address"
552
  msgstr "Email Adresse für die Rückantwort"
553
 
554
- #: includes/Settings.class.php:499
555
  msgid ""
556
  "The email address which should appear in the Reply-To field of a user "
557
  "notification email."
@@ -559,378 +1010,424 @@ msgstr ""
559
  "Email Adresse die im Rückantwortfeld einer Benachrichtigungs-Email an einen "
560
  "Gast erscheinen soll."
561
 
562
- #: includes/Settings.class.php:510
563
  msgid "Admin Notification"
564
  msgstr "Administrator Benachrichtigung"
565
 
566
- #: includes/Settings.class.php:511
567
  msgid ""
568
  "Send an email notification to an administrator when a new booking is "
569
  "requested."
570
  msgstr ""
571
  "Sende eine Email Benachrichtigung an den Administrator wenn eine neue "
572
- "Tischreservation angefragt worden ist."
573
 
574
- #: includes/Settings.class.php:521
575
  msgid "Admin Email Address"
576
  msgstr "Email Adresse des Administrators"
577
 
578
- #: includes/Settings.class.php:522
579
  msgid "The email address where admin notifications should be sent."
580
  msgstr ""
581
  "Email Adresse an die Administratoren-Benachrichtigungen gesendet werden "
582
  "sollen."
583
 
584
- #: includes/Settings.class.php:531
585
  msgid "Email Templates"
586
  msgstr "Email Vorlagen"
587
 
588
- #: includes/Settings.class.php:543
 
 
 
 
 
 
 
 
589
  msgid "Template Tags"
590
  msgstr "Vorlagen Tags"
591
 
592
- #: includes/Settings.class.php:545
593
  msgid ""
594
  "Use the following tags to automatically add booking information to the "
595
  "emails. Tags labeled with an asterisk (*) can be used in the email subject "
596
  "as well."
597
  msgstr ""
598
- "Verwenden Sie die nachfolgenden Tags um Reservationsinformationen den Emails "
599
- "hinzuzufügen. Tages die mit einem Stern (*) bezeichnet sind können auch in "
600
- "der Betreffzeile verwendet werden."
601
 
602
- #: includes/Settings.class.php:556
603
  msgid "Admin Notification Subject"
604
  msgstr "Betreffzeile für Adminstratorenbenachrichtigungen"
605
 
606
- #: includes/Settings.class.php:557
607
  msgid "The email subject for admin notifications."
608
  msgstr "Email Betreffzeile für Adminstratorenbenachrichtigungen"
609
 
610
- #: includes/Settings.class.php:568
611
  msgid "Admin Notification Email"
612
  msgstr "Email für Adminstratorenbenachrichtigungen"
613
 
614
- #: includes/Settings.class.php:569
615
  msgid ""
616
  "Enter the email an admin should receive when an initial booking request is "
617
  "made."
618
  msgstr ""
619
- "Geben Sie die Email ein, die ein Adminstrator bei einer ersten "
620
- "Tischreservationsanfrage erhalten soll."
621
 
622
- #: includes/Settings.class.php:580
623
  msgid "New Request Email Subject"
624
- msgstr "Betreffzeile für eine neue Tischreservationsanfrage"
625
 
626
- #: includes/Settings.class.php:581
627
  msgid ""
628
  "The email subject a user should receive when they make an initial booking "
629
  "request."
630
- msgstr "Die Email-Betreffzeile für eine neue Tischreservationsanfrage"
631
 
632
- #: includes/Settings.class.php:592
633
  msgid "New Request Email"
634
- msgstr "Email einer neuer Tischreservationsanfrage"
635
 
636
- #: includes/Settings.class.php:593
637
  msgid ""
638
  "Enter the email a user should receive when they make an initial booking "
639
  "request."
640
  msgstr ""
641
- "Geben Sie die Email die ein Gast erhalten soll, wenn er eine erste Anfrage "
642
- "für eine Tischreservation erhalten soll."
643
 
644
- #: includes/Settings.class.php:604
645
  msgid "Confirmed Email Subject"
646
  msgstr "Betreffzeile für ein Bestätigungsemail"
647
 
648
- #: includes/Settings.class.php:605
649
  msgid ""
650
  "The email subject a user should receive when their booking has been "
651
  "confirmed."
652
  msgstr ""
653
- "Betreffzeile einer Email die ein Gast erhalten soll wenn seine "
654
- "Tischreservation bestätigt worden ist."
655
 
656
- #: includes/Settings.class.php:616
657
  msgid "Confirmed Email"
658
  msgstr "Bestätigungs-Email"
659
 
660
- #: includes/Settings.class.php:617
661
- msgid "Enter the email a user should receive when their booking has been confirmed."
 
662
  msgstr ""
663
- "Geben Sie die Email ein die Gast erhalten soll, wenn seine Tischreservation "
664
- "bestätigt worden ist."
665
 
666
- #: includes/Settings.class.php:628
667
  msgid "Rejected Email Subject"
668
  msgstr "Betreffzeile für ein Ablehnungs-Email"
669
 
670
- #: includes/Settings.class.php:629
671
- msgid "The email subject a user should receive when their booking has been rejected."
 
672
  msgstr ""
673
  "Betreffzeile für einer Email die ein Gast erhalten soll falls seine "
674
- "Tischreservationsanfrage abgelehnt werden musste."
675
 
676
- #: includes/Settings.class.php:640
677
  msgid "Rejected Email"
678
- msgstr "Ablehunungs-Email"
679
 
680
- #: includes/Settings.class.php:641
681
- msgid "Enter the email a user should receive when their booking has been rejected."
 
682
  msgstr ""
683
- "Geben Sie die Email ein die ein Gast erhalten soll, falls seine "
684
- "Tischreservationsanfrage abgelehnt werden musste."
685
 
686
- #: includes/Settings.class.php:659
687
  msgid "Any size"
688
  msgstr "Beliebige Anzahl"
689
 
690
- #: includes/Settings.class.php:714
691
  msgid "Book a table"
692
- msgstr "Bitte geben Sie das gewünschte Datum ein:"
693
 
694
- #: includes/Settings.class.php:717
695
- #: includes/WP_List_Table.BookingsTable.class.php:278
696
  msgid "Date"
697
  msgstr "Datum"
698
 
699
- #: includes/Settings.class.php:723
700
  msgid "Time"
701
- msgstr "Zeit"
702
 
703
- #: includes/Settings.class.php:729
704
- #: includes/WP_List_Table.BookingsTable.class.php:279
705
  msgid "Party"
706
  msgstr "Personen"
707
 
708
- #: includes/Settings.class.php:742
709
  msgid "Contact Details"
710
  msgstr "Kontaktdaten"
711
 
712
- #: includes/Settings.class.php:745
713
- #: includes/WP_List_Table.BookingsTable.class.php:280
714
  msgid "Name"
715
  msgstr "Name"
716
 
717
- #: includes/Settings.class.php:751
718
- #: includes/WP_List_Table.BookingsTable.class.php:281
719
  msgid "Email"
720
  msgstr "Email"
721
 
722
- #: includes/Settings.class.php:760
723
- #: includes/WP_List_Table.BookingsTable.class.php:282
724
  msgid "Phone"
725
  msgstr "Telefonnummer"
726
 
727
- #: includes/Settings.class.php:768
728
  msgid "Add a Message"
729
- msgstr ">Hier< eine Nachricht hinzufügen"
730
 
731
- #: includes/Settings.class.php:773
732
- #: includes/WP_List_Table.BookingsTable.class.php:283
733
  msgid "Message"
734
  msgstr "Meldung"
735
 
736
- #: includes/Settings.class.php:818
737
  msgid "Email of the user who made the booking"
738
- msgstr "* Email an den Gast der die Reservation gemacht hat"
739
 
740
- #: includes/Settings.class.php:819
741
  msgid "* Name of the user who made the booking"
742
- msgstr "* Name auf den der Tisch reserviert ist"
743
 
744
- #: includes/Settings.class.php:820
745
  msgid "* Number of people booked"
746
  msgstr "* Anzahl der Gäste"
747
 
748
- #: includes/Settings.class.php:821
749
  msgid "* Date and time of the booking"
750
- msgstr "* Datum und Zeit der Tischreservation"
751
 
752
- #: includes/Settings.class.php:822
753
  msgid "Phone number if supplied with the request"
754
  msgstr "Telefonnummer der Anfrage, falls angegeben"
755
 
756
- #: includes/Settings.class.php:823
757
  msgid "Message added to the request"
758
  msgstr "Gästemitteilung die der Anfrage hinzugefügt wurden"
759
 
760
- #: includes/Settings.class.php:824
761
  msgid "A link to the admin panel showing pending bookings"
762
- msgstr "Verweis zum Admin Panel das pendente Tischreservationen anzeigt "
763
 
764
- #: includes/Settings.class.php:825
765
- msgid "A link to confirm this booking. Only include this in admin notifications"
 
766
  msgstr ""
767
- "Link um diese Tischreservation zu bestätigen. Nur bei Benachrichtigungen für "
768
  "Administratoren einfügen"
769
 
770
- #: includes/Settings.class.php:826
771
  msgid "A link to reject this booking. Only include this in admin notifications"
772
  msgstr ""
773
- "Link um diese Tischreservation abzulehnen. Nur bei Benachrichtigungen für "
774
  "Administratoren einfügen"
775
 
776
- #: includes/Settings.class.php:827
777
  msgid "The name of this website"
778
  msgstr "Der Name dieser Webseite"
779
 
780
- #: includes/Settings.class.php:828
781
  msgid "A link to this website"
782
  msgstr "Ein Link zu dieser Webseite"
783
 
784
- #: includes/Settings.class.php:829
785
  msgid "Current date and time"
786
  msgstr "Aktuelle Zeit und Datum"
787
 
788
- #: includes/WP_List_Table.BookingsTable.class.php:186
 
 
 
 
 
 
 
 
 
 
 
 
 
789
  msgid "Upcoming"
790
  msgstr "Bald"
791
 
792
- #: includes/WP_List_Table.BookingsTable.class.php:187
793
  msgid "Today"
794
  msgstr "Heute"
795
 
796
- #: includes/WP_List_Table.BookingsTable.class.php:188
797
- #: includes/WP_List_Table.BookingsTable.class.php:246
798
  msgid "All"
799
  msgstr "Alle"
800
 
801
- #: includes/WP_List_Table.BookingsTable.class.php:204
802
  msgid "Start Date:"
803
  msgstr "Startdatum:"
804
 
805
- #: includes/WP_List_Table.BookingsTable.class.php:205
806
  msgid "Start Date"
807
  msgstr "Startdatum"
808
 
809
- #: includes/WP_List_Table.BookingsTable.class.php:206
810
  msgid "End Date:"
811
  msgstr "Enddatum:"
812
 
813
- #: includes/WP_List_Table.BookingsTable.class.php:207
814
  msgid "End Date"
815
  msgstr "Enddatum"
816
 
817
- #: includes/WP_List_Table.BookingsTable.class.php:208
818
  msgid "Apply"
819
  msgstr "Anwenden"
820
 
821
- #: includes/WP_List_Table.BookingsTable.class.php:210
822
  msgid "Clear Filter"
823
  msgstr "Filter löschen"
824
 
825
- #: includes/WP_List_Table.BookingsTable.class.php:247
826
  msgid "Pending"
827
- msgstr "Pendent"
828
 
829
- #: includes/WP_List_Table.BookingsTable.class.php:248
830
  msgid "Confirmed"
831
  msgstr "Bestätigt"
832
 
833
- #: includes/WP_List_Table.BookingsTable.class.php:249
834
  msgid "Closed"
835
  msgstr "Geschlossen"
836
 
837
- #: includes/WP_List_Table.BookingsTable.class.php:250
838
- #: includes/WP_List_Table.BookingsTable.class.php:315
839
  msgid "Trash"
840
  msgstr "Papierkorb"
841
 
842
- #: includes/WP_List_Table.BookingsTable.class.php:284
843
  msgid "Status"
844
  msgstr "Status"
845
 
846
- #: includes/WP_List_Table.BookingsTable.class.php:314
847
  msgid "Edit"
848
  msgstr "Bearbeiten"
849
 
850
- #: includes/WP_List_Table.BookingsTable.class.php:376
 
 
 
 
 
851
  msgid "Delete"
852
  msgstr "Löschen"
853
 
854
- #: includes/WP_List_Table.BookingsTable.class.php:377
855
  msgid "Set To Confirmed"
856
  msgstr "Auf \"Bestätigt\" gestellt"
857
 
858
- #: includes/WP_List_Table.BookingsTable.class.php:378
859
  msgid "Set To Pending Review"
860
- msgstr "Auf \"Pendent\" gestellt"
861
 
862
- #: includes/WP_List_Table.BookingsTable.class.php:379
863
  msgid "Set To Closed"
864
- msgstr "Auf \"Geschlossen\" gestellt"
865
 
866
- #: includes/WP_List_Table.BookingsTable.class.php:494
867
- #, c-format
868
  msgid "%d booking deleted successfully."
869
  msgid_plural "%d bookings deleted successfully."
870
- msgstr[0] "%d Tischreservation erfolgreich gelöscht "
871
- msgstr[1] "%d Tischreservationen erfolgreich gelöscht "
872
 
873
- #: includes/WP_List_Table.BookingsTable.class.php:497
874
- #, c-format
875
  msgid "%d booking confirmed."
876
  msgid_plural "%d bookings confirmed."
877
- msgstr[0] "%d Tischreservation bestätigt "
878
- msgstr[1] "%d Tischreservationen bestätigt "
879
 
880
- #: includes/WP_List_Table.BookingsTable.class.php:500
881
- #, c-format
882
  msgid "%d booking set to pending."
883
  msgid_plural "%d bookings set to pending."
884
- msgstr[0] "%d Tischreservation pendent gestellt"
885
- msgstr[1] "%d Tischreservationen pendent gestellt"
886
 
887
- #: includes/WP_List_Table.BookingsTable.class.php:503
888
- #, c-format
889
  msgid "%d booking closed."
890
  msgid_plural "%d bookings closed."
891
- msgstr[0] "%d Tischreservation geschlossen"
892
- msgstr[1] "%d Tischreservationen geschlossen"
893
 
894
- #: includes/WP_List_Table.BookingsTable.class.php:515
895
- #, c-format
896
  msgid "%d booking had errors and could not be processed."
897
  msgid_plural "%d bookings had errors and could not be processed."
898
- msgstr[0] "%d Tischreservation hatte Fehler und konnte nicht verarbeitet werden."
899
- msgstr[1] "%d Tischreservationen hatte Fehler und konnte nicht verarbeitet werden."
 
900
 
901
- #: includes/WP_List_Table.BookingsTable.class.php:689
902
  msgid "You're viewing bookings that have been moved to the trash."
903
- msgstr "Sie sehen Tischreservationen die in den Papierkorb verschoben worden sind."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
904
 
905
- #: includes/WP_List_Table.BookingsTable.class.php:698
906
  msgid "Only today's bookings are being shown."
907
- msgstr "Es werden nur Tischreservationen von heute angezeigt."
908
 
909
- #: includes/WP_List_Table.BookingsTable.class.php:700
910
  msgid "Only upcoming bookings are being shown."
911
- msgstr "Es werden nur zukünfitige Tischreservationen angezeigt."
912
 
913
- #: includes/WP_Widget.BookingFormWidget.class.php:25
914
  msgid "Booking Form"
915
- msgstr "Tischreservationsformular"
916
 
917
- #: includes/WP_Widget.BookingFormWidget.class.php:26
918
  msgid "Display a form to accept bookings."
919
- msgstr "Anzeige eines Formulars um Tischreservationen anzunehmen."
920
 
921
- #: includes/WP_Widget.BookingFormWidget.class.php:64
922
  msgid "Title"
923
  msgstr "Titel"
924
 
925
- #: includes/template-functions.php:100
926
  msgid "Request Booking"
927
  msgstr "Anfrage absenden"
928
 
929
- #: restaurant-reservations.php:148
930
  msgid "Booking Manager"
931
- msgstr "Tischreservationsverwaltung"
932
 
933
- #: restaurant-reservations.php:214
934
  msgid ""
935
  "An unspecified error occurred. Please try again. If the problem persists, "
936
  "try logging out and logging back in."
@@ -939,503 +1436,22 @@ msgstr ""
939
  "erneut. Falls das Problem dann immer noch besteht, versuchen Sie es mit Aus- "
940
  "und Einloggen."
941
 
942
- #: restaurant-reservations.php:276
943
  msgid "View the help documentation for Restaurant Reservations"
944
- msgstr "Hilfeanleitung für Tischreservationen"
945
 
946
- #: restaurant-reservations.php:276
947
  msgid "Help"
948
  msgstr "Hilfe"
949
 
950
- #. Plugin Name of the plugin/theme
951
- msgid "Restaurant Reservations"
952
- msgstr "Tischreservationen"
953
-
954
- #. #-#-#-#-# restaurant-reservations.pot (Restaurant Reservations 1.2.3) #-#-#-#-#
955
- #. Plugin URI of the plugin/theme
956
- #. #-#-#-#-# restaurant-reservations.pot (Restaurant Reservations 1.2.3) #-#-#-#-#
957
- #. Author URI of the plugin/theme
958
- msgid "http://themeofthecrop.com"
959
- msgstr "http://themeofthecrop.com"
960
-
961
- #. Description of the plugin/theme
962
- msgid "Accept restaurant reservations and bookings online."
963
- msgstr "Nehmen Sie online Tischreservationen für Ihr Restaurant an."
964
-
965
- #. Author of the plugin/theme
966
- msgid "Theme of the Crop"
967
- msgstr "Ein Theme von The Crop"
968
-
969
- #: includes/Addons.class.php:90
970
- msgctxt "Error message when retrieving list of addons"
971
- msgid "An unknown error occured."
972
- msgstr "Ein unbekannter Fehler beim Lader der Liste der Erweiterungen ist aufgetreten"
973
-
974
- #: includes/Addons.class.php:91
975
- msgctxt "Label for an addon that is already installed and activated."
976
- msgid "Already Installed"
977
- msgstr "Die Erweiterung ist schon installiert"
978
-
979
- #: includes/Addons.class.php:92
980
- msgctxt "Label for an addon that is not yet released."
981
- msgid "Coming Soon"
982
- msgstr "Diese Erweiterung wird bald freigegeben"
983
-
984
- #: includes/Addons.class.php:93
985
- msgctxt "Label for an addon that is free."
986
- msgid "Free"
987
- msgstr "Diese Erweiterung ist kostenfrei"
988
-
989
- #: includes/Addons.class.php:94
990
- msgctxt "Label for an addon that is released."
991
- msgid "Get It"
992
- msgstr "Diese Erweiterung ist verfügbar"
993
-
994
- #: includes/Addons.class.php:108
995
- msgctxt "Title of addons page"
996
- msgid "Addons"
997
- msgstr "Erweiterungen"
998
-
999
- #: includes/Addons.class.php:109
1000
- msgctxt "Title of addons page in the admin menu"
1001
- msgid "Addons"
1002
- msgstr "Erweiterungen"
1003
-
1004
- #: includes/AdminBookings.class.php:44
1005
- msgctxt "Title of admin page that lists bookings"
1006
- msgid "Bookings"
1007
- msgstr "Tischreservationen"
1008
-
1009
- #: includes/AdminBookings.class.php:45
1010
- msgctxt "Title of bookings admin menu item"
1011
- msgid "Bookings"
1012
- msgstr "Tischreservation"
1013
-
1014
- #: includes/CustomPostTypes.class.php:80
1015
- msgctxt "Booking status when it is pending review"
1016
- msgid "Pending"
1017
- msgstr "Pendent"
1018
-
1019
- #: includes/CustomPostTypes.class.php:86
1020
- msgctxt "Booking status for a confirmed booking"
1021
- msgid "Confirmed"
1022
- msgstr "Bestätigt"
1023
-
1024
- #: includes/CustomPostTypes.class.php:97
1025
- msgctxt "Booking status for a closed booking"
1026
- msgid "Closed"
1027
- msgstr "Geschlossen"
1028
-
1029
- #: includes/Settings.class.php:83
1030
- msgctxt "restaurant-reservations"
1031
- msgid ""
1032
- "Thanks, your booking request is waiting to be confirmed. Updates will be "
1033
- "sent to the email address you provided."
1034
- msgstr ""
1035
- "Vielen Dank. Ihre Tischreservationsanfrage ist bei uns in Bearbeitung. Wir "
1036
- "werden Ihnen Aktualisierungen an die Email Adresse senden die Sie uns "
1037
- "hinterlassen haben."
1038
-
1039
- #: includes/Settings.class.php:84
1040
- msgctxt ""
1041
- "Default date format for display. Must match formatting rules at http://amsul."
1042
- "ca/pickadate.js/date.htm#formatting-rules"
1043
- msgid "mmmm d, yyyy"
1044
- msgstr "dd.mm.yy"
1045
-
1046
- #: includes/Settings.class.php:85
1047
- msgctxt ""
1048
- "Default time format for display. Must match formatting rules at http://amsul."
1049
- "ca/pickadate.js/time.htm#formats"
1050
- msgid "h:i A"
1051
- msgstr "HH:i"
1052
 
1053
- #: includes/Settings.class.php:86
1054
- msgctxt "Default interval in minutes when selecting a time."
1055
- msgid "30"
1056
- msgstr "30"
1057
 
1058
- #: includes/Settings.class.php:96
1059
- msgctxt "Default email subject for admin notifications of new bookings"
1060
- msgid "New Booking Request"
1061
- msgstr "Neue Tischreservationsanfrage"
1062
 
1063
- #: includes/Settings.class.php:97
1064
- msgctxt ""
1065
- "Default email sent to the admin when a new booking request is made. The tags "
1066
- "in {brackets} will be replaced by the appropriate content and should be left "
1067
- "in place. HTML is allowed, but be aware that many email clients do not "
1068
- "handle HTML very well."
1069
- msgid ""
1070
- "A new booking request has been made at {site_name}:\n"
1071
- "\n"
1072
- "{user_name}\n"
1073
- "{party} people\n"
1074
- "{date}\n"
1075
- "\n"
1076
- "{bookings_link}\n"
1077
- "{confirm_link}\n"
1078
- "{close_link}\n"
1079
- "\n"
1080
- "&nbsp;\n"
1081
- "\n"
1082
- "<em>This message was sent by {site_link} on {current_time}.</em>"
1083
- msgstr ""
1084
- "Auf {site_name} wurde eine neue Anfrage für eine Tischreservation gemacht:\n"
1085
- "\n"
1086
- "Auf den Namen: {user_name}\n"
1087
- "Für: {party} Personen\n"
1088
- "Am. {date}\n"
1089
- "\n"
1090
- "{bookings_link}\n"
1091
- "{confirm_link}\n"
1092
- "{close_link}\n"
1093
- "\n"
1094
- "&nbsp;\n"
1095
- "\n"
1096
- "<em>Diese Mitteilung wurde von {site_link} am {current_time} versandt.</em>"
1097
-
1098
- #: includes/Settings.class.php:115
1099
- #, c-format
1100
- msgctxt ""
1101
- "Default email subject sent to user when they request a booking. %s will be "
1102
- "replaced by the website name"
1103
- msgid "Your booking at %s is pending"
1104
- msgstr "Ihre Tischreservation beim %s ist pendent"
1105
-
1106
- #: includes/Settings.class.php:116
1107
- msgctxt ""
1108
- "Default email sent to users when they make a new booking request. The tags "
1109
- "in {brackets} will be replaced by the appropriate content and should be left "
1110
- "in place. HTML is allowed, but be aware that many email clients do not "
1111
- "handle HTML very well."
1112
- msgid ""
1113
- "Thanks {user_name},\n"
1114
- "\n"
1115
- "Your booking request is <strong>waiting to be confirmed</strong>.\n"
1116
- "\n"
1117
- "Give us a few moments to make sure that we've got space for you. You will "
1118
- "receive another email from us soon. If this request was made outside of our "
1119
- "normal working hours, we may not be able to confirm it until we're open "
1120
- "again.\n"
1121
- "\n"
1122
- "<strong>Your request details:</strong>\n"
1123
- "{user_name}\n"
1124
- "{party} people\n"
1125
- "{date}\n"
1126
- "\n"
1127
- "&nbsp;\n"
1128
- "\n"
1129
- "<em>This message was sent by {site_link} on {current_time}.</em>"
1130
- msgstr ""
1131
- "Herzlichen Dank\n"
1132
- "\n"
1133
- "Ihre Anfrage für einen Tisch ist <strong>bei uns in Bearbeitung</strong>.\n"
1134
- "\n"
1135
- "Bitte geben Sie uns einige Momente damit wir abklären können ob wir noch "
1136
- "Platz haben.\n"
1137
- "\n"
1138
- "Sie erhalten bald eine Email von uns. Falls Sie Ihre Anfrage ausserhalb "
1139
- "unserer Öfnungszeiten abgeschickt haben, werden wir sie erst bearbeiten "
1140
- "können wenn wir wieder offen haben.\n"
1141
- "\n"
1142
- "\n"
1143
- "\n"
1144
- "<strong>Ihre Tischreservation:</strong>\n"
1145
- "Reserviert auf den Namen: {user_name}\n"
1146
- "Für {party} Personen\n"
1147
- "am {date}\n"
1148
- "\n"
1149
- "&nbsp;\n"
1150
- "\n"
1151
- "<em>Diese Mitteilungen haben sie vom {site_link} um \n"
1152
- "{current_time} erhalten.</em>"
1153
-
1154
- #: includes/Settings.class.php:136
1155
- msgctxt ""
1156
- "Default email sent to users when they make a new booking request. The tags "
1157
- "in {brackets} will be replaced by the appropriate content and should be left "
1158
- "in place. HTML is allowed, but be aware that many email clients do not "
1159
- "handle HTML very well."
1160
- msgid ""
1161
- "Hi {user_name},\n"
1162
- "\n"
1163
- "Your booking request has been <strong>confirmed</strong>. We look forward to "
1164
- "seeing you soon.\n"
1165
- "\n"
1166
- "<strong>Your booking:</strong>\n"
1167
- "{user_name}\n"
1168
- "{party} people\n"
1169
- "{date}\n"
1170
- "\n"
1171
- "&nbsp;\n"
1172
- "\n"
1173
- "<em>This message was sent by {site_link} on {current_time}.</em>"
1174
- msgstr ""
1175
- "Guten Tag!\n"
1176
- "\n"
1177
- "Es freut uns Ihnen mitteilen zu können, dass wir Ihre Tischreservation "
1178
- "<strong>bestätigen</strong> können. Wir freuen uns auf Ihren baldigen Besuch."
1179
- "\n"
1180
- "\n"
1181
- "\n"
1182
- " <strong>Ihre Tischreservationsdaten:</strong>\n"
1183
- "Reservation auf den Namen: {user_name}\n"
1184
- "für {party} Personen\n"
1185
- "am {date}\n"
1186
- "\n"
1187
- "&nbsp;\n"
1188
- "\n"
1189
- "<em>Diese Mitteilung haben Sie vom {site_link} um {current_time} erhalten."
1190
- "</em>"
1191
-
1192
- #: includes/Settings.class.php:154
1193
- msgctxt ""
1194
- "Default email sent to users when they make a new booking request. The tags "
1195
- "in {brackets} will be replaced by the appropriate content and should be left "
1196
- "in place. HTML is allowed, but be aware that many email clients do not "
1197
- "handle HTML very well."
1198
- msgid ""
1199
- "Hi {user_name},\n"
1200
- "\n"
1201
- "Sorry, we could not accomodate your booking request. We're full or not open "
1202
- "at the time you requested:\n"
1203
- "\n"
1204
- "{user_name}\n"
1205
- "{party} people\n"
1206
- "{date}\n"
1207
- "\n"
1208
- "&nbsp;\n"
1209
- "\n"
1210
- "<em>This message was sent by {site_link} on {current_time}.</em>"
1211
- msgstr ""
1212
- "Guten Tag\n"
1213
- "\n"
1214
- "Leider konnten wir Ihrer Anfrage für einen Tisch zum gewünschten Zeitpunkt "
1215
- "nicht entsprechen, da wir entweder schon ausgebucht sind oder nicht offen "
1216
- "haben.\n"
1217
- "\n"
1218
- "\n"
1219
- "Ihre Reservationsdaten:\n"
1220
- "\n"
1221
- "\n"
1222
- "Tischreservation auf den Namen: {user_name}\n"
1223
- "für {party} Personen\n"
1224
- "am {date}\n"
1225
- "\n"
1226
- "&nbsp;\n"
1227
- "\n"
1228
- "<em>Diese Mitteilung haben Sie vom {site_link} um {current_time} erhalten."
1229
- "</em>"
1230
-
1231
- #: includes/Settings.class.php:135
1232
- #, c-format
1233
- msgctxt ""
1234
- "Default email subject sent to user when their booking is confirmed. %s will "
1235
- "be replaced by the website name"
1236
- msgid "Your booking at %s is confirmed"
1237
- msgstr "Ihre Tischreservation im %s ist bestätigt."
1238
-
1239
- #: includes/Settings.class.php:153
1240
- #, c-format
1241
- msgctxt ""
1242
- "Default email subject sent to user when their booking is rejected. %s will "
1243
- "be replaced by the website name"
1244
- msgid "Your booking at %s was not accepted"
1245
- msgstr "Wir konnten leider Ihrer Tischreservation im %s nicht annehmen"
1246
-
1247
- #: includes/Settings.class.php:329
1248
- msgctxt "Format of a scheduling rule"
1249
- msgid "Weekly"
1250
- msgstr "Wöchentlich"
1251
-
1252
- #: includes/Settings.class.php:330
1253
- msgctxt "Format of a scheduling rule"
1254
- msgid "Monthly"
1255
- msgstr "Monatlich"
1256
-
1257
- #: includes/Settings.class.php:331
1258
- msgctxt "Format of a scheduling rule"
1259
- msgid "Date"
1260
- msgstr "Täglich"
1261
-
1262
- #: includes/Settings.class.php:332
1263
- msgctxt "Label for selecting days of the week in a scheduling rule"
1264
- msgid "Days of the week"
1265
- msgstr "Tage einer Woche"
1266
-
1267
- #: includes/Settings.class.php:333
1268
- msgctxt "Label for selecting weeks of the month in a scheduling rule"
1269
- msgid "Weeks of the month"
1270
- msgstr "Wochen eines Monats"
1271
-
1272
- #: includes/Settings.class.php:334
1273
- msgctxt "Label to select a date for a scheduling rule"
1274
- msgid "Date"
1275
- msgstr "Datum"
1276
-
1277
- #: includes/Settings.class.php:335
1278
- msgctxt "Label to select a time slot for a scheduling rule"
1279
- msgid "Time"
1280
- msgstr "Zeit"
1281
-
1282
- #: includes/Settings.class.php:336
1283
- msgctxt "Label to set a scheduling rule to last all day"
1284
- msgid "All day"
1285
- msgstr "Ganztägig"
1286
-
1287
- #: includes/Settings.class.php:337
1288
- msgctxt "Label for the starting time of a scheduling rule"
1289
- msgid "Start"
1290
- msgstr "Startzeit"
1291
-
1292
- #: includes/Settings.class.php:338
1293
- msgctxt "Label for the ending time of a scheduling rule"
1294
- msgid "End"
1295
- msgstr "Endzeit"
1296
-
1297
- #: includes/Settings.class.php:339
1298
- #, c-format
1299
- msgctxt "Prompt displayed when a scheduling rule is set without any time restrictions"
1300
- msgid "All day long. Want to %sset a time slot%s?"
1301
- msgstr "Ganztägig. Wollen Sie eine %sZeitdauer%s festlegen?"
1302
-
1303
- #: includes/Settings.class.php:340
1304
- msgctxt "Toggle a scheduling rule open and closed"
1305
- msgid "Open and close this rule"
1306
- msgstr "Öffnen und Schliessen dieser Regel"
1307
-
1308
- #: includes/Settings.class.php:341
1309
- msgctxt "Delete a scheduling rule"
1310
- msgid "Delete rule"
1311
- msgstr "Regel löschen"
1312
-
1313
- #: includes/Settings.class.php:343
1314
- msgctxt ""
1315
- "Brief default description of a scheduling rule when no weekdays or weeks are "
1316
- "included in the rule"
1317
- msgid "Never"
1318
- msgstr "Nie"
1319
-
1320
- #: includes/Settings.class.php:344
1321
- msgctxt ""
1322
- "Brief default description of a scheduling rule when all the weekdays/weeks "
1323
- "are included in the rule"
1324
- msgid "Every day"
1325
- msgstr "Täglich"
1326
-
1327
- #: includes/Settings.class.php:345
1328
- #, c-format
1329
- msgctxt ""
1330
- "Brief default description of a scheduling rule when some weekdays are "
1331
- "included on only some weeks of the month. %s should be left alone and will "
1332
- "be replaced by a comma-separated list of days and weeks in the following "
1333
- "format: M, T, W on the first, second week of the month"
1334
- msgid "%s on the %s week of the month"
1335
- msgstr "%s der %s Wochen des Monats"
1336
-
1337
- #: includes/Settings.class.php:346
1338
- #, c-format
1339
- msgctxt ""
1340
- "Brief default description of a scheduling rule when some weeks of the month "
1341
- "are included but all or no weekdays are selected. %s should be left alone "
1342
- "and will be replaced by a comma-separated list of weeks in the following "
1343
- "format: First, second week of the month"
1344
- msgid "%s week of the month"
1345
- msgstr "%s Woche des Monats"
1346
-
1347
- #: includes/Settings.class.php:347
1348
- msgctxt "Brief default description of a scheduling rule when no times are set"
1349
- msgid "All day"
1350
- msgstr "Täglich"
1351
-
1352
- #: includes/Settings.class.php:348
1353
- msgctxt ""
1354
- "Brief default description of a scheduling rule when an end time is set but "
1355
- "no start time. If the end time is 6pm, it will read: Ends at 6pm"
1356
- msgid "Ends at"
1357
- msgstr "Endet um"
1358
-
1359
- #: includes/Settings.class.php:349
1360
- msgctxt ""
1361
- "Brief default description of a scheduling rule when a start time is set but "
1362
- "no end time. If the start time is 6pm, it will read: Starts at 6pm"
1363
- msgid "Starts at"
1364
- msgstr "Beginnt um"
1365
-
1366
- #: includes/Settings.class.php:350
1367
- msgctxt "Separator between times of a scheduling rule"
1368
- msgid "&mdash;"
1369
- msgstr "&mdash;"
1370
-
1371
- #: includes/Settings.class.php:362
1372
- msgctxt "Monday abbreviation"
1373
- msgid "Mo"
1374
- msgstr "Mo"
1375
-
1376
- #: includes/Settings.class.php:363
1377
- msgctxt "Tuesday abbreviation"
1378
- msgid "Tu"
1379
- msgstr "Di"
1380
-
1381
- #: includes/Settings.class.php:364
1382
- msgctxt "Wednesday abbreviation"
1383
- msgid "We"
1384
- msgstr "Mi"
1385
-
1386
- #: includes/Settings.class.php:365
1387
- msgctxt "Thursday abbreviation"
1388
- msgid "Th"
1389
- msgstr "Do"
1390
-
1391
- #: includes/Settings.class.php:366
1392
- msgctxt "Friday abbreviation"
1393
- msgid "Fr"
1394
- msgstr "Fr"
1395
-
1396
- #: includes/Settings.class.php:367
1397
- msgctxt "Saturday abbreviation"
1398
- msgid "Sa"
1399
- msgstr "Sa"
1400
-
1401
- #: includes/Settings.class.php:368
1402
- msgctxt "Sunday abbreviation"
1403
- msgid "Su"
1404
- msgstr "So"
1405
-
1406
- #: includes/Settings.class.php:378
1407
- msgctxt "Brief default description of a scheduling exception when no times are set"
1408
- msgid "Closed all day"
1409
- msgstr "Ganzer Tag geschlossen"
1410
-
1411
- #: includes/WP_List_Table.BookingsTable.class.php:137
1412
- #: includes/WP_List_Table.BookingsTable.class.php:139
1413
- msgctxt ""
1414
- "No date limit in a date range, eg 2014-* would mean any date from 2014 or "
1415
- "after"
1416
- msgid "*"
1417
- msgstr "*"
1418
-
1419
- #: includes/WP_List_Table.BookingsTable.class.php:138
1420
- msgctxt "Separator between two dates in a date range"
1421
- msgid "&mdash;"
1422
- msgstr "&mdash;"
1423
-
1424
- #: includes/WP_List_Table.BookingsTable.class.php:344
1425
- msgctxt "Status label for bookings put in the trash"
1426
- msgid "Trash"
1427
- msgstr "Mülleimer"
1428
-
1429
- #: includes/WP_List_Table.BookingsTable.class.php:691
1430
- #, c-format
1431
- msgctxt ""
1432
- "Indicates which booking status is currently being filtered in the list of "
1433
- "bookings."
1434
- msgid "You're viewing bookings that have been marked as %s."
1435
- msgstr "Sie sehen eine Tischreservation die als %s markiert wurde."
1436
-
1437
- #: includes/WP_List_Table.BookingsTable.class.php:696
1438
- #, c-format
1439
- msgctxt "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
1440
- msgid "Only bookings from %s are being shown."
1441
- msgstr "Es werden nur Tischreservationen im Zeitraum %s angezeigt."
2
  msgstr ""
3
  "Project-Id-Version: Restaurant Reservations 1.2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-02-03 17:54+0100\n"
6
+ "PO-Revision-Date: 2015-02-03 18:15+0100\n"
7
  "Last-Translator: admin <admin@example.com>\n"
8
+ "Language-Team: mediaOffice GbR <support@mediaoffice.de>\n"
9
+ "Language: de\n"
 
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
  "X-Poedit-SourceCharset: UTF-8\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
18
  "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
19
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
+ "X-Generator: Poedit 1.7.3\n"
22
  "X-Loco-Target-Locale: de_DE\n"
23
+ "X-Poedit-SearchPath-0: ..\n"
24
 
25
+ #: ../includes/Addons.class.php:98
26
+ #: ../includes/WP_List_Table.BookingsTable.class.php:310
27
  msgid "Loading"
28
  msgstr "Lade ..."
29
 
30
+ #: ../includes/Addons.class.php:99
31
+ msgctxt "Error message when retrieving list of addons"
32
+ msgid "An unknown error occured."
33
+ msgstr ""
34
+ "Ein unbekannter Fehler beim Lader der Liste der Erweiterungen ist aufgetreten"
35
+
36
+ #: ../includes/Addons.class.php:100
37
+ msgctxt "Label for an addon that is already installed and activated."
38
+ msgid "Already Installed"
39
+ msgstr "Die Erweiterung ist schon installiert"
40
+
41
+ #: ../includes/Addons.class.php:101
42
+ msgctxt "Label for an addon that is not yet released."
43
+ msgid "Coming Soon"
44
+ msgstr "Diese Erweiterung wird bald freigegeben"
45
+
46
+ #: ../includes/Addons.class.php:102
47
+ msgctxt "Label for an addon that is free."
48
+ msgid "Free"
49
+ msgstr "Diese Erweiterung ist kostenfrei"
50
+
51
+ #: ../includes/Addons.class.php:103
52
+ msgctxt "Label for an addon that is released."
53
+ msgid "Get It"
54
+ msgstr "Diese Erweiterung ist verfügbar"
55
+
56
+ #: ../includes/Addons.class.php:117
57
+ msgctxt "Title of addons page"
58
+ msgid "Addons"
59
+ msgstr "Erweiterungen"
60
+
61
+ #: ../includes/Addons.class.php:118
62
+ msgctxt "Title of addons page in the admin menu"
63
+ msgid "Addons"
64
+ msgstr "Erweiterungen"
65
+
66
+ #: ../includes/Addons.class.php:135
67
  msgid "Addons for Restaurant Reservations"
68
+ msgstr "Erweiterungen zu Reservierungen"
69
 
70
+ #: ../includes/Addons.class.php:157
71
  msgid "You have been logged out. Please login again to retrieve the addons."
72
+ msgstr ""
73
+ "Sie wurden abgemeldet. Bitte melden Sie sich an um Erweiterungen zu laden."
74
 
75
+ #: ../includes/Addons.class.php:173
76
  msgid ""
77
  "You do not have permission to access this page. Please login to an "
78
  "administrator account if you have one."
79
  msgstr ""
80
  "Sie haben keine Zugriffrechte auf diese Seite. Bitte melden Sie sich mit "
81
+ "einem Adminstratorenkonto an."
82
 
83
+ #: ../includes/Addons.class.php:201
84
  msgid ""
85
+ "The addons list could not be retrieved. Please <a href=\"\">try again</a>. "
86
+ "If the problem persists over time, please report it on the <a href=\"http://"
87
+ "wordpress.org/support/plugin/restaurant-reservations\" target=\"_blank"
88
+ "\">support forums</a>."
89
  msgstr ""
90
+ "Die Liste der Erweiterungen konnte nicht geladen werden. Bitte <a href="
91
+ "\"\">versuchen Sie es erneut</a>. Falls das Problem bestehen bleibt, so "
92
  "melden Sie es bitte <a \n"
93
  "href=\"http://wordpress.org/support/plugin/restaurant-reservations\" \n"
94
  "target=\"_blank\">support forums</a>."
95
 
96
+ #: ../includes/AdminBookings.class.php:41
97
+ msgctxt "Title of admin page that lists bookings"
98
+ msgid "Bookings"
99
+ msgstr "Reservierungen"
100
+
101
+ #: ../includes/AdminBookings.class.php:42
102
+ msgctxt "Title of bookings admin menu item"
103
+ msgid "Bookings"
104
+ msgstr "Reservierungen"
105
+
106
+ #: ../includes/AdminBookings.class.php:65
107
  msgid "Restaurant Bookings"
108
+ msgstr "Reservierungen"
109
 
110
+ #: ../includes/AdminBookings.class.php:66
111
+ #: ../includes/CustomPostTypes.class.php:42
112
  msgid "Add New"
113
  msgstr "Neu hinzufügen"
114
 
115
+ #: ../includes/AdminBookings.class.php:111 ../restaurant-reservations.php:217
116
  msgid "Add Booking"
117
+ msgstr "Reservierung hinzufügen"
118
 
119
+ #: ../includes/AdminBookings.class.php:114
120
  msgid "Cancel"
121
  msgstr "Abbrechen"
122
 
123
+ #: ../includes/AdminBookings.class.php:128
124
  msgid "Close"
125
  msgstr "Schliessen"
126
 
127
+ #: ../includes/AdminBookings.class.php:194
128
  msgid "Booking Status"
129
+ msgstr "Status der Reservierungen"
130
 
131
+ #: ../includes/AdminBookings.class.php:202
132
  msgid "Send notifications"
133
  msgstr "Benachrichtigunen versenden"
134
 
135
+ #: ../includes/AdminBookings.class.php:207
136
  msgid "Learn more"
137
+ msgstr "mehr Informationen"
138
 
139
+ #: ../includes/AdminBookings.class.php:208
140
  msgid ""
141
  "When adding a booking or changing a booking's status with this form, no "
142
  "email notifications will be sent. Check this option if you want to send "
143
  "email notifications."
144
  msgstr ""
145
+ "Es werden keine Email Benachrichtigungen bei neuen Reservierungen oder "
146
  "Statusänderungen innerhalb dieses Formulars versandt. Wählen Sie diese "
147
  "Option an, falls sie doch Email Benachrichtigungen versenden wollen."
148
 
149
+ #: ../includes/AdminBookings.class.php:262
150
+ #, php-format
151
  msgid "You have been logged out. Please %slogin again%s."
152
  msgstr "Sie wurden abgemeldet. Bitte %smelden%s Sie sich wieder an."
153
 
154
+ #: ../includes/AdminBookings.class.php:298
155
+ #, php-format
156
  msgid ""
157
  "This booking has been sent to the %sTrash%s where it can not be edited. Set "
158
  "the booking to Pending or Confirmed to edit it."
159
  msgstr ""
160
  "Diese Tischreserversion wurde in den %sPapierkorb%s verschoben. Darum kann "
161
+ "sie nicht bearbeitet werden. Bitte setzten Sie den Status auf \"Pendent\" "
162
+ "oder \"Bestätigt\" um sie bearbeiten zu können."
163
 
164
+ #: ../includes/AdminBookings.class.php:315
165
+ msgid ""
166
+ "The booking could not be retrieved. Please reload the page and try again."
167
  msgstr ""
168
+ "Ihre Reservierung konnte nicht geladen werden. Bitte laden Sie die Seite neu "
169
+ "und versuchen Sie es noch einmal."
170
 
171
+ #: ../includes/AdminBookings.class.php:383
172
  msgid ""
173
+ "Unable to trash this post. Please try again. If you continue to have "
174
+ "trouble, please refresh the page."
175
  msgstr ""
176
  "Dieser Eintrag konnte nicht in den Papierkorb verschoben werden. Bitte "
177
  "versuchen Sie es nocheinmal. Falls Sie dann immer noch Probleme haben, laden "
178
  "Sie die Seite neu."
179
 
180
+ #: ../includes/Booking.class.php:178
181
  msgid "Please enter the date you would like to book."
182
  msgstr "Bitte geben Sie das Datum ein an dem Sie einen Tisch buchen wollen."
183
 
184
+ #: ../includes/Booking.class.php:188
185
  msgid ""
186
  "The date you entered is not valid. Please select from one of the dates in "
187
  "the calendar."
189
  "Das eingegebene Datum ist nicht gültig. Bitte wählen Sie ein Datum im "
190
  "Kalender."
191
 
192
+ #: ../includes/Booking.class.php:199
193
  msgid "Please enter the time you would like to book."
194
  msgstr "Bitte geben Sie die Zeit ein an dem Sie einen Tisch buchen wollen."
195
 
196
+ #: ../includes/Booking.class.php:209
197
  msgid ""
198
  "The time you entered is not valid. Please select from one of the times "
199
  "provided."
201
  "Die eingegebene Zeit ist nicht gültig. Bitte wählen sie eine Zeit aus der "
202
  "Zeitleiste."
203
 
204
+ #: ../includes/Booking.class.php:226
205
+ #, php-format
206
  msgid "Sorry, bookings can not be made more than %s days in advance."
207
  msgstr ""
208
+ "Wir bitten um Entschuldigung. Reservierungen können nicht mehr als %s Tage "
209
+ "im Voraus gebucht werden."
210
 
211
+ #: ../includes/Booking.class.php:237
212
  msgid "Sorry, bookings can not be made in the past."
213
  msgstr ""
214
+ "Wir bitten um Entschuldigung. Reservierungen können nicht in der "
215
+ "Vergangenheit gebucht werden."
216
 
217
+ #: ../includes/Booking.class.php:245
218
+ #, php-format
219
  msgid "Sorry, bookings must be made more than %s days in advance."
220
  msgstr ""
221
+ "Wir bitten um Entschuldigung. Reservierungen müssen mehr als %s Tage im "
222
+ "Voraus gebucht werden."
223
 
224
+ #: ../includes/Booking.class.php:247
225
+ #, php-format
226
  msgid "Sorry, bookings must be made more than %s hours in advance."
227
  msgstr ""
228
+ "Wir bitten um Entschuldigung. Reservierungen müssen mehr als %s Tage im "
229
+ "Voraus gebucht werden."
230
 
231
+ #: ../includes/Booking.class.php:249
232
+ #, php-format
233
  msgid "Sorry, bookings must be made more than %s mings in advance."
234
  msgstr ""
235
+ "Wir bitten um Entschuldigung. Reservierungen müssen mehr als %s Minuten im "
236
+ "Voraus gebucht werden."
237
 
238
+ #: ../includes/Booking.class.php:288
239
  msgid "Sorry, no bookings are being accepted then."
240
  msgstr ""
241
  "Wir bitten um Entschuldigung. Zu diesem Zeitpunkt können wir keine "
242
+ "Reservierung annehmen."
243
 
244
+ #: ../includes/Booking.class.php:340
245
  msgid "Sorry, no bookings are being accepted on that date."
246
  msgstr ""
247
+ "Wir bitten um Entschuldigung. Zu diesem Datum können wir keine Reservierung "
248
+ "annehmen."
249
 
250
+ #: ../includes/Booking.class.php:346
251
  msgid "Sorry, no bookings are being accepted at that time."
252
  msgstr ""
253
+ "Wir bitten um Entschuldigung. Für diese Uhrzeit können wir keine "
254
+ "Reservierung annehmen."
255
 
256
+ #: ../includes/Booking.class.php:368
257
  msgid "Please enter a name for this booking."
258
  msgstr "Bitte geben Sie an auf welchen Namen Sie den Tisch reservieren wollen."
259
 
260
+ #: ../includes/Booking.class.php:378
261
  msgid "Please let us know how many people will be in your party."
262
  msgstr "Bitte sagen sie uns wieviele Plätze Sie am Tisch benötigen."
263
 
264
+ #: ../includes/Booking.class.php:388
265
+ #, php-format
266
  msgid "We only accept bookings for parties of up to %d people."
267
+ msgstr "Wir können leider nur Reservierungen bis %d Personen annehmen."
268
 
269
+ #: ../includes/Booking.class.php:399
270
  msgid "Please enter an email address so we can confirm your booking."
271
  msgstr ""
272
+ "Bitte geben Sie Ihre Email Adresse ein damit wir Ihnen die Reservierung "
273
  "bestätigen können."
274
 
275
+ #: ../includes/Booking.class.php:421
276
  msgid "Please complete this field to request a booking."
277
  msgstr ""
278
  "Bitte füllen Sie dieses Feld aus um eine Tischreserverationsanfrage "
279
  "abzusenden."
280
 
281
+ #: ../includes/CustomPostTypes.class.php:38
282
+ #: ../includes/CustomPostTypes.class.php:40
283
+ #: ../includes/CustomPostTypes.class.php:41
284
+ #: ../includes/WP_List_Table.BookingsTable.class.php:76
285
  msgid "Bookings"
286
+ msgstr "Reservierungen"
287
 
288
+ #: ../includes/CustomPostTypes.class.php:39
289
+ #: ../includes/WP_List_Table.BookingsTable.class.php:75
290
  msgid "Booking"
291
+ msgstr "Reservierung"
292
 
293
+ #: ../includes/CustomPostTypes.class.php:43
294
  msgid "Add New Booking"
295
+ msgstr "Neue Reservierung hinzufügen"
296
 
297
+ #: ../includes/CustomPostTypes.class.php:44 ../restaurant-reservations.php:218
298
  msgid "Edit Booking"
299
+ msgstr "Reservierung bearbeiten"
300
 
301
+ #: ../includes/CustomPostTypes.class.php:45
302
  msgid "New Booking"
303
+ msgstr "Neue Reservierung"
304
 
305
+ #: ../includes/CustomPostTypes.class.php:46
306
  msgid "View Booking"
307
+ msgstr "Reservierung ansehen"
308
 
309
+ #: ../includes/CustomPostTypes.class.php:47
310
  msgid "Search Bookings"
311
+ msgstr "Reservierung suchen"
312
 
313
+ #: ../includes/CustomPostTypes.class.php:48
314
  msgid "No bookings found"
315
+ msgstr "Keine Reservierungen gefunden"
316
 
317
+ #: ../includes/CustomPostTypes.class.php:49
318
  msgid "No bookings found in trash"
319
+ msgstr "Keine Reservierungen im Papierkorb gefunden"
320
 
321
+ #: ../includes/CustomPostTypes.class.php:50
322
  msgid "All Bookings"
323
+ msgstr "Alle Reservierungen"
324
+
325
+ #: ../includes/CustomPostTypes.class.php:80
326
+ msgctxt "Booking status when it is pending review"
327
+ msgid "Pending"
328
+ msgstr "Unbestätigt"
329
 
330
+ #: ../includes/CustomPostTypes.class.php:86
331
+ msgctxt "Booking status for a confirmed booking"
332
+ msgid "Confirmed"
333
+ msgstr "Bestätigt"
334
+
335
+ #: ../includes/CustomPostTypes.class.php:93
336
+ #, php-format
337
  msgid "Confirmed <span class=\"count\">(%s)</span>"
338
  msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
339
  msgstr[0] "Bestätigt für <span class=\"count\">(%s)</span> Gast"
340
  msgstr[1] "Bestätigt für <span class=\"count\">(%s)</span> Gäste"
341
 
342
+ #: ../includes/CustomPostTypes.class.php:97
343
+ msgctxt "Booking status for a closed booking"
344
+ msgid "Closed"
345
+ msgstr "Geschlossen"
346
+
347
+ #: ../includes/CustomPostTypes.class.php:104
348
+ #, php-format
349
  msgid "Closed <span class=\"count\">(%s)</span>"
350
  msgid_plural "Closed <span class=\"count\">(%s)</span>"
351
  msgstr[0] "Geschlossen für <span class=\"count\">(%s)</span>"
352
  msgstr[1] "Geschlossen für <span class=\"count\">(%s)</span>"
353
 
354
+ #: ../includes/Notification.class.php:88
355
  msgid "View pending bookings"
356
+ msgstr "Unbestätige Reservierungen ansehen"
357
 
358
+ #: ../includes/Notification.class.php:89
359
  msgid "Confirm this booking"
360
+ msgstr "Diese Reservierung bestätigen"
361
 
362
+ #: ../includes/Notification.class.php:90
363
  msgid "Reject this booking"
364
+ msgstr "Reservierung ablehnen"
365
+
366
+ #: ../includes/Settings.class.php:83
367
+ msgctxt "restaurant-reservations"
368
+ msgid ""
369
+ "Thanks, your booking request is waiting to be confirmed. Updates will be "
370
+ "sent to the email address you provided."
371
+ msgstr ""
372
+ "Vielen Dank. Ihre Reservierungsanfrage ist bei uns in Bearbeitung. Wir "
373
+ "werden Ihnen Aktualisierungen an die Email Adresse senden die Sie uns "
374
+ "hinterlassen haben."
375
+
376
+ #: ../includes/Settings.class.php:84
377
+ msgctxt ""
378
+ "Default date format for display. Must match formatting rules at http://amsul."
379
+ "ca/pickadate.js/date.htm#formatting-rules"
380
+ msgid "mmmm d, yyyy"
381
+ msgstr "dd.mm.yy"
382
+
383
+ #: ../includes/Settings.class.php:85
384
+ msgctxt ""
385
+ "Default time format for display. Must match formatting rules at http://amsul."
386
+ "ca/pickadate.js/time.htm#formats"
387
+ msgid "h:i A"
388
+ msgstr "HH:i"
389
+
390
+ #: ../includes/Settings.class.php:86
391
+ msgctxt "Default interval in minutes when selecting a time."
392
+ msgid "30"
393
+ msgstr "30"
394
+
395
+ #: ../includes/Settings.class.php:96
396
+ msgctxt "Default email subject for admin notifications of new bookings"
397
+ msgid "New Booking Request"
398
+ msgstr "Neue Reservierungsanfrage"
399
+
400
+ #: ../includes/Settings.class.php:97
401
+ msgctxt ""
402
+ "Default email sent to the admin when a new booking request is made. The tags "
403
+ "in {brackets} will be replaced by the appropriate content and should be left "
404
+ "in place. HTML is allowed, but be aware that many email clients do not "
405
+ "handle HTML very well."
406
+ msgid ""
407
+ "A new booking request has been made at {site_name}:\n"
408
+ "\n"
409
+ "{user_name}\n"
410
+ "{party} people\n"
411
+ "{date}\n"
412
+ "\n"
413
+ "{bookings_link}\n"
414
+ "{confirm_link}\n"
415
+ "{close_link}\n"
416
+ "\n"
417
+ "&nbsp;\n"
418
+ "\n"
419
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
420
+ msgstr ""
421
+ "Auf {site_name} wurde eine neue Anfrage für eine Reservierung gemacht:\n"
422
+ "\n"
423
+ "Auf den Namen: {user_name}\n"
424
+ "Für: {party} Personen\n"
425
+ "Am. {date}\n"
426
+ "\n"
427
+ "{bookings_link}\n"
428
+ "{confirm_link}\n"
429
+ "{close_link}\n"
430
+ "\n"
431
+ "&nbsp;\n"
432
+ "\n"
433
+ "<em>Diese Mitteilung wurde von {site_link} am {current_time} versandt.</em>"
434
+
435
+ #: ../includes/Settings.class.php:115
436
+ #, php-format
437
+ msgctxt ""
438
+ "Default email subject sent to user when they request a booking. %s will be "
439
+ "replaced by the website name"
440
+ msgid "Your booking at %s is pending"
441
+ msgstr "Ihre Reservierung beim %s ist unbestätigt"
442
+
443
+ #: ../includes/Settings.class.php:116
444
+ msgctxt ""
445
+ "Default email sent to users when they make a new booking request. The tags "
446
+ "in {brackets} will be replaced by the appropriate content and should be left "
447
+ "in place. HTML is allowed, but be aware that many email clients do not "
448
+ "handle HTML very well."
449
+ msgid ""
450
+ "Thanks {user_name},\n"
451
+ "\n"
452
+ "Your booking request is <strong>waiting to be confirmed</strong>.\n"
453
+ "\n"
454
+ "Give us a few moments to make sure that we've got space for you. You will "
455
+ "receive another email from us soon. If this request was made outside of our "
456
+ "normal working hours, we may not be able to confirm it until we're open "
457
+ "again.\n"
458
+ "\n"
459
+ "<strong>Your request details:</strong>\n"
460
+ "{user_name}\n"
461
+ "{party} people\n"
462
+ "{date}\n"
463
+ "\n"
464
+ "&nbsp;\n"
465
+ "\n"
466
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
467
+ msgstr ""
468
+ "Herzlichen Dank\n"
469
+ "\n"
470
+ "Ihre Anfrage für einen Tisch ist <strong>bei uns in Bearbeitung</strong>.\n"
471
+ "\n"
472
+ "Bitte geben Sie uns einige Momente damit wir abklären können ob wir noch "
473
+ "Platz haben.\n"
474
+ "\n"
475
+ "Sie erhalten bald eine Email von uns. Falls Sie Ihre Anfrage ausserhalb "
476
+ "unserer Öfnungszeiten abgeschickt haben, werden wir sie erst bearbeiten "
477
+ "können wenn wir wieder offen haben.\n"
478
+ "\n"
479
+ "\n"
480
+ "\n"
481
+ "<strong>Ihre Reservierung:</strong>\n"
482
+ "Reserviert auf den Namen: {user_name}\n"
483
+ "Für {party} Personen\n"
484
+ "am {date}\n"
485
+ "\n"
486
+ "&nbsp;\n"
487
+ "\n"
488
+ "<em>Diese Mitteilungen haben sie vom {site_link} um \n"
489
+ "{current_time} erhalten.</em>"
490
+
491
+ #: ../includes/Settings.class.php:135
492
+ #, php-format
493
+ msgctxt ""
494
+ "Default email subject sent to user when their booking is confirmed. %s will "
495
+ "be replaced by the website name"
496
+ msgid "Your booking at %s is confirmed"
497
+ msgstr "Ihre Reservierung im %s ist bestätigt."
498
+
499
+ #: ../includes/Settings.class.php:136
500
+ msgctxt ""
501
+ "Default email sent to users when they make a new booking request. The tags "
502
+ "in {brackets} will be replaced by the appropriate content and should be left "
503
+ "in place. HTML is allowed, but be aware that many email clients do not "
504
+ "handle HTML very well."
505
+ msgid ""
506
+ "Hi {user_name},\n"
507
+ "\n"
508
+ "Your booking request has been <strong>confirmed</strong>. We look forward to "
509
+ "seeing you soon.\n"
510
+ "\n"
511
+ "<strong>Your booking:</strong>\n"
512
+ "{user_name}\n"
513
+ "{party} people\n"
514
+ "{date}\n"
515
+ "\n"
516
+ "&nbsp;\n"
517
+ "\n"
518
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
519
+ msgstr ""
520
+ "Guten Tag!\n"
521
+ "\n"
522
+ "Es freut uns Ihnen mitteilen zu können, dass wir Ihre Reservierung "
523
+ "<strong>bestätigen</strong> können. Wir freuen uns auf Ihren baldigen "
524
+ "Besuch.\n"
525
+ "\n"
526
+ "\n"
527
+ " <strong>Ihre Reservierungsdaten:</strong>\n"
528
+ "Reservation auf den Namen: {user_name}\n"
529
+ "für {party} Personen\n"
530
+ "am {date}\n"
531
+ "\n"
532
+ "&nbsp;\n"
533
+ "\n"
534
+ "<em>Diese Mitteilung haben Sie vom {site_link} um {current_time} erhalten.</"
535
+ "em>"
536
+
537
+ #: ../includes/Settings.class.php:153
538
+ #, php-format
539
+ msgctxt ""
540
+ "Default email subject sent to user when their booking is rejected. %s will "
541
+ "be replaced by the website name"
542
+ msgid "Your booking at %s was not accepted"
543
+ msgstr "Wir konnten leider Ihre Reservierung im %s nicht annehmen"
544
+
545
+ #: ../includes/Settings.class.php:154
546
+ msgctxt ""
547
+ "Default email sent to users when they make a new booking request. The tags "
548
+ "in {brackets} will be replaced by the appropriate content and should be left "
549
+ "in place. HTML is allowed, but be aware that many email clients do not "
550
+ "handle HTML very well."
551
+ msgid ""
552
+ "Hi {user_name},\n"
553
+ "\n"
554
+ "Sorry, we could not accomodate your booking request. We're full or not open "
555
+ "at the time you requested:\n"
556
+ "\n"
557
+ "{user_name}\n"
558
+ "{party} people\n"
559
+ "{date}\n"
560
+ "\n"
561
+ "&nbsp;\n"
562
+ "\n"
563
+ "<em>This message was sent by {site_link} on {current_time}.</em>"
564
+ msgstr ""
565
+ "Guten Tag\n"
566
+ "\n"
567
+ "Leider konnten wir Ihrer Reservierungsanfrage zum gewünschten Zeitpunkt "
568
+ "nicht entsprechen, da wir entweder schon ausgebucht sind oder geschlossen "
569
+ "haben.\n"
570
+ "\n"
571
+ "\n"
572
+ "Ihre Reservierungsdaten:\n"
573
+ "\n"
574
+ "\n"
575
+ "Reservierung auf den Namen: {user_name}\n"
576
+ "für {party} Personen\n"
577
+ "am {date}\n"
578
+ "\n"
579
+ "&nbsp;\n"
580
+ "\n"
581
+ "<em>Diese Mitteilung haben Sie vom {site_link} um {current_time} erhalten.</"
582
+ "em>"
583
 
584
+ #: ../includes/Settings.class.php:218 ../includes/Settings.class.php:219
585
  msgid "Settings"
586
  msgstr "Einstellungen"
587
 
588
+ #: ../includes/Settings.class.php:231
589
  msgid "General"
590
  msgstr "Generelle Einstellungen"
591
 
592
+ #: ../includes/Settings.class.php:242
593
  msgid "Booking Page"
594
+ msgstr "Reservierungsseite"
595
 
596
+ #: ../includes/Settings.class.php:243
597
  msgid ""
598
  "Select a page on your site to automatically display the booking form and "
599
  "confirmation message."
601
  "Wähen Sie eine Seite zur automatischen Anzeige des Buchungsformulars und "
602
  "einer Bestätigungsmitteilung."
603
 
604
+ #: ../includes/Settings.class.php:259
605
  msgid "Max Party Size"
606
+ msgstr "Maximale Anzahl Personen pro Reservierung"
607
 
608
+ #: ../includes/Settings.class.php:260
609
  msgid "Set a maximum allowed party size for bookings."
610
  msgstr "Definieren Sie die maximale Anzahl Gäste für eine Tischreservertion."
611
 
612
+ #: ../includes/Settings.class.php:272
613
  msgid "Success Message"
614
  msgstr "Erfolgsmeldung"
615
 
616
+ #: ../includes/Settings.class.php:273
617
  msgid "Enter the message to display when a booking request is made."
618
+ msgstr ""
619
+ "Legen Sie die Mitteilung fest die erscheint, wenn eine Reservierungsanfrage "
620
+ "abgeschickt wurde"
621
 
622
+ #: ../includes/Settings.class.php:284
623
  msgid "Date Format"
624
  msgstr "Datumsformat"
625
 
626
+ #: ../includes/Settings.class.php:285
627
+ #, php-format
628
  msgid ""
629
  "Define how the date is formatted on the booking form. %sFormatting rules%s. "
630
  "This only changes the format on the booking form. To change the date format "
631
  "in notification messages, modify your general %sWordPress Settings%s."
632
  msgstr ""
633
+ "Definieren Sie wie das Datum im Reservierungsformular formatiert sein soll. "
634
+ "%sFormatierungsregeln%s. Es wird nur das Anzeigeformat im "
635
+ "Reservierungsformular geändert. Um das Datumsformat in den "
636
  "Benachrichtigungsmeldungen zu ändern, müssen Sie Ihre generellen %sWordPress "
637
  "Einstellungen%s entsprechend anpassen."
638
 
639
+ #: ../includes/Settings.class.php:296
640
  msgid "Time Format"
641
  msgstr "Zeitformat"
642
 
643
+ #: ../includes/Settings.class.php:297
644
+ #, php-format
645
  msgid ""
646
  "Define how the time is formatted on the booking form. %sFormatting rules%s. "
647
  "This only changes the format on the booking form. To change the time format "
648
  "in notification messages, modify your general %sWordPress Settings%s."
649
  msgstr ""
650
+ "Definieren Sie wie die Zeit im Reservierungsformular formatiert \n"
651
  "sein soll. %sFormatierungsregeln%s. Es wird nur das Anzeigeformat im \n"
652
  "Tischreservationsformular geändert. Um das Zeitformat in den \n"
653
  "Benachrichtigungsmeldungen zu ändern, müssen Sie Ihre generellen \n"
654
  "%sWordPress Einstellungen%s entsprechend anpassen."
655
 
656
+ #: ../includes/Settings.class.php:310
657
  msgid "Language"
658
  msgstr "Sprache"
659
 
660
+ #: ../includes/Settings.class.php:311
661
  msgid ""
662
  "Select a language to use for the booking form datepicker if it is different "
663
  "than your WordPress language setting."
665
  "Wählen Sie eine Sprache für die Datumsauswahl, falls diese unterschiedlich "
666
  "von Ihrer WordPress Spracheinstellung ist."
667
 
668
+ #: ../includes/Settings.class.php:321
669
  msgid "Booking Schedule"
670
+ msgstr "Reservierungsplan"
671
 
672
+ #: ../includes/Settings.class.php:328
673
  msgid "Add new scheduling rule"
674
+ msgstr "Neue Reservierungsregel hinzufügen"
675
 
676
+ #: ../includes/Settings.class.php:329
677
+ msgctxt "Format of a scheduling rule"
678
+ msgid "Weekly"
679
+ msgstr "Wöchentlich"
680
 
681
+ #: ../includes/Settings.class.php:330
682
+ msgctxt "Format of a scheduling rule"
683
+ msgid "Monthly"
684
+ msgstr "Monatlich"
685
 
686
+ #: ../includes/Settings.class.php:331
687
+ msgctxt "Format of a scheduling rule"
688
+ msgid "Date"
689
+ msgstr "Täglich"
 
690
 
691
+ #: ../includes/Settings.class.php:332
692
+ msgctxt "Label for selecting days of the week in a scheduling rule"
693
+ msgid "Days of the week"
694
+ msgstr "Tage in der Woche"
695
 
696
+ #: ../includes/Settings.class.php:333
697
+ msgctxt "Label for selecting weeks of the month in a scheduling rule"
698
+ msgid "Weeks of the month"
699
+ msgstr "Wochen eines Monats"
700
+
701
+ #: ../includes/Settings.class.php:334
702
+ msgctxt "Label to select a date for a scheduling rule"
703
+ msgid "Date"
704
+ msgstr "Datum"
705
+
706
+ #: ../includes/Settings.class.php:335
707
+ msgctxt "Label to select a time slot for a scheduling rule"
708
+ msgid "Time"
709
+ msgstr "Uhrzeit"
710
+
711
+ #: ../includes/Settings.class.php:336
712
+ msgctxt "Label to set a scheduling rule to last all day"
713
+ msgid "All day"
714
+ msgstr "Ganztägig"
715
+
716
+ #: ../includes/Settings.class.php:337
717
+ msgctxt "Label for the starting time of a scheduling rule"
718
+ msgid "Start"
719
+ msgstr "Startzeit"
720
+
721
+ #: ../includes/Settings.class.php:338
722
+ msgctxt "Label for the ending time of a scheduling rule"
723
+ msgid "End"
724
+ msgstr "Endzeit"
725
+
726
+ #: ../includes/Settings.class.php:339
727
+ #, php-format
728
+ msgctxt ""
729
+ "Prompt displayed when a scheduling rule is set without any time restrictions"
730
+ msgid "All day long. Want to %sset a time slot%s?"
731
+ msgstr "Ganztägig. Wollen Sie eine %sZeitdauer%s festlegen?"
732
+
733
+ #: ../includes/Settings.class.php:340
734
+ msgctxt "Toggle a scheduling rule open and closed"
735
+ msgid "Open and close this rule"
736
+ msgstr "Öffnen und Schliessen dieser Regel"
737
+
738
+ #: ../includes/Settings.class.php:341
739
+ msgctxt "Delete a scheduling rule"
740
+ msgid "Delete rule"
741
+ msgstr "Regel löschen"
742
+
743
+ #: ../includes/Settings.class.php:342
744
+ msgid "Delete scheduling rule"
745
+ msgstr "Reservierungsregel löschen"
746
+
747
+ #: ../includes/Settings.class.php:343
748
+ msgctxt ""
749
+ "Brief default description of a scheduling rule when no weekdays or weeks are "
750
+ "included in the rule"
751
+ msgid "Never"
752
+ msgstr "Nie"
753
+
754
+ #: ../includes/Settings.class.php:344
755
+ msgctxt ""
756
+ "Brief default description of a scheduling rule when all the weekdays/weeks "
757
+ "are included in the rule"
758
+ msgid "Every day"
759
+ msgstr "Täglich"
760
+
761
+ #: ../includes/Settings.class.php:345
762
+ #, php-format
763
+ msgctxt ""
764
+ "Brief default description of a scheduling rule when some weekdays are "
765
+ "included on only some weeks of the month. %s should be left alone and will "
766
+ "be replaced by a comma-separated list of days and weeks in the following "
767
+ "format: M, T, W on the first, second week of the month"
768
+ msgid "%s on the %s week of the month"
769
+ msgstr "%s der %s Wochen des Monats"
770
+
771
+ #: ../includes/Settings.class.php:346
772
+ #, php-format
773
+ msgctxt ""
774
+ "Brief default description of a scheduling rule when some weeks of the month "
775
+ "are included but all or no weekdays are selected. %s should be left alone "
776
+ "and will be replaced by a comma-separated list of weeks in the following "
777
+ "format: First, second week of the month"
778
+ msgid "%s week of the month"
779
+ msgstr "%s Woche des Monats"
780
+
781
+ #: ../includes/Settings.class.php:347
782
+ msgctxt "Brief default description of a scheduling rule when no times are set"
783
+ msgid "All day"
784
+ msgstr "Täglich"
785
+
786
+ #: ../includes/Settings.class.php:348
787
+ msgctxt ""
788
+ "Brief default description of a scheduling rule when an end time is set but "
789
+ "no start time. If the end time is 6pm, it will read: Ends at 6pm"
790
+ msgid "Ends at"
791
+ msgstr "Endet um"
792
+
793
+ #: ../includes/Settings.class.php:349
794
+ msgctxt ""
795
+ "Brief default description of a scheduling rule when a start time is set but "
796
+ "no end time. If the start time is 6pm, it will read: Starts at 6pm"
797
+ msgid "Starts at"
798
+ msgstr "Beginnt um"
799
+
800
+ #: ../includes/Settings.class.php:350
801
+ msgctxt "Separator between times of a scheduling rule"
802
+ msgid "&mdash;"
803
+ msgstr "&mdash;"
804
+
805
+ #: ../includes/Settings.class.php:359
806
+ msgid "Schedule"
807
+ msgstr "Regel"
808
+
809
+ #: ../includes/Settings.class.php:360
810
+ msgid "Define the weekly schedule during which you accept bookings."
811
+ msgstr ""
812
+ "Definieren Sie den wöchentlichen Zeitraum in welchem Sie Reservierungen "
813
+ "annehmen"
814
+
815
+ #: ../includes/Settings.class.php:362
816
+ msgctxt "Monday abbreviation"
817
+ msgid "Mo"
818
+ msgstr "Mo"
819
+
820
+ #: ../includes/Settings.class.php:363
821
+ msgctxt "Tuesday abbreviation"
822
+ msgid "Tu"
823
+ msgstr "Di"
824
+
825
+ #: ../includes/Settings.class.php:364
826
+ msgctxt "Wednesday abbreviation"
827
+ msgid "We"
828
+ msgstr "Mi"
829
+
830
+ #: ../includes/Settings.class.php:365
831
+ msgctxt "Thursday abbreviation"
832
+ msgid "Th"
833
+ msgstr "Do"
834
+
835
+ #: ../includes/Settings.class.php:366
836
+ msgctxt "Friday abbreviation"
837
+ msgid "Fr"
838
+ msgstr "Fr"
839
+
840
+ #: ../includes/Settings.class.php:367
841
+ msgctxt "Saturday abbreviation"
842
+ msgid "Sa"
843
+ msgstr "Sa"
844
+
845
+ #: ../includes/Settings.class.php:368
846
+ msgctxt "Sunday abbreviation"
847
+ msgid "Su"
848
+ msgstr "So"
849
+
850
+ #: ../includes/Settings.class.php:378
851
+ msgctxt ""
852
+ "Brief default description of a scheduling exception when no times are set"
853
+ msgid "Closed all day"
854
+ msgstr "Ganzer Tag geschlossen"
855
+
856
+ #: ../includes/Settings.class.php:385
857
+ msgid "Exceptions"
858
+ msgstr "Ausnahmen"
859
+
860
+ #: ../includes/Settings.class.php:386
861
+ msgid ""
862
+ "Define special opening hours for holidays, events or other needs. Leave the "
863
+ "time empty if you're closed all day."
864
+ msgstr ""
865
+ "Definieren Sie spezielle Öffnungszeiten während Festtagen, Veranstaltungen "
866
  "oder bei anderen Situationen. Lassen Sie das Zeitfeld leer wenn Sie den "
867
  "ganzen Tag geschlossen haben"
868
 
869
+ #: ../includes/Settings.class.php:401
870
  msgid "Early Bookings"
871
  msgstr "Vorausbuchungen"
872
 
873
+ #: ../includes/Settings.class.php:402
874
  msgid "Select how early customers can make their booking."
875
  msgstr "Wählen Sie wie lange im Voraus Gäste einen Tisch reservieren können"
876
 
877
+ #: ../includes/Settings.class.php:405
878
  msgid "Any time"
879
  msgstr "Immer"
880
 
881
+ #: ../includes/Settings.class.php:406
882
  msgid "Up to 1 day in advance"
883
  msgstr "Bis einen Tag im Voraus"
884
 
885
+ #: ../includes/Settings.class.php:407
886
  msgid "Up to 1 week in advance"
887
  msgstr "Bis eine Woche im Voraus"
888
 
889
+ #: ../includes/Settings.class.php:408
890
  msgid "Up to 2 weeks in advance"
891
  msgstr "Bis zwei Wochen im Voraus"
892
 
893
+ #: ../includes/Settings.class.php:409
894
  msgid "Up to 30 days in advance"
895
  msgstr "Bis 30 Tage im Voraus"
896
 
897
+ #: ../includes/Settings.class.php:410
898
  msgid "Up to 90 days in advance"
899
  msgstr "Bis 90 Tage im Voraus"
900
 
901
+ #: ../includes/Settings.class.php:421
902
  msgid "Late Bookings"
903
+ msgstr "Kurzfristige Reservierungen"
904
 
905
+ #: ../includes/Settings.class.php:422
906
  msgid "Select how late customers can make their booking."
907
+ msgstr "Wählen Sie wie kurzfristig Gäste noch einen Tisch reservieren können."
908
 
909
+ #: ../includes/Settings.class.php:425
910
  msgid "Up to the last minute"
911
  msgstr "Bis zur letzen Minute"
912
 
913
+ #: ../includes/Settings.class.php:426
914
  msgid "At least 15 minutes in advance"
915
  msgstr "Bis 15 Minuten davor"
916
 
917
+ #: ../includes/Settings.class.php:427
918
  msgid "At least 30 minutes in advance"
919
  msgstr "Bis 30 Minuten davor"
920
 
921
+ #: ../includes/Settings.class.php:428
922
  msgid "At least 45 minutes in advance"
923
  msgstr "Bis 45 Minuten davor"
924
 
925
+ #: ../includes/Settings.class.php:429
926
  msgid "At least 1 hour in advance"
927
  msgstr "Bis 1 Stunde davor"
928
 
929
+ #: ../includes/Settings.class.php:430
930
  msgid "At least 4 hours in advance"
931
  msgstr "Bis 4 Stunden davor"
932
 
933
+ #: ../includes/Settings.class.php:431
934
  msgid "At least 1 day in advance"
935
  msgstr "Bis einen Tag davor"
936
 
937
+ #: ../includes/Settings.class.php:442
938
  msgid "Date Pre-selection"
939
  msgstr "Vorwahl des Datums"
940
 
941
+ #: ../includes/Settings.class.php:443
942
  msgid ""
943
  "When the booking form is loaded, should it automatically attempt to select a "
944
  "valid date?"
945
  msgstr ""
946
+ "Soll beim Aufruf des Reservierungsformulares automatisch ein gültiges Datum "
947
+ "voreingestellt sein?"
948
 
949
+ #: ../includes/Settings.class.php:446
950
  msgid "Select today if valid"
951
  msgstr "Wählen Sie heute sofern dies gültig ist."
952
 
953
+ #: ../includes/Settings.class.php:447
954
  msgid "Select today or next valid date"
955
  msgstr "Wählen Sie heute oder das nächste gültige Datum aus"
956
 
957
+ #: ../includes/Settings.class.php:448
958
  msgid "Leave empty"
959
  msgstr "Leer lassen"
960
 
961
+ #: ../includes/Settings.class.php:459
962
  msgid "Time Interval"
963
  msgstr "Zeitspanne"
964
 
965
+ #: ../includes/Settings.class.php:460
966
  msgid "Select the number of minutes between each available time."
967
  msgstr "Wählen sie die Anzahl Minuten zwischen jeder verfügbaren Zeit."
968
 
969
+ #: ../includes/Settings.class.php:463
970
  msgid "Every 30 minutes"
971
  msgstr "Alle 30 Minuten"
972
 
973
+ #: ../includes/Settings.class.php:464
974
  msgid "Every 15 minutes"
975
  msgstr "Alle 15 Minuten"
976
 
977
+ #: ../includes/Settings.class.php:465
978
  msgid "Every 10 minutes"
979
  msgstr "Alle 10 Minuten"
980
 
981
+ #: ../includes/Settings.class.php:466
982
  msgid "Every 5 minutes"
983
  msgstr "Alle 5 Minuten"
984
 
985
+ #: ../includes/Settings.class.php:475
986
  msgid "Notifications"
987
  msgstr "Benachrichtigung"
988
 
989
+ #: ../includes/Settings.class.php:486
990
  msgid "Reply-To Name"
991
  msgstr "Name für die Rückantwort"
992
 
993
+ #: ../includes/Settings.class.php:487
994
  msgid ""
995
  "The name which should appear in the Reply-To field of a user notification "
996
  "email"
998
  "Der Name die im Rückantwortfeld einer Benachrichtigungs-Email an einen Gast "
999
  "erscheinen soll."
1000
 
1001
+ #: ../includes/Settings.class.php:498
1002
  msgid "Reply-To Email Address"
1003
  msgstr "Email Adresse für die Rückantwort"
1004
 
1005
+ #: ../includes/Settings.class.php:499
1006
  msgid ""
1007
  "The email address which should appear in the Reply-To field of a user "
1008
  "notification email."
1010
  "Email Adresse die im Rückantwortfeld einer Benachrichtigungs-Email an einen "
1011
  "Gast erscheinen soll."
1012
 
1013
+ #: ../includes/Settings.class.php:510
1014
  msgid "Admin Notification"
1015
  msgstr "Administrator Benachrichtigung"
1016
 
1017
+ #: ../includes/Settings.class.php:511
1018
  msgid ""
1019
  "Send an email notification to an administrator when a new booking is "
1020
  "requested."
1021
  msgstr ""
1022
  "Sende eine Email Benachrichtigung an den Administrator wenn eine neue "
1023
+ "Reservierung angefragt worden ist."
1024
 
1025
+ #: ../includes/Settings.class.php:521
1026
  msgid "Admin Email Address"
1027
  msgstr "Email Adresse des Administrators"
1028
 
1029
+ #: ../includes/Settings.class.php:522
1030
  msgid "The email address where admin notifications should be sent."
1031
  msgstr ""
1032
  "Email Adresse an die Administratoren-Benachrichtigungen gesendet werden "
1033
  "sollen."
1034
 
1035
+ #: ../includes/Settings.class.php:531
1036
  msgid "Email Templates"
1037
  msgstr "Email Vorlagen"
1038
 
1039
+ #: ../includes/Settings.class.php:533
1040
+ msgid ""
1041
+ "Adjust the messages that are emailed to users and admins during the booking "
1042
+ "process."
1043
+ msgstr ""
1044
+ "Passen Sie die E-Mail Nachrichten entsprechend an , die Reservierenden und "
1045
+ "Administratoren bei einer Reservierung automatisch zugeschickt werden."
1046
+
1047
+ #: ../includes/Settings.class.php:543
1048
  msgid "Template Tags"
1049
  msgstr "Vorlagen Tags"
1050
 
1051
+ #: ../includes/Settings.class.php:545
1052
  msgid ""
1053
  "Use the following tags to automatically add booking information to the "
1054
  "emails. Tags labeled with an asterisk (*) can be used in the email subject "
1055
  "as well."
1056
  msgstr ""
1057
+ "Verwenden Sie die nachfolgenden Tags um Reservierungsinformationen den "
1058
+ "Emails hinzuzufügen. Tages die mit einem Stern (*) bezeichnet sind können "
1059
+ "auch in der Betreffzeile verwendet werden."
1060
 
1061
+ #: ../includes/Settings.class.php:556
1062
  msgid "Admin Notification Subject"
1063
  msgstr "Betreffzeile für Adminstratorenbenachrichtigungen"
1064
 
1065
+ #: ../includes/Settings.class.php:557
1066
  msgid "The email subject for admin notifications."
1067
  msgstr "Email Betreffzeile für Adminstratorenbenachrichtigungen"
1068
 
1069
+ #: ../includes/Settings.class.php:568
1070
  msgid "Admin Notification Email"
1071
  msgstr "Email für Adminstratorenbenachrichtigungen"
1072
 
1073
+ #: ../includes/Settings.class.php:569
1074
  msgid ""
1075
  "Enter the email an admin should receive when an initial booking request is "
1076
  "made."
1077
  msgstr ""
1078
+ "Legen Sie die Email fest, die ein Adminstrator bei einer "
1079
+ "Reservierungsanfrage erhalten soll."
1080
 
1081
+ #: ../includes/Settings.class.php:580
1082
  msgid "New Request Email Subject"
1083
+ msgstr "Betreffzeile für eine neue Reservierungsanfrage"
1084
 
1085
+ #: ../includes/Settings.class.php:581
1086
  msgid ""
1087
  "The email subject a user should receive when they make an initial booking "
1088
  "request."
1089
+ msgstr "Die Email-Betreffzeile für eine neue Reservierungsanfrage"
1090
 
1091
+ #: ../includes/Settings.class.php:592
1092
  msgid "New Request Email"
1093
+ msgstr "Email einer neuer Reservierungsanfrage"
1094
 
1095
+ #: ../includes/Settings.class.php:593
1096
  msgid ""
1097
  "Enter the email a user should receive when they make an initial booking "
1098
  "request."
1099
  msgstr ""
1100
+ "Legen Sie die Email fest die ein Gast erhalten soll, wenn er eine "
1101
+ "Reservierungsanfrage geschickt hat."
1102
 
1103
+ #: ../includes/Settings.class.php:604
1104
  msgid "Confirmed Email Subject"
1105
  msgstr "Betreffzeile für ein Bestätigungsemail"
1106
 
1107
+ #: ../includes/Settings.class.php:605
1108
  msgid ""
1109
  "The email subject a user should receive when their booking has been "
1110
  "confirmed."
1111
  msgstr ""
1112
+ "Betreffzeile einer Email die ein Gast erhalten soll wenn seine Reservierung "
1113
+ "bestätigt worden ist."
1114
 
1115
+ #: ../includes/Settings.class.php:616
1116
  msgid "Confirmed Email"
1117
  msgstr "Bestätigungs-Email"
1118
 
1119
+ #: ../includes/Settings.class.php:617
1120
+ msgid ""
1121
+ "Enter the email a user should receive when their booking has been confirmed."
1122
  msgstr ""
1123
+ "Legen Sie die Email fest die ein Gast erhalten soll, wenn seine Reservierung "
1124
+ "bestätigt wird."
1125
 
1126
+ #: ../includes/Settings.class.php:628
1127
  msgid "Rejected Email Subject"
1128
  msgstr "Betreffzeile für ein Ablehnungs-Email"
1129
 
1130
+ #: ../includes/Settings.class.php:629
1131
+ msgid ""
1132
+ "The email subject a user should receive when their booking has been rejected."
1133
  msgstr ""
1134
  "Betreffzeile für einer Email die ein Gast erhalten soll falls seine "
1135
+ "Reservierungsanfrage abgelehnt werden musste."
1136
 
1137
+ #: ../includes/Settings.class.php:640
1138
  msgid "Rejected Email"
1139
+ msgstr "Ablehnungs-Email"
1140
 
1141
+ #: ../includes/Settings.class.php:641
1142
+ msgid ""
1143
+ "Enter the email a user should receive when their booking has been rejected."
1144
  msgstr ""
1145
+ "Legen Sie die Email fest die ein Gast erhalten soll, wenn seine "
1146
+ "Reservierungsanfrage abgelehnt werden muss."
1147
 
1148
+ #: ../includes/Settings.class.php:659
1149
  msgid "Any size"
1150
  msgstr "Beliebige Anzahl"
1151
 
1152
+ #: ../includes/Settings.class.php:743
1153
  msgid "Book a table"
1154
+ msgstr "Reservierungsdaten"
1155
 
1156
+ #: ../includes/Settings.class.php:746
1157
+ #: ../includes/WP_List_Table.BookingsTable.class.php:278
1158
  msgid "Date"
1159
  msgstr "Datum"
1160
 
1161
+ #: ../includes/Settings.class.php:752
1162
  msgid "Time"
1163
+ msgstr "Uhrzeit"
1164
 
1165
+ #: ../includes/Settings.class.php:758
1166
+ #: ../includes/WP_List_Table.BookingsTable.class.php:279
1167
  msgid "Party"
1168
  msgstr "Personen"
1169
 
1170
+ #: ../includes/Settings.class.php:771
1171
  msgid "Contact Details"
1172
  msgstr "Kontaktdaten"
1173
 
1174
+ #: ../includes/Settings.class.php:774
1175
+ #: ../includes/WP_List_Table.BookingsTable.class.php:280
1176
  msgid "Name"
1177
  msgstr "Name"
1178
 
1179
+ #: ../includes/Settings.class.php:780
1180
+ #: ../includes/WP_List_Table.BookingsTable.class.php:281
1181
  msgid "Email"
1182
  msgstr "Email"
1183
 
1184
+ #: ../includes/Settings.class.php:789
1185
+ #: ../includes/WP_List_Table.BookingsTable.class.php:282
1186
  msgid "Phone"
1187
  msgstr "Telefonnummer"
1188
 
1189
+ #: ../includes/Settings.class.php:797
1190
  msgid "Add a Message"
1191
+ msgstr "Nachricht hinzufügen"
1192
 
1193
+ #: ../includes/Settings.class.php:802
1194
+ #: ../includes/WP_List_Table.BookingsTable.class.php:283
1195
  msgid "Message"
1196
  msgstr "Meldung"
1197
 
1198
+ #: ../includes/Settings.class.php:847
1199
  msgid "Email of the user who made the booking"
1200
+ msgstr "* Email an den Gast der die Reservierung gemacht hat"
1201
 
1202
+ #: ../includes/Settings.class.php:848
1203
  msgid "* Name of the user who made the booking"
1204
+ msgstr "* Name des Gastes auf den der Tisch reserviert ist"
1205
 
1206
+ #: ../includes/Settings.class.php:849
1207
  msgid "* Number of people booked"
1208
  msgstr "* Anzahl der Gäste"
1209
 
1210
+ #: ../includes/Settings.class.php:850
1211
  msgid "* Date and time of the booking"
1212
+ msgstr "* Datum und Zeit der Reservierung"
1213
 
1214
+ #: ../includes/Settings.class.php:851
1215
  msgid "Phone number if supplied with the request"
1216
  msgstr "Telefonnummer der Anfrage, falls angegeben"
1217
 
1218
+ #: ../includes/Settings.class.php:852
1219
  msgid "Message added to the request"
1220
  msgstr "Gästemitteilung die der Anfrage hinzugefügt wurden"
1221
 
1222
+ #: ../includes/Settings.class.php:853
1223
  msgid "A link to the admin panel showing pending bookings"
1224
+ msgstr "Verweis zum Admin Panel das unbestätigte Reservierungen anzeigt "
1225
 
1226
+ #: ../includes/Settings.class.php:854
1227
+ msgid ""
1228
+ "A link to confirm this booking. Only include this in admin notifications"
1229
  msgstr ""
1230
+ "Link um diese Reservierung zu bestätigen. Nur bei Benachrichtigungen für "
1231
  "Administratoren einfügen"
1232
 
1233
+ #: ../includes/Settings.class.php:855
1234
  msgid "A link to reject this booking. Only include this in admin notifications"
1235
  msgstr ""
1236
+ "Link um diese Reservierung abzulehnen. Nur bei Benachrichtigungen für "
1237
  "Administratoren einfügen"
1238
 
1239
+ #: ../includes/Settings.class.php:856
1240
  msgid "The name of this website"
1241
  msgstr "Der Name dieser Webseite"
1242
 
1243
+ #: ../includes/Settings.class.php:857
1244
  msgid "A link to this website"
1245
  msgstr "Ein Link zu dieser Webseite"
1246
 
1247
+ #: ../includes/Settings.class.php:858
1248
  msgid "Current date and time"
1249
  msgstr "Aktuelle Zeit und Datum"
1250
 
1251
+ #: ../includes/WP_List_Table.BookingsTable.class.php:137
1252
+ #: ../includes/WP_List_Table.BookingsTable.class.php:139
1253
+ msgctxt ""
1254
+ "No date limit in a date range, eg 2014-* would mean any date from 2014 or "
1255
+ "after"
1256
+ msgid "*"
1257
+ msgstr "*"
1258
+
1259
+ #: ../includes/WP_List_Table.BookingsTable.class.php:138
1260
+ msgctxt "Separator between two dates in a date range"
1261
+ msgid "&mdash;"
1262
+ msgstr "&mdash;"
1263
+
1264
+ #: ../includes/WP_List_Table.BookingsTable.class.php:186
1265
  msgid "Upcoming"
1266
  msgstr "Bald"
1267
 
1268
+ #: ../includes/WP_List_Table.BookingsTable.class.php:187
1269
  msgid "Today"
1270
  msgstr "Heute"
1271
 
1272
+ #: ../includes/WP_List_Table.BookingsTable.class.php:188
1273
+ #: ../includes/WP_List_Table.BookingsTable.class.php:246
1274
  msgid "All"
1275
  msgstr "Alle"
1276
 
1277
+ #: ../includes/WP_List_Table.BookingsTable.class.php:204
1278
  msgid "Start Date:"
1279
  msgstr "Startdatum:"
1280
 
1281
+ #: ../includes/WP_List_Table.BookingsTable.class.php:205
1282
  msgid "Start Date"
1283
  msgstr "Startdatum"
1284
 
1285
+ #: ../includes/WP_List_Table.BookingsTable.class.php:206
1286
  msgid "End Date:"
1287
  msgstr "Enddatum:"
1288
 
1289
+ #: ../includes/WP_List_Table.BookingsTable.class.php:207
1290
  msgid "End Date"
1291
  msgstr "Enddatum"
1292
 
1293
+ #: ../includes/WP_List_Table.BookingsTable.class.php:208
1294
  msgid "Apply"
1295
  msgstr "Anwenden"
1296
 
1297
+ #: ../includes/WP_List_Table.BookingsTable.class.php:210
1298
  msgid "Clear Filter"
1299
  msgstr "Filter löschen"
1300
 
1301
+ #: ../includes/WP_List_Table.BookingsTable.class.php:247
1302
  msgid "Pending"
1303
+ msgstr "Unbestätigt"
1304
 
1305
+ #: ../includes/WP_List_Table.BookingsTable.class.php:248
1306
  msgid "Confirmed"
1307
  msgstr "Bestätigt"
1308
 
1309
+ #: ../includes/WP_List_Table.BookingsTable.class.php:249
1310
  msgid "Closed"
1311
  msgstr "Geschlossen"
1312
 
1313
+ #: ../includes/WP_List_Table.BookingsTable.class.php:250
1314
+ #: ../includes/WP_List_Table.BookingsTable.class.php:315
1315
  msgid "Trash"
1316
  msgstr "Papierkorb"
1317
 
1318
+ #: ../includes/WP_List_Table.BookingsTable.class.php:284
1319
  msgid "Status"
1320
  msgstr "Status"
1321
 
1322
+ #: ../includes/WP_List_Table.BookingsTable.class.php:314
1323
  msgid "Edit"
1324
  msgstr "Bearbeiten"
1325
 
1326
+ #: ../includes/WP_List_Table.BookingsTable.class.php:344
1327
+ msgctxt "Status label for bookings put in the trash"
1328
+ msgid "Trash"
1329
+ msgstr "Papierkorb"
1330
+
1331
+ #: ../includes/WP_List_Table.BookingsTable.class.php:376
1332
  msgid "Delete"
1333
  msgstr "Löschen"
1334
 
1335
+ #: ../includes/WP_List_Table.BookingsTable.class.php:377
1336
  msgid "Set To Confirmed"
1337
  msgstr "Auf \"Bestätigt\" gestellt"
1338
 
1339
+ #: ../includes/WP_List_Table.BookingsTable.class.php:378
1340
  msgid "Set To Pending Review"
1341
+ msgstr "Auf \"Unbestätigt\" gestellt"
1342
 
1343
+ #: ../includes/WP_List_Table.BookingsTable.class.php:379
1344
  msgid "Set To Closed"
1345
+ msgstr "Auf \"Abgelehnt\" gestellt"
1346
 
1347
+ #: ../includes/WP_List_Table.BookingsTable.class.php:494
1348
+ #, php-format
1349
  msgid "%d booking deleted successfully."
1350
  msgid_plural "%d bookings deleted successfully."
1351
+ msgstr[0] "%d Reservierung erfolgreich gelöscht "
1352
+ msgstr[1] "%d Reservierungen erfolgreich gelöscht "
1353
 
1354
+ #: ../includes/WP_List_Table.BookingsTable.class.php:497
1355
+ #, php-format
1356
  msgid "%d booking confirmed."
1357
  msgid_plural "%d bookings confirmed."
1358
+ msgstr[0] "%d Reservierung bestätigt "
1359
+ msgstr[1] "%d Reservierungen bestätigt "
1360
 
1361
+ #: ../includes/WP_List_Table.BookingsTable.class.php:500
1362
+ #, php-format
1363
  msgid "%d booking set to pending."
1364
  msgid_plural "%d bookings set to pending."
1365
+ msgstr[0] "%d Reservierung unbestätigt gestellt"
1366
+ msgstr[1] "%d Reservierungen unbestätigt gestellt"
1367
 
1368
+ #: ../includes/WP_List_Table.BookingsTable.class.php:503
1369
+ #, php-format
1370
  msgid "%d booking closed."
1371
  msgid_plural "%d bookings closed."
1372
+ msgstr[0] "%d Reservierung abgelehnt"
1373
+ msgstr[1] "%d Reservierungen abgelehnt"
1374
 
1375
+ #: ../includes/WP_List_Table.BookingsTable.class.php:515
1376
+ #, php-format
1377
  msgid "%d booking had errors and could not be processed."
1378
  msgid_plural "%d bookings had errors and could not be processed."
1379
+ msgstr[0] "%d Reservierung hatte Fehler und konnte nicht verarbeitet werden."
1380
+ msgstr[1] ""
1381
+ "%d Reservierungen hatten Fehler und konnten nicht verarbeitet werden."
1382
 
1383
+ #: ../includes/WP_List_Table.BookingsTable.class.php:691
1384
  msgid "You're viewing bookings that have been moved to the trash."
1385
+ msgstr "Sie sehen Reservierungen die in den Papierkorb verschoben worden sind."
1386
+
1387
+ #: ../includes/WP_List_Table.BookingsTable.class.php:693
1388
+ #, php-format
1389
+ msgctxt ""
1390
+ "Indicates which booking status is currently being filtered in the list of "
1391
+ "bookings."
1392
+ msgid "You're viewing bookings that have been marked as %s."
1393
+ msgstr "Sie sehen eine Reservierung die als %s markiert wurde."
1394
+
1395
+ #: ../includes/WP_List_Table.BookingsTable.class.php:698
1396
+ #, php-format
1397
+ msgctxt ""
1398
+ "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
1399
+ msgid "Only bookings from %s are being shown."
1400
+ msgstr "Es werden nur Reservierungen im Zeitraum %s angezeigt."
1401
 
1402
+ #: ../includes/WP_List_Table.BookingsTable.class.php:700
1403
  msgid "Only today's bookings are being shown."
1404
+ msgstr "Es werden nur Reservierungen von heute angezeigt."
1405
 
1406
+ #: ../includes/WP_List_Table.BookingsTable.class.php:702
1407
  msgid "Only upcoming bookings are being shown."
1408
+ msgstr "Es werden nur zukünfitige Reservierungen angezeigt."
1409
 
1410
+ #: ../includes/WP_Widget.BookingFormWidget.class.php:25
1411
  msgid "Booking Form"
1412
+ msgstr "Reservierungsformular"
1413
 
1414
+ #: ../includes/WP_Widget.BookingFormWidget.class.php:26
1415
  msgid "Display a form to accept bookings."
1416
+ msgstr "Anzeige eines Formulars um Reservierungen anzunehmen."
1417
 
1418
+ #: ../includes/WP_Widget.BookingFormWidget.class.php:64
1419
  msgid "Title"
1420
  msgstr "Titel"
1421
 
1422
+ #: ../includes/template-functions.php:106
1423
  msgid "Request Booking"
1424
  msgstr "Anfrage absenden"
1425
 
1426
+ #: ../restaurant-reservations.php:148
1427
  msgid "Booking Manager"
1428
+ msgstr "Reservierungsverwaltung"
1429
 
1430
+ #: ../restaurant-reservations.php:219
1431
  msgid ""
1432
  "An unspecified error occurred. Please try again. If the problem persists, "
1433
  "try logging out and logging back in."
1436
  "erneut. Falls das Problem dann immer noch besteht, versuchen Sie es mit Aus- "
1437
  "und Einloggen."
1438
 
1439
+ #: ../restaurant-reservations.php:281
1440
  msgid "View the help documentation for Restaurant Reservations"
1441
+ msgstr "Hilfe für das Plugin Restaurant Reservierungen"
1442
 
1443
+ #: ../restaurant-reservations.php:281
1444
  msgid "Help"
1445
  msgstr "Hilfe"
1446
 
1447
+ #~ msgid "Restaurant Reservations"
1448
+ #~ msgstr "Reservierungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1449
 
1450
+ #~ msgid "http://themeofthecrop.com"
1451
+ #~ msgstr "http://themeofthecrop.com"
 
 
1452
 
1453
+ #~ msgid "Accept restaurant reservations and bookings online."
1454
+ #~ msgstr "Nehmen Sie online Reservierungen für Ihr Restaurant an."
 
 
1455
 
1456
+ #~ msgid "Theme of the Crop"
1457
+ #~ msgstr "Ein Theme von The Crop"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/restaurant-reservations-he_IL.mo ADDED
Binary file
languages/restaurant-reservations-he_IL.po ADDED
@@ -0,0 +1,1333 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file was generated by WPML
2
+ # WPML is a WordPress plugin that can turn any WordPress or WordPressMU site into a full featured multilingual content management system.
3
+ # http://wpml.org
4
+ msgid ""
5
+ msgstr ""
6
+ "Content-Type: text/plain; charset=UTF-8\n"
7
+ "Content-Transfer-Encoding: 8bit\n"
8
+ "Project-Id-Version: restaurant-reservations\n"
9
+ "POT-Creation-Date: \n"
10
+ "PO-Revision-Date: \n"
11
+ "Last-Translator: Ahrale <contact@atar4u.com>\n"
12
+ "Language-Team: Ahrale, Atar4U.com <contact@atar4u.com>\n"
13
+ "MIME-Version: 1.0\n"
14
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "Language: he\n"
16
+ "X-Generator: Poedit 1.7.4\n"
17
+ "X-Poedit-SourceCharset: UTF-8\n"
18
+
19
+ #
20
+ # $links['help'] = '<a href="' . RTB_PLUGIN_URL . '/docs" title="' . __( 'View the help documentation for Restaurant Reservations', 'restaurant-reservations' ) . '">' . __( 'Help', 'restaurant-reservations' ) . '</a>';
21
+ # }
22
+ # wpml-name: 6a26f548831e6a8c26bfbbd9f6ec61e0
23
+ msgid "Help"
24
+ msgstr "עזרה"
25
+
26
+ #
27
+ # $links['help'] = '<a href="' . RTB_PLUGIN_URL . '/docs" title="' . __( 'View the help documentation for Restaurant Reservations', 'restaurant-reservations' ) . '">' . __( 'Help', 'restaurant-reservations' ) . '</a>';
28
+ # }
29
+ # wpml-name: 9728c86c55097a44851716108af0810a
30
+ msgid "View the help documentation for Restaurant Reservations"
31
+ msgstr "הצג את התיעוד עבור Restaurant Reservations"
32
+
33
+ # 'edit_booking' => __( 'Edit Booking', 'restaurant-reservations' ),
34
+ # 'error_unspecified' => __( 'An unspecified error occurred. Please try again. If the problem persists, try logging out and logging back in.', 'restaurant-reservations' ),
35
+ # ),
36
+ # wpml-name: 76c88e8cf88063104c11854204c21f70
37
+ msgid "An unspecified error occurred. Please try again. If the problem persists, try logging out and logging back in."
38
+ msgstr "אירעה שגיאה שלא צויינה. נא לנסות שוב. אם הבעיה חוזרת על עצמה, נא לנסות להתנתק ולהתחבר מחדש."
39
+
40
+ # 'rtb_booking_manager',
41
+ # __( 'Booking Manager', 'restaurant-reservations' ),
42
+ # array(
43
+ # wpml-name: 92ed9869285573ddee96af53f78a4ef1
44
+ msgid "Booking Manager"
45
+ msgstr "מנהל הזמנות"
46
+
47
+ # '<button type="submit">%s</button>',
48
+ # apply_filters( 'rtb_booking_form_submit_label', __( 'Request Booking', 'restaurant-reservations' ) )
49
+ # );
50
+ # wpml-name: f60b0eefcb161e323dc3afcf5bfec3c4
51
+ msgid "Request Booking"
52
+ msgstr "הזמנת רישום"
53
+
54
+ # if ( !empty( $this->filter_start_date ) || !empty( $this->filter_end_date ) ) {
55
+ # $notifications['date'] = sprintf( _x( 'Only bookings from %s are being shown.', 'Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05', 'restaurant-reservations' ), $this->get_current_date_range() );
56
+ # } elseif ( !empty( $_GET['schedule'] ) && $_GET['schedule'] == 'today' ) {
57
+ # wpml-name: Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05: Only bookings from %s are being shown.
58
+ msgid "Only bookings from %s are being shown."
59
+ msgstr "מוצגות רק הזמנות מ %s."
60
+
61
+ # } elseif ( !empty( $rtb_controller->cpts->booking_statuses[ $status ] ) ) {
62
+ # $notifications['status'] = sprintf( _x( "You're viewing bookings that have been marked as %s.", 'Indicates which booking status is currently being filtered in the list of bookings.', 'restaurant-reservations' ), $rtb_controller->cpts->booking_statuses[ $_GET['status'] ]['label'] );
63
+ # }
64
+ # wpml-name: Indicates which booking status is currently being filtered in the list of bookings.: You're viewing bookings that have been marked as %s.
65
+ msgid "You're viewing bookings that have been marked as %s."
66
+ msgstr "אתה מתבונן בהזמנות שסומנו כ %s."
67
+
68
+ # $range = empty( $this->filter_start_date ) ? _x( '*', 'No date limit in a date range, eg 2014-* would mean any date from 2014 or after', 'restaurant-reservations' ) : $this->filter_start_date;
69
+ # $range .= empty( $this->filter_start_date ) || empty( $this->filter_end_date ) ? '' : _x( '&mdash;', 'Separator between two dates in a date range', 'restaurant-reservations' );
70
+ # $range .= empty( $this->filter_end_date ) ? _x( '*', 'No date limit in a date range, eg 2014-* would mean any date from 2014 or after', 'restaurant-reservations' ) : $this->filter_end_date;
71
+ # wpml-name: Separator between two dates in a date range: &mdash;
72
+ msgid "&mdash;"
73
+ msgstr "—"
74
+
75
+ # $range .= empty( $this->filter_start_date ) || empty( $this->filter_end_date ) ? '' : _x( '&mdash;', 'Separator between two dates in a date range', 'restaurant-reservations' );
76
+ # $range .= empty( $this->filter_end_date ) ? _x( '*', 'No date limit in a date range, eg 2014-* would mean any date from 2014 or after', 'restaurant-reservations' ) : $this->filter_end_date;
77
+ #
78
+ # wpml-name: No date limit in a date range, eg 2014-* would mean any date from 2014 or after: *
79
+ msgid "*"
80
+ msgstr "*"
81
+
82
+ # <?php if( !empty( $start_date ) || !empty( $end_date ) ) : ?>
83
+ # <a href="<?php echo add_query_arg( array( 'action' => 'clear_date_filters' ) ); ?>" class="button-secondary"><?php _e( 'Clear Filter', 'restaurant-reservations' ); ?></a>
84
+ # <?php endif; ?>
85
+ # wpml-name: 1fa2cbf3189a9841c5dc2e3414e8152f
86
+ msgid "Clear Filter"
87
+ msgstr "נקה את המסנן"
88
+
89
+ # <input type="text" id="end-date" name="end-date" class="datepicker" value="<?php echo esc_attr( $this->filter_end_date ); ?>" placeholder="<?php _e( 'End Date', 'restaurant-reservations' ); ?>" />
90
+ # <input type="submit" class="button-secondary" value="<?php _e( 'Apply', 'restaurant-reservations' ); ?>"/>
91
+ # <?php if( !empty( $start_date ) || !empty( $end_date ) ) : ?>
92
+ # wpml-name: 9639e32cab248434a17ab32237cb3b71
93
+ msgid "Apply"
94
+ msgstr "החל"
95
+
96
+ # <label for="end-date" class="screen-reader-text"><?php _e( 'End Date:', 'restaurant-reservations' ); ?></label>
97
+ # <input type="text" id="end-date" name="end-date" class="datepicker" value="<?php echo esc_attr( $this->filter_end_date ); ?>" placeholder="<?php _e( 'End Date', 'restaurant-reservations' ); ?>" />
98
+ # <input type="submit" class="button-secondary" value="<?php _e( 'Apply', 'restaurant-reservations' ); ?>"/>
99
+ # wpml-name: 3c1429dca1ae285353b112dfacae5fe5
100
+ msgid "End Date"
101
+ msgstr "תאריך סיום"
102
+
103
+ # <input type="text" id="start-date" name="start-date" class="datepicker" value="<?php echo esc_attr( $this->filter_start_date ); ?>" placeholder="<?php _e( 'Start Date', 'restaurant-reservations' ); ?>" />
104
+ # <label for="end-date" class="screen-reader-text"><?php _e( 'End Date:', 'restaurant-reservations' ); ?></label>
105
+ # <input type="text" id="end-date" name="end-date" class="datepicker" value="<?php echo esc_attr( $this->filter_end_date ); ?>" placeholder="<?php _e( 'End Date', 'restaurant-reservations' ); ?>" />
106
+ # wpml-name: 24b14297980dd32d60bb299877890d63
107
+ msgid "End Date:"
108
+ msgstr "תאריך סיום:"
109
+
110
+ # <label for="start-date" class="screen-reader-text"><?php _e( 'Start Date:', 'restaurant-reservations' ); ?></label>
111
+ # <input type="text" id="start-date" name="start-date" class="datepicker" value="<?php echo esc_attr( $this->filter_start_date ); ?>" placeholder="<?php _e( 'Start Date', 'restaurant-reservations' ); ?>" />
112
+ # <label for="end-date" class="screen-reader-text"><?php _e( 'End Date:', 'restaurant-reservations' ); ?></label>
113
+ # wpml-name: db3794c7d704611ce61c9d8cc09cd806
114
+ msgid "Start Date"
115
+ msgstr "תאריך התחלה"
116
+
117
+ # <div class="date-filters">
118
+ # <label for="start-date" class="screen-reader-text"><?php _e( 'Start Date:', 'restaurant-reservations' ); ?></label>
119
+ # <input type="text" id="start-date" name="start-date" class="datepicker" value="<?php echo esc_attr( $this->filter_start_date ); ?>" placeholder="<?php _e( 'Start Date', 'restaurant-reservations' ); ?>" />
120
+ # wpml-name: a9e97e879f22691080d1424ef0ec3bc4
121
+ msgid "Start Date:"
122
+ msgstr "תאריך הצחלה:"
123
+
124
+ # } elseif ( empty( $_GET['schedule'] ) ) {
125
+ # $notifications['date'] = __( 'Only upcoming bookings are being shown.', 'restaurant-reservations' );
126
+ # }
127
+ # wpml-name: b01245b947738ab84540827f61ea842b
128
+ msgid "Only upcoming bookings are being shown."
129
+ msgstr "מוצגות רק הזמנות עתידיות."
130
+
131
+ # } elseif ( !empty( $_GET['schedule'] ) && $_GET['schedule'] == 'today' ) {
132
+ # $notifications['date'] = __( "Only today's bookings are being shown.", 'restaurant-reservations' );
133
+ # } elseif ( empty( $_GET['schedule'] ) ) {
134
+ # wpml-name: 6d036d6e78eccc9bfcb64cfa7554247e
135
+ msgid "Only today's bookings are being shown."
136
+ msgstr "מוצגות רק ההזמנות של היום."
137
+
138
+ # if ( $status == 'trash' ) {
139
+ # $notifications['status'] = __( "You're viewing bookings that have been moved to the trash.", 'restaurant-reservations' );
140
+ # } elseif ( !empty( $rtb_controller->cpts->booking_statuses[ $status ] ) ) {
141
+ # wpml-name: 95ca048366398e27d72fde79b7e32a46
142
+ msgid "You're viewing bookings that have been moved to the trash."
143
+ msgstr "מוצגות הזמנות שהועברו לאשפה."
144
+
145
+ # 'set-status-pending' => __( 'Set To Pending Review', 'restaurant-reservations' ),
146
+ # 'set-status-closed' => __( 'Set To Closed', 'restaurant-reservations' )
147
+ # );
148
+ # wpml-name: 46b1c226b6e3d30a86afe8e76ba43910
149
+ msgid "Set To Closed"
150
+ msgstr "מוגדרות כסגורות"
151
+
152
+ # 'set-status-confirmed' => __( 'Set To Confirmed', 'restaurant-reservations' ),
153
+ # 'set-status-pending' => __( 'Set To Pending Review', 'restaurant-reservations' ),
154
+ # 'set-status-closed' => __( 'Set To Closed', 'restaurant-reservations' )
155
+ # wpml-name: 13ee331d3527a80015bf35eb15f6d14e
156
+ msgid "Set To Pending Review"
157
+ msgstr "מוגדרות כממתינות לסקירה"
158
+
159
+ # 'delete' => __( 'Delete', 'restaurant-reservations' ),
160
+ # 'set-status-confirmed' => __( 'Set To Confirmed', 'restaurant-reservations' ),
161
+ # 'set-status-pending' => __( 'Set To Pending Review', 'restaurant-reservations' ),
162
+ # wpml-name: 4fafbf70d127d3b72bad913cbf784a21
163
+ msgid "Set To Confirmed"
164
+ msgstr "מוגדרות כמאושרות"
165
+
166
+ # $actions = array(
167
+ # 'delete' => __( 'Delete', 'restaurant-reservations' ),
168
+ # 'set-status-confirmed' => __( 'Set To Confirmed', 'restaurant-reservations' ),
169
+ # wpml-name: f2a6c498fb90ee345d997f888fce3b18
170
+ msgid "Delete"
171
+ msgstr "מחיקה"
172
+
173
+ # $value .= '<div class="actions">';
174
+ # $value .= '<a href="#" data-id="' . esc_attr( $booking->ID ) . '" data-action="edit">' . __( 'Edit', 'restaurant-reservations' ) . '</a>';
175
+ # $value .= ' | <a href="#" class="trash" data-id="' . esc_attr( $booking->ID ) . '" data-action="trash">' . __( 'Trash', 'restaurant-reservations' ) . '</a>';
176
+ # wpml-name: 7dce122004969d56ae2e0245cb754d35
177
+ msgid "Edit"
178
+ msgstr "עריכה"
179
+
180
+ # 'message' => __( 'Message', 'restaurant-reservations' ),
181
+ # 'status' => __( 'Status', 'restaurant-reservations' )
182
+ # );
183
+ # wpml-name: ec53a8c4f07baed5d8825072c89799be
184
+ msgid "Status"
185
+ msgstr "מצב"
186
+
187
+ # } elseif ( $booking->post_status == 'trash' ) {
188
+ # $value = _x( 'Trash', 'Status label for bookings put in the trash', 'restaurant-reservations' );
189
+ # } else {
190
+ # wpml-name: a7e253cd8dd95da3e20daf45519a8dc2
191
+ msgid "Trash"
192
+ msgstr "אשפה"
193
+
194
+ # $views = array(
195
+ # 'all' => sprintf( '<a href="%s"%s>%s</a>', remove_query_arg( array( 'status', 'paged' ), $this->query_string ), $current === 'all' || $current == '' ? ' class="current"' : '', __( 'All', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['total'] . ')</span>' ),
196
+ # 'pending' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'pending', 'paged' => FALSE ), $this->query_string ), $current === 'pending' ? ' class="current"' : '', __( 'Pending', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['pending'] . ')</span>' ),
197
+ # wpml-name: b1c94ca2fbc3e78fc30069c8d0f01680
198
+ msgid "All"
199
+ msgstr "הכל"
200
+
201
+ # 'upcoming' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'paged' => FALSE ), remove_query_arg( array( 'schedule' ), $schedule_query_string ) ), $schedule === '' ? ' class="current"' : '', __( 'Upcoming', 'restaurant-reservations' ) ),
202
+ # 'today' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'schedule' => 'today', 'paged' => FALSE ), $schedule_query_string ), $schedule === 'today' ? ' class="current"' : '', __( 'Today', 'restaurant-reservations' ) ),
203
+ # 'all' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'schedule' => 'all', 'paged' => FALSE ), $schedule_query_string ), $schedule == 'all' ? ' class="current"' : '', __( 'All', 'restaurant-reservations' ) ),
204
+ # wpml-name: 1dd1c5fb7f25cd41b291d43a89e3aefd
205
+ msgid "Today"
206
+ msgstr "היום"
207
+
208
+ # $views = array(
209
+ # 'upcoming' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'paged' => FALSE ), remove_query_arg( array( 'schedule' ), $schedule_query_string ) ), $schedule === '' ? ' class="current"' : '', __( 'Upcoming', 'restaurant-reservations' ) ),
210
+ # 'today' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'schedule' => 'today', 'paged' => FALSE ), $schedule_query_string ), $schedule === 'today' ? ' class="current"' : '', __( 'Today', 'restaurant-reservations' ) ),
211
+ # wpml-name: 14ab5b8597ef2c5fc1748c6cf1bdb81d
212
+ msgid "Upcoming"
213
+ msgstr "עתידי"
214
+
215
+ # <div class="rtb-error-msg"></div>
216
+ # <a href="#" class="button"><?php _e( 'Close', 'restaurant-reservations' ); ?></a>
217
+ # </div>
218
+ # wpml-name: d3d2e617335f08df83599665eef8a418
219
+ msgid "Close"
220
+ msgstr "סגור"
221
+
222
+ # <a href="#" class="button" id="rtb-cancel-booking-modal">
223
+ # <?php _e( 'Cancel', 'restaurant-reservations' ); ?>
224
+ # </a>
225
+ # wpml-name: ea4788705e6873b424c65e91c2846b19
226
+ msgid "Cancel"
227
+ msgstr "ביטול"
228
+
229
+ # 'strings' => array(
230
+ # 'add_booking' => __( 'Add Booking', 'restaurant-reservations' ),
231
+ # 'edit_booking' => __( 'Edit Booking', 'restaurant-reservations' ),
232
+ # wpml-name: 795b5e627d91f1d81336a92f75316736
233
+ msgid "Add Booking"
234
+ msgstr "הוספת הזמנה"
235
+
236
+ # <h2>
237
+ # <?php _e( 'Restaurant Bookings', 'restaurant-reservations' ); ?>
238
+ # <a href="#" class="add-new-h2 add-booking"><?php _e( 'Add New', 'restaurant-reservations' ); ?></a>
239
+ # wpml-name: 38f655ee5f13a856aaa42ff2252da6c9
240
+ msgid "Restaurant Bookings"
241
+ msgstr "הזמנות מסעדה"
242
+
243
+ # 'error' => 'trash_failed',
244
+ # 'msg' => __( 'Unable to trash this post. Please try again. If you continue to have trouble, please refresh the page.', 'restaurant-reservations' ),
245
+ # )
246
+ # wpml-name: 9e66a3fade750e86f4c2659b053eb68c
247
+ msgid "Unable to trash this post. Please try again. If you continue to have trouble, please refresh the page."
248
+ msgstr "לא יכול לשלוח את הפוסט הזה לאשפה. נא לנסות שוב. אם הבעיה נמשכת, נא לרענן את הדף."
249
+
250
+ # 'error' => 'booking_not_found',
251
+ # 'msg' => __( 'The booking could not be retrieved. Please reload the page and try again.', 'restaurant-reservations' ),
252
+ # )
253
+ # wpml-name: e21bc0c22a793df87236590f12cb78e7
254
+ msgid "The booking could not be retrieved. Please reload the page and try again."
255
+ msgstr "לא ניתן היה לאחזר את ההזמנה. נא לרענן את הדף ולנסות שוב."
256
+
257
+ # 'error' => 'booking_trashed',
258
+ # 'msg' => sprintf( __( 'This booking has been sent to the %sTrash%s where it can not be edited. Set the booking to Pending or Confirmed to edit it.', 'restaurant-reservations' ), '<a href="' . admin_url( 'admin.php?page=rtb-bookings&status=trash' ) . '">', '</a>' ),
259
+ # )
260
+ # wpml-name: eac4ae22becb6f44fa744392d3e1dab5
261
+ msgid "This booking has been sent to the %sTrash%s where it can not be edited. Set the booking to Pending or Confirmed to edit it."
262
+ msgstr "הזמנה זו נשלחה ל %sאשפה%s שם אי אפשר לערוך אותה. הגדר את ההזמנה כ בהמתנה כדי לערוך אותה."
263
+
264
+ # 'error' => 'loggedout',
265
+ # 'msg' => sprintf( __( 'You have been logged out. Please %slogin again%s.', 'restaurant-reservations' ), '<a href="' . wp_login_url( admin_url( 'admin.php?page=rtb-bookings&status=pending' ) ) . '">', '</a>' ),
266
+ # )
267
+ # wpml-name: f5842864875c16536efe33b9f1445b52
268
+ msgid "You have been logged out. Please %slogin again%s."
269
+ msgstr "התנתקת. נא %slלהתחבר שוב%s."
270
+
271
+ # 'prompt' => __( 'Learn more', 'restaurant-reservations' ),
272
+ # 'text' => __( "When adding a booking or changing a booking's status with this form, no email notifications will be sent. Check this option if you want to send email notifications.", 'restaurant-reservations' ),
273
+ # ),
274
+ # wpml-name: 1279ff53fd51152e8636d4162f095354
275
+ msgid "When adding a booking or changing a booking's status with this form, no email notifications will be sent. Check this option if you want to send email notifications."
276
+ msgstr "כאשר מוסיפים הזמנה או משנים מצב הזמנה עם הטופס הזה, לא נשלחות התראות במייל. סמן תיבה זו אם אתה רוצה לשלוח התראות במייל."
277
+
278
+ # 'description' => array(
279
+ # 'prompt' => __( 'Learn more', 'restaurant-reservations' ),
280
+ # 'text' => __( "When adding a booking or changing a booking's status with this form, no email notifications will be sent. Check this option if you want to send email notifications.", 'restaurant-reservations' ),
281
+ # wpml-name: d59048f21fd887ad520398ce677be586
282
+ msgid "Learn more"
283
+ msgstr "למד עוד"
284
+
285
+ # 'notifications' => array(
286
+ # 'title' => __( 'Send notifications', 'restaurant-reservations' ),
287
+ # 'request_input' => empty( $request->send_notifications ) ? false : $request->send_notifications,
288
+ # wpml-name: 8942c6d9a2a88acd27a05361e71e0da0
289
+ msgid "Send notifications"
290
+ msgstr "שלח התראות"
291
+
292
+ # 'post-status' => array(
293
+ # 'title' => __( 'Booking Status', 'restaurant-reservations' ),
294
+ # 'request_input' => empty( $request->post_status ) ? '' : $request->post_status,
295
+ # wpml-name: 622f60da79896dc9208813151b9dda51
296
+ msgid "Booking Status"
297
+ msgstr "מצב ההזמנה"
298
+
299
+ # '{confirm_link}' => '<a href="' . admin_url( 'admin.php?page=rtb-bookings&rtb-quicklink=confirm&booking=' . esc_attr( $this->booking->ID ) ) . '">' . __( 'Confirm this booking', 'restaurant-reservations' ) . '</a>',
300
+ # '{close_link}' => '<a href="' . admin_url( 'admin.php?page=rtb-bookings&rtb-quicklink=close&booking=' . esc_attr( $this->booking->ID ) ) . '">' . __( 'Reject this booking', 'restaurant-reservations' ) . '</a>',
301
+ # '{site_name}' => get_bloginfo( 'name' ),
302
+ # wpml-name: 69144a19f92d2dae2deee9aa789fce15
303
+ msgid "Reject this booking"
304
+ msgstr "דחה הזמנה זו"
305
+
306
+ # '{bookings_link}' => '<a href="' . admin_url( 'admin.php?page=rtb-bookings&status=pending' ) . '">' . __( 'View pending bookings', 'restaurant-reservations' ) . '</a>',
307
+ # '{confirm_link}' => '<a href="' . admin_url( 'admin.php?page=rtb-bookings&rtb-quicklink=confirm&booking=' . esc_attr( $this->booking->ID ) ) . '">' . __( 'Confirm this booking', 'restaurant-reservations' ) . '</a>',
308
+ # '{close_link}' => '<a href="' . admin_url( 'admin.php?page=rtb-bookings&rtb-quicklink=close&booking=' . esc_attr( $this->booking->ID ) ) . '">' . __( 'Reject this booking', 'restaurant-reservations' ) . '</a>',
309
+ # wpml-name: 11033171b95b2ddb9dc6c70f3c6e0aa1
310
+ msgid "Confirm this booking"
311
+ msgstr "אשר הזמנה זו"
312
+
313
+ # '{message}' => $this->booking->message,
314
+ # '{bookings_link}' => '<a href="' . admin_url( 'admin.php?page=rtb-bookings&status=pending' ) . '">' . __( 'View pending bookings', 'restaurant-reservations' ) . '</a>',
315
+ # '{confirm_link}' => '<a href="' . admin_url( 'admin.php?page=rtb-bookings&rtb-quicklink=confirm&booking=' . esc_attr( $this->booking->ID ) ) . '">' . __( 'Confirm this booking', 'restaurant-reservations' ) . '</a>',
316
+ # wpml-name: ecfcb764965ddad38a5bf6cfcc43c13d
317
+ msgid "View pending bookings"
318
+ msgstr "הצג הזמנות בהמתנה"
319
+
320
+ # '{site_link}' => __( 'A link to this website', 'restaurant-reservations' ),
321
+ # '{current_time}' => __( 'Current date and time', 'restaurant-reservations' ),
322
+ # )
323
+ # wpml-name: 0fa24ad0f951f12d7d9479f26142ca90
324
+ msgid "Current date and time"
325
+ msgstr "תאריך ושעה נוכחיים"
326
+
327
+ # '{site_name}' => __( 'The name of this website', 'restaurant-reservations' ),
328
+ # '{site_link}' => __( 'A link to this website', 'restaurant-reservations' ),
329
+ # '{current_time}' => __( 'Current date and time', 'restaurant-reservations' ),
330
+ # wpml-name: 91834f3a945a47cddccda2ccf559840f
331
+ msgid "A link to this website"
332
+ msgstr "קישור לאתר זה"
333
+
334
+ # '{close_link}' => __( 'A link to reject this booking. Only include this in admin notifications', 'restaurant-reservations' ),
335
+ # '{site_name}' => __( 'The name of this website', 'restaurant-reservations' ),
336
+ # '{site_link}' => __( 'A link to this website', 'restaurant-reservations' ),
337
+ # wpml-name: befc32a1bcd8568fae6f9a9cf3b8ada2
338
+ msgid "The name of this website"
339
+ msgstr "שם האתר הזה"
340
+
341
+ # '{confirm_link}' => __( 'A link to confirm this booking. Only include this in admin notifications', 'restaurant-reservations' ),
342
+ # '{close_link}' => __( 'A link to reject this booking. Only include this in admin notifications', 'restaurant-reservations' ),
343
+ # '{site_name}' => __( 'The name of this website', 'restaurant-reservations' ),
344
+ # wpml-name: 6e61513f217f69304e3ee65992364227
345
+ msgid "A link to reject this booking. Only include this in admin notifications"
346
+ msgstr "קישור לדחיית ההזמנה הזו. כלול את זה רק בהתראת הניהול"
347
+
348
+ # '{bookings_link}' => __( 'A link to the admin panel showing pending bookings', 'restaurant-reservations' ),
349
+ # '{confirm_link}' => __( 'A link to confirm this booking. Only include this in admin notifications', 'restaurant-reservations' ),
350
+ # '{close_link}' => __( 'A link to reject this booking. Only include this in admin notifications', 'restaurant-reservations' ),
351
+ # wpml-name: af2c808ff744e3139229f3aae51f052d
352
+ msgid "A link to confirm this booking. Only include this in admin notifications"
353
+ msgstr "קישור לאישור ההזמנה. כלול זאת רק בהתראת הניהול"
354
+
355
+ # '{message}' => __( 'Message added to the request', 'restaurant-reservations' ),
356
+ # '{bookings_link}' => __( 'A link to the admin panel showing pending bookings', 'restaurant-reservations' ),
357
+ # '{confirm_link}' => __( 'A link to confirm this booking. Only include this in admin notifications', 'restaurant-reservations' ),
358
+ # wpml-name: 978ac53c1f7350d46bb1d0b7f7b5df9c
359
+ msgid "A link to the admin panel showing pending bookings"
360
+ msgstr "קישור ללוח הניהול המציג הזמנות בהמתנה"
361
+
362
+ # '{phone}' => __( 'Phone number if supplied with the request', 'restaurant-reservations' ),
363
+ # '{message}' => __( 'Message added to the request', 'restaurant-reservations' ),
364
+ # '{bookings_link}' => __( 'A link to the admin panel showing pending bookings', 'restaurant-reservations' ),
365
+ # wpml-name: 795b281ab8f3cfabe9eb3111c2e2c871
366
+ msgid "Message added to the request"
367
+ msgstr "נוספה הודעה לבקשה"
368
+
369
+ # '{date}' => __( '* Date and time of the booking', 'restaurant-reservations' ),
370
+ # '{phone}' => __( 'Phone number if supplied with the request', 'restaurant-reservations' ),
371
+ # '{message}' => __( 'Message added to the request', 'restaurant-reservations' ),
372
+ # wpml-name: 795b83592bf5effe827fa9384cd7853a
373
+ msgid "Phone number if supplied with the request"
374
+ msgstr "מספר טלפון אם צורף להזמנה"
375
+
376
+ # '{party}' => __( '* Number of people booked', 'restaurant-reservations' ),
377
+ # '{date}' => __( '* Date and time of the booking', 'restaurant-reservations' ),
378
+ # '{phone}' => __( 'Phone number if supplied with the request', 'restaurant-reservations' ),
379
+ # wpml-name: c5b3494bb27f7e56e8cfe4a5bac437bb
380
+ msgid "* Date and time of the booking"
381
+ msgstr "* תאריך ושעת ההזמנה"
382
+
383
+ # '{user_name}' => __( '* Name of the user who made the booking', 'restaurant-reservations' ),
384
+ # '{party}' => __( '* Number of people booked', 'restaurant-reservations' ),
385
+ # '{date}' => __( '* Date and time of the booking', 'restaurant-reservations' ),
386
+ # wpml-name: 3bc388406a3e94e0dd616e2de1d4ea39
387
+ msgid "* Number of people booked"
388
+ msgstr "* מספר האנשים שנרשמו"
389
+
390
+ # '{user_email}' => __( 'Email of the user who made the booking', 'restaurant-reservations' ),
391
+ # '{user_name}' => __( '* Name of the user who made the booking', 'restaurant-reservations' ),
392
+ # '{party}' => __( '* Number of people booked', 'restaurant-reservations' ),
393
+ # wpml-name: 06c6bf94f6a2127b593a199c1cb9e12e
394
+ msgid "* Name of the user who made the booking"
395
+ msgstr "* שם המשתמש שביצע את ההזמנה"
396
+
397
+ # $descriptions = apply_filters( 'rtb_notification_template_tag_descriptions', array(
398
+ # '{user_email}' => __( 'Email of the user who made the booking', 'restaurant-reservations' ),
399
+ # '{user_name}' => __( '* Name of the user who made the booking', 'restaurant-reservations' ),
400
+ # wpml-name: 2b28969e9cd4c2f90244dd841db43584
401
+ msgid "Email of the user who made the booking"
402
+ msgstr "האימייל של המשתמש שביצע את ההזמנה"
403
+
404
+ # 'phone' => __( 'Phone', 'restaurant-reservations' ),
405
+ # 'message' => __( 'Message', 'restaurant-reservations' ),
406
+ # 'status' => __( 'Status', 'restaurant-reservations' )
407
+ # wpml-name: 4c2a8fe7eaf24721cc7a9f0175115bd4
408
+ msgid "Message"
409
+ msgstr "הודעה"
410
+
411
+ # 'add-message' => array(
412
+ # 'title' => __( 'Add a Message', 'restaurant-reservations' ),
413
+ # 'request_input' => '',
414
+ # wpml-name: 97023edce2de3b21485d2ec7a94cf294
415
+ msgid "Add a Message"
416
+ msgstr "הוספת הודעה"
417
+
418
+ # 'email' => __( 'Email', 'restaurant-reservations' ),
419
+ # 'phone' => __( 'Phone', 'restaurant-reservations' ),
420
+ # 'message' => __( 'Message', 'restaurant-reservations' ),
421
+ # wpml-name: bcc254b55c4a1babdf1dcb82c207506b
422
+ msgid "Phone"
423
+ msgstr "טלפון"
424
+
425
+ # 'name' => __( 'Name', 'restaurant-reservations' ),
426
+ # 'email' => __( 'Email', 'restaurant-reservations' ),
427
+ # 'phone' => __( 'Phone', 'restaurant-reservations' ),
428
+ # wpml-name: ce8ae9da5b7cd6c3df2929543a9af92d
429
+ msgid "Email"
430
+ msgstr "אימייל"
431
+
432
+ # 'party' => __( 'Party', 'restaurant-reservations' ),
433
+ # 'name' => __( 'Name', 'restaurant-reservations' ),
434
+ # 'email' => __( 'Email', 'restaurant-reservations' ),
435
+ # wpml-name: 49ee3087348e8d44e1feda1917443987
436
+ msgid "Name"
437
+ msgstr "שם"
438
+
439
+ # 'contact' => array(
440
+ # 'legend' => __( 'Contact Details', 'restaurant-reservations' ),
441
+ # 'fields' => array(
442
+ # wpml-name: 6f54043edff88231017ffe8a1f092f44
443
+ msgid "Contact Details"
444
+ msgstr "פרטי איש קשר"
445
+
446
+ # 'date' => __( 'Date', 'restaurant-reservations' ),
447
+ # 'party' => __( 'Party', 'restaurant-reservations' ),
448
+ # 'name' => __( 'Name', 'restaurant-reservations' ),
449
+ # wpml-name: 094a173d3b32f44f5b5c996e8710ae28
450
+ msgid "Party"
451
+ msgstr "מסיבה"
452
+
453
+ # 'time' => array(
454
+ # 'title' => __( 'Time', 'restaurant-reservations' ),
455
+ # 'request_input' => empty( $request->request_time ) ? '' : $request->request_time,
456
+ # wpml-name: a76d4ef5f3f6a672bbfab2865563e530
457
+ msgid "Time"
458
+ msgstr "שעה"
459
+
460
+ # 'cb' => '<input type="checkbox" />', //Render a checkbox instead of text
461
+ # 'date' => __( 'Date', 'restaurant-reservations' ),
462
+ # 'party' => __( 'Party', 'restaurant-reservations' ),
463
+ # wpml-name: 44749712dbec183e983dcd78a7736c41
464
+ msgid "Date"
465
+ msgstr "תאריך"
466
+
467
+ # 'reservation' => array(
468
+ # 'legend' => __( 'Book a table', 'restaurant-reservations' ),
469
+ # 'fields' => array(
470
+ # wpml-name: a09e00d15164081642759bd1da77b88f
471
+ msgid "Book a table"
472
+ msgstr "הזמן שולחן"
473
+
474
+ # $options = array(
475
+ # '' => __( 'Any size', 'restaurant-reservations' ),
476
+ # );
477
+ # wpml-name: ad8ea0765f48a4e51d8df2705f453f22
478
+ msgid "Any size"
479
+ msgstr "בכל גודל"
480
+
481
+ # 'title' => __( 'Rejected Email', 'restaurant-reservations' ),
482
+ # 'description' => __( 'Enter the email a user should receive when their booking has been rejected.', 'restaurant-reservations' ),
483
+ # 'default' => $this->defaults['template-rejected-user'],
484
+ # wpml-name: b7231a6f31b3d2f9c9cd93a34086b5da
485
+ msgid "Enter the email a user should receive when their booking has been rejected."
486
+ msgstr "הזן את האימייל שמקבל הלקוח כאשר ההזמנה שלו נדחתה."
487
+
488
+ # 'id' => 'template-rejected-user',
489
+ # 'title' => __( 'Rejected Email', 'restaurant-reservations' ),
490
+ # 'description' => __( 'Enter the email a user should receive when their booking has been rejected.', 'restaurant-reservations' ),
491
+ # wpml-name: 61152320e50cc83f8aebb55b4dc75350
492
+ msgid "Rejected Email"
493
+ msgstr "אימייל דחוי"
494
+
495
+ # 'title' => __( 'Rejected Email Subject', 'restaurant-reservations' ),
496
+ # 'description' => __( 'The email subject a user should receive when their booking has been rejected.', 'restaurant-reservations' ),
497
+ # 'placeholder' => $this->defaults['subject-rejected-user'],
498
+ # wpml-name: 64b20223bcc7d521eb9f413def5c1d53
499
+ msgid "The email subject a user should receive when their booking has been rejected."
500
+ msgstr "נושא האימייל שיקבל משתמש כאשר ההזמנה שלו נאינה מאושרת."
501
+
502
+ # 'id' => 'subject-rejected-user',
503
+ # 'title' => __( 'Rejected Email Subject', 'restaurant-reservations' ),
504
+ # 'description' => __( 'The email subject a user should receive when their booking has been rejected.', 'restaurant-reservations' ),
505
+ # wpml-name: 31dfd63b9d419cf5ebb149e2ff1e9644
506
+ msgid "Rejected Email Subject"
507
+ msgstr "נושא אימייל דחייה"
508
+
509
+ # 'title' => __( 'Confirmed Email', 'restaurant-reservations' ),
510
+ # 'description' => __( 'Enter the email a user should receive when their booking has been confirmed.', 'restaurant-reservations' ),
511
+ # 'default' => $this->defaults['template-confirmed-user'],
512
+ # wpml-name: 7e59526db964c314ee67aa1867997376
513
+ msgid "Enter the email a user should receive when their booking has been confirmed."
514
+ msgstr "הזן את האימייל שיקבל הלקוח כאשר ההזמנה שלו אושרה."
515
+
516
+ # 'id' => 'template-confirmed-user',
517
+ # 'title' => __( 'Confirmed Email', 'restaurant-reservations' ),
518
+ # 'description' => __( 'Enter the email a user should receive when their booking has been confirmed.', 'restaurant-reservations' ),
519
+ # wpml-name: 5181681db26bb9f86b42ddd51063fb90
520
+ msgid "Confirmed Email"
521
+ msgstr "אימייל אישור"
522
+
523
+ # 'title' => __( 'Confirmed Email Subject', 'restaurant-reservations' ),
524
+ # 'description' => __( 'The email subject a user should receive when their booking has been confirmed.', 'restaurant-reservations' ),
525
+ # 'placeholder' => $this->defaults['subject-confirmed-user'],
526
+ # wpml-name: 4a7c906dc72350292e96ea1368b2a949
527
+ msgid "The email subject a user should receive when their booking has been confirmed."
528
+ msgstr "נושא האימייל שמקבל משתמש כאשר ההזמנה שלו אושרה."
529
+
530
+ # 'id' => 'subject-confirmed-user',
531
+ # 'title' => __( 'Confirmed Email Subject', 'restaurant-reservations' ),
532
+ # 'description' => __( 'The email subject a user should receive when their booking has been confirmed.', 'restaurant-reservations' ),
533
+ # wpml-name: d20548df77b047dd1911f7783d880f39
534
+ msgid "Confirmed Email Subject"
535
+ msgstr "נושא אימייל אישור"
536
+
537
+ # 'title' => __( 'New Request Email', 'restaurant-reservations' ),
538
+ # 'description' => __( 'Enter the email a user should receive when they make an initial booking request.', 'restaurant-reservations' ),
539
+ # 'default' => $this->defaults['template-booking-user'],
540
+ # wpml-name: 916c0889fe7c6991e2d8295297263778
541
+ msgid "Enter the email a user should receive when they make an initial booking request."
542
+ msgstr "הזן את האימייל שיקבל המשתמש כאשר הוא מבצע בקשת הזמנה ראשונית."
543
+
544
+ # 'id' => 'template-booking-user',
545
+ # 'title' => __( 'New Request Email', 'restaurant-reservations' ),
546
+ # 'description' => __( 'Enter the email a user should receive when they make an initial booking request.', 'restaurant-reservations' ),
547
+ # wpml-name: 9f0482c2eec5f75941e5a21de285323b
548
+ msgid "New Request Email"
549
+ msgstr "אימייל בקשה חדשה"
550
+
551
+ # 'title' => __( 'New Request Email Subject', 'restaurant-reservations' ),
552
+ # 'description' => __( 'The email subject a user should receive when they make an initial booking request.', 'restaurant-reservations' ),
553
+ # 'placeholder' => $this->defaults['subject-booking-user'],
554
+ # wpml-name: 5748af7d38910fb19363c9ce89730852
555
+ msgid "The email subject a user should receive when they make an initial booking request."
556
+ msgstr "נושא האימייל שיקבל המשתמש עם בקשת הזמנה"
557
+
558
+ # 'id' => 'subject-booking-user',
559
+ # 'title' => __( 'New Request Email Subject', 'restaurant-reservations' ),
560
+ # 'description' => __( 'The email subject a user should receive when they make an initial booking request.', 'restaurant-reservations' ),
561
+ # wpml-name: 34332596b24e72b4da20df620e2cf8c4
562
+ msgid "New Request Email Subject"
563
+ msgstr "נושא אימייל בקשה חדשה"
564
+
565
+ # 'title' => __( 'Admin Notification Email', 'restaurant-reservations' ),
566
+ # 'description' => __( 'Enter the email an admin should receive when an initial booking request is made.', 'restaurant-reservations' ),
567
+ # 'default' => $this->defaults['template-booking-admin'],
568
+ # wpml-name: 2798920b8cad89c8c1a01f2e89710040
569
+ msgid "Enter the email an admin should receive when an initial booking request is made."
570
+ msgstr "הזן את האימייל שצריך מנהל לקבל כאשר מתבצעת הזמנה."
571
+
572
+ # 'id' => 'template-booking-admin',
573
+ # 'title' => __( 'Admin Notification Email', 'restaurant-reservations' ),
574
+ # 'description' => __( 'Enter the email an admin should receive when an initial booking request is made.', 'restaurant-reservations' ),
575
+ # wpml-name: 893c85d0ed330c2a173377b41f33ccfd
576
+ msgid "Admin Notification Email"
577
+ msgstr "אימייל התראת מנהל"
578
+
579
+ # 'title' => __( 'Admin Notification Subject', 'restaurant-reservations' ),
580
+ # 'description' => __( 'The email subject for admin notifications.', 'restaurant-reservations' ),
581
+ # 'placeholder' => $this->defaults['subject-booking-admin'],
582
+ # wpml-name: 07f7e8c4877196dfc3b61d8d1a832a06
583
+ msgid "The email subject for admin notifications."
584
+ msgstr "נושא האימייל להתראת מנהל."
585
+
586
+ # 'id' => 'subject-booking-admin',
587
+ # 'title' => __( 'Admin Notification Subject', 'restaurant-reservations' ),
588
+ # 'description' => __( 'The email subject for admin notifications.', 'restaurant-reservations' ),
589
+ # wpml-name: 506447229e223b0cf3a18ad27c0db183
590
+ msgid "Admin Notification Subject"
591
+ msgstr "נושא התראת מנהל"
592
+
593
+ # 'html' => '
594
+ # <p class="description">' . __( 'Use the following tags to automatically add booking information to the emails. Tags labeled with an asterisk (*) can be used in the email subject as well.', 'restaurant-reservations' ) . '</p>' .
595
+ # $this->render_template_tag_descriptions(),
596
+ # wpml-name: 21d837ad4c6166d4f04b9988e1eb638b
597
+ msgid "Use the following tags to automatically add booking information to the emails. Tags labeled with an asterisk (*) can be used in the email subject as well."
598
+ msgstr "השתמש בתגיות שלהלן כדי להוסיף למייל באופן אוטומטי מידע על ההזמנה. התגיות מסומנות בכוכבית (*) ניתנות לשימוש גם בשורת הנושא של המייל."
599
+
600
+ # 'id' => 'template-tags-description',
601
+ # 'title' => __( 'Template Tags', 'restaurant-reservations' ),
602
+ # 'html' => '
603
+ # wpml-name: 1b221f8eed147e67f5da943ec6b3252b
604
+ msgid "Template Tags"
605
+ msgstr "תגיות תבנית"
606
+
607
+ # 'tab' => 'rtb-notifications',
608
+ # 'description' => __( 'Adjust the messages that are emailed to users and admins during the booking process.', 'restaurant-reservations' ),
609
+ # )
610
+ # wpml-name: fec4625e0b0a8b389252b421ff4170a4
611
+ msgid "Adjust the messages that are emailed to users and admins during the booking process."
612
+ msgstr "התאם את ההודעות שנשלחות במייל למשתמשים ולמנהלים בתהליך ההזמנה."
613
+
614
+ # 'id' => 'rtb-notifications-templates',
615
+ # 'title' => __( 'Email Templates', 'restaurant-reservations' ),
616
+ # 'tab' => 'rtb-notifications',
617
+ # wpml-name: c143a6b696f32a8cb3aec51f15435239
618
+ msgid "Email Templates"
619
+ msgstr "תבנית אימייל"
620
+
621
+ # 'title' => __( 'Admin Email Address', 'restaurant-reservations' ),
622
+ # 'description' => __( 'The email address where admin notifications should be sent.', 'restaurant-reservations' ),
623
+ # 'placeholder' => $this->defaults['admin-email-address'],
624
+ # wpml-name: fe1be66269da0d19ab72dde8eefec012
625
+ msgid "The email address where admin notifications should be sent."
626
+ msgstr "כתובת האימייל אליה תישלחנה התראות מנהל."
627
+
628
+ # 'id' => 'admin-email-address',
629
+ # 'title' => __( 'Admin Email Address', 'restaurant-reservations' ),
630
+ # 'description' => __( 'The email address where admin notifications should be sent.', 'restaurant-reservations' ),
631
+ # wpml-name: b38b16c1bc4bc8cc03ae97e68f7cec88
632
+ msgid "Admin Email Address"
633
+ msgstr "כתובת האימייל של המנהל"
634
+
635
+ # 'title' => __( 'Admin Notification', 'restaurant-reservations' ),
636
+ # 'label' => __( 'Send an email notification to an administrator when a new booking is requested.', 'restaurant-reservations' )
637
+ # )
638
+ # wpml-name: d250ad185f0c09b346b59dd3888e28cd
639
+ msgid "Send an email notification to an administrator when a new booking is requested."
640
+ msgstr "שלח התראה במייל למנהל כאשר מתבצעת הזמנה."
641
+
642
+ # 'id' => 'admin-email-option',
643
+ # 'title' => __( 'Admin Notification', 'restaurant-reservations' ),
644
+ # 'label' => __( 'Send an email notification to an administrator when a new booking is requested.', 'restaurant-reservations' )
645
+ # wpml-name: 60bd8069871941a11316652e894da87d
646
+ msgid "Admin Notification"
647
+ msgstr "התראת מנהל"
648
+
649
+ # 'title' => __( 'Reply-To Email Address', 'restaurant-reservations' ),
650
+ # 'description' => __( 'The email address which should appear in the Reply-To field of a user notification email.', 'restaurant-reservations' ),
651
+ # 'placeholder' => $this->defaults['reply-to-address'],
652
+ # wpml-name: bdd81df5f9c6c608c5f7413bb3cdf4d3
653
+ msgid "The email address which should appear in the Reply-To field of a user notification email."
654
+ msgstr "כתובת האימייל שתופיע בשדה השב של התראת אימייל של המשתמש"
655
+
656
+ # 'id' => 'reply-to-address',
657
+ # 'title' => __( 'Reply-To Email Address', 'restaurant-reservations' ),
658
+ # 'description' => __( 'The email address which should appear in the Reply-To field of a user notification email.', 'restaurant-reservations' ),
659
+ # wpml-name: a363a35aab6206ac116d4da6f7ed2228
660
+ msgid "Reply-To Email Address"
661
+ msgstr "כתובת האימייל לתשובות"
662
+
663
+ # 'title' => __( 'Reply-To Name', 'restaurant-reservations' ),
664
+ # 'description' => __( 'The name which should appear in the Reply-To field of a user notification email', 'restaurant-reservations' ),
665
+ # 'placeholder' => $this->defaults['reply-to-name'],
666
+ # wpml-name: 4845ed2f74244dd053377aa99edfde8f
667
+ msgid "The name which should appear in the Reply-To field of a user notification email"
668
+ msgstr "השם שיוצג בשדה השב ל של אימייל המשתמש"
669
+
670
+ # 'id' => 'reply-to-name',
671
+ # 'title' => __( 'Reply-To Name', 'restaurant-reservations' ),
672
+ # 'description' => __( 'The name which should appear in the Reply-To field of a user notification email', 'restaurant-reservations' ),
673
+ # wpml-name: 1123fa0d138ac88cfea58cac04793ff5
674
+ msgid "Reply-To Name"
675
+ msgstr "שם תשובה"
676
+
677
+ # 'id' => 'rtb-notifications',
678
+ # 'title' => __( 'Notifications', 'restaurant-reservations' ),
679
+ # 'is_tab' => true,
680
+ # wpml-name: a274f4d4670213a9045ce258c6c56b80
681
+ msgid "Notifications"
682
+ msgstr "התראות"
683
+
684
+ # '10' => __( 'Every 10 minutes', 'restaurant-reservations' ),
685
+ # '5' => __( 'Every 5 minutes', 'restaurant-reservations' ),
686
+ # )
687
+ # wpml-name: e2f640bf5d42c17d4f13cea86264b277
688
+ msgid "Every 5 minutes"
689
+ msgstr "כל 5 דקות"
690
+
691
+ # '15' => __( 'Every 15 minutes', 'restaurant-reservations' ),
692
+ # '10' => __( 'Every 10 minutes', 'restaurant-reservations' ),
693
+ # '5' => __( 'Every 5 minutes', 'restaurant-reservations' ),
694
+ # wpml-name: 4f0bbca9e0542ef35285701da2c803f6
695
+ msgid "Every 10 minutes"
696
+ msgstr "כל 10 דקות"
697
+
698
+ # '' => __( 'Every 30 minutes', 'restaurant-reservations' ),
699
+ # '15' => __( 'Every 15 minutes', 'restaurant-reservations' ),
700
+ # '10' => __( 'Every 10 minutes', 'restaurant-reservations' ),
701
+ # wpml-name: cb2531191d62f80599c99e6e62d27b62
702
+ msgid "Every 15 minutes"
703
+ msgstr "כל 15 דקות"
704
+
705
+ # 'options' => array(
706
+ # '' => __( 'Every 30 minutes', 'restaurant-reservations' ),
707
+ # '15' => __( 'Every 15 minutes', 'restaurant-reservations' ),
708
+ # wpml-name: 4f6969a7095a445329e6510879d4e23a
709
+ msgid "Every 30 minutes"
710
+ msgstr "כל 30 דקות"
711
+
712
+ # 'title' => __( 'Time Interval', 'restaurant-reservations' ),
713
+ # 'description' => __( 'Select the number of minutes between each available time.', 'restaurant-reservations' ),
714
+ # 'blank_option' => false,
715
+ # wpml-name: 8d7c19d6f3d018edd41a50ee1ee7e239
716
+ msgid "Select the number of minutes between each available time."
717
+ msgstr "בחירת מספר הדקות בין מועדי זמינות."
718
+
719
+ # 'id' => 'time-interval',
720
+ # 'title' => __( 'Time Interval', 'restaurant-reservations' ),
721
+ # 'description' => __( 'Select the number of minutes between each available time.', 'restaurant-reservations' ),
722
+ # wpml-name: a8d254584564dc799fdbe695d246c40c
723
+ msgid "Time Interval"
724
+ msgstr "מרווחי זמן"
725
+
726
+ # 'soonest' => __( 'Select today or next valid date', 'restaurant-reservations' ),
727
+ # 'empty' => __( 'Leave empty', 'restaurant-reservations' ),
728
+ # )
729
+ # wpml-name: fd2296821342bf0e0221e881c5d3611b
730
+ msgid "Leave empty"
731
+ msgstr "השאר ריק"
732
+
733
+ # '' => __( 'Select today if valid', 'restaurant-reservations' ),
734
+ # 'soonest' => __( 'Select today or next valid date', 'restaurant-reservations' ),
735
+ # 'empty' => __( 'Leave empty', 'restaurant-reservations' ),
736
+ # wpml-name: a87e1606d85a249137f31ad908f3ff88
737
+ msgid "Select today or next valid date"
738
+ msgstr "בחר היום או היום התקף הבא"
739
+
740
+ # 'options' => array(
741
+ # '' => __( 'Select today if valid', 'restaurant-reservations' ),
742
+ # 'soonest' => __( 'Select today or next valid date', 'restaurant-reservations' ),
743
+ # wpml-name: b7e5b640fdf3e299138c20cfc4c87364
744
+ msgid "Select today if valid"
745
+ msgstr "בחר היום אם תקף"
746
+
747
+ # 'title' => __( 'Date Pre-selection', 'restaurant-reservations' ),
748
+ # 'description' => __( 'When the booking form is loaded, should it automatically attempt to select a valid date?', 'restaurant-reservations' ),
749
+ # 'blank_option' => false,
750
+ # wpml-name: 67cd411f5147be2575a665a42988a78b
751
+ msgid "When the booking form is loaded, should it automatically attempt to select a valid date?"
752
+ msgstr "היכן נטען טופס ההזמנה, האם לנסות לבחור אוטומטית תאריך תקף?"
753
+
754
+ # 'id' => 'date-onload',
755
+ # 'title' => __( 'Date Pre-selection', 'restaurant-reservations' ),
756
+ # 'description' => __( 'When the booking form is loaded, should it automatically attempt to select a valid date?', 'restaurant-reservations' ),
757
+ # wpml-name: 471feef7deee2e73133bc43dae2b59df
758
+ msgid "Date Pre-selection"
759
+ msgstr "בחירה מוקדמת של תאריך"
760
+
761
+ # '240' => __( 'At least 4 hours in advance', 'restaurant-reservations' ),
762
+ # '1440' => __( 'At least 1 day in advance', 'restaurant-reservations' ),
763
+ # )
764
+ # wpml-name: 2a2763b8ffba6fe01f6c379254e45eec
765
+ msgid "At least 1 day in advance"
766
+ msgstr "לפחות יום אחד מראש"
767
+
768
+ # '60' => __( 'At least 1 hour in advance', 'restaurant-reservations' ),
769
+ # '240' => __( 'At least 4 hours in advance', 'restaurant-reservations' ),
770
+ # '1440' => __( 'At least 1 day in advance', 'restaurant-reservations' ),
771
+ # wpml-name: a5afc9bf82536a3ed42f9098668e5232
772
+ msgid "At least 4 hours in advance"
773
+ msgstr "לפחות 4 שעות מראש"
774
+
775
+ # '45' => __( 'At least 45 minutes in advance', 'restaurant-reservations' ),
776
+ # '60' => __( 'At least 1 hour in advance', 'restaurant-reservations' ),
777
+ # '240' => __( 'At least 4 hours in advance', 'restaurant-reservations' ),
778
+ # wpml-name: 71ae0755764f7aa90e6441cd6b8f94f3
779
+ msgid "At least 1 hour in advance"
780
+ msgstr "לפחות שעה אחת מראש"
781
+
782
+ # '30' => __( 'At least 30 minutes in advance', 'restaurant-reservations' ),
783
+ # '45' => __( 'At least 45 minutes in advance', 'restaurant-reservations' ),
784
+ # '60' => __( 'At least 1 hour in advance', 'restaurant-reservations' ),
785
+ # wpml-name: 6f54314510fe1da7bdb349aa52d98a92
786
+ msgid "At least 45 minutes in advance"
787
+ msgstr "לפחות 45 דקות מראש"
788
+
789
+ # '15' => __( 'At least 15 minutes in advance', 'restaurant-reservations' ),
790
+ # '30' => __( 'At least 30 minutes in advance', 'restaurant-reservations' ),
791
+ # '45' => __( 'At least 45 minutes in advance', 'restaurant-reservations' ),
792
+ # wpml-name: d5aea98b415ad1b50aadf699248edff7
793
+ msgid "At least 30 minutes in advance"
794
+ msgstr "לפחות 30 דקות מראש"
795
+
796
+ # '' => __( 'Up to the last minute', 'restaurant-reservations' ),
797
+ # '15' => __( 'At least 15 minutes in advance', 'restaurant-reservations' ),
798
+ # '30' => __( 'At least 30 minutes in advance', 'restaurant-reservations' ),
799
+ # wpml-name: 89c22ec2f3b9538e9c5ab2bc9aa2a331
800
+ msgid "At least 15 minutes in advance"
801
+ msgstr "לפחות 15 דקות מראש"
802
+
803
+ # 'options' => array(
804
+ # '' => __( 'Up to the last minute', 'restaurant-reservations' ),
805
+ # '15' => __( 'At least 15 minutes in advance', 'restaurant-reservations' ),
806
+ # wpml-name: 608d04a1a7041f7b1a85fb1587c79779
807
+ msgid "Up to the last minute"
808
+ msgstr "עד הדקה האחרונה"
809
+
810
+ # 'title' => __( 'Late Bookings', 'restaurant-reservations' ),
811
+ # 'description' => __( 'Select how late customers can make their booking.', 'restaurant-reservations' ),
812
+ # 'blank_option' => false,
813
+ # wpml-name: 8516323b6b4514bb383266f13fa5f8f4
814
+ msgid "Select how late customers can make their booking."
815
+ msgstr "בחירת איך יכולים לקוחות לבצע הזמנה."
816
+
817
+ # 'id' => 'late-bookings',
818
+ # 'title' => __( 'Late Bookings', 'restaurant-reservations' ),
819
+ # 'description' => __( 'Select how late customers can make their booking.', 'restaurant-reservations' ),
820
+ # wpml-name: 0f7bc562859f6c8fb97c27b900f723f6
821
+ msgid "Late Bookings"
822
+ msgstr "הזמנות מאוחרות"
823
+
824
+ # '30' => __( 'Up to 30 days in advance', 'restaurant-reservations' ),
825
+ # '90' => __( 'Up to 90 days in advance', 'restaurant-reservations' ),
826
+ # )
827
+ # wpml-name: 1bdfbc4f0df04e7ba8ba965e795d4696
828
+ msgid "Up to 90 days in advance"
829
+ msgstr "עד 90 יום מראש"
830
+
831
+ # '14' => __( 'Up to 2 weeks in advance', 'restaurant-reservations' ),
832
+ # '30' => __( 'Up to 30 days in advance', 'restaurant-reservations' ),
833
+ # '90' => __( 'Up to 90 days in advance', 'restaurant-reservations' ),
834
+ # wpml-name: 632e3da5cabbafa8bd4d6916ce66a82a
835
+ msgid "Up to 30 days in advance"
836
+ msgstr "עד 30 יום מראש"
837
+
838
+ # '7' => __( 'Up to 1 week in advance', 'restaurant-reservations' ),
839
+ # '14' => __( 'Up to 2 weeks in advance', 'restaurant-reservations' ),
840
+ # '30' => __( 'Up to 30 days in advance', 'restaurant-reservations' ),
841
+ # wpml-name: a420915ce17bccdd20c0de2963204dd8
842
+ msgid "Up to 2 weeks in advance"
843
+ msgstr "עד שבועיים מראש"
844
+
845
+ # '1' => __( 'Up to 1 day in advance', 'restaurant-reservations' ),
846
+ # '7' => __( 'Up to 1 week in advance', 'restaurant-reservations' ),
847
+ # '14' => __( 'Up to 2 weeks in advance', 'restaurant-reservations' ),
848
+ # wpml-name: f327c5c06ec42eeff1d079b25e941d36
849
+ msgid "Up to 1 week in advance"
850
+ msgstr "עד שבוע מראש"
851
+
852
+ # '' => __( 'Any time', 'restaurant-reservations' ),
853
+ # '1' => __( 'Up to 1 day in advance', 'restaurant-reservations' ),
854
+ # '7' => __( 'Up to 1 week in advance', 'restaurant-reservations' ),
855
+ # wpml-name: 6b247b8c59a3a7843d4522c0f598643f
856
+ msgid "Up to 1 day in advance"
857
+ msgstr "עד יום אחד מראש"
858
+
859
+ # 'options' => array(
860
+ # '' => __( 'Any time', 'restaurant-reservations' ),
861
+ # '1' => __( 'Up to 1 day in advance', 'restaurant-reservations' ),
862
+ # wpml-name: 76226a8e01dcea3cdd58627d565159b9
863
+ msgid "Any time"
864
+ msgstr "כל הזמן"
865
+
866
+ # 'title' => __( 'Early Bookings', 'restaurant-reservations' ),
867
+ # 'description' => __( 'Select how early customers can make their booking.', 'restaurant-reservations' ),
868
+ # 'blank_option' => false,
869
+ # wpml-name: 99bb8dd77b909b2fc33767051e687fc2
870
+ msgid "Select how early customers can make their booking."
871
+ msgstr "בחירת כמה מוקדם יכולים לקוחות לבצע הזמנה."
872
+
873
+ # 'id' => 'early-bookings',
874
+ # 'title' => __( 'Early Bookings', 'restaurant-reservations' ),
875
+ # 'description' => __( 'Select how early customers can make their booking.', 'restaurant-reservations' ),
876
+ # wpml-name: 6ae9ef48f17323f6401acc83fa339edb
877
+ msgid "Early Bookings"
878
+ msgstr "הזמנות מוקדמות"
879
+
880
+ # 'title' => __( 'Exceptions', 'restaurant-reservations' ),
881
+ # 'description' => __( "Define special opening hours for holidays, events or other needs. Leave the time empty if you're closed all day.", 'restaurant-reservations' ),
882
+ # 'time_format' => $this->get_setting( 'time-format' ),
883
+ # wpml-name: 46fc96e8cb2563ffd9e632bb69b9dc13
884
+ msgid "Define special opening hours for holidays, events or other needs. Leave the time empty if you're closed all day."
885
+ msgstr "הגדרת שעות פתיחה מיוחדות לחגים, אירועים או צרכים אחרים. השאר את הזמן ריק אם סגור כל היום."
886
+
887
+ # 'id' => 'schedule-closed',
888
+ # 'title' => __( 'Exceptions', 'restaurant-reservations' ),
889
+ # 'description' => __( "Define special opening hours for holidays, events or other needs. Leave the time empty if you're closed all day.", 'restaurant-reservations' ),
890
+ # wpml-name: d5f1381c5f97f928df4ef8d18c2a27c0
891
+ msgid "Exceptions"
892
+ msgstr "חריגות"
893
+
894
+ # 'title' => __( 'Schedule', 'restaurant-reservations' ),
895
+ # 'description' => __( 'Define the weekly schedule during which you accept bookings.', 'restaurant-reservations' ),
896
+ # 'weekdays' => array(
897
+ # wpml-name: a6bc34f2724a5f709fe22118a26aba95
898
+ msgid "Define the weekly schedule during which you accept bookings."
899
+ msgstr "הגדרת לוח זמנים שבועי לקבלת הזמנות."
900
+
901
+ # 'id' => 'schedule-open',
902
+ # 'title' => __( 'Schedule', 'restaurant-reservations' ),
903
+ # 'description' => __( 'Define the weekly schedule during which you accept bookings.', 'restaurant-reservations' ),
904
+ # wpml-name: 25f7347236b51a5eae4ba01a7862cb55
905
+ msgid "Schedule"
906
+ msgstr "תזמון"
907
+
908
+ # 'delete' => _x( 'Delete rule', 'Delete a scheduling rule', 'restaurant-reservations' ),
909
+ # 'delete_schedule' => __( 'Delete scheduling rule', 'restaurant-reservations' ),
910
+ # 'never' => _x( 'Never', 'Brief default description of a scheduling rule when no weekdays or weeks are included in the rule', 'restaurant-reservations' ),
911
+ # wpml-name: 74fd33ed3a10074174cf75ad3ec08426
912
+ msgid "Delete scheduling rule"
913
+ msgstr "מחיקת כלל תזמון"
914
+
915
+ # $scheduler_strings = array(
916
+ # 'add_rule' => __( 'Add new scheduling rule', 'restaurant-reservations' ),
917
+ # 'weekly' => _x( 'Weekly', 'Format of a scheduling rule', 'restaurant-reservations' ),
918
+ # wpml-name: ba6fdfc90cb8e3c292f2dd61887e6b1b
919
+ msgid "Add new scheduling rule"
920
+ msgstr "הוספת כלל תזמון חדש"
921
+
922
+ # 'id' => 'rtb-schedule',
923
+ # 'title' => __( 'Booking Schedule', 'restaurant-reservations' ),
924
+ # 'is_tab' => true,
925
+ # wpml-name: 78ea895fcfe2358c083dfd50f6706be1
926
+ msgid "Booking Schedule"
927
+ msgstr "לו\"ז הזמנות"
928
+
929
+ # 'title' => __( 'Language', 'restaurant-reservations' ),
930
+ # 'description' => __( 'Select a language to use for the booking form datepicker if it is different than your WordPress language setting.', 'restaurant-reservations' ),
931
+ # 'options' => $this->supported_i8n,
932
+ # wpml-name: d2ffb7a91543d9b4933cdafb10a8b722
933
+ msgid "Select a language to use for the booking form datepicker if it is different than your WordPress language setting."
934
+ msgstr "בחר שפה לשימוש בבוחר התאריכים בטופס ההזמנה, אם היא שונה מזו של הגדרת הוורדפרס שלך."
935
+
936
+ # 'id' => 'i8n',
937
+ # 'title' => __( 'Language', 'restaurant-reservations' ),
938
+ # 'description' => __( 'Select a language to use for the booking form datepicker if it is different than your WordPress language setting.', 'restaurant-reservations' ),
939
+ # wpml-name: 4994a8ffeba4ac3140beb89e8d41f174
940
+ msgid "Language"
941
+ msgstr "שפה"
942
+
943
+ # 'title' => __( 'Time Format', 'restaurant-reservations' ),
944
+ # 'description' => sprintf( __( 'Define how the time is formatted on the booking form. %sFormatting rules%s. This only changes the format on the booking form. To change the time format in notification messages, modify your general %sWordPress Settings%s.', 'restaurant-reservations' ), '<a href="http://amsul.ca/pickadate.js/time.htm#formatting-rules">', '</a>', '<a href="' . admin_url( 'options-general.php' ) . '">', '</a>' ),
945
+ # 'placeholder' => $this->defaults['time-format'],
946
+ # wpml-name: aef1ad2b8c78f1553aa897ebaee3315e
947
+ msgid "Define how the time is formatted on the booking form. %sFormatting rules%s. This only changes the format on the booking form. To change the time format in notification messages, modify your general %sWordPress Settings%s."
948
+ msgstr "הגדר איך יוצג הזמן בטופס ההזמנה. %sכללי פורמט%s. זה משפיע רק על טופס ההזמנה. כדי לשנות את הפורמט בהודעות ההתראה, שנה אותן ב %sוורדפרס הגדרות%s."
949
+
950
+ # 'id' => 'time-format',
951
+ # 'title' => __( 'Time Format', 'restaurant-reservations' ),
952
+ # 'description' => sprintf( __( 'Define how the time is formatted on the booking form. %sFormatting rules%s. This only changes the format on the booking form. To change the time format in notification messages, modify your general %sWordPress Settings%s.', 'restaurant-reservations' ), '<a href="http://amsul.ca/pickadate.js/time.htm#formatting-rules">', '</a>', '<a href="' . admin_url( 'options-general.php' ) . '">', '</a>' ),
953
+ # wpml-name: 6b366d6891897f5c37c0b8b2ef7f212e
954
+ msgid "Time Format"
955
+ msgstr "פורמט זמן"
956
+
957
+ # 'title' => __( 'Date Format', 'restaurant-reservations' ),
958
+ # 'description' => sprintf( __( 'Define how the date is formatted on the booking form. %sFormatting rules%s. This only changes the format on the booking form. To change the date format in notification messages, modify your general %sWordPress Settings%s.', 'restaurant-reservations' ), '<a href="http://amsul.ca/pickadate.js/date.htm#formatting-rules">', '</a>', '<a href="' . admin_url( 'options-general.php' ) . '">', '</a>' ),
959
+ # 'placeholder' => $this->defaults['date-format'],
960
+ # wpml-name: 7dea3e96c3eed1acffa3ae110bdf806f
961
+ msgid "Define how the date is formatted on the booking form. %sFormatting rules%s. This only changes the format on the booking form. To change the date format in notification messages, modify your general %sWordPress Settings%s."
962
+ msgstr "הגדר את פורמט התאריך בטופס ההזמנה. %sכללי פורמט%s. זה משנה רק את הפורמט בטופס ההזמנה. כדי לשנות את הפורמט בהתראות המייל שנה את ההגדרות הכלליות ב %sוורדפרס הגדרות%s."
963
+
964
+ # 'id' => 'date-format',
965
+ # 'title' => __( 'Date Format', 'restaurant-reservations' ),
966
+ # 'description' => sprintf( __( 'Define how the date is formatted on the booking form. %sFormatting rules%s. This only changes the format on the booking form. To change the date format in notification messages, modify your general %sWordPress Settings%s.', 'restaurant-reservations' ), '<a href="http://amsul.ca/pickadate.js/date.htm#formatting-rules">', '</a>', '<a href="' . admin_url( 'options-general.php' ) . '">', '</a>' ),
967
+ # wpml-name: 8b6f6d305407f0b686f1974206ad415c
968
+ msgid "Date Format"
969
+ msgstr "פורמט תאריך"
970
+
971
+ # 'title' => __( 'Success Message', 'restaurant-reservations' ),
972
+ # 'description' => __( 'Enter the message to display when a booking request is made.', 'restaurant-reservations' ),
973
+ # 'placeholder' => $this->defaults['success-message'],
974
+ # wpml-name: e76e22f856418469fb0d18c271654199
975
+ msgid "Enter the message to display when a booking request is made."
976
+ msgstr "הזן את ההודעה להצגה עם בקשת הזמנה."
977
+
978
+ # 'id' => 'success-message',
979
+ # 'title' => __( 'Success Message', 'restaurant-reservations' ),
980
+ # 'description' => __( 'Enter the message to display when a booking request is made.', 'restaurant-reservations' ),
981
+ # wpml-name: 4e9d73f5a6c2b81e468080b8a03a50e8
982
+ msgid "Success Message"
983
+ msgstr "הודעת הצלחה"
984
+
985
+ # 'title' => __( 'Max Party Size', 'restaurant-reservations' ),
986
+ # 'description' => __( 'Set a maximum allowed party size for bookings.', 'restaurant-reservations' ),
987
+ # 'blank_option' => false,
988
+ # wpml-name: 6e22f23c9c57d65e4069eabc56d32391
989
+ msgid "Set a maximum allowed party size for bookings."
990
+ msgstr "קבע גודל מרבי להזמנת מסיבה."
991
+
992
+ # 'id' => 'party-size',
993
+ # 'title' => __( 'Max Party Size', 'restaurant-reservations' ),
994
+ # 'description' => __( 'Set a maximum allowed party size for bookings.', 'restaurant-reservations' ),
995
+ # wpml-name: 81a1751c3ebc0ad6fd603e6833c3535b
996
+ msgid "Max Party Size"
997
+ msgstr "גודל מסיבה מרבי"
998
+
999
+ # 'title' => __( 'Booking Page', 'restaurant-reservations' ),
1000
+ # 'description' => __( 'Select a page on your site to automatically display the booking form and confirmation message.', 'restaurant-reservations' ),
1001
+ # 'blank_option' => true,
1002
+ # wpml-name: 46148669fea71000be806ba212443907
1003
+ msgid "Select a page on your site to automatically display the booking form and confirmation message."
1004
+ msgstr "בחירת עמוד באתר להצגה אוטומטית של טופס ההזמנה והודעת אישור."
1005
+
1006
+ # 'id' => 'booking-page',
1007
+ # 'title' => __( 'Booking Page', 'restaurant-reservations' ),
1008
+ # 'description' => __( 'Select a page on your site to automatically display the booking form and confirmation message.', 'restaurant-reservations' ),
1009
+ # wpml-name: e6bfaf9f5ffe06a937eefea1703b7d79
1010
+ msgid "Booking Page"
1011
+ msgstr "עמוד הזמנה"
1012
+
1013
+ # 'id' => 'rtb-general',
1014
+ # 'title' => __( 'General', 'restaurant-reservations' ),
1015
+ # 'is_tab' => true,
1016
+ # wpml-name: 0db377921f4ce762c62526131097968f
1017
+ msgid "General"
1018
+ msgstr "כללי"
1019
+
1020
+ # 'title' => __( 'Settings', 'restaurant-reservations' ),
1021
+ # 'menu_title' => __( 'Settings', 'restaurant-reservations' ),
1022
+ # 'parent_menu' => 'rtb-bookings',
1023
+ # wpml-name: f4f70727dc34561dfde1a3c529b6205c
1024
+ msgid "Settings"
1025
+ msgstr "הגדרות"
1026
+
1027
+ # __('Booking Form', 'restaurant-reservations'),
1028
+ # array( 'description' => __( 'Display a form to accept bookings.', 'restaurant-reservations' ), )
1029
+ # );
1030
+ # wpml-name: b06825abe9cc7fa05965d88dcae2c133
1031
+ msgid "Display a form to accept bookings."
1032
+ msgstr "הצג טופס לקבלת הזמנות"
1033
+
1034
+ # 'rtb_booking_form_widget',
1035
+ # __('Booking Form', 'restaurant-reservations'),
1036
+ # array( 'description' => __( 'Display a form to accept bookings.', 'restaurant-reservations' ), )
1037
+ # wpml-name: 1de8d0665ab57be927a4a36590b57350
1038
+ msgid "Booking Form"
1039
+ msgstr "טופס הזמנות"
1040
+
1041
+ # _x( 'Addons', 'Title of addons page', 'restaurant-reservations' ),
1042
+ # _x( 'Addons', 'Title of addons page in the admin menu', 'restaurant-reservations' ),
1043
+ # 'manage_options',
1044
+ # wpml-name: Title of addons page: Addons
1045
+ msgid "Addons"
1046
+ msgstr "תוספים"
1047
+
1048
+ # 'free' => _x( 'Free', 'Label for an addon that is free.', 'restaurant-reservations' ),
1049
+ # 'learn_more' => _x( 'Get It', 'Label for an addon that is released.', 'restaurant-reservations' ),
1050
+ # )
1051
+ # wpml-name: Label for an addon that is released.: Get It
1052
+ msgid "Get It"
1053
+ msgstr "Get It"
1054
+
1055
+ # 'coming_soon' => _x( 'Coming Soon', 'Label for an addon that is not yet released.', 'restaurant-reservations' ),
1056
+ # 'free' => _x( 'Free', 'Label for an addon that is free.', 'restaurant-reservations' ),
1057
+ # 'learn_more' => _x( 'Get It', 'Label for an addon that is released.', 'restaurant-reservations' ),
1058
+ # wpml-name: Label for an addon that is free.: Free
1059
+ msgid "Free"
1060
+ msgstr "חינם"
1061
+
1062
+ # 'installed' => _x( 'Already Installed', 'Label for an addon that is already installed and activated.', 'restaurant-reservations' ),
1063
+ # 'coming_soon' => _x( 'Coming Soon', 'Label for an addon that is not yet released.', 'restaurant-reservations' ),
1064
+ # 'free' => _x( 'Free', 'Label for an addon that is free.', 'restaurant-reservations' ),
1065
+ # wpml-name: Label for an addon that is not yet released.: Coming Soon
1066
+ msgid "Coming Soon"
1067
+ msgstr "בקרוב"
1068
+
1069
+ # 'error_unknown' => _x( 'An unknown error occured.', 'Error message when retrieving list of addons', 'restaurant-reservations' ),
1070
+ # 'installed' => _x( 'Already Installed', 'Label for an addon that is already installed and activated.', 'restaurant-reservations' ),
1071
+ # 'coming_soon' => _x( 'Coming Soon', 'Label for an addon that is not yet released.', 'restaurant-reservations' ),
1072
+ # wpml-name: Label for an addon that is already installed and activated.: Already Installed
1073
+ msgid "Already Installed"
1074
+ msgstr "כבר מותקן"
1075
+
1076
+ # 'loading' => __( 'Loading', 'restaurant-reservations' ),
1077
+ # 'error_unknown' => _x( 'An unknown error occured.', 'Error message when retrieving list of addons', 'restaurant-reservations' ),
1078
+ # 'installed' => _x( 'Already Installed', 'Label for an addon that is already installed and activated.', 'restaurant-reservations' ),
1079
+ # wpml-name: Error message when retrieving list of addons: An unknown error occured.
1080
+ msgid "An unknown error occured."
1081
+ msgstr "אירעה שגיאה לא ידועה."
1082
+
1083
+ # <div class="wrap">
1084
+ # <h2><?php _e( 'Addons for Restaurant Reservations', 'restaurant-reservations' ); ?></h2>
1085
+ # <?php do_action( 'rtb_addons_pre' ); ?>
1086
+ # wpml-name: d663fa0937e3cb9288900b278394d369
1087
+ msgid "Addons for Restaurant Reservations"
1088
+ msgstr "תוספים ל Restaurant Reservations"
1089
+
1090
+ # 'error' => 'apifailed',
1091
+ # 'msg' => __( 'The addons list could not be retrieved. Please <a href="">try again</a>. If the problem persists over time, please report it on the <a href="http://wordpress.org/support/plugin/restaurant-reservations" target="_blank">support forums</a>.', 'restaurant-reservations' ),
1092
+ # )
1093
+ # wpml-name: 5b8ac016899d60acd492c9c28975350f
1094
+ msgid "The addons list could not be retrieved. Please <a href=\"\">try again</a>. If the problem persists over time, please report it on the <a href=\"http://wordpress.org/support/plugin/restaurant-reservations\" target=\"_blank\">support forums</a>."
1095
+ msgstr "אי אפשר היה לאחזר את רשימת התוספים. נא <a href=\"\">לנסות שוב</a>. אם הבעיה נמשכת, נא לדווח עליה ב <a href=\"http://wordpress.org/support/plugin/restaurant-reservations\" target=\"_blank\">פורום התמיכה</a>."
1096
+
1097
+ # 'error' => 'nopriv',
1098
+ # 'msg' => __( 'You do not have permission to access this page. Please login to an administrator account if you have one.', 'restaurant-reservations' ),
1099
+ # )
1100
+ # wpml-name: 97d02d0c932878c538872de332c92547
1101
+ msgid "You do not have permission to access this page. Please login to an administrator account if you have one."
1102
+ msgstr "אין לך הרשאה לגשת לדף זה. נא להתחבר לחשבון מנהל אם יש לך כזה."
1103
+
1104
+ # 'error' => 'loggedout',
1105
+ # 'msg' => __( 'You have been logged out. Please login again to retrieve the addons.', 'restaurant-reservations' ),
1106
+ # )
1107
+ # wpml-name: 30d232ab902cdc36d43f430631b37a6c
1108
+ msgid "You have been logged out. Please login again to retrieve the addons."
1109
+ msgstr "התנתקת. נא להתחבר שוב כדי לאחזר את התוספים."
1110
+
1111
+ # $value = $booking->format_date( $booking->date );
1112
+ # $value .= '<div class="status"><span class="spinner"></span> ' . __( 'Loading', 'restaurant-reservations' ) . '</div>';
1113
+ #
1114
+ # wpml-name: 16bfbf9c462762cf1cba4134ec53c504
1115
+ msgid "Loading"
1116
+ msgstr "טוען"
1117
+
1118
+ # 'confirmed' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'confirmed', 'paged' => FALSE ), $this->query_string ), $current === 'confirmed' ? ' class="current"' : '', __( 'Confirmed', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['confirmed'] . ')</span>' ),
1119
+ # 'closed' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'closed', 'paged' => FALSE ), $this->query_string ), $current === 'closed' ? ' class="current"' : '', __( 'Closed', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['closed'] . ')</span>' ),
1120
+ # 'trash' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'trash', 'paged' => FALSE ), $this->query_string ), $current === 'trash' ? ' class="current"' : '', __( 'Trash', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['trash'] . ')</span>' ),
1121
+ # wpml-name: Booking status for a closed booking: Closed
1122
+ msgid "Closed"
1123
+ msgstr "סגור"
1124
+
1125
+ # 'pending' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'pending', 'paged' => FALSE ), $this->query_string ), $current === 'pending' ? ' class="current"' : '', __( 'Pending', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['pending'] . ')</span>' ),
1126
+ # 'confirmed' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'confirmed', 'paged' => FALSE ), $this->query_string ), $current === 'confirmed' ? ' class="current"' : '', __( 'Confirmed', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['confirmed'] . ')</span>' ),
1127
+ # 'closed' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'closed', 'paged' => FALSE ), $this->query_string ), $current === 'closed' ? ' class="current"' : '', __( 'Closed', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['closed'] . ')</span>' ),
1128
+ # wpml-name: Booking status for a confirmed booking: Confirmed
1129
+ msgid "Confirmed"
1130
+ msgstr "אושר"
1131
+
1132
+ # 'all' => sprintf( '<a href="%s"%s>%s</a>', remove_query_arg( array( 'status', 'paged' ), $this->query_string ), $current === 'all' || $current == '' ? ' class="current"' : '', __( 'All', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['total'] . ')</span>' ),
1133
+ # 'pending' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'pending', 'paged' => FALSE ), $this->query_string ), $current === 'pending' ? ' class="current"' : '', __( 'Pending', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['pending'] . ')</span>' ),
1134
+ # 'confirmed' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'status' => 'confirmed', 'paged' => FALSE ), $this->query_string ), $current === 'confirmed' ? ' class="current"' : '', __( 'Confirmed', 'restaurant-reservations' ) . ' <span class="count">(' . $this->booking_counts['confirmed'] . ')</span>' ),
1135
+ # wpml-name: Booking status when it is pending review: Pending
1136
+ msgid "Pending"
1137
+ msgstr "בהמתנה"
1138
+
1139
+ # 'not_found_in_trash' => __( 'No bookings found in trash', 'restaurant-reservations' ),
1140
+ # 'all_items' => __( 'All Bookings', 'restaurant-reservations' ),
1141
+ # ),
1142
+ # wpml-name: 39b428289bf7df92dd1cdf755ead595a
1143
+ msgid "All Bookings"
1144
+ msgstr "כל ההזמנות"
1145
+
1146
+ # 'not_found' => __( 'No bookings found', 'restaurant-reservations' ),
1147
+ # 'not_found_in_trash' => __( 'No bookings found in trash', 'restaurant-reservations' ),
1148
+ # 'all_items' => __( 'All Bookings', 'restaurant-reservations' ),
1149
+ # wpml-name: 792ee75351425ada88bd2904d99e03d3
1150
+ msgid "No bookings found in trash"
1151
+ msgstr "לא נמצאו הזמנות באשפה"
1152
+
1153
+ # 'search_items' => __( 'Search Bookings', 'restaurant-reservations' ),
1154
+ # 'not_found' => __( 'No bookings found', 'restaurant-reservations' ),
1155
+ # 'not_found_in_trash' => __( 'No bookings found in trash', 'restaurant-reservations' ),
1156
+ # wpml-name: dcc7a4684f00beae0ac7170c1d50e1ac
1157
+ msgid "No bookings found"
1158
+ msgstr "לא נמצאו הזמנות"
1159
+
1160
+ # 'view_item' => __( 'View Booking', 'restaurant-reservations' ),
1161
+ # 'search_items' => __( 'Search Bookings', 'restaurant-reservations' ),
1162
+ # 'not_found' => __( 'No bookings found', 'restaurant-reservations' ),
1163
+ # wpml-name: 1eda75bcf5bdaa55d32e153ee89b812b
1164
+ msgid "Search Bookings"
1165
+ msgstr "חיפוש הזמנות"
1166
+
1167
+ # 'new_item' => __( 'New Booking', 'restaurant-reservations' ),
1168
+ # 'view_item' => __( 'View Booking', 'restaurant-reservations' ),
1169
+ # 'search_items' => __( 'Search Bookings', 'restaurant-reservations' ),
1170
+ # wpml-name: 35b6f1ca81bf078b9b7153dbee0452c9
1171
+ msgid "View Booking"
1172
+ msgstr "הצג הזמנות"
1173
+
1174
+ # 'edit_item' => __( 'Edit Booking', 'restaurant-reservations' ),
1175
+ # 'new_item' => __( 'New Booking', 'restaurant-reservations' ),
1176
+ # 'view_item' => __( 'View Booking', 'restaurant-reservations' ),
1177
+ # wpml-name: d1c162387932415cf6ddfa506496591b
1178
+ msgid "New Booking"
1179
+ msgstr "הזמנות חדשות"
1180
+
1181
+ # 'add_booking' => __( 'Add Booking', 'restaurant-reservations' ),
1182
+ # 'edit_booking' => __( 'Edit Booking', 'restaurant-reservations' ),
1183
+ # 'error_unspecified' => __( 'An unspecified error occurred. Please try again. If the problem persists, try logging out and logging back in.', 'restaurant-reservations' ),
1184
+ # wpml-name: 6c86a5eb24718dbf852d36e2b289633e
1185
+ msgid "Edit Booking"
1186
+ msgstr "עריכת הזמנות"
1187
+
1188
+ # 'add_new' => __( 'Add New', 'restaurant-reservations' ),
1189
+ # 'add_new_item' => __( 'Add New Booking', 'restaurant-reservations' ),
1190
+ # 'edit_item' => __( 'Edit Booking', 'restaurant-reservations' ),
1191
+ # wpml-name: 4a1b20cd6f2580edca52693223491266
1192
+ msgid "Add New Booking"
1193
+ msgstr "הוספת הזמנה חדשה"
1194
+
1195
+ # <?php _e( 'Restaurant Bookings', 'restaurant-reservations' ); ?>
1196
+ # <a href="#" class="add-new-h2 add-booking"><?php _e( 'Add New', 'restaurant-reservations' ); ?></a>
1197
+ # </h2>
1198
+ # wpml-name: de9ced9bf5e9829de4a93ad8c9d7a170
1199
+ msgid "Add New"
1200
+ msgstr "הוספה"
1201
+
1202
+ # parent::__construct( array(
1203
+ # 'singular' => __( 'Booking', 'restaurant-reservations' ),
1204
+ # 'plural' => __( 'Bookings', 'restaurant-reservations' ),
1205
+ # wpml-name: 0421bbd72ecdf96591342458b0d6905d
1206
+ msgid "Booking"
1207
+ msgstr "הזמנה"
1208
+
1209
+ # _x( 'Bookings', 'Title of admin page that lists bookings', 'restaurant-reservations' ),
1210
+ # _x( 'Bookings', 'Title of bookings admin menu item', 'restaurant-reservations' ),
1211
+ # 'manage_bookings',
1212
+ # wpml-name: a35529bfcfdfab2dc01946af64cd2ce4
1213
+ msgid "Bookings"
1214
+ msgstr "הזמנות"
1215
+
1216
+ # 'post_variable' => '',
1217
+ # 'message' => __( 'Please complete this field to request a booking.', 'restaurant-reservations' ),
1218
+ # );
1219
+ # wpml-name: cc302c8afe1cc7e7e2acfebfe8eea711
1220
+ msgid "Please complete this field to request a booking."
1221
+ msgstr "נא להשלים שדה זה כדי לשריין הזמנה."
1222
+
1223
+ # 'post_variable' => $this->email,
1224
+ # 'message' => __( 'Please enter an email address so we can confirm your booking.', 'restaurant-reservations' ),
1225
+ # );
1226
+ # wpml-name: c06cb113a9890caa547c17b5005616d5
1227
+ msgid "Please enter an email address so we can confirm your booking."
1228
+ msgstr "נא להזין כתובת אימייל כדי שנוכל לאשר את ההזמנה שלך."
1229
+
1230
+ # 'post_variable' => $this->party,
1231
+ # 'message' => sprintf( __( 'We only accept bookings for parties of up to %d people.', 'restaurant-reservations' ), $party_size ),
1232
+ # );
1233
+ # wpml-name: 378ab98a5342ea8c877a45d26df0b1df
1234
+ msgid "We only accept bookings for parties of up to %d people."
1235
+ msgstr "אנו מקבלים רק הזמנות למסיבות בגודל של עד %d אנשים."
1236
+
1237
+ # 'post_variable' => $this->party,
1238
+ # 'message' => __( 'Please let us know how many people will be in your party.', 'restaurant-reservations' ),
1239
+ # );
1240
+ # wpml-name: 433f257a0a5112088ae22c631bdf21f8
1241
+ msgid "Please let us know how many people will be in your party."
1242
+ msgstr "כמה משתתפים במסיבה."
1243
+
1244
+ # 'post_variable' => $this->name,
1245
+ # 'message' => __( 'Please enter a name for this booking.', 'restaurant-reservations' ),
1246
+ # );
1247
+ # wpml-name: 93138022f4965fc1e4800713cdc9da0e
1248
+ msgid "Please enter a name for this booking."
1249
+ msgstr "נא להזין את שם ההזמנה."
1250
+
1251
+ # 'error_msg' => 'Booking request made at an invalid time',
1252
+ # 'message' => __( 'Sorry, no bookings are being accepted at that time.', 'restaurant-reservations' ),
1253
+ # );
1254
+ # wpml-name: 68828ad7bdf84f57f3283d04942b1ce1
1255
+ msgid "Sorry, no bookings are being accepted at that time."
1256
+ msgstr "מצטערים, אנחנו לא יכולים לקבל הזמנות בזמן הזה."
1257
+
1258
+ # 'error_msg' => 'Booking request made on an invalid date',
1259
+ # 'message' => __( 'Sorry, no bookings are being accepted on that date.', 'restaurant-reservations' ),
1260
+ # );
1261
+ # wpml-name: ee6640640db2f48062ea8078a5abc62f
1262
+ msgid "Sorry, no bookings are being accepted on that date."
1263
+ msgstr "מצטערים, לא מתקבלות הזמנות לתאריך זה."
1264
+
1265
+ # 'error_msg' => 'Booking request made on invalid date or time in an exception rule',
1266
+ # 'message' => __( 'Sorry, no bookings are being accepted then.', 'restaurant-reservations' ),
1267
+ # );
1268
+ # wpml-name: 0b714893467c22a5c4e0d42b62ac2dc2
1269
+ msgid "Sorry, no bookings are being accepted then."
1270
+ msgstr "מצטערים, לא מתקבלות הזמנות בזמן זה."
1271
+
1272
+ # } else {
1273
+ # $late_bookings_message = sprintf( __( 'Sorry, bookings must be made more than %s mings in advance.', 'restaurant-reservations' ), $late_bookings );
1274
+ # }
1275
+ # wpml-name: 326a71b59c73e1b2ca6a110daeb3abea
1276
+ msgid "Sorry, bookings must be made more than %s mings in advance."
1277
+ msgstr "מצטערים, הזמנות חייבות להתבצע יותר מ %s דקות מראש."
1278
+
1279
+ # } elseif ( $late_bookings >= 60 ) {
1280
+ # $late_bookings_message = sprintf( __( 'Sorry, bookings must be made more than %s hours in advance.', 'restaurant-reservations' ), $late_bookings / 60 );
1281
+ # } else {
1282
+ # wpml-name: bc91d45241c3c5e4e779a8bb42ec62ce
1283
+ msgid "Sorry, bookings must be made more than %s hours in advance."
1284
+ msgstr "מצטערים, הזמנות חייבות להתבצע יותר מ %s שעות מראש."
1285
+
1286
+ # if ( $late_bookings >= 1440 ) {
1287
+ # $late_bookings_message = sprintf( __( 'Sorry, bookings must be made more than %s days in advance.', 'restaurant-reservations' ), $late_bookings / 1440 );
1288
+ # } elseif ( $late_bookings >= 60 ) {
1289
+ # wpml-name: 317f1929ee26410252b6680794afce13
1290
+ msgid "Sorry, bookings must be made more than %s days in advance."
1291
+ msgstr "מצטערים, הזמנות חייבות להתבצע יותר מ %s ימים מראש."
1292
+
1293
+ # 'error_msg' => 'Booking request in the past',
1294
+ # 'message' => __( 'Sorry, bookings can not be made in the past.', 'restaurant-reservations' ),
1295
+ # );
1296
+ # wpml-name: 2025381a4c7c057bf2b286cae54f2f2f
1297
+ msgid "Sorry, bookings can not be made in the past."
1298
+ msgstr "מצטערים,אי אפשר לבצע הזמנה לזמן שכבר חלף."
1299
+
1300
+ # 'error_msg' => 'Booking request too far in the future',
1301
+ # 'message' => sprintf( __( 'Sorry, bookings can not be made more than %s days in advance.', 'restaurant-reservations' ), $early_bookings ),
1302
+ # );
1303
+ # wpml-name: f13d6a92862fab7ffc4519d666ce6c98
1304
+ msgid "Sorry, bookings can not be made more than %s days in advance."
1305
+ msgstr "מצטערים, אי אפשר לבצע הזמנה יותר מ %s ימים מראש."
1306
+
1307
+ # 'error_msg' => $e->getMessage(),
1308
+ # 'message' => __( 'The time you entered is not valid. Please select from one of the times provided.', 'restaurant-reservations' ),
1309
+ # );
1310
+ # wpml-name: 35a7ebe19d01b8d5ff4998124fb765c7
1311
+ msgid "The time you entered is not valid. Please select from one of the times provided."
1312
+ msgstr "הזמן שהזנת אינו חוקי. נא לבחור את אחד הזמנים להלן."
1313
+
1314
+ # 'error_msg' => 'Booking request missing time',
1315
+ # 'message' => __( 'Please enter the time you would like to book.', 'restaurant-reservations' ),
1316
+ # );
1317
+ # wpml-name: 153f46b1d032c591e6a9276430c82b0c
1318
+ msgid "Please enter the time you would like to book."
1319
+ msgstr "נא להזין את הזמן שתרצה להזמין."
1320
+
1321
+ # 'error_msg' => $e->getMessage(),
1322
+ # 'message' => __( 'The date you entered is not valid. Please select from one of the dates in the calendar.', 'restaurant-reservations' ),
1323
+ # );
1324
+ # wpml-name: f82a9dc56547674679aa734e3e9fcc4e
1325
+ msgid "The date you entered is not valid. Please select from one of the dates in the calendar."
1326
+ msgstr "התאריך שהזנת אינו חוקי. נא לבחור את אחד מן המועדים ביומן."
1327
+
1328
+ # 'error_msg' => 'Booking request missing date',
1329
+ # 'message' => __( 'Please enter the date you would like to book.', 'restaurant-reservations' ),
1330
+ # );
1331
+ # wpml-name: db07d0fb1c03a57aefd37f6fd0658330
1332
+ msgid "Please enter the date you would like to book."
1333
+ msgstr "נא להזין את התאריך בו תרצה להזמין."
languages/restaurant-reservations.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the Restaurant Reservations package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Restaurant Reservations 1.2.3\n"
6
  "Report-Msgid-Bugs-To: "
7
  "http://wordpress.org/support/plugin/restaurant-reservations\n"
8
- "POT-Creation-Date: 2015-01-23 11:25:35+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -52,134 +52,161 @@ msgid ""
52
  "target=\"_blank\">support forums</a>."
53
  msgstr ""
54
 
55
- #: includes/AdminBookings.class.php:65
56
  msgid "Restaurant Bookings"
57
  msgstr ""
58
 
59
- #: includes/AdminBookings.class.php:66 includes/CustomPostTypes.class.php:42
60
  msgid "Add New"
61
  msgstr ""
62
 
63
- #: includes/AdminBookings.class.php:111 restaurant-reservations.php:217
 
64
  msgid "Add Booking"
65
  msgstr ""
66
 
67
- #: includes/AdminBookings.class.php:114
68
  msgid "Cancel"
69
  msgstr ""
70
 
71
- #: includes/AdminBookings.class.php:128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  msgid "Close"
73
  msgstr ""
74
 
75
- #: includes/AdminBookings.class.php:194
76
  msgid "Booking Status"
77
  msgstr ""
78
 
79
- #: includes/AdminBookings.class.php:202
80
  msgid "Send notifications"
81
  msgstr ""
82
 
83
- #: includes/AdminBookings.class.php:207
84
  msgid "Learn more"
85
  msgstr ""
86
 
87
- #: includes/AdminBookings.class.php:208
88
  msgid ""
89
  "When adding a booking or changing a booking's status with this form, no "
90
  "email notifications will be sent. Check this option if you want to send "
91
  "email notifications."
92
  msgstr ""
93
 
94
- #: includes/AdminBookings.class.php:262
95
  msgid "You have been logged out. Please %slogin again%s."
96
  msgstr ""
97
 
98
- #: includes/AdminBookings.class.php:298
99
  msgid ""
100
  "This booking has been sent to the %sTrash%s where it can not be edited. Set "
101
  "the booking to Pending or Confirmed to edit it."
102
  msgstr ""
103
 
104
- #: includes/AdminBookings.class.php:315
105
  msgid "The booking could not be retrieved. Please reload the page and try again."
106
  msgstr ""
107
 
108
- #: includes/AdminBookings.class.php:383
109
  msgid ""
110
  "Unable to trash this post. Please try again. If you continue to have "
111
  "trouble, please refresh the page."
112
  msgstr ""
113
 
114
- #: includes/Booking.class.php:178
 
 
 
 
 
 
 
 
 
 
 
 
115
  msgid "Please enter the date you would like to book."
116
  msgstr ""
117
 
118
- #: includes/Booking.class.php:188
119
  msgid ""
120
  "The date you entered is not valid. Please select from one of the dates in "
121
  "the calendar."
122
  msgstr ""
123
 
124
- #: includes/Booking.class.php:199
125
  msgid "Please enter the time you would like to book."
126
  msgstr ""
127
 
128
- #: includes/Booking.class.php:209
129
  msgid ""
130
  "The time you entered is not valid. Please select from one of the times "
131
  "provided."
132
  msgstr ""
133
 
134
- #: includes/Booking.class.php:226
135
  msgid "Sorry, bookings can not be made more than %s days in advance."
136
  msgstr ""
137
 
138
- #: includes/Booking.class.php:237
139
  msgid "Sorry, bookings can not be made in the past."
140
  msgstr ""
141
 
142
- #: includes/Booking.class.php:245
143
  msgid "Sorry, bookings must be made more than %s days in advance."
144
  msgstr ""
145
 
146
- #: includes/Booking.class.php:247
147
  msgid "Sorry, bookings must be made more than %s hours in advance."
148
  msgstr ""
149
 
150
- #: includes/Booking.class.php:249
151
- msgid "Sorry, bookings must be made more than %s mings in advance."
152
  msgstr ""
153
 
154
- #: includes/Booking.class.php:288
155
  msgid "Sorry, no bookings are being accepted then."
156
  msgstr ""
157
 
158
- #: includes/Booking.class.php:340
159
  msgid "Sorry, no bookings are being accepted on that date."
160
  msgstr ""
161
 
162
- #: includes/Booking.class.php:346
163
  msgid "Sorry, no bookings are being accepted at that time."
164
  msgstr ""
165
 
166
- #: includes/Booking.class.php:368
167
  msgid "Please enter a name for this booking."
168
  msgstr ""
169
 
170
- #: includes/Booking.class.php:378
171
  msgid "Please let us know how many people will be in your party."
172
  msgstr ""
173
 
174
- #: includes/Booking.class.php:388
175
  msgid "We only accept bookings for parties of up to %d people."
176
  msgstr ""
177
 
178
- #: includes/Booking.class.php:399
179
  msgid "Please enter an email address so we can confirm your booking."
180
  msgstr ""
181
 
182
- #: includes/Booking.class.php:421
183
  msgid "Please complete this field to request a booking."
184
  msgstr ""
185
 
@@ -250,448 +277,453 @@ msgstr ""
250
  msgid "Reject this booking"
251
  msgstr ""
252
 
253
- #: includes/Settings.class.php:218 includes/Settings.class.php:219
254
  msgid "Settings"
255
  msgstr ""
256
 
257
- #: includes/Settings.class.php:231
258
  msgid "General"
259
  msgstr ""
260
 
261
- #: includes/Settings.class.php:242
262
  msgid "Booking Page"
263
  msgstr ""
264
 
265
- #: includes/Settings.class.php:243
266
  msgid ""
267
  "Select a page on your site to automatically display the booking form and "
268
  "confirmation message."
269
  msgstr ""
270
 
271
- #: includes/Settings.class.php:259
272
  msgid "Max Party Size"
273
  msgstr ""
274
 
275
- #: includes/Settings.class.php:260
276
  msgid "Set a maximum allowed party size for bookings."
277
  msgstr ""
278
 
279
- #: includes/Settings.class.php:272
280
  msgid "Success Message"
281
  msgstr ""
282
 
283
- #: includes/Settings.class.php:273
284
  msgid "Enter the message to display when a booking request is made."
285
  msgstr ""
286
 
287
- #: includes/Settings.class.php:284
288
  msgid "Date Format"
289
  msgstr ""
290
 
291
- #: includes/Settings.class.php:285
292
  msgid ""
293
  "Define how the date is formatted on the booking form. %sFormatting rules%s. "
294
  "This only changes the format on the booking form. To change the date format "
295
  "in notification messages, modify your general %sWordPress Settings%s."
296
  msgstr ""
297
 
298
- #: includes/Settings.class.php:296
299
  msgid "Time Format"
300
  msgstr ""
301
 
302
- #: includes/Settings.class.php:297
303
  msgid ""
304
  "Define how the time is formatted on the booking form. %sFormatting rules%s. "
305
  "This only changes the format on the booking form. To change the time format "
306
  "in notification messages, modify your general %sWordPress Settings%s."
307
  msgstr ""
308
 
309
- #: includes/Settings.class.php:310
310
  msgid "Language"
311
  msgstr ""
312
 
313
- #: includes/Settings.class.php:311
314
  msgid ""
315
  "Select a language to use for the booking form datepicker if it is different "
316
  "than your WordPress language setting."
317
  msgstr ""
318
 
319
- #: includes/Settings.class.php:321
320
  msgid "Booking Schedule"
321
  msgstr ""
322
 
323
- #: includes/Settings.class.php:328
324
  msgid "Add new scheduling rule"
325
  msgstr ""
326
 
327
- #: includes/Settings.class.php:342
328
  msgid "Delete scheduling rule"
329
  msgstr ""
330
 
331
- #: includes/Settings.class.php:359
332
  msgid "Schedule"
333
  msgstr ""
334
 
335
- #: includes/Settings.class.php:360
336
  msgid "Define the weekly schedule during which you accept bookings."
337
  msgstr ""
338
 
339
- #: includes/Settings.class.php:385
340
  msgid "Exceptions"
341
  msgstr ""
342
 
343
- #: includes/Settings.class.php:386
344
  msgid ""
345
  "Define special opening hours for holidays, events or other needs. Leave the "
346
  "time empty if you're closed all day."
347
  msgstr ""
348
 
349
- #: includes/Settings.class.php:401
350
  msgid "Early Bookings"
351
  msgstr ""
352
 
353
- #: includes/Settings.class.php:402
354
  msgid "Select how early customers can make their booking."
355
  msgstr ""
356
 
357
- #: includes/Settings.class.php:405
358
  msgid "Any time"
359
  msgstr ""
360
 
361
- #: includes/Settings.class.php:406
362
  msgid "Up to 1 day in advance"
363
  msgstr ""
364
 
365
- #: includes/Settings.class.php:407
366
  msgid "Up to 1 week in advance"
367
  msgstr ""
368
 
369
- #: includes/Settings.class.php:408
370
  msgid "Up to 2 weeks in advance"
371
  msgstr ""
372
 
373
- #: includes/Settings.class.php:409
374
  msgid "Up to 30 days in advance"
375
  msgstr ""
376
 
377
- #: includes/Settings.class.php:410
378
  msgid "Up to 90 days in advance"
379
  msgstr ""
380
 
381
- #: includes/Settings.class.php:421
382
  msgid "Late Bookings"
383
  msgstr ""
384
 
385
- #: includes/Settings.class.php:422
386
  msgid "Select how late customers can make their booking."
387
  msgstr ""
388
 
389
- #: includes/Settings.class.php:425
390
  msgid "Up to the last minute"
391
  msgstr ""
392
 
393
- #: includes/Settings.class.php:426
394
  msgid "At least 15 minutes in advance"
395
  msgstr ""
396
 
397
- #: includes/Settings.class.php:427
398
  msgid "At least 30 minutes in advance"
399
  msgstr ""
400
 
401
- #: includes/Settings.class.php:428
402
  msgid "At least 45 minutes in advance"
403
  msgstr ""
404
 
405
- #: includes/Settings.class.php:429
406
  msgid "At least 1 hour in advance"
407
  msgstr ""
408
 
409
- #: includes/Settings.class.php:430
410
  msgid "At least 4 hours in advance"
411
  msgstr ""
412
 
413
- #: includes/Settings.class.php:431
414
  msgid "At least 1 day in advance"
415
  msgstr ""
416
 
417
- #: includes/Settings.class.php:442
418
  msgid "Date Pre-selection"
419
  msgstr ""
420
 
421
- #: includes/Settings.class.php:443
422
  msgid ""
423
  "When the booking form is loaded, should it automatically attempt to select "
424
  "a valid date?"
425
  msgstr ""
426
 
427
- #: includes/Settings.class.php:446
428
  msgid "Select today if valid"
429
  msgstr ""
430
 
431
- #: includes/Settings.class.php:447
432
  msgid "Select today or next valid date"
433
  msgstr ""
434
 
435
- #: includes/Settings.class.php:448
436
  msgid "Leave empty"
437
  msgstr ""
438
 
439
- #: includes/Settings.class.php:459
440
  msgid "Time Interval"
441
  msgstr ""
442
 
443
- #: includes/Settings.class.php:460
444
  msgid "Select the number of minutes between each available time."
445
  msgstr ""
446
 
447
- #: includes/Settings.class.php:463
448
  msgid "Every 30 minutes"
449
  msgstr ""
450
 
451
- #: includes/Settings.class.php:464
452
  msgid "Every 15 minutes"
453
  msgstr ""
454
 
455
- #: includes/Settings.class.php:465
456
  msgid "Every 10 minutes"
457
  msgstr ""
458
 
459
- #: includes/Settings.class.php:466
460
  msgid "Every 5 minutes"
461
  msgstr ""
462
 
463
- #: includes/Settings.class.php:475
464
  msgid "Notifications"
465
  msgstr ""
466
 
467
- #: includes/Settings.class.php:486
468
  msgid "Reply-To Name"
469
  msgstr ""
470
 
471
- #: includes/Settings.class.php:487
472
  msgid ""
473
  "The name which should appear in the Reply-To field of a user notification "
474
  "email"
475
  msgstr ""
476
 
477
- #: includes/Settings.class.php:498
478
  msgid "Reply-To Email Address"
479
  msgstr ""
480
 
481
- #: includes/Settings.class.php:499
482
  msgid ""
483
  "The email address which should appear in the Reply-To field of a user "
484
  "notification email."
485
  msgstr ""
486
 
487
- #: includes/Settings.class.php:510
488
  msgid "Admin Notification"
489
  msgstr ""
490
 
491
- #: includes/Settings.class.php:511
492
  msgid ""
493
  "Send an email notification to an administrator when a new booking is "
494
  "requested."
495
  msgstr ""
496
 
497
- #: includes/Settings.class.php:521
498
  msgid "Admin Email Address"
499
  msgstr ""
500
 
501
- #: includes/Settings.class.php:522
502
  msgid "The email address where admin notifications should be sent."
503
  msgstr ""
504
 
505
- #: includes/Settings.class.php:531
506
  msgid "Email Templates"
507
  msgstr ""
508
 
509
- #: includes/Settings.class.php:533
510
  msgid ""
511
  "Adjust the messages that are emailed to users and admins during the booking "
512
  "process."
513
  msgstr ""
514
 
515
- #: includes/Settings.class.php:543
516
  msgid "Template Tags"
517
  msgstr ""
518
 
519
- #: includes/Settings.class.php:545
520
  msgid ""
521
  "Use the following tags to automatically add booking information to the "
522
  "emails. Tags labeled with an asterisk (*) can be used in the email subject "
523
  "as well."
524
  msgstr ""
525
 
526
- #: includes/Settings.class.php:556
527
  msgid "Admin Notification Subject"
528
  msgstr ""
529
 
530
- #: includes/Settings.class.php:557
531
  msgid "The email subject for admin notifications."
532
  msgstr ""
533
 
534
- #: includes/Settings.class.php:568
535
  msgid "Admin Notification Email"
536
  msgstr ""
537
 
538
- #: includes/Settings.class.php:569
539
  msgid ""
540
  "Enter the email an admin should receive when an initial booking request is "
541
  "made."
542
  msgstr ""
543
 
544
- #: includes/Settings.class.php:580
545
  msgid "New Request Email Subject"
546
  msgstr ""
547
 
548
- #: includes/Settings.class.php:581
549
  msgid ""
550
  "The email subject a user should receive when they make an initial booking "
551
  "request."
552
  msgstr ""
553
 
554
- #: includes/Settings.class.php:592
555
  msgid "New Request Email"
556
  msgstr ""
557
 
558
- #: includes/Settings.class.php:593
559
  msgid ""
560
  "Enter the email a user should receive when they make an initial booking "
561
  "request."
562
  msgstr ""
563
 
564
- #: includes/Settings.class.php:604
565
  msgid "Confirmed Email Subject"
566
  msgstr ""
567
 
568
- #: includes/Settings.class.php:605
569
  msgid ""
570
  "The email subject a user should receive when their booking has been "
571
  "confirmed."
572
  msgstr ""
573
 
574
- #: includes/Settings.class.php:616
575
  msgid "Confirmed Email"
576
  msgstr ""
577
 
578
- #: includes/Settings.class.php:617
579
  msgid "Enter the email a user should receive when their booking has been confirmed."
580
  msgstr ""
581
 
582
- #: includes/Settings.class.php:628
583
  msgid "Rejected Email Subject"
584
  msgstr ""
585
 
586
- #: includes/Settings.class.php:629
587
  msgid ""
588
  "The email subject a user should receive when their booking has been "
589
  "rejected."
590
  msgstr ""
591
 
592
- #: includes/Settings.class.php:640
593
  msgid "Rejected Email"
594
  msgstr ""
595
 
596
- #: includes/Settings.class.php:641
597
  msgid "Enter the email a user should receive when their booking has been rejected."
598
  msgstr ""
599
 
600
- #: includes/Settings.class.php:659
 
 
 
 
 
 
 
 
 
 
601
  msgid "Any size"
602
  msgstr ""
603
 
604
- #: includes/Settings.class.php:743
605
  msgid "Book a table"
606
  msgstr ""
607
 
608
- #: includes/Settings.class.php:746
609
  #: includes/WP_List_Table.BookingsTable.class.php:278
610
  msgid "Date"
611
  msgstr ""
612
 
613
- #: includes/Settings.class.php:752
614
  msgid "Time"
615
  msgstr ""
616
 
617
- #: includes/Settings.class.php:758
618
  #: includes/WP_List_Table.BookingsTable.class.php:279
619
  msgid "Party"
620
  msgstr ""
621
 
622
- #: includes/Settings.class.php:771
623
  msgid "Contact Details"
624
  msgstr ""
625
 
626
- #: includes/Settings.class.php:774
627
  #: includes/WP_List_Table.BookingsTable.class.php:280
628
  msgid "Name"
629
  msgstr ""
630
 
631
- #: includes/Settings.class.php:780
632
  #: includes/WP_List_Table.BookingsTable.class.php:281
633
  msgid "Email"
634
  msgstr ""
635
 
636
- #: includes/Settings.class.php:789
637
  #: includes/WP_List_Table.BookingsTable.class.php:282
638
  msgid "Phone"
639
  msgstr ""
640
 
641
- #: includes/Settings.class.php:797
642
  msgid "Add a Message"
643
  msgstr ""
644
 
645
- #: includes/Settings.class.php:802
646
- #: includes/WP_List_Table.BookingsTable.class.php:283
647
- msgid "Message"
648
- msgstr ""
649
-
650
- #: includes/Settings.class.php:847
651
  msgid "Email of the user who made the booking"
652
  msgstr ""
653
 
654
- #: includes/Settings.class.php:848
655
  msgid "* Name of the user who made the booking"
656
  msgstr ""
657
 
658
- #: includes/Settings.class.php:849
659
  msgid "* Number of people booked"
660
  msgstr ""
661
 
662
- #: includes/Settings.class.php:850
663
  msgid "* Date and time of the booking"
664
  msgstr ""
665
 
666
- #: includes/Settings.class.php:851
667
  msgid "Phone number if supplied with the request"
668
  msgstr ""
669
 
670
- #: includes/Settings.class.php:852
671
  msgid "Message added to the request"
672
  msgstr ""
673
 
674
- #: includes/Settings.class.php:853
675
  msgid "A link to the admin panel showing pending bookings"
676
  msgstr ""
677
 
678
- #: includes/Settings.class.php:854
679
  msgid "A link to confirm this booking. Only include this in admin notifications"
680
  msgstr ""
681
 
682
- #: includes/Settings.class.php:855
683
  msgid "A link to reject this booking. Only include this in admin notifications"
684
  msgstr ""
685
 
686
- #: includes/Settings.class.php:856
687
  msgid "The name of this website"
688
  msgstr ""
689
 
690
- #: includes/Settings.class.php:857
691
  msgid "A link to this website"
692
  msgstr ""
693
 
694
- #: includes/Settings.class.php:858
695
  msgid "Current date and time"
696
  msgstr ""
697
 
@@ -757,61 +789,61 @@ msgstr ""
757
  msgid "Edit"
758
  msgstr ""
759
 
760
- #: includes/WP_List_Table.BookingsTable.class.php:376
761
  msgid "Delete"
762
  msgstr ""
763
 
764
- #: includes/WP_List_Table.BookingsTable.class.php:377
765
  msgid "Set To Confirmed"
766
  msgstr ""
767
 
768
- #: includes/WP_List_Table.BookingsTable.class.php:378
769
  msgid "Set To Pending Review"
770
  msgstr ""
771
 
772
- #: includes/WP_List_Table.BookingsTable.class.php:379
773
  msgid "Set To Closed"
774
  msgstr ""
775
 
776
- #: includes/WP_List_Table.BookingsTable.class.php:494
777
  msgid "%d booking deleted successfully."
778
  msgid_plural "%d bookings deleted successfully."
779
  msgstr[0] ""
780
  msgstr[1] ""
781
 
782
- #: includes/WP_List_Table.BookingsTable.class.php:497
783
  msgid "%d booking confirmed."
784
  msgid_plural "%d bookings confirmed."
785
  msgstr[0] ""
786
  msgstr[1] ""
787
 
788
- #: includes/WP_List_Table.BookingsTable.class.php:500
789
  msgid "%d booking set to pending."
790
  msgid_plural "%d bookings set to pending."
791
  msgstr[0] ""
792
  msgstr[1] ""
793
 
794
- #: includes/WP_List_Table.BookingsTable.class.php:503
795
  msgid "%d booking closed."
796
  msgid_plural "%d bookings closed."
797
  msgstr[0] ""
798
  msgstr[1] ""
799
 
800
- #: includes/WP_List_Table.BookingsTable.class.php:515
801
  msgid "%d booking had errors and could not be processed."
802
  msgid_plural "%d bookings had errors and could not be processed."
803
  msgstr[0] ""
804
  msgstr[1] ""
805
 
806
- #: includes/WP_List_Table.BookingsTable.class.php:691
807
  msgid "You're viewing bookings that have been moved to the trash."
808
  msgstr ""
809
 
810
- #: includes/WP_List_Table.BookingsTable.class.php:700
811
  msgid "Only today's bookings are being shown."
812
  msgstr ""
813
 
814
- #: includes/WP_List_Table.BookingsTable.class.php:702
815
  msgid "Only upcoming bookings are being shown."
816
  msgstr ""
817
 
@@ -853,9 +885,9 @@ msgstr ""
853
  msgid "Restaurant Reservations"
854
  msgstr ""
855
 
856
- #. #-#-#-#-# restaurant-reservations.pot (Restaurant Reservations 1.2.3) #-#-#-#-#
857
  #. Plugin URI of the plugin/theme
858
- #. #-#-#-#-# restaurant-reservations.pot (Restaurant Reservations 1.2.3) #-#-#-#-#
859
  #. Author URI of the plugin/theme
860
  msgid "http://themeofthecrop.com"
861
  msgstr ""
@@ -903,16 +935,21 @@ msgctxt "Title of addons page in the admin menu"
903
  msgid "Addons"
904
  msgstr ""
905
 
906
- #: includes/AdminBookings.class.php:41
907
  msgctxt "Title of admin page that lists bookings"
908
  msgid "Bookings"
909
  msgstr ""
910
 
911
- #: includes/AdminBookings.class.php:42
912
  msgctxt "Title of bookings admin menu item"
913
  msgid "Bookings"
914
  msgstr ""
915
 
 
 
 
 
 
916
  #: includes/CustomPostTypes.class.php:80
917
  msgctxt "Booking status when it is pending review"
918
  msgid "Pending"
@@ -1071,86 +1108,93 @@ msgctxt ""
1071
  msgid "Your booking at %s was not accepted"
1072
  msgstr ""
1073
 
1074
- #: includes/Settings.class.php:329
 
 
 
 
 
 
 
1075
  msgctxt "Format of a scheduling rule"
1076
  msgid "Weekly"
1077
  msgstr ""
1078
 
1079
- #: includes/Settings.class.php:330
1080
  msgctxt "Format of a scheduling rule"
1081
  msgid "Monthly"
1082
  msgstr ""
1083
 
1084
- #: includes/Settings.class.php:331
1085
  msgctxt "Format of a scheduling rule"
1086
  msgid "Date"
1087
  msgstr ""
1088
 
1089
- #: includes/Settings.class.php:332
1090
  msgctxt "Label for selecting days of the week in a scheduling rule"
1091
  msgid "Days of the week"
1092
  msgstr ""
1093
 
1094
- #: includes/Settings.class.php:333
1095
  msgctxt "Label for selecting weeks of the month in a scheduling rule"
1096
  msgid "Weeks of the month"
1097
  msgstr ""
1098
 
1099
- #: includes/Settings.class.php:334
1100
  msgctxt "Label to select a date for a scheduling rule"
1101
  msgid "Date"
1102
  msgstr ""
1103
 
1104
- #: includes/Settings.class.php:335
1105
  msgctxt "Label to select a time slot for a scheduling rule"
1106
  msgid "Time"
1107
  msgstr ""
1108
 
1109
- #: includes/Settings.class.php:336
1110
  msgctxt "Label to set a scheduling rule to last all day"
1111
  msgid "All day"
1112
  msgstr ""
1113
 
1114
- #: includes/Settings.class.php:337
1115
  msgctxt "Label for the starting time of a scheduling rule"
1116
  msgid "Start"
1117
  msgstr ""
1118
 
1119
- #: includes/Settings.class.php:338
1120
  msgctxt "Label for the ending time of a scheduling rule"
1121
  msgid "End"
1122
  msgstr ""
1123
 
1124
- #: includes/Settings.class.php:339
1125
  msgctxt "Prompt displayed when a scheduling rule is set without any time restrictions"
1126
  msgid "All day long. Want to %sset a time slot%s?"
1127
  msgstr ""
1128
 
1129
- #: includes/Settings.class.php:340
1130
  msgctxt "Toggle a scheduling rule open and closed"
1131
  msgid "Open and close this rule"
1132
  msgstr ""
1133
 
1134
- #: includes/Settings.class.php:341
1135
  msgctxt "Delete a scheduling rule"
1136
  msgid "Delete rule"
1137
  msgstr ""
1138
 
1139
- #: includes/Settings.class.php:343
1140
  msgctxt ""
1141
  "Brief default description of a scheduling rule when no weekdays or weeks "
1142
  "are included in the rule"
1143
  msgid "Never"
1144
  msgstr ""
1145
 
1146
- #: includes/Settings.class.php:344
1147
  msgctxt ""
1148
  "Brief default description of a scheduling rule when all the weekdays/weeks "
1149
  "are included in the rule"
1150
  msgid "Every day"
1151
  msgstr ""
1152
 
1153
- #: includes/Settings.class.php:345
1154
  msgctxt ""
1155
  "Brief default description of a scheduling rule when some weekdays are "
1156
  "included on only some weeks of the month. %s should be left alone and will "
@@ -1159,7 +1203,7 @@ msgctxt ""
1159
  msgid "%s on the %s week of the month"
1160
  msgstr ""
1161
 
1162
- #: includes/Settings.class.php:346
1163
  msgctxt ""
1164
  "Brief default description of a scheduling rule when some weeks of the month "
1165
  "are included but all or no weekdays are selected. %s should be left alone "
@@ -1168,66 +1212,66 @@ msgctxt ""
1168
  msgid "%s week of the month"
1169
  msgstr ""
1170
 
1171
- #: includes/Settings.class.php:347
1172
  msgctxt "Brief default description of a scheduling rule when no times are set"
1173
  msgid "All day"
1174
  msgstr ""
1175
 
1176
- #: includes/Settings.class.php:348
1177
  msgctxt ""
1178
  "Brief default description of a scheduling rule when an end time is set but "
1179
  "no start time. If the end time is 6pm, it will read: Ends at 6pm"
1180
  msgid "Ends at"
1181
  msgstr ""
1182
 
1183
- #: includes/Settings.class.php:349
1184
  msgctxt ""
1185
  "Brief default description of a scheduling rule when a start time is set but "
1186
  "no end time. If the start time is 6pm, it will read: Starts at 6pm"
1187
  msgid "Starts at"
1188
  msgstr ""
1189
 
1190
- #: includes/Settings.class.php:350
1191
  msgctxt "Separator between times of a scheduling rule"
1192
  msgid "&mdash;"
1193
  msgstr ""
1194
 
1195
- #: includes/Settings.class.php:362
1196
  msgctxt "Monday abbreviation"
1197
  msgid "Mo"
1198
  msgstr ""
1199
 
1200
- #: includes/Settings.class.php:363
1201
  msgctxt "Tuesday abbreviation"
1202
  msgid "Tu"
1203
  msgstr ""
1204
 
1205
- #: includes/Settings.class.php:364
1206
  msgctxt "Wednesday abbreviation"
1207
  msgid "We"
1208
  msgstr ""
1209
 
1210
- #: includes/Settings.class.php:365
1211
  msgctxt "Thursday abbreviation"
1212
  msgid "Th"
1213
  msgstr ""
1214
 
1215
- #: includes/Settings.class.php:366
1216
  msgctxt "Friday abbreviation"
1217
  msgid "Fr"
1218
  msgstr ""
1219
 
1220
- #: includes/Settings.class.php:367
1221
  msgctxt "Saturday abbreviation"
1222
  msgid "Sa"
1223
  msgstr ""
1224
 
1225
- #: includes/Settings.class.php:368
1226
  msgctxt "Sunday abbreviation"
1227
  msgid "Su"
1228
  msgstr ""
1229
 
1230
- #: includes/Settings.class.php:378
1231
  msgctxt "Brief default description of a scheduling exception when no times are set"
1232
  msgid "Closed all day"
1233
  msgstr ""
@@ -1245,19 +1289,19 @@ msgctxt "Separator between two dates in a date range"
1245
  msgid "&mdash;"
1246
  msgstr ""
1247
 
1248
- #: includes/WP_List_Table.BookingsTable.class.php:344
1249
  msgctxt "Status label for bookings put in the trash"
1250
  msgid "Trash"
1251
  msgstr ""
1252
 
1253
- #: includes/WP_List_Table.BookingsTable.class.php:693
1254
  msgctxt ""
1255
  "Indicates which booking status is currently being filtered in the list of "
1256
  "bookings."
1257
  msgid "You're viewing bookings that have been marked as %s."
1258
  msgstr ""
1259
 
1260
- #: includes/WP_List_Table.BookingsTable.class.php:698
1261
  msgctxt "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
1262
  msgid "Only bookings from %s are being shown."
1263
  msgstr ""
2
  # This file is distributed under the same license as the Restaurant Reservations package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Restaurant Reservations 1.4\n"
6
  "Report-Msgid-Bugs-To: "
7
  "http://wordpress.org/support/plugin/restaurant-reservations\n"
8
+ "POT-Creation-Date: 2015-02-24 15:16:53+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
52
  "target=\"_blank\">support forums</a>."
53
  msgstr ""
54
 
55
+ #: includes/AdminBookings.class.php:67
56
  msgid "Restaurant Bookings"
57
  msgstr ""
58
 
59
+ #: includes/AdminBookings.class.php:68 includes/CustomPostTypes.class.php:42
60
  msgid "Add New"
61
  msgstr ""
62
 
63
+ #: includes/AdminBookings.class.php:116 includes/AdminBookings.class.php:157
64
+ #: restaurant-reservations.php:217
65
  msgid "Add Booking"
66
  msgstr ""
67
 
68
+ #: includes/AdminBookings.class.php:119 includes/AdminBookings.class.php:160
69
  msgid "Cancel"
70
  msgstr ""
71
 
72
+ #: includes/AdminBookings.class.php:140
73
+ #: includes/WP_List_Table.BookingsTable.class.php:329
74
+ msgid "Send Email"
75
+ msgstr ""
76
+
77
+ #: includes/AdminBookings.class.php:147
78
+ msgid "Subject"
79
+ msgstr ""
80
+
81
+ #: includes/AdminBookings.class.php:151 includes/Settings.class.php:817
82
+ #: includes/WP_List_Table.BookingsTable.class.php:283
83
+ msgid "Message"
84
+ msgstr ""
85
+
86
+ #: includes/AdminBookings.class.php:174
87
  msgid "Close"
88
  msgstr ""
89
 
90
+ #: includes/AdminBookings.class.php:240
91
  msgid "Booking Status"
92
  msgstr ""
93
 
94
+ #: includes/AdminBookings.class.php:248
95
  msgid "Send notifications"
96
  msgstr ""
97
 
98
+ #: includes/AdminBookings.class.php:253
99
  msgid "Learn more"
100
  msgstr ""
101
 
102
+ #: includes/AdminBookings.class.php:254
103
  msgid ""
104
  "When adding a booking or changing a booking's status with this form, no "
105
  "email notifications will be sent. Check this option if you want to send "
106
  "email notifications."
107
  msgstr ""
108
 
109
+ #: includes/AdminBookings.class.php:308
110
  msgid "You have been logged out. Please %slogin again%s."
111
  msgstr ""
112
 
113
+ #: includes/AdminBookings.class.php:344
114
  msgid ""
115
  "This booking has been sent to the %sTrash%s where it can not be edited. Set "
116
  "the booking to Pending or Confirmed to edit it."
117
  msgstr ""
118
 
119
+ #: includes/AdminBookings.class.php:361
120
  msgid "The booking could not be retrieved. Please reload the page and try again."
121
  msgstr ""
122
 
123
+ #: includes/AdminBookings.class.php:429
124
  msgid ""
125
  "Unable to trash this post. Please try again. If you continue to have "
126
  "trouble, please refresh the page."
127
  msgstr ""
128
 
129
+ #: includes/AdminBookings.class.php:471
130
+ msgid "Please enter a message before sending the email."
131
+ msgstr ""
132
+
133
+ #: includes/AdminBookings.class.php:480
134
+ msgid "The email could not be sent because some critical information was missing."
135
+ msgstr ""
136
+
137
+ #: includes/AdminBookings.class.php:492
138
+ msgid "There was an error loading the booking and the email was not sent."
139
+ msgstr ""
140
+
141
+ #: includes/Booking.class.php:180
142
  msgid "Please enter the date you would like to book."
143
  msgstr ""
144
 
145
+ #: includes/Booking.class.php:190
146
  msgid ""
147
  "The date you entered is not valid. Please select from one of the dates in "
148
  "the calendar."
149
  msgstr ""
150
 
151
+ #: includes/Booking.class.php:201
152
  msgid "Please enter the time you would like to book."
153
  msgstr ""
154
 
155
+ #: includes/Booking.class.php:211
156
  msgid ""
157
  "The time you entered is not valid. Please select from one of the times "
158
  "provided."
159
  msgstr ""
160
 
161
+ #: includes/Booking.class.php:228
162
  msgid "Sorry, bookings can not be made more than %s days in advance."
163
  msgstr ""
164
 
165
+ #: includes/Booking.class.php:239
166
  msgid "Sorry, bookings can not be made in the past."
167
  msgstr ""
168
 
169
+ #: includes/Booking.class.php:247
170
  msgid "Sorry, bookings must be made more than %s days in advance."
171
  msgstr ""
172
 
173
+ #: includes/Booking.class.php:249
174
  msgid "Sorry, bookings must be made more than %s hours in advance."
175
  msgstr ""
176
 
177
+ #: includes/Booking.class.php:251
178
+ msgid "Sorry, bookings must be made more than %s minutes in advance."
179
  msgstr ""
180
 
181
+ #: includes/Booking.class.php:290
182
  msgid "Sorry, no bookings are being accepted then."
183
  msgstr ""
184
 
185
+ #: includes/Booking.class.php:342
186
  msgid "Sorry, no bookings are being accepted on that date."
187
  msgstr ""
188
 
189
+ #: includes/Booking.class.php:348
190
  msgid "Sorry, no bookings are being accepted at that time."
191
  msgstr ""
192
 
193
+ #: includes/Booking.class.php:370
194
  msgid "Please enter a name for this booking."
195
  msgstr ""
196
 
197
+ #: includes/Booking.class.php:380
198
  msgid "Please let us know how many people will be in your party."
199
  msgstr ""
200
 
201
+ #: includes/Booking.class.php:390
202
  msgid "We only accept bookings for parties of up to %d people."
203
  msgstr ""
204
 
205
+ #: includes/Booking.class.php:401
206
  msgid "Please enter an email address so we can confirm your booking."
207
  msgstr ""
208
 
209
+ #: includes/Booking.class.php:423
210
  msgid "Please complete this field to request a booking."
211
  msgstr ""
212
 
277
  msgid "Reject this booking"
278
  msgstr ""
279
 
280
+ #: includes/Settings.class.php:221 includes/Settings.class.php:222
281
  msgid "Settings"
282
  msgstr ""
283
 
284
+ #: includes/Settings.class.php:234
285
  msgid "General"
286
  msgstr ""
287
 
288
+ #: includes/Settings.class.php:245
289
  msgid "Booking Page"
290
  msgstr ""
291
 
292
+ #: includes/Settings.class.php:246
293
  msgid ""
294
  "Select a page on your site to automatically display the booking form and "
295
  "confirmation message."
296
  msgstr ""
297
 
298
+ #: includes/Settings.class.php:262
299
  msgid "Max Party Size"
300
  msgstr ""
301
 
302
+ #: includes/Settings.class.php:263
303
  msgid "Set a maximum allowed party size for bookings."
304
  msgstr ""
305
 
306
+ #: includes/Settings.class.php:275
307
  msgid "Success Message"
308
  msgstr ""
309
 
310
+ #: includes/Settings.class.php:276
311
  msgid "Enter the message to display when a booking request is made."
312
  msgstr ""
313
 
314
+ #: includes/Settings.class.php:287
315
  msgid "Date Format"
316
  msgstr ""
317
 
318
+ #: includes/Settings.class.php:288
319
  msgid ""
320
  "Define how the date is formatted on the booking form. %sFormatting rules%s. "
321
  "This only changes the format on the booking form. To change the date format "
322
  "in notification messages, modify your general %sWordPress Settings%s."
323
  msgstr ""
324
 
325
+ #: includes/Settings.class.php:299
326
  msgid "Time Format"
327
  msgstr ""
328
 
329
+ #: includes/Settings.class.php:300
330
  msgid ""
331
  "Define how the time is formatted on the booking form. %sFormatting rules%s. "
332
  "This only changes the format on the booking form. To change the time format "
333
  "in notification messages, modify your general %sWordPress Settings%s."
334
  msgstr ""
335
 
336
+ #: includes/Settings.class.php:313
337
  msgid "Language"
338
  msgstr ""
339
 
340
+ #: includes/Settings.class.php:314
341
  msgid ""
342
  "Select a language to use for the booking form datepicker if it is different "
343
  "than your WordPress language setting."
344
  msgstr ""
345
 
346
+ #: includes/Settings.class.php:324
347
  msgid "Booking Schedule"
348
  msgstr ""
349
 
350
+ #: includes/Settings.class.php:331
351
  msgid "Add new scheduling rule"
352
  msgstr ""
353
 
354
+ #: includes/Settings.class.php:345
355
  msgid "Delete scheduling rule"
356
  msgstr ""
357
 
358
+ #: includes/Settings.class.php:362
359
  msgid "Schedule"
360
  msgstr ""
361
 
362
+ #: includes/Settings.class.php:363
363
  msgid "Define the weekly schedule during which you accept bookings."
364
  msgstr ""
365
 
366
+ #: includes/Settings.class.php:388
367
  msgid "Exceptions"
368
  msgstr ""
369
 
370
+ #: includes/Settings.class.php:389
371
  msgid ""
372
  "Define special opening hours for holidays, events or other needs. Leave the "
373
  "time empty if you're closed all day."
374
  msgstr ""
375
 
376
+ #: includes/Settings.class.php:404
377
  msgid "Early Bookings"
378
  msgstr ""
379
 
380
+ #: includes/Settings.class.php:405
381
  msgid "Select how early customers can make their booking."
382
  msgstr ""
383
 
384
+ #: includes/Settings.class.php:408
385
  msgid "Any time"
386
  msgstr ""
387
 
388
+ #: includes/Settings.class.php:409
389
  msgid "Up to 1 day in advance"
390
  msgstr ""
391
 
392
+ #: includes/Settings.class.php:410
393
  msgid "Up to 1 week in advance"
394
  msgstr ""
395
 
396
+ #: includes/Settings.class.php:411
397
  msgid "Up to 2 weeks in advance"
398
  msgstr ""
399
 
400
+ #: includes/Settings.class.php:412
401
  msgid "Up to 30 days in advance"
402
  msgstr ""
403
 
404
+ #: includes/Settings.class.php:413
405
  msgid "Up to 90 days in advance"
406
  msgstr ""
407
 
408
+ #: includes/Settings.class.php:424
409
  msgid "Late Bookings"
410
  msgstr ""
411
 
412
+ #: includes/Settings.class.php:425
413
  msgid "Select how late customers can make their booking."
414
  msgstr ""
415
 
416
+ #: includes/Settings.class.php:428
417
  msgid "Up to the last minute"
418
  msgstr ""
419
 
420
+ #: includes/Settings.class.php:429
421
  msgid "At least 15 minutes in advance"
422
  msgstr ""
423
 
424
+ #: includes/Settings.class.php:430
425
  msgid "At least 30 minutes in advance"
426
  msgstr ""
427
 
428
+ #: includes/Settings.class.php:431
429
  msgid "At least 45 minutes in advance"
430
  msgstr ""
431
 
432
+ #: includes/Settings.class.php:432
433
  msgid "At least 1 hour in advance"
434
  msgstr ""
435
 
436
+ #: includes/Settings.class.php:433
437
  msgid "At least 4 hours in advance"
438
  msgstr ""
439
 
440
+ #: includes/Settings.class.php:434
441
  msgid "At least 1 day in advance"
442
  msgstr ""
443
 
444
+ #: includes/Settings.class.php:445
445
  msgid "Date Pre-selection"
446
  msgstr ""
447
 
448
+ #: includes/Settings.class.php:446
449
  msgid ""
450
  "When the booking form is loaded, should it automatically attempt to select "
451
  "a valid date?"
452
  msgstr ""
453
 
454
+ #: includes/Settings.class.php:449
455
  msgid "Select today if valid"
456
  msgstr ""
457
 
458
+ #: includes/Settings.class.php:450
459
  msgid "Select today or next valid date"
460
  msgstr ""
461
 
462
+ #: includes/Settings.class.php:451
463
  msgid "Leave empty"
464
  msgstr ""
465
 
466
+ #: includes/Settings.class.php:462
467
  msgid "Time Interval"
468
  msgstr ""
469
 
470
+ #: includes/Settings.class.php:463
471
  msgid "Select the number of minutes between each available time."
472
  msgstr ""
473
 
474
+ #: includes/Settings.class.php:466
475
  msgid "Every 30 minutes"
476
  msgstr ""
477
 
478
+ #: includes/Settings.class.php:467
479
  msgid "Every 15 minutes"
480
  msgstr ""
481
 
482
+ #: includes/Settings.class.php:468
483
  msgid "Every 10 minutes"
484
  msgstr ""
485
 
486
+ #: includes/Settings.class.php:469
487
  msgid "Every 5 minutes"
488
  msgstr ""
489
 
490
+ #: includes/Settings.class.php:478
491
  msgid "Notifications"
492
  msgstr ""
493
 
494
+ #: includes/Settings.class.php:489
495
  msgid "Reply-To Name"
496
  msgstr ""
497
 
498
+ #: includes/Settings.class.php:490
499
  msgid ""
500
  "The name which should appear in the Reply-To field of a user notification "
501
  "email"
502
  msgstr ""
503
 
504
+ #: includes/Settings.class.php:501
505
  msgid "Reply-To Email Address"
506
  msgstr ""
507
 
508
+ #: includes/Settings.class.php:502
509
  msgid ""
510
  "The email address which should appear in the Reply-To field of a user "
511
  "notification email."
512
  msgstr ""
513
 
514
+ #: includes/Settings.class.php:513
515
  msgid "Admin Notification"
516
  msgstr ""
517
 
518
+ #: includes/Settings.class.php:514
519
  msgid ""
520
  "Send an email notification to an administrator when a new booking is "
521
  "requested."
522
  msgstr ""
523
 
524
+ #: includes/Settings.class.php:524
525
  msgid "Admin Email Address"
526
  msgstr ""
527
 
528
+ #: includes/Settings.class.php:525
529
  msgid "The email address where admin notifications should be sent."
530
  msgstr ""
531
 
532
+ #: includes/Settings.class.php:534
533
  msgid "Email Templates"
534
  msgstr ""
535
 
536
+ #: includes/Settings.class.php:536
537
  msgid ""
538
  "Adjust the messages that are emailed to users and admins during the booking "
539
  "process."
540
  msgstr ""
541
 
542
+ #: includes/Settings.class.php:546
543
  msgid "Template Tags"
544
  msgstr ""
545
 
546
+ #: includes/Settings.class.php:548
547
  msgid ""
548
  "Use the following tags to automatically add booking information to the "
549
  "emails. Tags labeled with an asterisk (*) can be used in the email subject "
550
  "as well."
551
  msgstr ""
552
 
553
+ #: includes/Settings.class.php:559
554
  msgid "Admin Notification Subject"
555
  msgstr ""
556
 
557
+ #: includes/Settings.class.php:560
558
  msgid "The email subject for admin notifications."
559
  msgstr ""
560
 
561
+ #: includes/Settings.class.php:571
562
  msgid "Admin Notification Email"
563
  msgstr ""
564
 
565
+ #: includes/Settings.class.php:572
566
  msgid ""
567
  "Enter the email an admin should receive when an initial booking request is "
568
  "made."
569
  msgstr ""
570
 
571
+ #: includes/Settings.class.php:583
572
  msgid "New Request Email Subject"
573
  msgstr ""
574
 
575
+ #: includes/Settings.class.php:584
576
  msgid ""
577
  "The email subject a user should receive when they make an initial booking "
578
  "request."
579
  msgstr ""
580
 
581
+ #: includes/Settings.class.php:595
582
  msgid "New Request Email"
583
  msgstr ""
584
 
585
+ #: includes/Settings.class.php:596
586
  msgid ""
587
  "Enter the email a user should receive when they make an initial booking "
588
  "request."
589
  msgstr ""
590
 
591
+ #: includes/Settings.class.php:607
592
  msgid "Confirmed Email Subject"
593
  msgstr ""
594
 
595
+ #: includes/Settings.class.php:608
596
  msgid ""
597
  "The email subject a user should receive when their booking has been "
598
  "confirmed."
599
  msgstr ""
600
 
601
+ #: includes/Settings.class.php:619
602
  msgid "Confirmed Email"
603
  msgstr ""
604
 
605
+ #: includes/Settings.class.php:620
606
  msgid "Enter the email a user should receive when their booking has been confirmed."
607
  msgstr ""
608
 
609
+ #: includes/Settings.class.php:631
610
  msgid "Rejected Email Subject"
611
  msgstr ""
612
 
613
+ #: includes/Settings.class.php:632
614
  msgid ""
615
  "The email subject a user should receive when their booking has been "
616
  "rejected."
617
  msgstr ""
618
 
619
+ #: includes/Settings.class.php:643
620
  msgid "Rejected Email"
621
  msgstr ""
622
 
623
+ #: includes/Settings.class.php:644
624
  msgid "Enter the email a user should receive when their booking has been rejected."
625
  msgstr ""
626
 
627
+ #: includes/Settings.class.php:655
628
+ msgid "Admin Update Subject"
629
+ msgstr ""
630
+
631
+ #: includes/Settings.class.php:656
632
+ msgid ""
633
+ "The email subject a user should receive when an admin sends them a custom "
634
+ "email message from the %sbookings panel%s."
635
+ msgstr ""
636
+
637
+ #: includes/Settings.class.php:674
638
  msgid "Any size"
639
  msgstr ""
640
 
641
+ #: includes/Settings.class.php:758
642
  msgid "Book a table"
643
  msgstr ""
644
 
645
+ #: includes/Settings.class.php:761
646
  #: includes/WP_List_Table.BookingsTable.class.php:278
647
  msgid "Date"
648
  msgstr ""
649
 
650
+ #: includes/Settings.class.php:767
651
  msgid "Time"
652
  msgstr ""
653
 
654
+ #: includes/Settings.class.php:773
655
  #: includes/WP_List_Table.BookingsTable.class.php:279
656
  msgid "Party"
657
  msgstr ""
658
 
659
+ #: includes/Settings.class.php:786
660
  msgid "Contact Details"
661
  msgstr ""
662
 
663
+ #: includes/Settings.class.php:789
664
  #: includes/WP_List_Table.BookingsTable.class.php:280
665
  msgid "Name"
666
  msgstr ""
667
 
668
+ #: includes/Settings.class.php:795
669
  #: includes/WP_List_Table.BookingsTable.class.php:281
670
  msgid "Email"
671
  msgstr ""
672
 
673
+ #: includes/Settings.class.php:804
674
  #: includes/WP_List_Table.BookingsTable.class.php:282
675
  msgid "Phone"
676
  msgstr ""
677
 
678
+ #: includes/Settings.class.php:812
679
  msgid "Add a Message"
680
  msgstr ""
681
 
682
+ #: includes/Settings.class.php:862
 
 
 
 
 
683
  msgid "Email of the user who made the booking"
684
  msgstr ""
685
 
686
+ #: includes/Settings.class.php:863
687
  msgid "* Name of the user who made the booking"
688
  msgstr ""
689
 
690
+ #: includes/Settings.class.php:864
691
  msgid "* Number of people booked"
692
  msgstr ""
693
 
694
+ #: includes/Settings.class.php:865
695
  msgid "* Date and time of the booking"
696
  msgstr ""
697
 
698
+ #: includes/Settings.class.php:866
699
  msgid "Phone number if supplied with the request"
700
  msgstr ""
701
 
702
+ #: includes/Settings.class.php:867
703
  msgid "Message added to the request"
704
  msgstr ""
705
 
706
+ #: includes/Settings.class.php:868
707
  msgid "A link to the admin panel showing pending bookings"
708
  msgstr ""
709
 
710
+ #: includes/Settings.class.php:869
711
  msgid "A link to confirm this booking. Only include this in admin notifications"
712
  msgstr ""
713
 
714
+ #: includes/Settings.class.php:870
715
  msgid "A link to reject this booking. Only include this in admin notifications"
716
  msgstr ""
717
 
718
+ #: includes/Settings.class.php:871
719
  msgid "The name of this website"
720
  msgstr ""
721
 
722
+ #: includes/Settings.class.php:872
723
  msgid "A link to this website"
724
  msgstr ""
725
 
726
+ #: includes/Settings.class.php:873
727
  msgid "Current date and time"
728
  msgstr ""
729
 
789
  msgid "Edit"
790
  msgstr ""
791
 
792
+ #: includes/WP_List_Table.BookingsTable.class.php:379
793
  msgid "Delete"
794
  msgstr ""
795
 
796
+ #: includes/WP_List_Table.BookingsTable.class.php:380
797
  msgid "Set To Confirmed"
798
  msgstr ""
799
 
800
+ #: includes/WP_List_Table.BookingsTable.class.php:381
801
  msgid "Set To Pending Review"
802
  msgstr ""
803
 
804
+ #: includes/WP_List_Table.BookingsTable.class.php:382
805
  msgid "Set To Closed"
806
  msgstr ""
807
 
808
+ #: includes/WP_List_Table.BookingsTable.class.php:497
809
  msgid "%d booking deleted successfully."
810
  msgid_plural "%d bookings deleted successfully."
811
  msgstr[0] ""
812
  msgstr[1] ""
813
 
814
+ #: includes/WP_List_Table.BookingsTable.class.php:500
815
  msgid "%d booking confirmed."
816
  msgid_plural "%d bookings confirmed."
817
  msgstr[0] ""
818
  msgstr[1] ""
819
 
820
+ #: includes/WP_List_Table.BookingsTable.class.php:503
821
  msgid "%d booking set to pending."
822
  msgid_plural "%d bookings set to pending."
823
  msgstr[0] ""
824
  msgstr[1] ""
825
 
826
+ #: includes/WP_List_Table.BookingsTable.class.php:506
827
  msgid "%d booking closed."
828
  msgid_plural "%d bookings closed."
829
  msgstr[0] ""
830
  msgstr[1] ""
831
 
832
+ #: includes/WP_List_Table.BookingsTable.class.php:518
833
  msgid "%d booking had errors and could not be processed."
834
  msgid_plural "%d bookings had errors and could not be processed."
835
  msgstr[0] ""
836
  msgstr[1] ""
837
 
838
+ #: includes/WP_List_Table.BookingsTable.class.php:694
839
  msgid "You're viewing bookings that have been moved to the trash."
840
  msgstr ""
841
 
842
+ #: includes/WP_List_Table.BookingsTable.class.php:703
843
  msgid "Only today's bookings are being shown."
844
  msgstr ""
845
 
846
+ #: includes/WP_List_Table.BookingsTable.class.php:705
847
  msgid "Only upcoming bookings are being shown."
848
  msgstr ""
849
 
885
  msgid "Restaurant Reservations"
886
  msgstr ""
887
 
888
+ #. #-#-#-#-# restaurant-reservations.pot (Restaurant Reservations 1.4) #-#-#-#-#
889
  #. Plugin URI of the plugin/theme
890
+ #. #-#-#-#-# restaurant-reservations.pot (Restaurant Reservations 1.4) #-#-#-#-#
891
  #. Author URI of the plugin/theme
892
  msgid "http://themeofthecrop.com"
893
  msgstr ""
935
  msgid "Addons"
936
  msgstr ""
937
 
938
+ #: includes/AdminBookings.class.php:43
939
  msgctxt "Title of admin page that lists bookings"
940
  msgid "Bookings"
941
  msgstr ""
942
 
943
+ #: includes/AdminBookings.class.php:44
944
  msgctxt "Title of bookings admin menu item"
945
  msgid "Bookings"
946
  msgstr ""
947
 
948
+ #: includes/AdminBookings.class.php:143
949
+ msgctxt "Label next to the email address to which an email will be sent"
950
+ msgid "To"
951
+ msgstr ""
952
+
953
  #: includes/CustomPostTypes.class.php:80
954
  msgctxt "Booking status when it is pending review"
955
  msgid "Pending"
1108
  msgid "Your booking at %s was not accepted"
1109
  msgstr ""
1110
 
1111
+ #: includes/Settings.class.php:170
1112
+ msgctxt ""
1113
+ "Default email subject sent to users when the admin sends a custom notice "
1114
+ "email from the bookings panel."
1115
+ msgid "Update regarding your booking at %s"
1116
+ msgstr ""
1117
+
1118
+ #: includes/Settings.class.php:332
1119
  msgctxt "Format of a scheduling rule"
1120
  msgid "Weekly"
1121
  msgstr ""
1122
 
1123
+ #: includes/Settings.class.php:333
1124
  msgctxt "Format of a scheduling rule"
1125
  msgid "Monthly"
1126
  msgstr ""
1127
 
1128
+ #: includes/Settings.class.php:334
1129
  msgctxt "Format of a scheduling rule"
1130
  msgid "Date"
1131
  msgstr ""
1132
 
1133
+ #: includes/Settings.class.php:335
1134
  msgctxt "Label for selecting days of the week in a scheduling rule"
1135
  msgid "Days of the week"
1136
  msgstr ""
1137
 
1138
+ #: includes/Settings.class.php:336
1139
  msgctxt "Label for selecting weeks of the month in a scheduling rule"
1140
  msgid "Weeks of the month"
1141
  msgstr ""
1142
 
1143
+ #: includes/Settings.class.php:337
1144
  msgctxt "Label to select a date for a scheduling rule"
1145
  msgid "Date"
1146
  msgstr ""
1147
 
1148
+ #: includes/Settings.class.php:338
1149
  msgctxt "Label to select a time slot for a scheduling rule"
1150
  msgid "Time"
1151
  msgstr ""
1152
 
1153
+ #: includes/Settings.class.php:339
1154
  msgctxt "Label to set a scheduling rule to last all day"
1155
  msgid "All day"
1156
  msgstr ""
1157
 
1158
+ #: includes/Settings.class.php:340
1159
  msgctxt "Label for the starting time of a scheduling rule"
1160
  msgid "Start"
1161
  msgstr ""
1162
 
1163
+ #: includes/Settings.class.php:341
1164
  msgctxt "Label for the ending time of a scheduling rule"
1165
  msgid "End"
1166
  msgstr ""
1167
 
1168
+ #: includes/Settings.class.php:342
1169
  msgctxt "Prompt displayed when a scheduling rule is set without any time restrictions"
1170
  msgid "All day long. Want to %sset a time slot%s?"
1171
  msgstr ""
1172
 
1173
+ #: includes/Settings.class.php:343
1174
  msgctxt "Toggle a scheduling rule open and closed"
1175
  msgid "Open and close this rule"
1176
  msgstr ""
1177
 
1178
+ #: includes/Settings.class.php:344
1179
  msgctxt "Delete a scheduling rule"
1180
  msgid "Delete rule"
1181
  msgstr ""
1182
 
1183
+ #: includes/Settings.class.php:346
1184
  msgctxt ""
1185
  "Brief default description of a scheduling rule when no weekdays or weeks "
1186
  "are included in the rule"
1187
  msgid "Never"
1188
  msgstr ""
1189
 
1190
+ #: includes/Settings.class.php:347
1191
  msgctxt ""
1192
  "Brief default description of a scheduling rule when all the weekdays/weeks "
1193
  "are included in the rule"
1194
  msgid "Every day"
1195
  msgstr ""
1196
 
1197
+ #: includes/Settings.class.php:348
1198
  msgctxt ""
1199
  "Brief default description of a scheduling rule when some weekdays are "
1200
  "included on only some weeks of the month. %s should be left alone and will "
1203
  msgid "%s on the %s week of the month"
1204
  msgstr ""
1205
 
1206
+ #: includes/Settings.class.php:349
1207
  msgctxt ""
1208
  "Brief default description of a scheduling rule when some weeks of the month "
1209
  "are included but all or no weekdays are selected. %s should be left alone "
1212
  msgid "%s week of the month"
1213
  msgstr ""
1214
 
1215
+ #: includes/Settings.class.php:350
1216
  msgctxt "Brief default description of a scheduling rule when no times are set"
1217
  msgid "All day"
1218
  msgstr ""
1219
 
1220
+ #: includes/Settings.class.php:351
1221
  msgctxt ""
1222
  "Brief default description of a scheduling rule when an end time is set but "
1223
  "no start time. If the end time is 6pm, it will read: Ends at 6pm"
1224
  msgid "Ends at"
1225
  msgstr ""
1226
 
1227
+ #: includes/Settings.class.php:352
1228
  msgctxt ""
1229
  "Brief default description of a scheduling rule when a start time is set but "
1230
  "no end time. If the start time is 6pm, it will read: Starts at 6pm"
1231
  msgid "Starts at"
1232
  msgstr ""
1233
 
1234
+ #: includes/Settings.class.php:353
1235
  msgctxt "Separator between times of a scheduling rule"
1236
  msgid "&mdash;"
1237
  msgstr ""
1238
 
1239
+ #: includes/Settings.class.php:365
1240
  msgctxt "Monday abbreviation"
1241
  msgid "Mo"
1242
  msgstr ""
1243
 
1244
+ #: includes/Settings.class.php:366
1245
  msgctxt "Tuesday abbreviation"
1246
  msgid "Tu"
1247
  msgstr ""
1248
 
1249
+ #: includes/Settings.class.php:367
1250
  msgctxt "Wednesday abbreviation"
1251
  msgid "We"
1252
  msgstr ""
1253
 
1254
+ #: includes/Settings.class.php:368
1255
  msgctxt "Thursday abbreviation"
1256
  msgid "Th"
1257
  msgstr ""
1258
 
1259
+ #: includes/Settings.class.php:369
1260
  msgctxt "Friday abbreviation"
1261
  msgid "Fr"
1262
  msgstr ""
1263
 
1264
+ #: includes/Settings.class.php:370
1265
  msgctxt "Saturday abbreviation"
1266
  msgid "Sa"
1267
  msgstr ""
1268
 
1269
+ #: includes/Settings.class.php:371
1270
  msgctxt "Sunday abbreviation"
1271
  msgid "Su"
1272
  msgstr ""
1273
 
1274
+ #: includes/Settings.class.php:381
1275
  msgctxt "Brief default description of a scheduling exception when no times are set"
1276
  msgid "Closed all day"
1277
  msgstr ""
1289
  msgid "&mdash;"
1290
  msgstr ""
1291
 
1292
+ #: includes/WP_List_Table.BookingsTable.class.php:347
1293
  msgctxt "Status label for bookings put in the trash"
1294
  msgid "Trash"
1295
  msgstr ""
1296
 
1297
+ #: includes/WP_List_Table.BookingsTable.class.php:696
1298
  msgctxt ""
1299
  "Indicates which booking status is currently being filtered in the list of "
1300
  "bookings."
1301
  msgid "You're viewing bookings that have been marked as %s."
1302
  msgstr ""
1303
 
1304
+ #: includes/WP_List_Table.BookingsTable.class.php:701
1305
  msgctxt "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
1306
  msgid "Only bookings from %s are being shown."
1307
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin URL: http://themeofthecrop.com
5
  Requires at Least: 3.8
6
  Tested Up To: 4.1
7
  Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
8
- Stable tag: 1.3
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
@@ -23,6 +23,7 @@ Accept restaurant reservations and table bookings online. Quickly confirm or rej
23
  * Add your booking form to any page, post or widget area
24
  * Customize all notification messages, and date and time formats
25
  * Add and edit bookings from the admin panel
 
26
 
27
  More features will be added to this plugin and addons will be created which extend the functionality or integrate with third-party services. Follow future developments at [Theme of the Crop](http://themeofthecrop.com/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) or read the Upgrade Notices when you see updates for this plugin in your WordPress admin panel.
28
 
@@ -93,6 +94,12 @@ If you make a translation, please help others out by adding it to the [GitHub re
93
 
94
  == Changelog ==
95
 
 
 
 
 
 
 
96
  = 1.3 (2015-02-03) =
97
  * Add and edit bookings from the admin area
98
  * Fix: date and time pickers broken on iOS 8 devices
@@ -168,6 +175,9 @@ If you make a translation, please help others out by adding it to the [GitHub re
168
 
169
  == Upgrade Notice ==
170
 
 
 
 
171
  = 1.3 =
172
  This update adds support for adding and editing bookings from the admin panel. The bookings panel now shows upcoming bookings by default. The Party field in the booking form is now a dropdown selection. Plus a bunch of new features and fixes. Read the full changelog for details.
173
 
5
  Requires at Least: 3.8
6
  Tested Up To: 4.1
7
  Tags: restaurant, reservations, bookings, table bookings, restaurant reservation, table reservation
8
+ Stable tag: 1.4
9
  License: GPLv2 or later
10
  Donate link: http://themeofthecrop.com
11
 
23
  * Add your booking form to any page, post or widget area
24
  * Customize all notification messages, and date and time formats
25
  * Add and edit bookings from the admin panel
26
+ * Send customers an email about their booking from the admin panel
27
 
28
  More features will be added to this plugin and addons will be created which extend the functionality or integrate with third-party services. Follow future developments at [Theme of the Crop](http://themeofthecrop.com/?utm_source=Plugin&utm_medium=Plugin%20Description&utm_campaign=Restaurant%20Reservations) or read the Upgrade Notices when you see updates for this plugin in your WordPress admin panel.
29
 
94
 
95
  == Changelog ==
96
 
97
+ = 1.4 (2015-02-24) =
98
+ * Add: Send a custom email from the bookings list
99
+ * Add: Hebrew translation. h/t Ahrale
100
+ * Add: Default template functions for checkbox, radio and confirmation fields
101
+ * Fix: Replace dialect with more common German in translation file. h/t Roland Stumpp
102
+
103
  = 1.3 (2015-02-03) =
104
  * Add and edit bookings from the admin area
105
  * Fix: date and time pickers broken on iOS 8 devices
175
 
176
  == Upgrade Notice ==
177
 
178
+ = 1.4 =
179
+ Thanks to sponsorship from Gemini Design, the plugin now supports sending an email directly to customers from the list of bookings, so you can request more details or suggest an alternative booking time. This update also improves the German translation and adds a Hebrew translation. Read the full changelog for details.
180
+
181
  = 1.3 =
182
  This update adds support for adding and editing bookings from the admin panel. The bookings panel now shows upcoming bookings by default. The Party field in the booking form is now a dropdown selection. Plus a bunch of new features and fixes. Read the full changelog for details.
183
 
restaurant-reservations.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Restaurant Reservations
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Accept restaurant reservations and bookings online.
6
- * Version: 1.3
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later
3
  * Plugin Name: Restaurant Reservations
4
  * Plugin URI: http://themeofthecrop.com
5
  * Description: Accept restaurant reservations and bookings online.
6
+ * Version: 1.4
7
  * Author: Theme of the Crop
8
  * Author URI: http://themeofthecrop.com
9
  * License: GNU General Public License v2.0 or later