Restaurant Reservations - Version 1.4.3

Version Description

(2015-04-20) = * Add: Datepickers for start/end date filters in admin bookings list * Fix: Disabled weekdays get offset when editing bookings * Fix: Start/end date filters in admin bookings list * Fix: Booking form shouldn't appear on password-protected posts * Fix: Dutch translation * Updated: Dutch and German translations * Updated: pickadate.js lib now at v3.5.6

Download this release

Release Info

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

Code changes from version 1.4.2 to 1.4.3

Files changed (68) hide show
  1. assets/css/booking-form.css +3 -0
  2. assets/js/admin.js +23 -5
  3. assets/js/booking-form.js +3 -24
  4. includes/Compatibility.class.php +13 -0
  5. includes/Query.class.php +13 -21
  6. includes/WP_List_Table.BookingsTable.class.php +27 -27
  7. languages/restaurant-reservations-de_DE.mo +0 -0
  8. languages/restaurant-reservations-de_DE.po +77 -40
  9. languages/restaurant-reservations-nl_NL.MO +0 -0
  10. languages/restaurant-reservations-nl_NL.PO +0 -1183
  11. languages/restaurant-reservations-nl_NL.mo +0 -0
  12. languages/restaurant-reservations-nl_NL.po +1622 -0
  13. lib/simple-admin-pages/lib/pickadate/legacy.js +2 -125
  14. lib/simple-admin-pages/lib/pickadate/picker.date.js +2 -1347
  15. lib/simple-admin-pages/lib/pickadate/picker.js +2 -1117
  16. lib/simple-admin-pages/lib/pickadate/picker.time.js +2 -1007
  17. lib/simple-admin-pages/lib/pickadate/themes/default.css +2 -170
  18. lib/simple-admin-pages/lib/pickadate/themes/default.date.css +1 -301
  19. lib/simple-admin-pages/lib/pickadate/themes/default.time.css +1 -126
  20. lib/simple-admin-pages/lib/pickadate/themes/rtl.css +1 -27
  21. lib/simple-admin-pages/lib/pickadate/translations/FORMATTING.md +0 -7
  22. lib/simple-admin-pages/lib/pickadate/translations/NAMING.md +0 -21
  23. lib/simple-admin-pages/lib/pickadate/translations/ar.js +1 -16
  24. lib/simple-admin-pages/lib/pickadate/translations/bg_BG.js +1 -17
  25. lib/simple-admin-pages/lib/pickadate/translations/bs_BA.js +1 -17
  26. lib/simple-admin-pages/lib/pickadate/translations/ca_ES.js +1 -18
  27. lib/simple-admin-pages/lib/pickadate/translations/cs_CZ.js +1 -17
  28. lib/simple-admin-pages/lib/pickadate/translations/da_DK.js +1 -18
  29. lib/simple-admin-pages/lib/pickadate/translations/de_DE.js +1 -18
  30. lib/simple-admin-pages/lib/pickadate/translations/el_GR.js +1 -17
  31. lib/simple-admin-pages/lib/pickadate/translations/es_ES.js +1 -18
  32. lib/simple-admin-pages/lib/pickadate/translations/et_EE.js +1 -17
  33. lib/simple-admin-pages/lib/pickadate/translations/eu_ES.js +1 -17
  34. lib/simple-admin-pages/lib/pickadate/translations/fa_IR.js +1 -0
  35. lib/simple-admin-pages/lib/pickadate/translations/fi_FI.js +1 -17
  36. lib/simple-admin-pages/lib/pickadate/translations/fr_FR.js +1 -22
  37. lib/simple-admin-pages/lib/pickadate/translations/gl_ES.js +1 -17
  38. lib/simple-admin-pages/lib/pickadate/translations/he_IL.js +1 -16
  39. lib/simple-admin-pages/lib/pickadate/translations/hi_IN.js +1 -20
  40. lib/simple-admin-pages/lib/pickadate/translations/hr_HR.js +1 -17
  41. lib/simple-admin-pages/lib/pickadate/translations/hu_HU.js +1 -17
  42. lib/simple-admin-pages/lib/pickadate/translations/id_ID.js +1 -17
  43. lib/simple-admin-pages/lib/pickadate/translations/is_IS.js +1 -17
  44. lib/simple-admin-pages/lib/pickadate/translations/it_IT.js +1 -24
  45. lib/simple-admin-pages/lib/pickadate/translations/ja_JP.js +1 -17
  46. lib/simple-admin-pages/lib/pickadate/translations/ko_KR.js +1 -17
  47. lib/simple-admin-pages/lib/pickadate/translations/lt_LT.js +1 -24
  48. lib/simple-admin-pages/lib/pickadate/translations/lv_LV.js +1 -13
  49. lib/simple-admin-pages/lib/pickadate/translations/nb_NO.js +1 -18
  50. lib/simple-admin-pages/lib/pickadate/translations/ne_NP.js +1 -17
  51. lib/simple-admin-pages/lib/pickadate/translations/nl_NL.js +1 -18
  52. lib/simple-admin-pages/lib/pickadate/translations/no_NO.js +1 -0
  53. lib/simple-admin-pages/lib/pickadate/translations/pl_PL.js +1 -18
  54. lib/simple-admin-pages/lib/pickadate/translations/pt_BR.js +1 -17
  55. lib/simple-admin-pages/lib/pickadate/translations/pt_PT.js +1 -17
  56. lib/simple-admin-pages/lib/pickadate/translations/ro_RO.js +1 -17
  57. lib/simple-admin-pages/lib/pickadate/translations/ru_RU.js +1 -18
  58. lib/simple-admin-pages/lib/pickadate/translations/sk_SK.js +1 -18
  59. lib/simple-admin-pages/lib/pickadate/translations/sl_SI.js +1 -18
  60. lib/simple-admin-pages/lib/pickadate/translations/sv_SE.js +1 -22
  61. lib/simple-admin-pages/lib/pickadate/translations/th_TH.js +1 -16
  62. lib/simple-admin-pages/lib/pickadate/translations/tr_TR.js +1 -18
  63. lib/simple-admin-pages/lib/pickadate/translations/uk_UA.js +1 -17
  64. lib/simple-admin-pages/lib/pickadate/translations/vi_VN.js +1 -15
  65. lib/simple-admin-pages/lib/pickadate/translations/zh_CN.js +1 -17
  66. lib/simple-admin-pages/lib/pickadate/translations/zh_TW.js +1 -17
  67. readme.txt +15 -1
  68. restaurant-reservations.php +2 -2
assets/css/booking-form.css CHANGED
@@ -64,6 +64,9 @@
64
  }
65
 
66
  /* Compatibility styles for pickadate on common themes */
 
 
 
67
  #rtb-date_root .picker__button--clear,
68
  #rtb-date_root .picker__button--today {
69
  /* don't adopt the theme's button text color */
64
  }
65
 
66
  /* Compatibility styles for pickadate on common themes */
67
+ .picker {
68
+ outline: 0;
69
+ }
70
  #rtb-date_root .picker__button--clear,
71
  #rtb-date_root .picker__button--today {
72
  /* don't adopt the theme's button text color */
assets/js/admin.js CHANGED
@@ -1,6 +1,26 @@
1
  /* Javascript for Restaurant Reservations admin */
2
  jQuery(document).ready(function ($) {
3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  // Show or hide a booking message in the bookings table
5
  $( '#rtb-bookings-table .column-message a' ).click( function () {
6
  var message_id = $(this).data( 'id' );
@@ -84,7 +104,6 @@ jQuery(document).ready(function ($) {
84
 
85
  if ( typeof fields !== 'undefined' ) {
86
  rtb_booking_modal_fields.html( fields );
87
- rtb_booking_form.init();
88
  rtb_init_booking_form_modal_fields();
89
  }
90
 
@@ -157,6 +176,9 @@ jQuery(document).ready(function ($) {
157
  */
158
  function rtb_init_booking_form_modal_fields() {
159
 
 
 
 
160
  // Show full description for notifications toggle
161
  rtb_booking_modal_fields.find( '.rtb-description-prompt' ).click( function() {
162
  $(this).parent().siblings( '.rtb-description' ).addClass( 'is-visible' );
@@ -259,9 +281,6 @@ jQuery(document).ready(function ($) {
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
@@ -350,7 +369,6 @@ jQuery(document).ready(function ($) {
350
 
351
  // Replace form fields with HTML returned
352
  rtb_booking_modal_fields.html( r.data.fields );
353
- rtb_booking_form.init();
354
  rtb_init_booking_form_modal_fields();
355
 
356
  // Logged out
1
  /* Javascript for Restaurant Reservations admin */
2
  jQuery(document).ready(function ($) {
3
 
4
+ // Add date picker to date filter in admin
5
+ $( '#start-date, #end-date' ).each( function() {
6
+ var input = $(this);
7
+
8
+ input.pickadate({
9
+ format: rtb_pickadate.date_format,
10
+ formatSubmit: 'yyyy/mm/dd',
11
+ hiddenName: true,
12
+
13
+ onStart: function() {
14
+ if ( input.val() !== '' ) {
15
+ var date = new Date( input.val() );
16
+ if ( Object.prototype.toString.call( date ) === "[object Date]" ) {
17
+ this.set( 'select', date );
18
+ }
19
+ }
20
+ }
21
+ });
22
+ });
23
+
24
  // Show or hide a booking message in the bookings table
25
  $( '#rtb-bookings-table .column-message a' ).click( function () {
26
  var message_id = $(this).data( 'id' );
104
 
105
  if ( typeof fields !== 'undefined' ) {
106
  rtb_booking_modal_fields.html( fields );
 
107
  rtb_init_booking_form_modal_fields();
108
  }
109
 
176
  */
177
  function rtb_init_booking_form_modal_fields() {
178
 
179
+ // Run init on the form
180
+ rtb_booking_form.init();
181
+
182
  // Show full description for notifications toggle
183
  rtb_booking_modal_fields.find( '.rtb-description-prompt' ).click( function() {
184
  $(this).parent().siblings( '.rtb-description' ).addClass( 'is-visible' );
281
  }
282
  }
283
 
 
 
 
284
  // Reset the forms on load
285
  // This fixes a strange bug in Firefox where disabled buttons would
286
  // persist after the page refreshed. I'm guessing its a cache issue
369
 
370
  // Replace form fields with HTML returned
371
  rtb_booking_modal_fields.html( r.data.fields );
 
372
  rtb_init_booking_form_modal_fields();
373
 
374
  // Logged out
assets/js/booking-form.js CHANGED
@@ -40,17 +40,6 @@ jQuery(document).ready(function ($) {
40
  min: true,
41
  container: 'body',
42
 
43
- // Workaround bug in current version of pickadate.js
44
- // https://github.com/amsul/pickadate.js/issues/609
45
- onOpen: function() {
46
- input = document.getElementById( 'rtb-date' );
47
- window.scrollTo( 0, input.offsetTop );
48
- },
49
- onClose: function() {
50
- input = document.getElementById( 'rtb-date' );
51
- window.scrollTo( 0, input.offsetTop );
52
- },
53
-
54
  // Select the value when loaded if a value has been set
55
  onStart: function() {
56
  if ( $( '#rtb-date' ).val() !== '' ) {
@@ -70,17 +59,6 @@ jQuery(document).ready(function ($) {
70
  interval: parseInt( rtb_pickadate.time_interval, 10 ),
71
  container: 'body',
72
 
73
- // Workaround bug in current version of pickadate.js
74
- // https://github.com/amsul/pickadate.js/issues/609
75
- onOpen: function() {
76
- input = document.getElementById( 'rtb-time' );
77
- window.scrollTo( 0, input.offsetTop );
78
- },
79
- onClose: function() {
80
- input = document.getElementById( 'rtb-time' );
81
- window.scrollTo( 0, input.offsetTop );
82
- },
83
-
84
  // Select the value when loaded if a value has been set
85
  onStart: function() {
86
  if ( $( '#rtb-time' ).val() !== '' ) {
@@ -105,6 +83,7 @@ jQuery(document).ready(function ($) {
105
  if ( rtb_pickadate.disable_dates.length ) {
106
 
107
  // Update weekday dates if start of the week has been modified
 
108
  if ( typeof rtb_booking_form.datepicker.component.settings.firstDay == 'number' ) {
109
  var weekday_num = 0;
110
  for ( var disable_key in rtb_pickadate.disable_dates ) {
@@ -113,12 +92,12 @@ jQuery(document).ready(function ($) {
113
  if ( weekday_num < 1 ) {
114
  weekday_num = 7;
115
  }
116
- rtb_pickadate.disable_dates[disable_key] = weekday_num;
117
  }
118
  }
119
  }
120
 
121
- rtb_booking_form.datepicker.set( 'disable', rtb_pickadate.disable_dates );
122
  }
123
 
124
  if ( rtb_pickadate.late_bookings === '1440' ) {
40
  min: true,
41
  container: 'body',
42
 
 
 
 
 
 
 
 
 
 
 
 
43
  // Select the value when loaded if a value has been set
44
  onStart: function() {
45
  if ( $( '#rtb-date' ).val() !== '' ) {
59
  interval: parseInt( rtb_pickadate.time_interval, 10 ),
60
  container: 'body',
61
 
 
 
 
 
 
 
 
 
 
 
 
62
  // Select the value when loaded if a value has been set
63
  onStart: function() {
64
  if ( $( '#rtb-time' ).val() !== '' ) {
83
  if ( rtb_pickadate.disable_dates.length ) {
84
 
85
  // Update weekday dates if start of the week has been modified
86
+ var disable_dates = jQuery.extend( true, [], rtb_pickadate.disable_dates );
87
  if ( typeof rtb_booking_form.datepicker.component.settings.firstDay == 'number' ) {
88
  var weekday_num = 0;
89
  for ( var disable_key in rtb_pickadate.disable_dates ) {
92
  if ( weekday_num < 1 ) {
93
  weekday_num = 7;
94
  }
95
+ disable_dates[disable_key] = weekday_num;
96
  }
97
  }
98
  }
99
 
100
+ rtb_booking_form.datepicker.set( 'disable', disable_dates );
101
  }
102
 
103
  if ( rtb_pickadate.late_bookings === '1440' ) {
includes/Compatibility.class.php CHANGED
@@ -21,6 +21,9 @@ class rtbCompatibility {
21
  // Load a .mo file for an old textdomain if one exists
22
  add_filter( 'load_textdomain_mofile', array( $this, 'load_old_textdomain' ), 10, 2 );
23
 
 
 
 
24
  }
25
 
26
  /**
@@ -43,5 +46,15 @@ class rtbCompatibility {
43
  return $mofile;
44
  }
45
 
 
 
 
 
 
 
 
 
 
 
46
  }
47
  } // endif
21
  // Load a .mo file for an old textdomain if one exists
22
  add_filter( 'load_textdomain_mofile', array( $this, 'load_old_textdomain' ), 10, 2 );
23
 
24
+ // Run a filter deprecrated in 1.4.3
25
+ add_filter( 'rtb_bookings_table_views_date_range', array( $this, 'rtn_bookings_table_views_schedule' ) );
26
+
27
  }
28
 
29
  /**
46
  return $mofile;
47
  }
48
 
49
+ /**
50
+ * Run a filter on the admin bookings page display views that was
51
+ * deprecrated in v1.4.3
52
+ *
53
+ * @since 1.4.3
54
+ */
55
+ public function rtn_bookings_table_views_schedule( $views ) {
56
+ return apply_filters( 'rtn_bookings_table_views_schedule', $views );
57
+ }
58
+
59
  }
60
  } // endif
includes/Query.class.php CHANGED
@@ -86,19 +86,7 @@ class rtbQuery {
86
 
87
  if ( is_string( $args['date_range'] ) ) {
88
 
89
- if ( $args['date_range'] === 'today' ) {
90
- $today = getdate();
91
- $args['year'] = $today['year'];
92
- $args['monthnum'] = $today['mon'];
93
- $args['day'] = $today['mday'];
94
-
95
- } elseif ( $args['date_range'] === 'upcoming' ) {
96
- $args['date_query'] = array(
97
- array(
98
- 'after' => '-1 hour', // show bookings that have just passed
99
- )
100
- );
101
- } elseif ( !empty( $args['start_date'] ) || !empty( $args['end_date'] ) ) {
102
  $date_query = array( 'inclusive' => true );
103
 
104
  if ( !empty( $args['start_date'] ) ) {
@@ -112,6 +100,18 @@ class rtbQuery {
112
  if ( count( $date_query ) ) {
113
  $args['date_query'] = $date_query;
114
  }
 
 
 
 
 
 
 
 
 
 
 
 
115
  }
116
  }
117
 
@@ -172,14 +172,6 @@ class rtbQuery {
172
  $args['order'] = $_REQUEST['orderby'];
173
  }
174
 
175
- if ( !empty( $_REQUEST['start_date'] ) ) {
176
- $args['start_date'] = sanitize_text_field( $_REQUEST['start_date'] );
177
- }
178
-
179
- if ( !empty( $_REQUEST['end_date'] ) ) {
180
- $args['end_date'] = sanitize_text_field( $_REQUEST['end_date'] );
181
- }
182
-
183
  if ( !empty( $_REQUEST['date_range'] ) ) {
184
  $args['date_range'] = sanitize_key( $_REQUEST['date_range'] );
185
  }
86
 
87
  if ( is_string( $args['date_range'] ) ) {
88
 
89
+ if ( !empty( $args['start_date'] ) || !empty( $args['end_date'] ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
90
  $date_query = array( 'inclusive' => true );
91
 
92
  if ( !empty( $args['start_date'] ) ) {
100
  if ( count( $date_query ) ) {
101
  $args['date_query'] = $date_query;
102
  }
103
+ } elseif ( $args['date_range'] === 'today' ) {
104
+ $today = getdate();
105
+ $args['year'] = $today['year'];
106
+ $args['monthnum'] = $today['mon'];
107
+ $args['day'] = $today['mday'];
108
+
109
+ } elseif ( $args['date_range'] === 'upcoming' ) {
110
+ $args['date_query'] = array(
111
+ array(
112
+ 'after' => '-1 hour', // show bookings that have just passed
113
+ )
114
+ );
115
  }
116
  }
117
 
172
  $args['order'] = $_REQUEST['orderby'];
173
  }
174
 
 
 
 
 
 
 
 
 
175
  if ( !empty( $_REQUEST['date_range'] ) ) {
176
  $args['date_range'] = sanitize_key( $_REQUEST['date_range'] );
177
  }
includes/WP_List_Table.BookingsTable.class.php CHANGED
@@ -117,13 +117,13 @@ class rtbBookingsTable extends WP_List_Table {
117
  $this->filter_end_date = $end_date;
118
 
119
  if ( $start_date === null ) {
120
- $this->filter_start_date = !empty( $_GET['start-date'] ) ? sanitize_text_field( $_GET['start-date'] ) : null;
121
- $this->filter_start_date = !empty( $_POST['start-date'] ) ? sanitize_text_field( $_POST['start-date'] ) : $this->filter_start_date;
122
  }
123
 
124
  if ( $end_date === null ) {
125
- $this->filter_end_date = !empty( $_GET['end-date'] ) ? sanitize_text_field( $_GET['end-date'] ) : null;
126
- $this->filter_end_date = !empty( $_POST['end-date'] ) ? sanitize_text_field( $_POST['end-date'] ) : $this->filter_end_date;
127
  }
128
  }
129
 
@@ -149,14 +149,14 @@ class rtbBookingsTable extends WP_List_Table {
149
  */
150
  public function query_string_maintenance() {
151
 
152
- $this->query_string = remove_query_arg( array( 'action', 'start-date', 'end-date' ) );
153
 
154
  if ( $this->filter_start_date !== null ) {
155
- $this->query_string = add_query_arg( array( 'start-date' => $this->filter_start_date ), $this->query_string );
156
  }
157
 
158
  if ( $this->filter_end_date !== null ) {
159
- $this->query_string = add_query_arg( array( 'end-date' => $this->filter_end_date ), $this->query_string );
160
  }
161
 
162
  }
@@ -167,44 +167,44 @@ class rtbBookingsTable extends WP_List_Table {
167
  */
168
  public function advanced_filters() {
169
 
170
- // Show the schedule views (today, upcoming, all)
171
- if ( !empty( $_GET['schedule'] ) ) {
172
- $schedule = sanitize_text_field( $_GET['schedule'] );
173
  } else {
174
- $schedule = '';
175
  }
176
 
177
- // Use a custom schedule if a date range has been entered
178
  if ( $this->filter_start_date !== null || $this->filter_end_date !== null ) {
179
- $schedule = 'custom';
180
  }
181
 
182
- // Strip out existing date filters from the schedule view urls
183
- $schedule_query_string = remove_query_arg( array( 'schedule', 'start-date', 'end-date' ), $this->query_string );
184
 
185
  $views = array(
186
- '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' ) ),
187
- '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' ) ),
188
- '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' ) ),
189
  );
190
 
191
- if ( $schedule == 'custom' ) {
192
  $views['custom'] = '<span class="current">' . $this->get_current_date_range() . '</span>';
193
  }
194
 
195
- $views = apply_filters( 'rtn_bookings_table_views_schedule', $views );
196
  ?>
197
 
198
  <div id="rtb-filters" class="clearfix">
199
- <ul class="subsubsub rtb-views-schedule">
200
  <li><?php echo join( ' | </li><li>', $views ); ?></li>
201
  </ul>
202
 
203
  <div class="date-filters">
204
  <label for="start-date" class="screen-reader-text"><?php _e( 'Start Date:', 'restaurant-reservations' ); ?></label>
205
- <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' ); ?>" />
206
  <label for="end-date" class="screen-reader-text"><?php _e( 'End Date:', 'restaurant-reservations' ); ?></label>
207
- <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' ); ?>" />
208
  <input type="submit" class="button-secondary" value="<?php _e( 'Apply', 'restaurant-reservations' ); ?>"/>
209
  <?php if( !empty( $start_date ) || !empty( $end_date ) ) : ?>
210
  <a href="<?php echo add_query_arg( array( 'action' => 'clear_date_filters' ) ); ?>" class="button-secondary"><?php _e( 'Clear Filter', 'restaurant-reservations' ); ?></a>
@@ -560,9 +560,9 @@ class rtbBookingsTable extends WP_List_Table {
560
  $where .= " AND p.post_date <= '" . $end_date->format( 'Y-m-d H:i:s' ) . "'";
561
  }
562
 
563
- } elseif ( !empty( $_GET['schedule'] ) ) {
564
 
565
- if ( $_GET['schedule'] == 'today' ) {
566
  $where .= " AND p.post_date >= '" . date( 'Y-m-d' ) . "' AND p.post_date <= '" . date( 'Y-m-d', current_time( 'timestamp' ) + 86400 ) . "'";
567
  }
568
 
@@ -666,9 +666,9 @@ class rtbBookingsTable extends WP_List_Table {
666
 
667
  if ( !empty( $this->filter_start_date ) || !empty( $this->filter_end_date ) ) {
668
  $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() );
669
- } elseif ( !empty( $_GET['schedule'] ) && $_GET['schedule'] == 'today' ) {
670
  $notifications['date'] = __( "Only today's bookings are being shown.", 'restaurant-reservations' );
671
- } elseif ( empty( $_GET['schedule'] ) ) {
672
  $notifications['date'] = __( 'Only upcoming bookings are being shown.', 'restaurant-reservations' );
673
  }
674
 
117
  $this->filter_end_date = $end_date;
118
 
119
  if ( $start_date === null ) {
120
+ $this->filter_start_date = !empty( $_GET['start_date'] ) ? sanitize_text_field( $_GET['start_date'] ) : null;
121
+ $this->filter_start_date = !empty( $_POST['start_date'] ) ? sanitize_text_field( $_POST['start_date'] ) : $this->filter_start_date;
122
  }
123
 
124
  if ( $end_date === null ) {
125
+ $this->filter_end_date = !empty( $_GET['end_date'] ) ? sanitize_text_field( $_GET['end_date'] ) : null;
126
+ $this->filter_end_date = !empty( $_POST['end_date'] ) ? sanitize_text_field( $_POST['end_date'] ) : $this->filter_end_date;
127
  }
128
  }
129
 
149
  */
150
  public function query_string_maintenance() {
151
 
152
+ $this->query_string = remove_query_arg( array( 'action', 'start_date', 'end_date' ) );
153
 
154
  if ( $this->filter_start_date !== null ) {
155
+ $this->query_string = add_query_arg( array( 'start_date' => $this->filter_start_date ), $this->query_string );
156
  }
157
 
158
  if ( $this->filter_end_date !== null ) {
159
+ $this->query_string = add_query_arg( array( 'end_date' => $this->filter_end_date ), $this->query_string );
160
  }
161
 
162
  }
167
  */
168
  public function advanced_filters() {
169
 
170
+ // Show the date_range views (today, upcoming, all)
171
+ if ( !empty( $_GET['date_range'] ) ) {
172
+ $date_range = sanitize_text_field( $_GET['date_range'] );
173
  } else {
174
+ $date_range = '';
175
  }
176
 
177
+ // Use a custom date_range if a date range has been entered
178
  if ( $this->filter_start_date !== null || $this->filter_end_date !== null ) {
179
+ $date_range = 'custom';
180
  }
181
 
182
+ // Strip out existing date filters from the date_range view urls
183
+ $date_range_query_string = remove_query_arg( array( 'date_range', 'start_date', 'end_date' ), $this->query_string );
184
 
185
  $views = array(
186
+ 'upcoming' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'paged' => FALSE ), remove_query_arg( array( 'date_range' ), $date_range_query_string ) ), $date_range === '' ? ' class="current"' : '', __( 'Upcoming', 'restaurant-reservations' ) ),
187
+ 'today' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'date_range' => 'today', 'paged' => FALSE ), $date_range_query_string ), $date_range === 'today' ? ' class="current"' : '', __( 'Today', 'restaurant-reservations' ) ),
188
+ 'all' => sprintf( '<a href="%s"%s>%s</a>', add_query_arg( array( 'date_range' => 'all', 'paged' => FALSE ), $date_range_query_string ), $date_range == 'all' ? ' class="current"' : '', __( 'All', 'restaurant-reservations' ) ),
189
  );
190
 
191
+ if ( $date_range == 'custom' ) {
192
  $views['custom'] = '<span class="current">' . $this->get_current_date_range() . '</span>';
193
  }
194
 
195
+ $views = apply_filters( 'rtb_bookings_table_views_date_range', $views );
196
  ?>
197
 
198
  <div id="rtb-filters" class="clearfix">
199
+ <ul class="subsubsub rtb-views-date_range">
200
  <li><?php echo join( ' | </li><li>', $views ); ?></li>
201
  </ul>
202
 
203
  <div class="date-filters">
204
  <label for="start-date" class="screen-reader-text"><?php _e( 'Start Date:', 'restaurant-reservations' ); ?></label>
205
+ <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' ); ?>" />
206
  <label for="end-date" class="screen-reader-text"><?php _e( 'End Date:', 'restaurant-reservations' ); ?></label>
207
+ <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' ); ?>" />
208
  <input type="submit" class="button-secondary" value="<?php _e( 'Apply', 'restaurant-reservations' ); ?>"/>
209
  <?php if( !empty( $start_date ) || !empty( $end_date ) ) : ?>
210
  <a href="<?php echo add_query_arg( array( 'action' => 'clear_date_filters' ) ); ?>" class="button-secondary"><?php _e( 'Clear Filter', 'restaurant-reservations' ); ?></a>
560
  $where .= " AND p.post_date <= '" . $end_date->format( 'Y-m-d H:i:s' ) . "'";
561
  }
562
 
563
+ } elseif ( !empty( $_GET['date_range'] ) ) {
564
 
565
+ if ( $_GET['date_range'] == 'today' ) {
566
  $where .= " AND p.post_date >= '" . date( 'Y-m-d' ) . "' AND p.post_date <= '" . date( 'Y-m-d', current_time( 'timestamp' ) + 86400 ) . "'";
567
  }
568
 
666
 
667
  if ( !empty( $this->filter_start_date ) || !empty( $this->filter_end_date ) ) {
668
  $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() );
669
+ } elseif ( !empty( $_GET['date_range'] ) && $_GET['date_range'] == 'today' ) {
670
  $notifications['date'] = __( "Only today's bookings are being shown.", 'restaurant-reservations' );
671
+ } elseif ( empty( $_GET['date_range'] ) ) {
672
  $notifications['date'] = __( 'Only upcoming bookings are being shown.', 'restaurant-reservations' );
673
  }
674
 
languages/restaurant-reservations-de_DE.mo CHANGED
Binary file
languages/restaurant-reservations-de_DE.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Restaurant Reservations 1.2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2015-03-02 13:17+0100\n"
6
- "PO-Revision-Date: 2015-03-02 13:30+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"
@@ -23,7 +23,7 @@ msgstr ""
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
 
@@ -112,8 +112,7 @@ msgstr "Reservierungen"
112
  msgid "Add New"
113
  msgstr "Neu hinzufügen"
114
 
115
- #: ../includes/AdminBookings.class.php:116
116
- #: ../includes/AdminBookings.class.php:157 ../restaurant-reservations.php:217
117
  msgid "Add Booking"
118
  msgstr "Reservierung hinzufügen"
119
 
@@ -123,7 +122,8 @@ msgid "Cancel"
123
  msgstr "Abbrechen"
124
 
125
  #: ../includes/AdminBookings.class.php:140
126
- #: ../includes/WP_List_Table.BookingsTable.class.php:329
 
127
  msgid "Send Email"
128
  msgstr "E-Mail senden"
129
 
@@ -137,7 +137,7 @@ msgid "Subject"
137
  msgstr "Betreff"
138
 
139
  #: ../includes/AdminBookings.class.php:151 ../includes/Settings.class.php:817
140
- #: ../includes/WP_List_Table.BookingsTable.class.php:283
141
  msgid "Message"
142
  msgstr "Meldung"
143
 
@@ -189,7 +189,7 @@ msgstr ""
189
  "Ihre Reservierung konnte nicht geladen werden. Bitte laden Sie die Seite neu "
190
  "und versuchen Sie es noch einmal."
191
 
192
- #: ../includes/AdminBookings.class.php:429
193
  msgid ""
194
  "Unable to trash this post. Please try again. If you continue to have "
195
  "trouble, please refresh the page."
@@ -198,22 +198,26 @@ msgstr ""
198
  "versuchen Sie es nocheinmal. Falls Sie dann immer noch Probleme haben, laden "
199
  "Sie die Seite neu."
200
 
201
- #: ../includes/AdminBookings.class.php:471
202
  msgid "Please enter a message before sending the email."
203
  msgstr "Bitte geben Sie eine Nachricht ein bevor Sie die E-Mail verschicken."
204
 
205
- #: ../includes/AdminBookings.class.php:480
206
  msgid ""
207
  "The email could not be sent because some critical information was missing."
208
  msgstr ""
209
  "Die E-Mail konnte nicht gesendet werden, weil einige wichtige Informationen "
210
  "fehlten."
211
 
212
- #: ../includes/AdminBookings.class.php:492
213
  msgid "There was an error loading the booking and the email was not sent."
214
  msgstr ""
215
  "Fehler beim Laden der Reservierungsdaten. Es wurde keine E-Mail verschickt."
216
 
 
 
 
 
217
  #: ../includes/Booking.class.php:180
218
  msgid "Please enter the date you would like to book."
219
  msgstr "Bitte geben Sie das Datum ein an dem Sie einen Tisch buchen wollen."
@@ -331,7 +335,7 @@ msgstr "Reservierung"
331
  msgid "Add New Booking"
332
  msgstr "Neue Reservierung hinzufügen"
333
 
334
- #: ../includes/CustomPostTypes.class.php:44 ../restaurant-reservations.php:218
335
  msgid "Edit Booking"
336
  msgstr "Reservierung bearbeiten"
337
 
@@ -388,6 +392,39 @@ msgid_plural "Closed <span class=\"count\">(%s)</span>"
388
  msgstr[0] "Geschlossen für <span class=\"count\">(%s)</span>"
389
  msgstr[1] "Geschlossen für <span class=\"count\">(%s)</span>"
390
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
391
  #: ../includes/Notification.class.php:88
392
  msgid "View pending bookings"
393
  msgstr "Unbestätige Reservierungen ansehen"
@@ -1212,7 +1249,7 @@ msgid "Book a table"
1212
  msgstr "Reservierungsdaten"
1213
 
1214
  #: ../includes/Settings.class.php:761
1215
- #: ../includes/WP_List_Table.BookingsTable.class.php:278
1216
  msgid "Date"
1217
  msgstr "Datum"
1218
 
@@ -1221,7 +1258,7 @@ msgid "Time"
1221
  msgstr "Uhrzeit"
1222
 
1223
  #: ../includes/Settings.class.php:773
1224
- #: ../includes/WP_List_Table.BookingsTable.class.php:279
1225
  msgid "Party"
1226
  msgstr "Personen"
1227
 
@@ -1230,17 +1267,17 @@ msgid "Contact Details"
1230
  msgstr "Kontaktdaten"
1231
 
1232
  #: ../includes/Settings.class.php:789
1233
- #: ../includes/WP_List_Table.BookingsTable.class.php:280
1234
  msgid "Name"
1235
  msgstr "Vor- und Zuname"
1236
 
1237
  #: ../includes/Settings.class.php:795
1238
- #: ../includes/WP_List_Table.BookingsTable.class.php:281
1239
  msgid "Email"
1240
  msgstr "E-Mail"
1241
 
1242
  #: ../includes/Settings.class.php:804
1243
- #: ../includes/WP_List_Table.BookingsTable.class.php:282
1244
  msgid "Phone"
1245
  msgstr "Telefonnummer"
1246
 
@@ -1364,68 +1401,68 @@ msgid "Closed"
1364
  msgstr "Abgelehnt"
1365
 
1366
  #: ../includes/WP_List_Table.BookingsTable.class.php:250
1367
- #: ../includes/WP_List_Table.BookingsTable.class.php:315
1368
  msgid "Trash"
1369
  msgstr "Papierkorb"
1370
 
1371
- #: ../includes/WP_List_Table.BookingsTable.class.php:284
1372
  msgid "Status"
1373
  msgstr "Status"
1374
 
1375
- #: ../includes/WP_List_Table.BookingsTable.class.php:314
1376
  msgid "Edit"
1377
  msgstr "Bearbeiten"
1378
 
1379
- #: ../includes/WP_List_Table.BookingsTable.class.php:347
1380
  msgctxt "Status label for bookings put in the trash"
1381
  msgid "Trash"
1382
  msgstr "Papierkorb"
1383
 
1384
- #: ../includes/WP_List_Table.BookingsTable.class.php:379
1385
  msgid "Delete"
1386
  msgstr "Löschen"
1387
 
1388
- #: ../includes/WP_List_Table.BookingsTable.class.php:380
1389
  msgid "Set To Confirmed"
1390
  msgstr "Auf \"Bestätigt\" gestellt"
1391
 
1392
- #: ../includes/WP_List_Table.BookingsTable.class.php:381
1393
  msgid "Set To Pending Review"
1394
  msgstr "Auf \"Unbestätigt\" gestellt"
1395
 
1396
- #: ../includes/WP_List_Table.BookingsTable.class.php:382
1397
  msgid "Set To Closed"
1398
  msgstr "Auf \"Abgelehnt\" gestellt"
1399
 
1400
- #: ../includes/WP_List_Table.BookingsTable.class.php:497
1401
  #, php-format
1402
  msgid "%d booking deleted successfully."
1403
  msgid_plural "%d bookings deleted successfully."
1404
  msgstr[0] "%d Reservierung erfolgreich gelöscht "
1405
  msgstr[1] "%d Reservierungen erfolgreich gelöscht "
1406
 
1407
- #: ../includes/WP_List_Table.BookingsTable.class.php:500
1408
  #, php-format
1409
  msgid "%d booking confirmed."
1410
  msgid_plural "%d bookings confirmed."
1411
  msgstr[0] "%d Reservierung bestätigt "
1412
  msgstr[1] "%d Reservierungen bestätigt "
1413
 
1414
- #: ../includes/WP_List_Table.BookingsTable.class.php:503
1415
  #, php-format
1416
  msgid "%d booking set to pending."
1417
  msgid_plural "%d bookings set to pending."
1418
  msgstr[0] "%d Reservierung unbestätigt gestellt"
1419
  msgstr[1] "%d Reservierungen unbestätigt gestellt"
1420
 
1421
- #: ../includes/WP_List_Table.BookingsTable.class.php:506
1422
  #, php-format
1423
  msgid "%d booking closed."
1424
  msgid_plural "%d bookings closed."
1425
  msgstr[0] "%d Reservierung abgelehnt"
1426
  msgstr[1] "%d Reservierungen abgelehnt"
1427
 
1428
- #: ../includes/WP_List_Table.BookingsTable.class.php:518
1429
  #, php-format
1430
  msgid "%d booking had errors and could not be processed."
1431
  msgid_plural "%d bookings had errors and could not be processed."
@@ -1433,11 +1470,11 @@ msgstr[0] "%d Reservierung hatte Fehler und konnte nicht verarbeitet werden."
1433
  msgstr[1] ""
1434
  "%d Reservierungen hatten Fehler und konnten nicht verarbeitet werden."
1435
 
1436
- #: ../includes/WP_List_Table.BookingsTable.class.php:694
1437
  msgid "You're viewing bookings that have been moved to the trash."
1438
  msgstr "Sie sehen Reservierungen die in den Papierkorb verschoben worden sind."
1439
 
1440
- #: ../includes/WP_List_Table.BookingsTable.class.php:696
1441
  #, php-format
1442
  msgctxt ""
1443
  "Indicates which booking status is currently being filtered in the list of "
@@ -1445,18 +1482,18 @@ msgctxt ""
1445
  msgid "You're viewing bookings that have been marked as %s."
1446
  msgstr "Sie sehen eine Reservierung die als %s markiert wurde."
1447
 
1448
- #: ../includes/WP_List_Table.BookingsTable.class.php:701
1449
  #, php-format
1450
  msgctxt ""
1451
  "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
1452
  msgid "Only bookings from %s are being shown."
1453
  msgstr "Es werden nur Reservierungen im Zeitraum %s angezeigt."
1454
 
1455
- #: ../includes/WP_List_Table.BookingsTable.class.php:703
1456
  msgid "Only today's bookings are being shown."
1457
  msgstr "Es werden nur Reservierungen von heute angezeigt."
1458
 
1459
- #: ../includes/WP_List_Table.BookingsTable.class.php:705
1460
  msgid "Only upcoming bookings are being shown."
1461
  msgstr "Es werden nur zukünfitige Reservierungen angezeigt."
1462
 
@@ -1476,11 +1513,11 @@ msgstr "Titel"
1476
  msgid "Request Booking"
1477
  msgstr "Anfrage absenden"
1478
 
1479
- #: ../restaurant-reservations.php:148
1480
  msgid "Booking Manager"
1481
  msgstr "Reservierungsverwaltung"
1482
 
1483
- #: ../restaurant-reservations.php:219
1484
  msgid ""
1485
  "An unspecified error occurred. Please try again. If the problem persists, "
1486
  "try logging out and logging back in."
@@ -1489,11 +1526,11 @@ msgstr ""
1489
  "erneut. Falls das Problem dann immer noch besteht, versuchen Sie es mit Aus- "
1490
  "und Einloggen."
1491
 
1492
- #: ../restaurant-reservations.php:281
1493
  msgid "View the help documentation for Restaurant Reservations"
1494
  msgstr "Hilfe für das Plugin Restaurant Reservierungen"
1495
 
1496
- #: ../restaurant-reservations.php:281
1497
  msgid "Help"
1498
  msgstr "Hilfe"
1499
 
2
  msgstr ""
3
  "Project-Id-Version: Restaurant Reservations 1.2.3\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2015-04-09 11:06+0100\n"
6
+ "PO-Revision-Date: 2015-04-09 11:13+0100\n"
7
+ "Last-Translator: Roland Stumpp <support@mediaoffice.de>\n"
8
  "Language-Team: mediaOffice GbR <support@mediaoffice.de>\n"
9
  "Language: de\n"
10
  "MIME-Version: 1.0\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
  #: ../includes/Addons.class.php:98
26
+ #: ../includes/WP_List_Table.BookingsTable.class.php:326
27
  msgid "Loading"
28
  msgstr "Lade ..."
29
 
112
  msgid "Add New"
113
  msgstr "Neu hinzufügen"
114
 
115
+ #: ../includes/AdminBookings.class.php:116 ../restaurant-reservations.php:226
 
116
  msgid "Add Booking"
117
  msgstr "Reservierung hinzufügen"
118
 
122
  msgstr "Abbrechen"
123
 
124
  #: ../includes/AdminBookings.class.php:140
125
+ #: ../includes/AdminBookings.class.php:157
126
+ #: ../includes/WP_List_Table.BookingsTable.class.php:345
127
  msgid "Send Email"
128
  msgstr "E-Mail senden"
129
 
137
  msgstr "Betreff"
138
 
139
  #: ../includes/AdminBookings.class.php:151 ../includes/Settings.class.php:817
140
+ #: ../includes/WP_List_Table.BookingsTable.class.php:299
141
  msgid "Message"
142
  msgstr "Meldung"
143
 
189
  "Ihre Reservierung konnte nicht geladen werden. Bitte laden Sie die Seite neu "
190
  "und versuchen Sie es noch einmal."
191
 
192
+ #: ../includes/AdminBookings.class.php:443
193
  msgid ""
194
  "Unable to trash this post. Please try again. If you continue to have "
195
  "trouble, please refresh the page."
198
  "versuchen Sie es nocheinmal. Falls Sie dann immer noch Probleme haben, laden "
199
  "Sie die Seite neu."
200
 
201
+ #: ../includes/AdminBookings.class.php:485
202
  msgid "Please enter a message before sending the email."
203
  msgstr "Bitte geben Sie eine Nachricht ein bevor Sie die E-Mail verschicken."
204
 
205
+ #: ../includes/AdminBookings.class.php:494
206
  msgid ""
207
  "The email could not be sent because some critical information was missing."
208
  msgstr ""
209
  "Die E-Mail konnte nicht gesendet werden, weil einige wichtige Informationen "
210
  "fehlten."
211
 
212
+ #: ../includes/AdminBookings.class.php:506
213
  msgid "There was an error loading the booking and the email was not sent."
214
  msgstr ""
215
  "Fehler beim Laden der Reservierungsdaten. Es wurde keine E-Mail verschickt."
216
 
217
+ #: ../includes/AdminPageSettingLicenseKey.class.php:193
218
+ msgid "Invalid"
219
+ msgstr "Ungültig"
220
+
221
  #: ../includes/Booking.class.php:180
222
  msgid "Please enter the date you would like to book."
223
  msgstr "Bitte geben Sie das Datum ein an dem Sie einen Tisch buchen wollen."
335
  msgid "Add New Booking"
336
  msgstr "Neue Reservierung hinzufügen"
337
 
338
+ #: ../includes/CustomPostTypes.class.php:44 ../restaurant-reservations.php:227
339
  msgid "Edit Booking"
340
  msgstr "Reservierung bearbeiten"
341
 
392
  msgstr[0] "Geschlossen für <span class=\"count\">(%s)</span>"
393
  msgstr[1] "Geschlossen für <span class=\"count\">(%s)</span>"
394
 
395
+ #: ../includes/Licenses.class.php:119
396
+ msgid "Licenses"
397
+ msgstr "Lizenzen"
398
+
399
+ #: ../includes/Licenses.class.php:200
400
+ msgid ""
401
+ "Your attempt to deactivate a license key failed. Please try again later or "
402
+ "contact support for help."
403
+ msgstr ""
404
+ "Ihr Versuch, einen Lizenzschlüssel zu deaktivieren ist fehlgeschlagen. Bitte "
405
+ "versuchen Sie es später noch einmal oder kontaktieren Sie den Support um "
406
+ "Hilfe."
407
+
408
+ #: ../includes/Licenses.class.php:204
409
+ #, php-format
410
+ msgid ""
411
+ "You have reached the activation limit for this license. If you have the "
412
+ "license activated on other sites you will need to deactivate them or "
413
+ "purchase more license keys from %sTheme of the Crop%s."
414
+ msgstr ""
415
+ "Sie haben das Aktivierungslimit für diese Lizenz erreicht. Wenn Sie die "
416
+ "Lizenz auf anderen Websites verwenden, müssen Sie entweder eine Lizenz "
417
+ "deaktivieren oder sie kaufen zur Aktivierung mehr Lizenzschlüssel bei "
418
+ "% sTheme of the Crop% s."
419
+
420
+ #: ../includes/Licenses.class.php:206
421
+ msgid ""
422
+ "Your attempt to activate a license key failed. Please check the license key "
423
+ "and try again."
424
+ msgstr ""
425
+ "Ihr Versuch, einen Lizenzschlüssel zu aktivieren ist fehlgeschlagen. Bitte "
426
+ "überprüfen Sie denLizenzschlüssel und versuchen Sie es erneut."
427
+
428
  #: ../includes/Notification.class.php:88
429
  msgid "View pending bookings"
430
  msgstr "Unbestätige Reservierungen ansehen"
1249
  msgstr "Reservierungsdaten"
1250
 
1251
  #: ../includes/Settings.class.php:761
1252
+ #: ../includes/WP_List_Table.BookingsTable.class.php:294
1253
  msgid "Date"
1254
  msgstr "Datum"
1255
 
1258
  msgstr "Uhrzeit"
1259
 
1260
  #: ../includes/Settings.class.php:773
1261
+ #: ../includes/WP_List_Table.BookingsTable.class.php:295
1262
  msgid "Party"
1263
  msgstr "Personen"
1264
 
1267
  msgstr "Kontaktdaten"
1268
 
1269
  #: ../includes/Settings.class.php:789
1270
+ #: ../includes/WP_List_Table.BookingsTable.class.php:296
1271
  msgid "Name"
1272
  msgstr "Vor- und Zuname"
1273
 
1274
  #: ../includes/Settings.class.php:795
1275
+ #: ../includes/WP_List_Table.BookingsTable.class.php:297
1276
  msgid "Email"
1277
  msgstr "E-Mail"
1278
 
1279
  #: ../includes/Settings.class.php:804
1280
+ #: ../includes/WP_List_Table.BookingsTable.class.php:298
1281
  msgid "Phone"
1282
  msgstr "Telefonnummer"
1283
 
1401
  msgstr "Abgelehnt"
1402
 
1403
  #: ../includes/WP_List_Table.BookingsTable.class.php:250
1404
+ #: ../includes/WP_List_Table.BookingsTable.class.php:331
1405
  msgid "Trash"
1406
  msgstr "Papierkorb"
1407
 
1408
+ #: ../includes/WP_List_Table.BookingsTable.class.php:300
1409
  msgid "Status"
1410
  msgstr "Status"
1411
 
1412
+ #: ../includes/WP_List_Table.BookingsTable.class.php:330
1413
  msgid "Edit"
1414
  msgstr "Bearbeiten"
1415
 
1416
+ #: ../includes/WP_List_Table.BookingsTable.class.php:363
1417
  msgctxt "Status label for bookings put in the trash"
1418
  msgid "Trash"
1419
  msgstr "Papierkorb"
1420
 
1421
+ #: ../includes/WP_List_Table.BookingsTable.class.php:395
1422
  msgid "Delete"
1423
  msgstr "Löschen"
1424
 
1425
+ #: ../includes/WP_List_Table.BookingsTable.class.php:396
1426
  msgid "Set To Confirmed"
1427
  msgstr "Auf \"Bestätigt\" gestellt"
1428
 
1429
+ #: ../includes/WP_List_Table.BookingsTable.class.php:397
1430
  msgid "Set To Pending Review"
1431
  msgstr "Auf \"Unbestätigt\" gestellt"
1432
 
1433
+ #: ../includes/WP_List_Table.BookingsTable.class.php:398
1434
  msgid "Set To Closed"
1435
  msgstr "Auf \"Abgelehnt\" gestellt"
1436
 
1437
+ #: ../includes/WP_List_Table.BookingsTable.class.php:513
1438
  #, php-format
1439
  msgid "%d booking deleted successfully."
1440
  msgid_plural "%d bookings deleted successfully."
1441
  msgstr[0] "%d Reservierung erfolgreich gelöscht "
1442
  msgstr[1] "%d Reservierungen erfolgreich gelöscht "
1443
 
1444
+ #: ../includes/WP_List_Table.BookingsTable.class.php:516
1445
  #, php-format
1446
  msgid "%d booking confirmed."
1447
  msgid_plural "%d bookings confirmed."
1448
  msgstr[0] "%d Reservierung bestätigt "
1449
  msgstr[1] "%d Reservierungen bestätigt "
1450
 
1451
+ #: ../includes/WP_List_Table.BookingsTable.class.php:519
1452
  #, php-format
1453
  msgid "%d booking set to pending."
1454
  msgid_plural "%d bookings set to pending."
1455
  msgstr[0] "%d Reservierung unbestätigt gestellt"
1456
  msgstr[1] "%d Reservierungen unbestätigt gestellt"
1457
 
1458
+ #: ../includes/WP_List_Table.BookingsTable.class.php:522
1459
  #, php-format
1460
  msgid "%d booking closed."
1461
  msgid_plural "%d bookings closed."
1462
  msgstr[0] "%d Reservierung abgelehnt"
1463
  msgstr[1] "%d Reservierungen abgelehnt"
1464
 
1465
+ #: ../includes/WP_List_Table.BookingsTable.class.php:534
1466
  #, php-format
1467
  msgid "%d booking had errors and could not be processed."
1468
  msgid_plural "%d bookings had errors and could not be processed."
1470
  msgstr[1] ""
1471
  "%d Reservierungen hatten Fehler und konnten nicht verarbeitet werden."
1472
 
1473
+ #: ../includes/WP_List_Table.BookingsTable.class.php:661
1474
  msgid "You're viewing bookings that have been moved to the trash."
1475
  msgstr "Sie sehen Reservierungen die in den Papierkorb verschoben worden sind."
1476
 
1477
+ #: ../includes/WP_List_Table.BookingsTable.class.php:663
1478
  #, php-format
1479
  msgctxt ""
1480
  "Indicates which booking status is currently being filtered in the list of "
1482
  msgid "You're viewing bookings that have been marked as %s."
1483
  msgstr "Sie sehen eine Reservierung die als %s markiert wurde."
1484
 
1485
+ #: ../includes/WP_List_Table.BookingsTable.class.php:668
1486
  #, php-format
1487
  msgctxt ""
1488
  "Notification of booking date range, eg - bookings from 2014-12-02-2014-12-05"
1489
  msgid "Only bookings from %s are being shown."
1490
  msgstr "Es werden nur Reservierungen im Zeitraum %s angezeigt."
1491
 
1492
+ #: ../includes/WP_List_Table.BookingsTable.class.php:670
1493
  msgid "Only today's bookings are being shown."
1494
  msgstr "Es werden nur Reservierungen von heute angezeigt."
1495
 
1496
+ #: ../includes/WP_List_Table.BookingsTable.class.php:672
1497
  msgid "Only upcoming bookings are being shown."
1498
  msgstr "Es werden nur zukünfitige Reservierungen angezeigt."
1499
 
1513
  msgid "Request Booking"
1514
  msgstr "Anfrage absenden"
1515
 
1516
+ #: ../restaurant-reservations.php:157
1517
  msgid "Booking Manager"
1518
  msgstr "Reservierungsverwaltung"
1519
 
1520
+ #: ../restaurant-reservations.php:228
1521
  msgid ""
1522
  "An unspecified error occurred. Please try again. If the problem persists, "
1523
  "try logging out and logging back in."
1526
  "erneut. Falls das Problem dann immer noch besteht, versuchen Sie es mit Aus- "
1527
  "und Einloggen."
1528
 
1529
+ #: ../restaurant-reservations.php:290
1530
  msgid "View the help documentation for Restaurant Reservations"
1531
  msgstr "Hilfe für das Plugin Restaurant Reservierungen"
1532
 
1533
+ #: ../restaurant-reservations.php:290
1534
  msgid "Help"
1535
  msgstr "Hilfe"
1536
 
languages/restaurant-reservations-nl_NL.MO DELETED
Binary file
languages/restaurant-reservations-nl_NL.PO DELETED
@@ -1,1183 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Restaurant Reservations\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: Thu Jul 17 2014 15:43:57 GMT+0100 (GMT Daylight Time)\n"
6
- "PO-Revision-Date: Fri Jan 16 2015 08:51:34 GMT+0100 (West-Europa "
7
- "(standaardtijd))\n"
8
- "Last-Translator: Dick <massimo@studio020.com>\n"
9
- "Language-Team: \n"
10
- "Language: Dutch\n"
11
- "Plural-Forms: nplurals=2; plural=n != 1\n"
12
- "MIME-Version: 1.0\n"
13
- "Content-Type: text/plain; charset=UTF-8\n"
14
- "Content-Transfer-Encoding: 8bit\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-Basepath: .\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
- "X-Poedit-KeywordsList: _:1;gettext:1;dgettext:2;ngettext:1,2;dngettext:2,3;"
19
- "__:1;_e:1;_c:1;_n:1,2;_n_noop:1,2;_nc:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
20
- "_x:1,2c;_ex:1,2c;_nx:1,2,4c;_nx_noop:1,2,3c;_n_js:1,2;_nx_js:1,2,3c;"
21
- "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
22
- "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
23
- "X-Generator: Loco - https://localise.biz/\n"
24
- "X-Loco-Target-Locale: nl_NL"
25
-
26
- #: ../includes/Settings.class.php:283
27
- msgid "Date Format"
28
- msgstr "Datum notatie"
29
-
30
- #: ../includes/Settings.class.php:284
31
- msgid ""
32
- "Define how the date should appear after it has been selected. <a href=\"http:"
33
- "//amsul.ca/pickadate.js/date.htm#formatting-rules\">Formatting rules</a>"
34
- msgstr ""
35
- "Bepaal hoe de datum moet worden weergegeven nadat deze is geselecteerd. <a "
36
- "href=\"http://amsul.ca/pickadate.js/date.htm#formatting-"
37
- "rules\">formatteringsregels</a>"
38
-
39
- #: ../includes/Settings.class.php:295
40
- msgid "Time Format"
41
- msgstr "Tijdsaanduiding"
42
-
43
- #: ../includes/Settings.class.php:296
44
- msgid ""
45
- "Define how the time should appear after it has been selected. <a href=\"http:"
46
- "//amsul.ca/pickadate.js/time.htm#formatting-rules\">Formatting rules</a>"
47
- msgstr ""
48
- "Bepaal hoe de tijd moet worden weergegeven nadat deze is geselecteerd. <a "
49
- "href=\"http://amsul.ca/pickadate.js/time.htm#formatting-"
50
- "rules\">formatteringsregels</a>"
51
-
52
- #: ../includes/Settings.class.php:309
53
- msgid "Language"
54
- msgstr "Taal"
55
-
56
- #: ../includes/Settings.class.php:310
57
- msgid ""
58
- "Select a language to use for the booking form datepicker if it is different "
59
- "than your WordPress language setting."
60
- msgstr ""
61
- "Selecteer een taal om te gebruiken voor het boekingsformulier datepicker als "
62
- "het is anders dan je WordPress taalinstelling."
63
-
64
- #: ../includes/Settings.class.php:320
65
- msgid "Booking Schedule"
66
- msgstr "Reserveringsschema"
67
-
68
- #: ../includes/Settings.class.php:331
69
- msgid "Schedule"
70
- msgstr "Schema"
71
-
72
- #: ../includes/Settings.class.php:332
73
- msgid "Define the weekly schedule during which you accept bookings."
74
- msgstr "Bepaal het wekelijkse schema waarin je reserveringen accepteerd."
75
-
76
- #: ../includes/Settings.class.php:334
77
- msgctxt "Monday abbreviation"
78
- msgid "Mo"
79
- msgstr "Ma"
80
-
81
- #: ../includes/Settings.class.php:335
82
- msgctxt "Tuesday abbreviation"
83
- msgid "Tu"
84
- msgstr "Di"
85
-
86
- #: ../includes/Settings.class.php:336
87
- msgctxt "Wednesday abbreviation"
88
- msgid "We"
89
- msgstr "Wo"
90
-
91
- #: ../includes/Settings.class.php:337
92
- msgctxt "Thursday abbreviation"
93
- msgid "Th"
94
- msgstr "Do"
95
-
96
- #: ../includes/Settings.class.php:338
97
- msgctxt "Friday abbreviation"
98
- msgid "Fr"
99
- msgstr "Vr"
100
-
101
- #: ../includes/Settings.class.php:339
102
- msgctxt "Saturday abbreviation"
103
- msgid "Sa"
104
- msgstr "Zat"
105
-
106
- #: ../includes/Settings.class.php:340
107
- msgctxt "Sunday abbreviation"
108
- msgid "Su"
109
- msgstr "Zon"
110
-
111
- #: ../includes/Settings.class.php:355
112
- msgid "Exceptions"
113
- msgstr "Uitzonderingen"
114
-
115
- #: ../includes/Settings.class.php:356
116
- msgid ""
117
- "Define special opening hours for holidays, events or other needs. Leave the "
118
- "time empty if you're closed all day."
119
- msgstr ""
120
- "Definieer speciale openingstijden voor de feestdagen, evenementen of andere "
121
- "dagen. Laat de tijd leeg als je de hele dag gesloten zijn."
122
-
123
- #: ../includes/Settings.class.php:362
124
- msgctxt "Brief description of a scheduling exception when no times are set"
125
- msgid "Closed all day"
126
- msgstr "Gehele dag gesloten"
127
-
128
- #: ../includes/Settings.class.php:373
129
- msgid "Early Bookings"
130
- msgstr "Vroege reserveringen"
131
-
132
- #: ../includes/Settings.class.php:374
133
- msgid "Select how early customers can make their booking."
134
- msgstr "Selecteer hoe vroeg klanten kunnen hun boeking te maken."
135
-
136
- #: ../includes/Settings.class.php:377
137
- msgid "Any time"
138
- msgstr "Altijd"
139
-
140
- #: ../includes/Settings.class.php:378
141
- msgid "Up to 1 day in advance"
142
- msgstr "Tot 1 dag van tevoren"
143
-
144
- #: ../includes/Settings.class.php:379
145
- msgid "Up to 1 week in advance"
146
- msgstr "Tot 1 week van tevoren"
147
-
148
- #: ../includes/Settings.class.php:380
149
- msgid "Up to 2 weeks in advance"
150
- msgstr "Tot 1 weken van tevoren"
151
-
152
- #: ../includes/Settings.class.php:381
153
- msgid "Up to 30 days in advance"
154
- msgstr "Tot 30 dagen van tevoren"
155
-
156
- #: ../includes/Settings.class.php:382
157
- msgid "Up to 90 days in advance"
158
- msgstr "Tot 90 dagen van tevoren"
159
-
160
- #: ../includes/Settings.class.php:393
161
- msgid "Late Bookings"
162
- msgstr "Late reserveringen"
163
-
164
- #: ../includes/Settings.class.php:394
165
- msgid "Select how late customers can make their booking."
166
- msgstr "Selecteer op welke tijd klanten kunnen hun reserveringen kunnen doen."
167
-
168
- #: ../includes/Settings.class.php:397
169
- msgid "Up to the last minute"
170
- msgstr "Tot op de laatste minuut"
171
-
172
- #: ../includes/Settings.class.php:398
173
- msgid "At least 15 minutes in advance"
174
- msgstr "Ten minste 15 minuten vooraf"
175
-
176
- #: ../includes/Settings.class.php:399
177
- msgid "At least 30 minutes in advance"
178
- msgstr "Ten minste 30 minuten vooraf"
179
-
180
- #: ../includes/Settings.class.php:400
181
- msgid "At least 45 minutes in advance"
182
- msgstr "Ten minste 45 minuten vooraf"
183
-
184
- #: ../includes/Settings.class.php:401
185
- msgid "At least 1 hour in advance"
186
- msgstr "Ten minste 1 uur vooraf"
187
-
188
- #: ../includes/Settings.class.php:402
189
- msgid "At least 4 hours in advance"
190
- msgstr "Ten minste 4 uur vooraf"
191
-
192
- #: ../includes/Settings.class.php:403
193
- msgid "At least 1 day in advance"
194
- msgstr "Ten minste 1 dag vooraf"
195
-
196
- #: ../includes/Settings.class.php:414
197
- msgid "Date Pre-selection"
198
- msgstr "Datum voor-selectie"
199
-
200
- #: ../includes/Settings.class.php:415
201
- msgid ""
202
- "When the booking form is loaded, should it automatically attempt to select a "
203
- "valid date?"
204
- msgstr ""
205
- "Wanneer het reserveringssformulier is geladen, moet het automatisch proberen "
206
- "om een geldige datum te selecteren?"
207
-
208
- #: ../includes/Settings.class.php:418
209
- msgid "Select today or soonest valid date"
210
- msgstr "Kies vandaag of eerstvolgende geldige datum"
211
-
212
- #: ../includes/Settings.class.php:419
213
- msgid "Leave empty"
214
- msgstr "Laat leeg"
215
-
216
- #: ../includes/Settings.class.php:430
217
- msgid "Time Interval"
218
- msgstr "Tijdsintervak"
219
-
220
- #: ../includes/Settings.class.php:431
221
- msgid "Select the number of minutes between each available time."
222
- msgstr "Selecteer het aantal minuten tussen elke beschikbare tijd."
223
-
224
- #: ../includes/Settings.class.php:434
225
- msgid "Every 30 minutes"
226
- msgstr "Elke 30 minuten"
227
-
228
- #: ../includes/Settings.class.php:435
229
- msgid "Every 15 minutes"
230
- msgstr "Elke 15 minuten"
231
-
232
- #: ../includes/Settings.class.php:436
233
- msgid "Every 10 minutes"
234
- msgstr "Elke 10 minuten"
235
-
236
- #: ../includes/Settings.class.php:437
237
- msgid "Every 5 minutes"
238
- msgstr "Elke 5 minuten"
239
-
240
- #: ../includes/Settings.class.php:446
241
- msgid "Notifications"
242
- msgstr "Notificaties"
243
-
244
- #: ../includes/Settings.class.php:457
245
- msgid "Reply-To Name"
246
- msgstr "Reply-To Naam"
247
-
248
- #: ../includes/Settings.class.php:458
249
- msgid "The name which should appear in the Reply-To field of a notification email"
250
- msgstr "De naam die in het veld Reply-To van een notificatiemail moet verschijnen"
251
-
252
- #: ../includes/Settings.class.php:469
253
- msgid "Reply-To Email Address"
254
- msgstr "Reply-To Email Adres"
255
-
256
- #: ../includes/Settings.class.php:470
257
- msgid ""
258
- "The email address which should appear in the Reply-To field of a "
259
- "notification email."
260
- msgstr ""
261
- "Het e-mailadres, die in het veld Reply-To van een e-mail notificatie moeten "
262
- "verschijnen."
263
-
264
- #: ../includes/Settings.class.php:481
265
- msgid "Admin Notification"
266
- msgstr "Admin Notificatie"
267
-
268
- #: ../includes/Settings.class.php:482
269
- msgid ""
270
- "Send an email notification to an administrator when a new booking is "
271
- "requested."
272
- msgstr ""
273
- "Stuur een e-mailbericht naar een beheerder wanneer een nieuwe reservering "
274
- "wordt gevraagd."
275
-
276
- #: ../includes/Settings.class.php:492
277
- msgid "Admin Email Address"
278
- msgstr "Admin Email Adres"
279
-
280
- #: ../includes/Settings.class.php:493
281
- msgid "The email address where admin notifications should be sent."
282
- msgstr "Het e-mailadres waar admin notificaties moeten worden toegezonden."
283
-
284
- #: ../includes/Settings.class.php:502
285
- msgid "Email Templates"
286
- msgstr "Email Templates"
287
-
288
- #: ../includes/Settings.class.php:516
289
- msgid "Template Tags"
290
- msgstr "Template Tags"
291
-
292
- #: ../includes/Settings.class.php:518
293
- msgid ""
294
- "Use the following tags to automatically add booking information to the "
295
- "emails."
296
- msgstr ""
297
- "Gebruik de volgende tags om automatisch reserveringsinformatie aan de e-"
298
- "mails toe te voegen."
299
-
300
- #: ../includes/Settings.class.php:520
301
- msgid "Name of the user who made the booking"
302
- msgstr "Naam van de gebruiker die de reservering heeft gedaan"
303
-
304
- #: ../includes/Settings.class.php:523
305
- msgid "Number of people booked"
306
- msgstr "Aantal personen voor de reservering"
307
-
308
- #: ../includes/Settings.class.php:526
309
- msgid "Date and time of the booking"
310
- msgstr "datum en tijd van de reservering"
311
-
312
- #: ../includes/Settings.class.php:529
313
- msgid "Phone number if supplied with the request"
314
- msgstr "Telefoonnummer als het is opgegeven in de aanvraag"
315
-
316
- #: ../includes/Settings.class.php:532
317
- msgid "Message added to the request"
318
- msgstr "Bericht van de reserveringsaanvraag"
319
-
320
- #: ../includes/Settings.class.php:535
321
- msgid "A link to the admin panel showing pending bookings"
322
- msgstr "A link to the admin panel showing pending bookings"
323
-
324
- #: ../includes/Settings.class.php:538
325
- msgid "A link to confirm this booking. Only include this in admin notifications"
326
- msgstr "A link to confirm this booking. Only include this in admin notifications"
327
-
328
- #: ../includes/Settings.class.php:541
329
- msgid "A link to reject this booking. Only include this in admin notifications"
330
- msgstr "A link to reject this booking. Only include this in admin notifications"
331
-
332
- #: ../includes/Settings.class.php:544
333
- msgid "The name of this website"
334
- msgstr "De naam van deze website"
335
-
336
- #: ../includes/Settings.class.php:547
337
- msgid "A link to this website"
338
- msgstr "Een link naar deze website"
339
-
340
- #: ../includes/Settings.class.php:550
341
- msgid "Current date and time"
342
- msgstr "Huidige datum en tijd"
343
-
344
- #: ../includes/Settings.class.php:561
345
- msgid "Admin Notification Subject"
346
- msgstr "Admin notificatie onderwerp"
347
-
348
- #: ../includes/Settings.class.php:562
349
- msgid "The email subject for admin notifications."
350
- msgstr "The email subject for admin notifications."
351
-
352
- #: ../includes/Settings.class.php:573
353
- msgid "Admin Notification Email"
354
- msgstr "Admin Notificatie Email"
355
-
356
- #: ../includes/Settings.class.php:574
357
- msgid ""
358
- "Enter the email an admin should receive when an initial booking request is "
359
- "made."
360
- msgstr ""
361
- "Voer het email adresin dat de admin moet ontvangen wanneer de "
362
- "reserveringsaanvraag is geinitieerd"
363
-
364
- #: ../includes/Settings.class.php:585
365
- msgid "New Request Email Subject"
366
- msgstr "Nieuwe aanvraag email onderwerp"
367
-
368
- #: ../includes/Settings.class.php:586
369
- msgid ""
370
- "The email subject a user should receive when they make an initial booking "
371
- "request."
372
- msgstr ""
373
- "Voer het email onderwerp in dat de aanvrager moet ontvangen wanneer de "
374
- "reserveringsaanvraag is geinitieerd"
375
-
376
- #: ../includes/Settings.class.php:597
377
- msgid "New Request Email"
378
- msgstr "Nieuwe aanvraag email"
379
-
380
- #: ../includes/Settings.class.php:598
381
- msgid ""
382
- "Enter the email a user should receive when they make an initial booking "
383
- "request."
384
- msgstr ""
385
-
386
- #: ../includes/Settings.class.php:609
387
- msgid "Confirmed Email Subject"
388
- msgstr ""
389
-
390
- #: ../includes/Settings.class.php:610
391
- msgid ""
392
- "The email subject a user should receive when their booking has been "
393
- "confirmed."
394
- msgstr ""
395
-
396
- #: ../includes/Settings.class.php:621
397
- msgid "Confirmed Email"
398
- msgstr ""
399
-
400
- #: ../includes/Settings.class.php:622
401
- msgid "Enter the email a user should receive when their booking has been confirmed."
402
- msgstr ""
403
-
404
- #: ../includes/Settings.class.php:633
405
- msgid "Rejected Email Subject"
406
- msgstr ""
407
-
408
- #: ../includes/Settings.class.php:634
409
- msgid "The email subject a user should receive when their booking has been rejected."
410
- msgstr ""
411
-
412
- #: ../includes/Settings.class.php:645
413
- msgid "Rejected Email"
414
- msgstr ""
415
-
416
- #: ../includes/Settings.class.php:646
417
- msgid "Enter the email a user should receive when their booking has been rejected."
418
- msgstr ""
419
-
420
- #: ../restaurant-reservations.php:127
421
- msgid "Booking Manager"
422
- msgstr "Reserverings Manager"
423
-
424
- #: ../restaurant-reservations.php:155
425
- msgctxt "Title of admin page that lists bookings"
426
- msgid "Bookings"
427
- msgstr "Reserveringen"
428
-
429
- #: ../restaurant-reservations.php:156
430
- msgctxt "Title of bookings admin menu item"
431
- msgid "Bookings"
432
- msgstr "Reserveringen"
433
-
434
- #: ../restaurant-reservations.php:178
435
- msgid "Restaurant Bookings"
436
- msgstr "Restaurant reserveringen"
437
-
438
- #: ../restaurant-reservations.php:279
439
- msgid "View the help documentation for Restaurant Reservations"
440
- msgstr "Bekijk de help documentatie voor Restaurant Reservations"
441
-
442
- #: ../restaurant-reservations.php:279
443
- msgid "Help"
444
- msgstr "Help"
445
-
446
- #: ../includes/Booking.class.php:154
447
- msgid "Please enter the date you would like to book."
448
- msgstr "Vult u uw gewenste reserveringsdatum in"
449
-
450
- #: ../includes/Booking.class.php:164
451
- msgid ""
452
- "The date you entered is not valid. Please select from one of the dates in "
453
- "the calendar."
454
- msgstr "De ingevoerde datum is niet juist. Selecteer een datum uit de kalender"
455
-
456
- #: ../includes/Booking.class.php:175
457
- msgid "Please enter the time you would like to book."
458
- msgstr "Vult u uw gewenste reserveringstijdstip"
459
-
460
- #: ../includes/Booking.class.php:185
461
- msgid ""
462
- "The time you entered is not valid. Please select from one of the times "
463
- "provided."
464
- msgstr "De ingevoerde tijd is niet juist. Selecteer een van de opgegeven tijden."
465
-
466
- #: ../includes/Booking.class.php:204
467
- #, php-format
468
- msgid "Sorry, bookings can not be made more than %s days in advance."
469
- msgstr "Sorry, reserveringen kunnen niet gedaan worden dan %s dagen van tevoren."
470
-
471
- #: ../includes/Booking.class.php:215
472
- msgid "Sorry, bookings can not be made in the past."
473
- msgstr "Sorry, reserveringen kunnen niet in het verleden gedaan worden."
474
-
475
- #: ../includes/Booking.class.php:223
476
- #, php-format
477
- msgid "Sorry, bookings must be made more than %s days in advance."
478
- msgstr "Sorry, reserveringen moeten meer dan %s dagen van te voren gedaan worden."
479
-
480
- #: ../includes/Booking.class.php:225
481
- #, php-format
482
- msgid "Sorry, bookings must be made more than %s hours in advance."
483
- msgstr "Sorry, reserveringen moeten meer dan %s uur van te voren gedaan worden."
484
-
485
- #: ../includes/Booking.class.php:227
486
- #, php-format
487
- msgid "Sorry, bookings must be made more than %s mings in advance."
488
- msgstr "Sorry, reserveringen moeten meer dan %s minuten van te voren gedaan worden."
489
-
490
- #: ../includes/Booking.class.php:266
491
- msgid "Sorry, no bookings are being accepted then."
492
- msgstr "Sorry, we kunnen op dat moment niet voor u reserveren."
493
-
494
- #: ../includes/Booking.class.php:318
495
- msgid "Sorry, no bookings are being accepted on that date."
496
- msgstr "Sorry, we kunnen op die datum niet voor u reserveren."
497
-
498
- #: ../includes/Booking.class.php:324
499
- msgid "Sorry, no bookings are being accepted at that time."
500
- msgstr "Sorry, we kunnen op dat tijdstip niet voor u reserveren."
501
-
502
- #: ../includes/Booking.class.php:346
503
- msgid "Please enter a name for this booking."
504
- msgstr "Vult u een naam in voor uw reservering."
505
-
506
- #: ../includes/Booking.class.php:356
507
- msgid "Please let us know how many people will be in your party."
508
- msgstr "Laat ons weten voor hoeveel personen u reserveerd. "
509
-
510
- #: ../includes/Booking.class.php:370
511
- #, php-format
512
- msgid "We only accept bookings for parties of up to %d people."
513
- msgstr "We kunnen alleen voor %d personen of meer reserveren."
514
-
515
- #: ../includes/Booking.class.php:381
516
- msgid "Please enter an email address so we can confirm your booking."
517
- msgstr "Vult u uw emailadres in zodat we uw reservering kunnen bevestigen."
518
-
519
- #: ../includes/CustomPostTypes.class.php:38 ../includes/CustomPostTypes.class.php:
520
- #: 40 ../includes/CustomPostTypes.class.php:41 ../includes/WP_List_Table.
521
- #: BookingsTable.class.php:76
522
- msgid "Bookings"
523
- msgstr "Reserveringen"
524
-
525
- #: ../includes/CustomPostTypes.class.php:39 ../includes/WP_List_Table.
526
- #: BookingsTable.class.php:75
527
- msgid "Booking"
528
- msgstr "Reservering"
529
-
530
- #: ../includes/CustomPostTypes.class.php:42
531
- msgid "Add New"
532
- msgstr "Voeg nieuwe toe"
533
-
534
- #: ../includes/CustomPostTypes.class.php:43
535
- msgid "Add New Booking"
536
- msgstr "Voeg nieuwe reservering toe"
537
-
538
- #: ../includes/CustomPostTypes.class.php:44
539
- msgid "Edit Booking"
540
- msgstr "Bewerk reservering"
541
-
542
- #: ../includes/CustomPostTypes.class.php:45
543
- msgid "New Booking"
544
- msgstr "Nieuwe reservering"
545
-
546
- #: ../includes/CustomPostTypes.class.php:46
547
- msgid "View Booking"
548
- msgstr "Bekijk reservering"
549
-
550
- #: ../includes/CustomPostTypes.class.php:47
551
- msgid "Search Bookings"
552
- msgstr "Zoek reservering"
553
-
554
- #: ../includes/CustomPostTypes.class.php:48
555
- msgid "No bookings found"
556
- msgstr "Geen reserveringen gevonden"
557
-
558
- #: ../includes/CustomPostTypes.class.php:49
559
- msgid "No bookings found in trash"
560
- msgstr "Geen reserveringen gevonden in de prullemand"
561
-
562
- #: ../includes/CustomPostTypes.class.php:50
563
- msgid "All Bookings"
564
- msgstr "Alle reserveringen"
565
-
566
- #: ../includes/CustomPostTypes.class.php:80
567
- msgctxt "Booking status when it is pending review"
568
- msgid "Pending"
569
- msgstr "In afwachting"
570
-
571
- #: ../includes/CustomPostTypes.class.php:86
572
- msgctxt "Booking status for a confirmed booking"
573
- msgid "Confirmed"
574
- msgstr "Bevestigd"
575
-
576
- #: ../includes/CustomPostTypes.class.php:93
577
- #, php-format
578
- msgid "Confirmed <span class=\"count\">(%s)</span>"
579
- msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
580
- msgstr[0] ""
581
- "Bevestigd \n"
582
- "<span class=\"count\">(%s)</span>"
583
- msgstr[1] ""
584
- "Bevestigd \n"
585
- "<span class=\"count\">(%s)</span>"
586
-
587
- #: ../includes/CustomPostTypes.class.php:97
588
- msgctxt "Booking status for a closed booking"
589
- msgid "Closed"
590
- msgstr "Gesloten"
591
-
592
- #: ../includes/CustomPostTypes.class.php:104
593
- #, php-format
594
- msgid "Closed <span class=\"count\">(%s)</span>"
595
- msgid_plural "Closed <span class=\"count\">(%s)</span>"
596
- msgstr[0] ""
597
- "Gesloten \n"
598
- "<span class=\"count\">(%s)</span>"
599
- msgstr[1] ""
600
- "Gesloten \n"
601
- "<span class=\"count\">(%s)</span>"
602
-
603
- #: ../includes/Notification.class.php:87
604
- msgid "View pending bookings"
605
- msgstr "Bekijk nog niet bevestigde reserveringen"
606
-
607
- #: ../includes/Notification.class.php:88
608
- msgid "Confirm this booking"
609
- msgstr "Bevestig deze reservering"
610
-
611
- #: ../includes/Notification.class.php:89
612
- msgid "Reject this booking"
613
- msgstr "Weiger deze reservering"
614
-
615
- #: ../includes/Settings.class.php:83
616
- msgid ""
617
- "Thanks, your booking request is waiting to be confirmed. Updates will be "
618
- "sent to the email address you provided."
619
- msgstr ""
620
- "Vriendelijk bedankt, \n"
621
- "uw reserveringsaanvraag is in afwachting om te worden bevestigd."
622
-
623
- #: ../includes/Settings.class.php:84
624
- msgctxt ""
625
- "Default date format for display. Must match formatting rules at http://amsul."
626
- "ca/pickadate.js/date.htm#formatting-rules"
627
- msgid "mmmm d, yyyy"
628
- msgstr ""
629
- "d \n"
630
- "mmmm, yyyy"
631
-
632
- #: ../includes/Settings.class.php:85
633
- msgctxt ""
634
- "Default time format for display. Must match formatting rules at http://amsul."
635
- "ca/pickadate.js/time.htm#formats"
636
- msgid "h:i A"
637
- msgstr "h:i A"
638
-
639
- #: ../includes/Settings.class.php:86
640
- msgctxt "Default interval in minutes when selecting a time."
641
- msgid "30"
642
- msgstr "30"
643
-
644
- #: ../includes/Settings.class.php:96
645
- msgctxt "Default email subject for admin notifications of new bookings"
646
- msgid "New Booking Request"
647
- msgstr "Nieuwe reserverings aanvraag"
648
-
649
- #: ../includes/Settings.class.php:97
650
- msgctxt ""
651
- "Default email sent to the admin when a new booking request is made. The tags "
652
- "in {brackets} will be replaced by the appropriate content and should be left "
653
- "in place. HTML is allowed, but be aware that many email clients do not "
654
- "handle HTML very well."
655
- msgid ""
656
- "A new booking request has been made at {site_name}:\n"
657
- "\n"
658
- "{user_name}\n"
659
- "{party} people\n"
660
- "{date}\n"
661
- "\n"
662
- "{bookings_link}\n"
663
- "{confirm_link}\n"
664
- "{close_link}\n"
665
- "\n"
666
- "&nbsp;\n"
667
- "\n"
668
- "<em>This message was sent by {site_link} on {current_time}.</em>"
669
- msgstr ""
670
- "Een nieuwe reserveringsaanvraag is gedaan op {site_name}:\n"
671
- "\n"
672
- "{user_name}\n"
673
- "{party} personen\n"
674
- "{date}\n"
675
- "\n"
676
- "{bookings_link}\n"
677
- "{confirm_link}\n"
678
- "{close_link}\n"
679
- "\n"
680
- "&nbsp;"
681
-
682
- #: ../includes/Settings.class.php:115
683
- #, php-format
684
- msgctxt ""
685
- "Default email subject sent to user when they request a booking. %s will be "
686
- "replaced by the website name"
687
- msgid "Your booking at %s is pending"
688
- msgstr "Uw reservering voor %s is in afwachting van bevestiging"
689
-
690
- #: ../includes/Settings.class.php:116
691
- msgctxt ""
692
- "Default email sent to users when they make a new booking request. The tags "
693
- "in {brackets} will be replaced by the appropriate content and should be left "
694
- "in place. HTML is allowed, but be aware that many email clients do not "
695
- "handle HTML very well."
696
- msgid ""
697
- "Thanks {user_name},\n"
698
- "\n"
699
- "Your booking request is <strong>waiting to be confirmed</strong>.\n"
700
- "\n"
701
- "Give us a few moments to make sure that we've got space for you. You will "
702
- "receive another email from us soon. If this request was made outside of our "
703
- "normal working hours, we may not be able to confirm it until we're open "
704
- "again.\n"
705
- "\n"
706
- "<strong>Your request details:</strong>\n"
707
- "{user_name}\n"
708
- "{party} people\n"
709
- "{date}\n"
710
- "\n"
711
- "&nbsp;\n"
712
- "\n"
713
- "<em>This message was sent by {site_link} on {current_time}.</em>"
714
- msgstr ""
715
- "Beadankt {user_name},\n"
716
- "\n"
717
- "Uw reservering is <strong>wachtende op bevestiging</strong>.\n"
718
- "\n"
719
- "\n"
720
- "Geef ons een momentje om te zien of we nog ruimte hebben voor u . U zal een "
721
- "andere e-mail zo snel mogelijk van ons ontvangen. Als dit verzoek werd "
722
- "gedaan werd buiten onze normale werktijden , kunnen we niet in staat zijn om "
723
- "het te bevestigen totdat we weer geopend zijn.\n"
724
- "\n"
725
- "\n"
726
- "<strong>Uw reservering details:</strong>\n"
727
- "{user_name}\n"
728
- "{party} personen\n"
729
- "{date}\n"
730
- "\n"
731
- "&nbsp;\n"
732
- "\n"
733
- "<em>Dit bericht is verzonden door {site_link} op {current_time}.</em>"
734
-
735
- #: ../includes/Settings.class.php:135
736
- #, php-format
737
- msgctxt ""
738
- "Default email subject sent to user when their booking is confirmed. %s will "
739
- "be replaced by the website name"
740
- msgid "Your booking at %s is confirmed"
741
- msgstr "Uw reservering op %s is bevestigd"
742
-
743
- #: ../includes/Settings.class.php:136
744
- msgctxt ""
745
- "Default email sent to users when they make a new booking request. The tags "
746
- "in {brackets} will be replaced by the appropriate content and should be left "
747
- "in place. HTML is allowed, but be aware that many email clients do not "
748
- "handle HTML very well."
749
- msgid ""
750
- "Hi {user_name},\n"
751
- "\n"
752
- "Your booking request has been <strong>confirmed</strong>. We look forward to "
753
- "seeing you soon.\n"
754
- "\n"
755
- "<strong>Your booking:</strong>\n"
756
- "{user_name}\n"
757
- "{party} people\n"
758
- "{date}\n"
759
- "\n"
760
- "&nbsp;\n"
761
- "\n"
762
- "<em>This message was sent by {site_link} on {current_time}.</em>"
763
- msgstr ""
764
- "Hallo {user_name},\n"
765
- "\n"
766
- "Uw reservering is<strong>bevestigd</strong>. We kijken er naar julie komst "
767
- "uit.\n"
768
- "\n"
769
- "<strong>Uw reservering:</strong>\n"
770
- "{user_name}\n"
771
- "{party} personen\n"
772
- "{date}\n"
773
- "\n"
774
- "&nbsp;\n"
775
- "\n"
776
- "<em>\n"
777
- "Dit bericht is verzonden door {site_link} op {current_time}.\n"
778
- "</em>"
779
-
780
- #: ../includes/Settings.class.php:153
781
- #, php-format
782
- msgctxt ""
783
- "Default email subject sent to user when their booking is rejected. %s will "
784
- "be replaced by the website name"
785
- msgid "Your booking at %s was not accepted"
786
- msgstr "Uw reservering op %s is helaas niet mogelijk"
787
-
788
- #: ../includes/Settings.class.php:154
789
- msgctxt ""
790
- "Default email sent to users when they make a new booking request. The tags "
791
- "in {brackets} will be replaced by the appropriate content and should be left "
792
- "in place. HTML is allowed, but be aware that many email clients do not "
793
- "handle HTML very well."
794
- msgid ""
795
- "Hi {user_name},\n"
796
- "\n"
797
- "Sorry, we could not accomodate your booking request. We're full or not open "
798
- "at the time you requested:\n"
799
- "\n"
800
- "{user_name}\n"
801
- "{party} people\n"
802
- "{date}\n"
803
- "\n"
804
- "&nbsp;\n"
805
- "\n"
806
- "<em>This message was sent by {site_link} on {current_time}.</em>"
807
- msgstr ""
808
- "Hallo {user_name},\n"
809
- "\n"
810
- "\n"
811
- "Sorry , we kunnen uw reservering verzoek \n"
812
- "niet \n"
813
- "bevestigen. We zijn vol of niet geopend op het moment dat u wilde reserveren:"
814
- "\n"
815
- "\n"
816
- "\n"
817
- "{user_name}\n"
818
- "{party} personen\n"
819
- "{date}\n"
820
- "\n"
821
- "&nbsp;\n"
822
- "\n"
823
- "<em>\n"
824
- "Dit bericht is verzonden door {site_link} op {current_time}.\n"
825
- "</em>"
826
-
827
- #: ../includes/Settings.class.php:218 ../includes/Settings.class.php:219
828
- msgid "Settings"
829
- msgstr "Instellingen"
830
-
831
- #: ../includes/Settings.class.php:231
832
- msgid "General"
833
- msgstr "Algemeen"
834
-
835
- #: ../includes/Settings.class.php:242
836
- msgid "Booking Page"
837
- msgstr "Reserveringspagina"
838
-
839
- #: ../includes/Settings.class.php:243
840
- msgid ""
841
- "Select a page on your site to automatically display the booking form and "
842
- "confirmation message."
843
- msgstr ""
844
- "Selecteer een pagina op uw site om het boekingsformulier en de bevestiging "
845
- "automatisch weer te geven."
846
-
847
- #: ../includes/Settings.class.php:259
848
- msgid "Max Party Size"
849
- msgstr "Maximum aantal personen"
850
-
851
- #: ../includes/Settings.class.php:260
852
- msgid ""
853
- "Set a maximum allowed party size for bookings. Leave it empty to allow "
854
- "parties of any size."
855
- msgstr ""
856
- "Stel een maximum toegestaan aantal personen voor reserveringen. Laat dit "
857
- "veld leeg om partijen van elke omvang mogelijk te maken."
858
-
859
- #: ../includes/Settings.class.php:261
860
- msgid "No limit"
861
- msgstr "Geen limiet"
862
-
863
- #: ../includes/Settings.class.php:271
864
- msgid "Success Message"
865
- msgstr "Bericht geslaagd"
866
-
867
- #: ../includes/Settings.class.php:272
868
- msgid "Enter the message to display when a booking request is made."
869
- msgstr ""
870
- "Voer hier het bericht in dat wordt weergegeven wanneer een reservering "
871
- "verzoek wordt ingediend."
872
-
873
- #: ../includes/template-functions.php:84
874
- msgid "Book a table"
875
- msgstr "Reserveer een tafel "
876
-
877
- #: ../includes/template-functions.php:89 ../includes/WP_List_Table.BookingsTable.
878
- #: class.php:267 ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.
879
- #: class.php:365
880
- msgid "Date"
881
- msgstr "Datum"
882
-
883
- #: ../includes/template-functions.php:96
884
- msgid "Time"
885
- msgstr "Tijd"
886
-
887
- #: ../includes/template-functions.php:103 ../includes/WP_List_Table.BookingsTable.
888
- #: class.php:268
889
- msgid "Party"
890
- msgstr "Aantal personen (vul een getal in)"
891
-
892
- #: ../includes/template-functions.php:110
893
- msgid "Contact Details"
894
- msgstr "Contact Gegevens"
895
-
896
- #: ../includes/template-functions.php:115 ../includes/WP_List_Table.BookingsTable.
897
- #: class.php:269
898
- msgid "Name"
899
- msgstr "Naam"
900
-
901
- #: ../includes/template-functions.php:122 ../includes/WP_List_Table.BookingsTable.
902
- #: class.php:270
903
- msgid "Email"
904
- msgstr "Email"
905
-
906
- #: ../includes/template-functions.php:129 ../includes/WP_List_Table.BookingsTable.
907
- #: class.php:271
908
- msgid "Phone"
909
- msgstr "Telefoonnummer"
910
-
911
- #: ../includes/template-functions.php:135
912
- msgid "Add a Message"
913
- msgstr "Voeg een bericht toe"
914
-
915
- #: ../includes/template-functions.php:141 ../includes/WP_List_Table.BookingsTable.
916
- #: class.php:272
917
- msgid "Message"
918
- msgstr "Bericht"
919
-
920
- #: ../includes/template-functions.php:146
921
- msgid "Request Booking"
922
- msgstr "Vraag reservering aan"
923
-
924
- #: ../includes/WP_List_Table.BookingsTable.class.php:172 ..
925
- #: includes/WP_List_Table.BookingsTable.class.php:235
926
- msgid "All"
927
- msgstr "Alle"
928
-
929
- #: ../includes/WP_List_Table.BookingsTable.class.php:173
930
- msgid "Today"
931
- msgstr "Vandaag"
932
-
933
- #: ../includes/WP_List_Table.BookingsTable.class.php:174
934
- msgid "Upcoming"
935
- msgstr "Aanstaande"
936
-
937
- #: ../includes/WP_List_Table.BookingsTable.class.php:180
938
- msgctxt "Separator between two dates in a date range"
939
- msgid "&mdash;"
940
- msgstr "&mdash;"
941
-
942
- #: ../includes/WP_List_Table.BookingsTable.class.php:192
943
- msgid "Start Date:"
944
- msgstr "Start datum:"
945
-
946
- #: ../includes/WP_List_Table.BookingsTable.class.php:193
947
- msgid "Start Date"
948
- msgstr "Start datum"
949
-
950
- #: ../includes/WP_List_Table.BookingsTable.class.php:194
951
- msgid "End Date:"
952
- msgstr "Eind datum:"
953
-
954
- #: ../includes/WP_List_Table.BookingsTable.class.php:195
955
- msgid "End Date"
956
- msgstr "Eind datum"
957
-
958
- #: ../includes/WP_List_Table.BookingsTable.class.php:196
959
- msgid "Apply"
960
- msgstr "Pas toe"
961
-
962
- #: ../includes/WP_List_Table.BookingsTable.class.php:198
963
- msgid "Clear Filter"
964
- msgstr "Verwijder filter"
965
-
966
- #: ../includes/WP_List_Table.BookingsTable.class.php:236
967
- msgid "Pending"
968
- msgstr "In afwachting"
969
-
970
- #: ../includes/WP_List_Table.BookingsTable.class.php:237
971
- msgid "Confirmed"
972
- msgstr "Bevestigd"
973
-
974
- #: ../includes/WP_List_Table.BookingsTable.class.php:238
975
- msgid "Closed"
976
- msgstr "Gesloten"
977
-
978
- #: ../includes/WP_List_Table.BookingsTable.class.php:239
979
- msgid "Trash"
980
- msgstr "Prullebak"
981
-
982
- #: ../includes/WP_List_Table.BookingsTable.class.php:273
983
- msgid "Status"
984
- msgstr "Status"
985
-
986
- #: ../includes/WP_List_Table.BookingsTable.class.php:324
987
- msgctxt "Status label for bookings put in the trash"
988
- msgid "Trash"
989
- msgstr "Prullebak"
990
-
991
- #: ../includes/WP_List_Table.BookingsTable.class.php:356
992
- msgid "Delete"
993
- msgstr "Verwijder"
994
-
995
- #: ../includes/WP_List_Table.BookingsTable.class.php:357
996
- msgid "Set To Confirmed"
997
- msgstr "Ingesteld voor bevestiging"
998
-
999
- #: ../includes/WP_List_Table.BookingsTable.class.php:358
1000
- msgid "Set To Pending Review"
1001
- msgstr "Ingesteld in afwachting van bevestiging"
1002
-
1003
- #: ../includes/WP_List_Table.BookingsTable.class.php:359
1004
- msgid "Set To Closed"
1005
- msgstr "Ingesteld om gesloten te worden"
1006
-
1007
- #: ../includes/WP_List_Table.BookingsTable.class.php:471
1008
- #, php-format
1009
- msgid "%d booking deleted successfully."
1010
- msgid_plural "%d bookings deleted successfully."
1011
- msgstr[0] "%d reservering succesvol verwijderd"
1012
- msgstr[1] "%d reserveringen succesvol verwijderd"
1013
-
1014
- #: ../includes/WP_List_Table.BookingsTable.class.php:474
1015
- #, php-format
1016
- msgid "%d booking confirmed."
1017
- msgid_plural "%d bookings confirmed."
1018
- msgstr[0] "%d reservering bevestigd."
1019
- msgstr[1] "%d reserveringen bevestigd."
1020
-
1021
- #: ../includes/WP_List_Table.BookingsTable.class.php:477
1022
- #, php-format
1023
- msgid "%d booking set to pending."
1024
- msgid_plural "%d bookings set to pending."
1025
- msgstr[0] "%d reserveringsstatus is in wachtende op bevestiging."
1026
- msgstr[1] "%d reserveringenstatus is in wachtende op bevestiging."
1027
-
1028
- #: ../includes/WP_List_Table.BookingsTable.class.php:480
1029
- #, php-format
1030
- msgid "%d booking closed."
1031
- msgid_plural "%d bookings closed."
1032
- msgstr[0] "%d reservering gesloten."
1033
- msgstr[1] "%d reserveringen gesloten."
1034
-
1035
- #: ../includes/WP_List_Table.BookingsTable.class.php:492
1036
- #, php-format
1037
- msgid "%d booking had errors and could not be processed."
1038
- msgid_plural "%d bookings had errors and could not be processed."
1039
- msgstr[0] "%d uw reservering heeft fouten en kan niet worden verwerkt."
1040
- msgstr[1] "%d uw reserveringen heben fouten en kunnen niet worden verwerkt."
1041
-
1042
- #: ../includes/WP_Widget.BookingFormWidget.class.php:25
1043
- msgid "Booking Form"
1044
- msgstr "Reserveringsformulier"
1045
-
1046
- #: ../includes/WP_Widget.BookingFormWidget.class.php:26
1047
- msgid "Display a form to accept bookings."
1048
- msgstr "Toon een formulier om reserveringen te aanvaarden."
1049
-
1050
- #: ../includes/WP_Widget.BookingFormWidget.class.php:64
1051
- msgid "Title"
1052
- msgstr "Titel"
1053
-
1054
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:266
1055
- msgid "Add new scheduling rule"
1056
- msgstr "Voeg een nieuwe planningsregel toe"
1057
-
1058
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:293 ..
1059
- #: lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:306
1060
- msgctxt "Format of a scheduling rule"
1061
- msgid "Weekly"
1062
- msgstr "Wekelijks"
1063
-
1064
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:295 ..
1065
- #: lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:314
1066
- msgctxt "Format of a scheduling rule"
1067
- msgid "Monthly"
1068
- msgstr "Maandelijks"
1069
-
1070
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:297 ..
1071
- #: lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:322
1072
- msgctxt "Format of a scheduling rule"
1073
- msgid "Date"
1074
- msgstr "Datum"
1075
-
1076
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:333
1077
- msgctxt "Label for selecting days of the week in a scheduling rule"
1078
- msgid "Days of the week"
1079
- msgstr "Dagen van de week"
1080
-
1081
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:349
1082
- msgctxt "Label for selecting weeks of the month in a scheduling rule"
1083
- msgid "Weeks of the month"
1084
- msgstr "Weken van de maand"
1085
-
1086
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:380
1087
- msgctxt "Label to select time slot for a scheduling rule"
1088
- msgid "Time"
1089
- msgstr "Tijd"
1090
-
1091
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:385
1092
- msgctxt "Label to set a scheduling rule to last all day"
1093
- msgid "All day"
1094
- msgstr "Gehele dag"
1095
-
1096
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:394
1097
- msgctxt "Label for the starting time of a scheduling rule"
1098
- msgid "Start"
1099
- msgstr "Start"
1100
-
1101
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:402
1102
- msgctxt "Label for the ending time of a scheduling rule"
1103
- msgid "End"
1104
- msgstr "Eind"
1105
-
1106
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:411
1107
- msgctxt "Prompt displayed when a scheduling rule is set without any time restrictions."
1108
- msgid ""
1109
- "All day long. Want to <a href=\"#\" data-format=\"time-slot\">set a time "
1110
- "slot</a>?"
1111
- msgstr ""
1112
- "Ghele dag. Wilt u <a href=\"#\" data-format=\"time-slot\">een tijdsperiode "
1113
- "instellen</a>?"
1114
-
1115
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:430 ..
1116
- #: lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:433
1117
- msgid "Open and close this rule"
1118
- msgstr "Openen en sluiten van deze regel"
1119
-
1120
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:436
1121
- msgid "Delete rule"
1122
- msgstr "Verwijder regel"
1123
-
1124
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:439
1125
- msgid "Delete scheduling rule"
1126
- msgstr "Verwijder planningsregel"
1127
-
1128
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:523
1129
- msgctxt ""
1130
- "Brief default description of a scheduling rule when no weekdays or weeks are "
1131
- "included in the rule."
1132
- msgid "Never"
1133
- msgstr "Nooit"
1134
-
1135
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:524
1136
- msgctxt ""
1137
- "Brief default description of a scheduling rule when all the weekdays/weeks "
1138
- "are included in the rule."
1139
- msgid "Every day"
1140
- msgstr "Elke dag"
1141
-
1142
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:525
1143
- msgctxt ""
1144
- "Brief default description of a scheduling rule when some weekdays are "
1145
- "included on only some weeks of the month. The {days} and {weeks} bits should "
1146
- "be left alone and will be replaced by a comma-separated list of days (the "
1147
- "first one) and weeks (the second one) in the following format: M, T, W on "
1148
- "the first, second week of the month"
1149
- msgid "{days} on the {weeks} week of the month"
1150
- msgstr "{days} van de {weeks} week van de maand"
1151
-
1152
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:526
1153
- msgctxt ""
1154
- "Brief description of a scheduling rule when some weeks of the month are "
1155
- "included but all or no weekdays are selected. {weeks} should be left alone "
1156
- "and will be replaced by a comma-separated list of weeks (the second one) in "
1157
- "the following format: First, second week of the month"
1158
- msgid "{weeks} week of the month"
1159
- msgstr "{weeks} week van de maand"
1160
-
1161
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:527
1162
- msgctxt "Brief default description of a scheduling rule when no times are set"
1163
- msgid "All day"
1164
- msgstr "Elke dag"
1165
-
1166
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:528
1167
- msgctxt ""
1168
- "Brief default description of a scheduling rule when an end time is set but "
1169
- "no start time. If the end time is 6pm, it will read: Ends at 6pm."
1170
- msgid "Ends at"
1171
- msgstr "Eindigd op"
1172
-
1173
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:529
1174
- msgctxt ""
1175
- "Brief default description of a scheduling rule when a start time is set but "
1176
- "no end time. If the start time is 6pm, it will read: Starts at 6pm."
1177
- msgid "Starts at"
1178
- msgstr "Begint op"
1179
-
1180
- #: ../lib/simple-admin-pages/classes/AdminPageSetting.Scheduler.class.php:530
1181
- msgctxt "Default separator between times of a scheduling rule."
1182
- msgid "&mdash;"
1183
- msgstr "&mdash;"