Restaurant Reservations - Version 1.7.4

Version Description

Download this release

Release Info

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

Code changes from version 1.7.3 to 1.7.4

assets/js/booking-form.js CHANGED
@@ -30,6 +30,12 @@ jQuery(document).ready(function ($) {
30
  $( '.rtb-booking-form .add-message a' ).trigger( 'click' );
31
  }
32
 
 
 
 
 
 
 
33
  // Enable datepickers on load
34
  if ( typeof rtb_pickadate !== 'undefined' ) {
35
 
@@ -368,7 +374,7 @@ jQuery(document).ready(function ($) {
368
  rtb_booking_form.get_earliest_time = function( start_time, selected_date, current_date ) {
369
 
370
  // Only make adjustments for current day selections
371
- if ( selected_date.getDate() !== current_date.getDate() ) {
372
  return start_time;
373
  }
374
 
30
  $( '.rtb-booking-form .add-message a' ).trigger( 'click' );
31
  }
32
 
33
+ // Disable the submit button when the booking form is submitted
34
+ $( '.rtb-booking-form form' ).submit( function() {
35
+ $(this).find( 'button[type="submit"]' ).prop( 'disabled', 'disabled' );
36
+ return true;
37
+ } );
38
+
39
  // Enable datepickers on load
40
  if ( typeof rtb_pickadate !== 'undefined' ) {
41
 
374
  rtb_booking_form.get_earliest_time = function( start_time, selected_date, current_date ) {
375
 
376
  // Only make adjustments for current day selections
377
+ if ( selected_date.toDateString() !== current_date.toDateString() ) {
378
  return start_time;
379
  }
380
 
languages/restaurant-reservations-pl_PL.mo ADDED
Binary file
languages/restaurant-reservations-pl_PL.po ADDED
@@ -0,0 +1,1581 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2016 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.6\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/restaurant-"
7
+ "reservations\n"
8
+ "POT-Creation-Date: 2016-11-11 11:18+0100\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2016-11-11 17:52+0100\n"
13
+ "Language-Team: \n"
14
+ "X-Generator: Poedit 1.8.11\n"
15
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
16
+ "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
17
+ "esc_html_x:1,2c\n"
18
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19
+ "|| n%100>=20) ? 1 : 2);\n"
20
+ "X-Poedit-SourceCharset: UTF-8\n"
21
+ "X-Poedit-Basepath: ..\n"
22
+ "X-Textdomain-Support: yes\n"
23
+ "Last-Translator: \n"
24
+ "Language: pl_PL\n"
25
+ "X-Poedit-SearchPath-0: .\n"
26
+
27
+ #: includes/Addons.class.php:101
28
+ #: includes/WP_List_Table.BookingsTable.class.php:400
29
+ msgid "Loading"
30
+ msgstr "Ładowanie"
31
+
32
+ #: includes/Addons.class.php:138
33
+ msgid "Addons for Restaurant Reservations"
34
+ msgstr "Dodatki do Rezerwacja Restauracji"
35
+
36
+ #: includes/Addons.class.php:160
37
+ msgid "You have been logged out. Please login again to retrieve the addons."
38
+ msgstr "Zostałeś wylogowany. Zaloguj się ponownie do pobierania dodatków."
39
+
40
+ #: includes/Addons.class.php:176
41
+ msgid ""
42
+ "You do not have permission to access this page. Please login to an "
43
+ "administrator account if you have one."
44
+ msgstr ""
45
+ "Nie masz dostępu do tej części witryny. Proszę zalogować się na konto "
46
+ "administratora, jeśli masz."
47
+
48
+ #: includes/Addons.class.php:204
49
+ msgid ""
50
+ "The addons list could not be retrieved. Please <a href=\"\">try again</a>. "
51
+ "If the problem persists over time, please report it on the <a href=\"http://"
52
+ "wordpress.org/support/plugin/restaurant-reservations\" target=\"_blank"
53
+ "\">support forums</a>."
54
+ msgstr ""
55
+ "Lista dodatków nie mogła być odzyskana. Proszę <a href=\"\">spróbować "
56
+ "ponownie</a> . Jeśli problem nie zostanie rozwiązany w czasie, zgłoś to na "
57
+ "<a href=\"http://wordpress.org/support/plugin/restaurant-reservations\" "
58
+ "target=\"_blank\">forum wsparcia</a> ."
59
+
60
+ #: includes/AdminBookings.class.php:84
61
+ msgid "Restaurant Bookings"
62
+ msgstr "Rezerwacje restauracji"
63
+
64
+ #: includes/AdminBookings.class.php:85 includes/CustomPostTypes.class.php:42
65
+ msgid "Add New"
66
+ msgstr "Dodaj nowy"
67
+
68
+ #: includes/AdminBookings.class.php:123 includes/AdminBookings.class.php:225
69
+ msgid "Columns"
70
+ msgstr "Kolumny"
71
+
72
+ #: includes/AdminBookings.class.php:163 restaurant-reservations.php:235
73
+ msgid "Add Booking"
74
+ msgstr "Dodaj Rezerwację"
75
+
76
+ #: includes/AdminBookings.class.php:166 includes/AdminBookings.class.php:207
77
+ #: includes/AdminBookings.class.php:252
78
+ msgid "Cancel"
79
+ msgstr "Anuluj"
80
+
81
+ #: includes/AdminBookings.class.php:187 includes/AdminBookings.class.php:204
82
+ #: includes/WP_List_Table.BookingsTable.class.php:419
83
+ msgid "Send Email"
84
+ msgstr "Wyślij Email"
85
+
86
+ #: includes/AdminBookings.class.php:194
87
+ msgid "Subject"
88
+ msgstr "Temat"
89
+
90
+ #: includes/AdminBookings.class.php:198 includes/Settings.class.php:830
91
+ #: includes/WP_List_Table.BookingsTable.class.php:441
92
+ msgid "Message"
93
+ msgstr "Wiadomość"
94
+
95
+ #: includes/AdminBookings.class.php:249
96
+ msgid "Update"
97
+ msgstr "Aktualizuj"
98
+
99
+ #: includes/AdminBookings.class.php:268 includes/AdminBookings.class.php:277
100
+ msgid "Close"
101
+ msgstr "Zamknij"
102
+
103
+ #: includes/AdminBookings.class.php:343
104
+ msgid "Booking Status"
105
+ msgstr "Status rezerwacji"
106
+
107
+ #: includes/AdminBookings.class.php:351
108
+ msgid "Send notifications"
109
+ msgstr "Wyślij powiadomienie"
110
+
111
+ #: includes/AdminBookings.class.php:356
112
+ msgid "Learn more"
113
+ msgstr "Więcej"
114
+
115
+ #: includes/AdminBookings.class.php:357
116
+ msgid ""
117
+ "When adding a booking or changing a booking's status with this form, no "
118
+ "email notifications will be sent. Check this option if you want to send "
119
+ "email notifications."
120
+ msgstr ""
121
+ "Podczas dodawania rezerwacji lub zmieniając status rezerwacji z tego "
122
+ "formularza, e-mail nie zostanie wysłany. Zaznacz tę opcję, jeśli chcesz "
123
+ "wysłać powiadomienie."
124
+
125
+ #: includes/AdminBookings.class.php:411
126
+ msgid "You have been logged out. Please %slogin again%s."
127
+ msgstr "Zostałeś wylogowany. %sZaloguj się%s ponownie."
128
+
129
+ #: includes/AdminBookings.class.php:447
130
+ msgid ""
131
+ "This booking has been sent to the %sTrash%s where it can not be edited. Set "
132
+ "the booking to Pending or Confirmed to edit it."
133
+ msgstr ""
134
+ "Ta rezerwacja została przeniesiona do %sKosza%s gdzie nie można jej "
135
+ "edytować. Ustaw tą rezerwację jako Oczekującją lub Potwierdzoną aby móc ją "
136
+ "edytować."
137
+
138
+ #: includes/AdminBookings.class.php:464
139
+ msgid ""
140
+ "The booking could not be retrieved. Please reload the page and try again."
141
+ msgstr ""
142
+ "Tej rezerwacji nie można odebrać. Proszę odśwież tą stronę i spróbuj jeszcze "
143
+ "raz."
144
+
145
+ #: includes/AdminBookings.class.php:546
146
+ msgid ""
147
+ "Unable to trash this post. Please try again. If you continue to have "
148
+ "trouble, please refresh the page."
149
+ msgstr ""
150
+ "Nie można przenieść tego do kosza. Spróbuj ponownie. Jeśli problem będzie "
151
+ "się powtarzał, proszę odświerzyć stronę."
152
+
153
+ #: includes/AdminBookings.class.php:588
154
+ msgid "Please enter a message before sending the email."
155
+ msgstr "Wpisz treść wiadomości przed wysłaniem e-maila."
156
+
157
+ #: includes/AdminBookings.class.php:597
158
+ msgid ""
159
+ "The email could not be sent because some critical information was missing."
160
+ msgstr ""
161
+ "Email nie może zostać wysłany ponieważ nie podano krytycznych informacji."
162
+
163
+ #: includes/AdminBookings.class.php:609
164
+ msgid "There was an error loading the booking and the email was not sent."
165
+ msgstr ""
166
+ "Wystąpił błąd podczas ładowania tej rezerwacji i e-mail nie został wysłany."
167
+
168
+ #: includes/AdminBookings.class.php:647
169
+ msgid "You must select at least one column to display."
170
+ msgstr "Zaznacz minimum jedną kolumnę do wyświetlenia."
171
+
172
+ #: includes/AdminPageSettingLicenseKey.class.php:193
173
+ msgid "Invalid"
174
+ msgstr "Nieprawidłowe"
175
+
176
+ #: includes/Booking.class.php:180
177
+ msgid "Please enter the date you would like to book."
178
+ msgstr "Proszę wybrać datę kiedy chcesz dokonać rezerwacji."
179
+
180
+ #: includes/Booking.class.php:190
181
+ msgid ""
182
+ "The date you entered is not valid. Please select from one of the dates in "
183
+ "the calendar."
184
+ msgstr ""
185
+ "Wprowadzona data jest nieprawidłowa. Wybierz jedną z wyświetlonego "
186
+ "kalendarza."
187
+
188
+ #: includes/Booking.class.php:201
189
+ msgid "Please enter the time you would like to book."
190
+ msgstr "Podaj czas, który chcesz zarezerwować."
191
+
192
+ #: includes/Booking.class.php:211
193
+ msgid ""
194
+ "The time you entered is not valid. Please select from one of the times "
195
+ "provided."
196
+ msgstr ""
197
+ "Podany przez ciebie czas jest nieprawidłowy. Wybierz z wyświetlonej "
198
+ "propozycji."
199
+
200
+ #: includes/Booking.class.php:231
201
+ msgid "Sorry, bookings can not be made more than %s days in advance."
202
+ msgstr ""
203
+ "Przepraszamy, rezerwacje muszą być zrobione najmniej %s dni przed terminem."
204
+
205
+ #: includes/Booking.class.php:242
206
+ msgid "Sorry, bookings can not be made in the past."
207
+ msgstr "Przepraszamy, rezerwacje nie mogą być w przeszłości."
208
+
209
+ #: includes/Booking.class.php:250
210
+ msgid "Sorry, bookings must be made more than %s days in advance."
211
+ msgstr ""
212
+ "Przepraszamy, rezerwacje muszą być zrobione najwyżej %s dni przed terminem."
213
+
214
+ #: includes/Booking.class.php:252
215
+ msgid "Sorry, bookings must be made more than %s hours in advance."
216
+ msgstr ""
217
+ "Przepraszamy, rezerwacje muszą być zrobione najwyżej %s godzin przed "
218
+ "terminem."
219
+
220
+ #: includes/Booking.class.php:254
221
+ msgid "Sorry, bookings must be made more than %s minutes in advance."
222
+ msgstr ""
223
+ "Przepraszamy, rezerwacje muszą być zrobione najmniej %s minut przed terminem."
224
+
225
+ #: includes/Booking.class.php:294
226
+ msgid "Sorry, no bookings are being accepted then."
227
+ msgstr "Przepraszamy, niestety nie przyjmujemy rezerwacji."
228
+
229
+ #: includes/Booking.class.php:346
230
+ msgid "Sorry, no bookings are being accepted on that date."
231
+ msgstr "Przepraszamy, tego dnia niestety nie przyjmujemy rezerwacji."
232
+
233
+ #: includes/Booking.class.php:352
234
+ msgid "Sorry, no bookings are being accepted at that time."
235
+ msgstr "Przepraszamy, niestety w tym czasie nie przyjmujemy rezerwacji."
236
+
237
+ #: includes/Booking.class.php:374
238
+ msgid "Please enter a name for this booking."
239
+ msgstr "Wpisz imię dla tej rezerwacji."
240
+
241
+ #: includes/Booking.class.php:384
242
+ msgid "Please let us know how many people will be in your party."
243
+ msgstr "Prosimy podać ilość gości."
244
+
245
+ #: includes/Booking.class.php:394
246
+ msgid "We only accept bookings for parties of up to %d people."
247
+ msgstr "Akceptujemy rezerwacje tylko dla imprez do %d osób."
248
+
249
+ #: includes/Booking.class.php:405
250
+ msgid "Please enter an email address so we can confirm your booking."
251
+ msgstr "Podaj adres email abyśmy mogli potwierdzić twoją rezerwację."
252
+
253
+ #: includes/Booking.class.php:427
254
+ msgid "Please complete this field to request a booking."
255
+ msgstr "Wypełnij to pole aby wysłać rezerwację."
256
+
257
+ #: includes/CustomPostTypes.class.php:38 includes/CustomPostTypes.class.php:40
258
+ #: includes/CustomPostTypes.class.php:41
259
+ #: includes/WP_List_Table.BookingsTable.class.php:113
260
+ msgid "Bookings"
261
+ msgstr "Rezerwacje restauracji"
262
+
263
+ #: includes/CustomPostTypes.class.php:39
264
+ #: includes/WP_List_Table.BookingsTable.class.php:112
265
+ msgid "Booking"
266
+ msgstr "Rezerwacja"
267
+
268
+ #: includes/CustomPostTypes.class.php:43
269
+ msgid "Add New Booking"
270
+ msgstr "Dodaj Rezerwację"
271
+
272
+ #: includes/CustomPostTypes.class.php:44 restaurant-reservations.php:236
273
+ msgid "Edit Booking"
274
+ msgstr "Edytuj"
275
+
276
+ #: includes/CustomPostTypes.class.php:45
277
+ msgid "New Booking"
278
+ msgstr "Nowa Rezerwacja"
279
+
280
+ #: includes/CustomPostTypes.class.php:46
281
+ msgid "View Booking"
282
+ msgstr "Zobacz Rezerwację"
283
+
284
+ #: includes/CustomPostTypes.class.php:47
285
+ msgid "Search Bookings"
286
+ msgstr "Szukaj Rezerwacji"
287
+
288
+ #: includes/CustomPostTypes.class.php:48
289
+ msgid "No bookings found"
290
+ msgstr "Nic nie znaleziono"
291
+
292
+ #: includes/CustomPostTypes.class.php:49
293
+ msgid "No bookings found in trash"
294
+ msgstr "W koszu nic nie znaleziono"
295
+
296
+ #: includes/CustomPostTypes.class.php:50
297
+ msgid "All Bookings"
298
+ msgstr "Wszystkie rezerwacje"
299
+
300
+ #: includes/CustomPostTypes.class.php:95
301
+ msgid "Confirmed <span class=\"count\">(%s)</span>"
302
+ msgid_plural "Confirmed <span class=\"count\">(%s)</span>"
303
+ msgstr[0] "Potwierdzona <span class=\"count\">(%s)</span>"
304
+ msgstr[1] "Potwierdzone <span class=\"count\">(%s)</span>"
305
+ msgstr[2] "Potwierdzono <span class=\"count\">(%s)</span>"
306
+
307
+ #: includes/CustomPostTypes.class.php:106
308
+ msgid "Closed <span class=\"count\">(%s)</span>"
309
+ msgid_plural "Closed <span class=\"count\">(%s)</span>"
310
+ msgstr[0] "Zamknięty <span class=\"count\">(%s)</span>"
311
+ msgstr[1] "Zamknięte <span class=\"count\">(%s)</span>"
312
+ msgstr[2] "Zamknięto <span class=\"count\">(%s)</span>"
313
+
314
+ #: includes/Licenses.class.php:119
315
+ msgid "Licenses"
316
+ msgstr "Licencje"
317
+
318
+ #: includes/Licenses.class.php:121
319
+ msgid ""
320
+ "Activate license keys for any commercial addons you have purchased. %sView "
321
+ "all addons%s."
322
+ msgstr ""
323
+ "Aktywacja kluczy licencyjnych dla wszystkich dodatków handlowych, które "
324
+ "zakupiłeś. %sZobacz wszystkie dodatki%s."
325
+
326
+ #: includes/Licenses.class.php:205
327
+ msgid ""
328
+ "Your attempt to deactivate a license key failed. Please try again later or "
329
+ "contact support for help."
330
+ msgstr ""
331
+ "Twoja próba dezaktywacji klucza licencyjnego nie powiodła się. Spróbuj "
332
+ "ponownie później lub skontaktuj się z obsługą."
333
+
334
+ #: includes/Licenses.class.php:209
335
+ msgid ""
336
+ "You have reached the activation limit for this license. If you have the "
337
+ "license activated on other sites you will need to deactivate them or "
338
+ "purchase more license keys from %sTheme of the Crop%s."
339
+ msgstr ""
340
+ "Osiągnięto limit aktywacji dla tej licencji. Jeśli masz licencję aktywowany "
341
+ "w innych miejscach trzeba będzie je wyłączyć lub zakupić więcej kluczy "
342
+ "licencyjnych z %sTheme of the Crop%s."
343
+
344
+ #: includes/Licenses.class.php:211
345
+ msgid ""
346
+ "Your attempt to activate a license key failed. Please check the license key "
347
+ "and try again."
348
+ msgstr ""
349
+ "Twoja próba aktywacji klucza licencyjnego nie powiodła się. Proszę sprawdź "
350
+ "klucz licencyjny i spróbuj ponownie."
351
+
352
+ #: includes/MultipleLocations.class.php:272
353
+ #: includes/MultipleLocations.class.php:375
354
+ #: includes/MultipleLocations.class.php:419
355
+ msgid "Location"
356
+ msgstr "Lokalizacja"
357
+
358
+ #: includes/MultipleLocations.class.php:327
359
+ msgid "Please select a location for your booking."
360
+ msgstr "Wybierz lokalizację twojej rezerwacji."
361
+
362
+ #: includes/MultipleLocations.class.php:334
363
+ msgid "The location you selected is not valid. Please select another location."
364
+ msgstr ""
365
+ "Wybrana przez ciebie lokalizacja jest nieprawidłowa. Proszę wybrać inną."
366
+
367
+ #: includes/MultipleLocations.class.php:469
368
+ msgid "Reservations"
369
+ msgstr "Rezerwacje"
370
+
371
+ #: includes/MultipleLocations.class.php:536
372
+ msgid "Show booking form with this location."
373
+ msgstr "Pokaż rezerwacje dla tej lokalizacji."
374
+
375
+ #: includes/MultipleLocations.class.php:542 includes/Settings.class.php:498
376
+ msgid "Reply-To Name"
377
+ msgstr "Odpowiedzi trafią do (nazwa)"
378
+
379
+ #: includes/MultipleLocations.class.php:546
380
+ msgid ""
381
+ "The name which should appear in the Reply-To field of a user notification "
382
+ "email."
383
+ msgstr ""
384
+ "Nazwa, która powinna pojawić się w polu Reply-to z powiadomień e-mail "
385
+ "użytkownika."
386
+
387
+ #: includes/MultipleLocations.class.php:552 includes/Settings.class.php:510
388
+ msgid "Reply-To Email Address"
389
+ msgstr "Odpowiedzi trafią adres email"
390
+
391
+ #: includes/MultipleLocations.class.php:556 includes/Settings.class.php:511
392
+ msgid ""
393
+ "The email address which should appear in the Reply-To field of a user "
394
+ "notification email."
395
+ msgstr ""
396
+ "Adres e-mail, który powinien pojawić się w polu Reply-to z powiadomień e-"
397
+ "mail użytkownika."
398
+
399
+ #: includes/MultipleLocations.class.php:563
400
+ msgid "Admin Notification Email Address"
401
+ msgstr "Adres email Administratora"
402
+
403
+ #: includes/MultipleLocations.class.php:567
404
+ msgid ""
405
+ "The email address where admin notifications for bookings at this location "
406
+ "should be sent."
407
+ msgstr ""
408
+ "Adres e-mail, gdzie bedą wysłane powiadomienia administracyjne dla tej "
409
+ "lokalizacji."
410
+
411
+ #: includes/Notification.class.php:88
412
+ msgid "View pending bookings"
413
+ msgstr "Zobacz rezerwacje oczekujące"
414
+
415
+ #: includes/Notification.class.php:89
416
+ msgid "Confirm this booking"
417
+ msgstr "Potwierdź tą rezerwację."
418
+
419
+ #: includes/Notification.class.php:90
420
+ msgid "Reject this booking"
421
+ msgstr "Odrzuć tą rezerwację."
422
+
423
+ #: includes/Settings.class.php:230 includes/Settings.class.php:231
424
+ msgid "Settings"
425
+ msgstr "Ustawienia"
426
+
427
+ #: includes/Settings.class.php:243
428
+ msgid "General"
429
+ msgstr "Główne"
430
+
431
+ #: includes/Settings.class.php:254
432
+ msgid "Booking Page"
433
+ msgstr "Strona Rezerwacji"
434
+
435
+ #: includes/Settings.class.php:255
436
+ msgid ""
437
+ "Select a page on your site to automatically display the booking form and "
438
+ "confirmation message."
439
+ msgstr ""
440
+ "Wybierz stronę, na której automatycznie wyświetlony zostanie formularz "
441
+ "rezerwacji i wiadomość potwierdzająca."
442
+
443
+ #: includes/Settings.class.php:271
444
+ msgid "Max Party Size"
445
+ msgstr "Maksymalna ilość gości"
446
+
447
+ #: includes/Settings.class.php:272
448
+ msgid "Set a maximum allowed party size for bookings."
449
+ msgstr "Ustaw maksymalną ilość gości do rezerwowania."
450
+
451
+ #: includes/Settings.class.php:284
452
+ msgid "Success Message"
453
+ msgstr "Widomość powodzenia"
454
+
455
+ #: includes/Settings.class.php:285
456
+ msgid "Enter the message to display when a booking request is made."
457
+ msgstr "Wpisz treść wiadomości, kiedy rezerwacja została wykonana."
458
+
459
+ #: includes/Settings.class.php:296
460
+ msgid "Date Format"
461
+ msgstr "Format daty"
462
+
463
+ #: includes/Settings.class.php:297
464
+ msgid ""
465
+ "Define how the date is formatted on the booking form. %sFormatting rules%s. "
466
+ "This only changes the format on the booking form. To change the date format "
467
+ "in notification messages, modify your general %sWordPress Settings%s."
468
+ msgstr ""
469
+ "Zdefiniuj format daty na formularzu rezerwacyjnym. %sZasady formatu%s. To "
470
+ "zmienia tylko format na formularzu. Aby zmienić format w powiadomieniach, "
471
+ "zmień ustawienia główne w %sUstawieniach WordPress'a%s."
472
+
473
+ #: includes/Settings.class.php:308
474
+ msgid "Time Format"
475
+ msgstr "Format czasu"
476
+
477
+ #: includes/Settings.class.php:309
478
+ msgid ""
479
+ "Define how the time is formatted on the booking form. %sFormatting rules%s. "
480
+ "This only changes the format on the booking form. To change the time format "
481
+ "in notification messages, modify your general %sWordPress Settings%s."
482
+ msgstr ""
483
+ "Zdefiniuj format czasu na formularzu rezerwacyjnym. %sZasady formatu%s. To "
484
+ "zmienia tylko format na formularzu. Aby zmienić format w powiadomieniach, "
485
+ "zmień ustawienia główne w %sUstawieniach WordPress'a%s."
486
+
487
+ #: includes/Settings.class.php:322
488
+ msgid "Language"
489
+ msgstr "Język"
490
+
491
+ #: includes/Settings.class.php:323
492
+ msgid ""
493
+ "Select a language to use for the booking form datepicker if it is different "
494
+ "than your WordPress language setting."
495
+ msgstr ""
496
+ "Wybierz język używany w formularzu rezerwacji, jeśli jest inny, niż "
497
+ "ustawiony w WordPress'ie."
498
+
499
+ #: includes/Settings.class.php:333
500
+ msgid "Booking Schedule"
501
+ msgstr "Harmonogram Rezerwacji"
502
+
503
+ #: includes/Settings.class.php:340
504
+ msgid "Add new scheduling rule"
505
+ msgstr "Dodaj nową regułę harmonogramu"
506
+
507
+ #: includes/Settings.class.php:354
508
+ msgid "Delete scheduling rule"
509
+ msgstr "Skasuj regułę harmonogramu"
510
+
511
+ #: includes/Settings.class.php:371
512
+ msgid "Schedule"
513
+ msgstr "Harmonogram Rezerwacji"
514
+
515
+ #: includes/Settings.class.php:372
516
+ msgid "Define the weekly schedule during which you accept bookings."
517
+ msgstr ""
518
+ "Definiowanie harmonogramu tygodniowego, podczas których przyjmujemy "
519
+ "rezerwacje."
520
+
521
+ #: includes/Settings.class.php:397
522
+ msgid "Exceptions"
523
+ msgstr "Wyjątki"
524
+
525
+ #: includes/Settings.class.php:398
526
+ msgid ""
527
+ "Define special opening hours for holidays, events or other needs. Leave the "
528
+ "time empty if you're closed all day."
529
+ msgstr ""
530
+ "Zdefiniuj nietypowe godziny otwarcia dla świąt, nietypowych wydarzeń lub "
531
+ "innych. Pozostaw puste, jeśli restauracja jest zamknięta cały dzień."
532
+
533
+ #: includes/Settings.class.php:413
534
+ msgid "Early Bookings"
535
+ msgstr "Wczesne Rezerwacje"
536
+
537
+ #: includes/Settings.class.php:414
538
+ msgid ""
539
+ "Select how early customers can make their booking. (Administrators and "
540
+ "Booking Managers are not restricted by this setting.)"
541
+ msgstr ""
542
+ "Zaznacz jak wcześnie klienci mogą dokonać rezerwacji. (Administratorzy i "
543
+ "Menadżerowie Rezerwacji nie są ograniczani tym ustawieniem)."
544
+
545
+ #: includes/Settings.class.php:417
546
+ msgid "Any time"
547
+ msgstr "Dowolnie"
548
+
549
+ #: includes/Settings.class.php:418
550
+ msgid "Up to 1 day in advance"
551
+ msgstr "Do 1-go dnia wcześniej"
552
+
553
+ #: includes/Settings.class.php:419
554
+ msgid "Up to 1 week in advance"
555
+ msgstr "Do 1-go tygodnia wcześniej"
556
+
557
+ #: includes/Settings.class.php:420
558
+ msgid "Up to 2 weeks in advance"
559
+ msgstr "Do 2-ch tygodni wcześniej"
560
+
561
+ #: includes/Settings.class.php:421
562
+ msgid "Up to 30 days in advance"
563
+ msgstr "Do 30-tu dni wcześniej"
564
+
565
+ #: includes/Settings.class.php:422
566
+ msgid "Up to 90 days in advance"
567
+ msgstr "Do 90-ciu dni wcześniej"
568
+
569
+ #: includes/Settings.class.php:433
570
+ msgid "Late Bookings"
571
+ msgstr "Późne Rezerwacje"
572
+
573
+ #: includes/Settings.class.php:434
574
+ msgid ""
575
+ "Select how late customers can make their booking. (Administrators and "
576
+ "Booking Managers are not restricted by this setting.)"
577
+ msgstr ""
578
+ "Zaznacz jak późno klienci mogą dokonać rezerwacji. (Administratorzy i "
579
+ "Menadżerowie Rezerwacji nie są ograniczani tym ustawieniem)."
580
+
581
+ #: includes/Settings.class.php:437
582
+ msgid "Up to the last minute"
583
+ msgstr "Do ostatniej minuty"
584
+
585
+ #: includes/Settings.class.php:438
586
+ msgid "At least 15 minutes in advance"
587
+ msgstr "Przynajmniej 15 minut wcześniej"
588
+
589
+ #: includes/Settings.class.php:439
590
+ msgid "At least 30 minutes in advance"
591
+ msgstr "Przynajmniej 30 minut wcześniej"
592
+
593
+ #: includes/Settings.class.php:440
594
+ msgid "At least 45 minutes in advance"
595
+ msgstr "Przynajmniej 45 minut wcześniej"
596
+
597
+ #: includes/Settings.class.php:441
598
+ msgid "At least 1 hour in advance"
599
+ msgstr "Przynajmniej 1 godzina wcześniej"
600
+
601
+ #: includes/Settings.class.php:442
602
+ msgid "At least 4 hours in advance"
603
+ msgstr "Przynajmniej 4 godziny wcześniej"
604
+
605
+ #: includes/Settings.class.php:443
606
+ msgid "At least 1 day in advance"
607
+ msgstr "Przynajmniej 1 dzień wcześniej"
608
+
609
+ #: includes/Settings.class.php:454
610
+ msgid "Date Pre-selection"
611
+ msgstr "Preselektor daty"
612
+
613
+ #: includes/Settings.class.php:455
614
+ msgid ""
615
+ "When the booking form is loaded, should it automatically attempt to select a "
616
+ "valid date?"
617
+ msgstr ""
618
+ "Gdy formularz jest ładowany, powinien automatycznie próbować wybrać poprawną "
619
+ "datę?"
620
+
621
+ #: includes/Settings.class.php:458
622
+ msgid "Select today if valid"
623
+ msgstr "Wybierz dziś, jeśli dostępne"
624
+
625
+ #: includes/Settings.class.php:459
626
+ msgid "Select today or next valid date"
627
+ msgstr "Wybierz dziś lub następny dostępny termin"
628
+
629
+ #: includes/Settings.class.php:460
630
+ msgid "Leave empty"
631
+ msgstr "Pozostaw puste"
632
+
633
+ #: includes/Settings.class.php:471
634
+ msgid "Time Interval"
635
+ msgstr "Odstęp czasu"
636
+
637
+ #: includes/Settings.class.php:472
638
+ msgid "Select the number of minutes between each available time."
639
+ msgstr "Wybierz liczbę minut pomiędzy każdym dostępnym czasem."
640
+
641
+ #: includes/Settings.class.php:475
642
+ msgid "Every 30 minutes"
643
+ msgstr "Co 30 minut"
644
+
645
+ #: includes/Settings.class.php:476
646
+ msgid "Every 15 minutes"
647
+ msgstr "Co 15 minut"
648
+
649
+ #: includes/Settings.class.php:477
650
+ msgid "Every 10 minutes"
651
+ msgstr "Co 10 minut"
652
+
653
+ #: includes/Settings.class.php:478
654
+ msgid "Every 5 minutes"
655
+ msgstr "Co 5 minut"
656
+
657
+ #: includes/Settings.class.php:487
658
+ msgid "Notifications"
659
+ msgstr "Powiadomienia"
660
+
661
+ #: includes/Settings.class.php:499
662
+ msgid ""
663
+ "The name which should appear in the Reply-To field of a user notification "
664
+ "email"
665
+ msgstr ""
666
+ "Nazwa wyświetlana w polu Replay-To podczas powiadomień emailem użytkownika."
667
+
668
+ #: includes/Settings.class.php:522
669
+ msgid "Admin Notification"
670
+ msgstr "Powiadomienie Administratora"
671
+
672
+ #: includes/Settings.class.php:523
673
+ msgid ""
674
+ "Send an email notification to an administrator when a new booking is "
675
+ "requested."
676
+ msgstr ""
677
+ "Wyślij powiadomienie e-mail do administratora, gdy nowa rezerwacja zostanie "
678
+ "wysłana."
679
+
680
+ #: includes/Settings.class.php:533
681
+ msgid "Admin Email Address"
682
+ msgstr "Adres email Administratora"
683
+
684
+ #: includes/Settings.class.php:534
685
+ msgid "The email address where admin notifications should be sent."
686
+ msgstr "Adres e-mail, gdzie bedą wysłane powiadomienia administracyjne."
687
+
688
+ #: includes/Settings.class.php:543
689
+ msgid "Email Templates"
690
+ msgstr "Szablony email"
691
+
692
+ #: includes/Settings.class.php:545
693
+ msgid ""
694
+ "Adjust the messages that are emailed to users and admins during the booking "
695
+ "process."
696
+ msgstr ""
697
+ "Dostosuj wiadomości, które są wysyłane do użytkowników i administratorów "
698
+ "podczas procesu rezerwacji."
699
+
700
+ #: includes/Settings.class.php:555
701
+ msgid "Template Tags"
702
+ msgstr "Tagi szablonów"
703
+
704
+ #: includes/Settings.class.php:557
705
+ msgid ""
706
+ "Use the following tags to automatically add booking information to the "
707
+ "emails. Tags labeled with an asterisk (*) can be used in the email subject "
708
+ "as well."
709
+ msgstr ""
710
+ "Użyj następujących znaczników do automatycznego dodawania informacji o "
711
+ "rezerwacji do wiadomości. Tagi oznaczone gwiazdką (*) mogą również być "
712
+ "stosowane w temacie e-mail."
713
+
714
+ #: includes/Settings.class.php:568
715
+ msgid "Admin Notification Subject"
716
+ msgstr "Temat powiadomienia dla Administratora"
717
+
718
+ #: includes/Settings.class.php:569
719
+ msgid "The email subject for admin notifications."
720
+ msgstr "Tytuł emaila wysyłanych powiadomień administracyjnych."
721
+
722
+ #: includes/Settings.class.php:580
723
+ msgid "Admin Notification Email"
724
+ msgstr "Email powiadomienia administracyjnego"
725
+
726
+ #: includes/Settings.class.php:581
727
+ msgid ""
728
+ "Enter the email an admin should receive when an initial booking request is "
729
+ "made."
730
+ msgstr ""
731
+ "Wpisz treść emaila, który dostanie Administrator podczas utworzenia nowej "
732
+ "Rezerwacji."
733
+
734
+ #: includes/Settings.class.php:592
735
+ msgid "New Request Email Subject"
736
+ msgstr "Temat emaila przy nowym zgłoszeniu"
737
+
738
+ #: includes/Settings.class.php:593
739
+ msgid ""
740
+ "The email subject a user should receive when they make an initial booking "
741
+ "request."
742
+ msgstr "Temat emaila, który otrzyma rezerwujący."
743
+
744
+ #: includes/Settings.class.php:604
745
+ msgid "New Request Email"
746
+ msgstr "Email nowego zgłoszenia"
747
+
748
+ #: includes/Settings.class.php:605
749
+ msgid ""
750
+ "Enter the email a user should receive when they make an initial booking "
751
+ "request."
752
+ msgstr ""
753
+ "Treść e-maila, którego użytkownik powinien otrzymać w momencie złożenia "
754
+ "wstępnego wniosku rezerwacji."
755
+
756
+ #: includes/Settings.class.php:616
757
+ msgid "Confirmed Email Subject"
758
+ msgstr "Tytuł emaila potwierdzającego"
759
+
760
+ #: includes/Settings.class.php:617
761
+ msgid ""
762
+ "The email subject a user should receive when their booking has been "
763
+ "confirmed."
764
+ msgstr "Temat emaila dla użytkownika, kiedy rezerwacja zostanie potwierdzona."
765
+
766
+ #: includes/Settings.class.php:628
767
+ msgid "Confirmed Email"
768
+ msgstr "Email potwierdzający - treść"
769
+
770
+ #: includes/Settings.class.php:629
771
+ msgid ""
772
+ "Enter the email a user should receive when their booking has been confirmed."
773
+ msgstr "Adres email użytkownika, kiedy rezerwacja zostanie potwierdzona."
774
+
775
+ #: includes/Settings.class.php:640
776
+ msgid "Rejected Email Subject"
777
+ msgstr "Tytuł emaila odrzucającego"
778
+
779
+ #: includes/Settings.class.php:641
780
+ msgid ""
781
+ "The email subject a user should receive when their booking has been rejected."
782
+ msgstr "Temat emaila dla użytkownika, kiedy rezerwacja zostanie odrzucona."
783
+
784
+ #: includes/Settings.class.php:652
785
+ msgid "Rejected Email"
786
+ msgstr "Treść emaila odrzucającego"
787
+
788
+ #: includes/Settings.class.php:653
789
+ msgid ""
790
+ "Enter the email a user should receive when their booking has been rejected."
791
+ msgstr "Adres email użytkownika, kiedy rezerwacja zostanie odrzucona."
792
+
793
+ #: includes/Settings.class.php:664
794
+ msgid "Admin Update Subject"
795
+ msgstr "Tytuł emaila aktualizacyjnego"
796
+
797
+ #: includes/Settings.class.php:665
798
+ msgid ""
799
+ "The email subject a user should receive when an admin sends them a custom "
800
+ "email message from the %sbookings panel%s."
801
+ msgstr ""
802
+ "Tytuł emaila, którego otrzyma użytkownik, gdy administrator wysyła mu "
803
+ "niestandardową wiadomość e-mail z %sbookings panel%s."
804
+
805
+ #: includes/Settings.class.php:683
806
+ msgid "Any size"
807
+ msgstr "Dowolna ilość"
808
+
809
+ #: includes/Settings.class.php:771
810
+ #: includes/integrations/business-profile.php:100
811
+ msgid "Book a table"
812
+ msgstr "Zarezerwuj Stolik"
813
+
814
+ #: includes/Settings.class.php:774
815
+ #: includes/WP_List_Table.BookingsTable.class.php:357
816
+ msgid "Date"
817
+ msgstr "Zaznacz datę"
818
+
819
+ #: includes/Settings.class.php:780
820
+ msgid "Time"
821
+ msgstr "Wybierz czas"
822
+
823
+ #: includes/Settings.class.php:786
824
+ #: includes/WP_List_Table.BookingsTable.class.php:358
825
+ msgid "Party"
826
+ msgstr "Ilość gości:"
827
+
828
+ #: includes/Settings.class.php:799
829
+ msgid "Contact Details"
830
+ msgstr "Dane kontaktowe"
831
+
832
+ #: includes/Settings.class.php:802
833
+ #: includes/WP_List_Table.BookingsTable.class.php:359
834
+ msgid "Name"
835
+ msgstr "Imię"
836
+
837
+ #: includes/Settings.class.php:808
838
+ #: includes/WP_List_Table.BookingsTable.class.php:360
839
+ msgid "Email"
840
+ msgstr "Email"
841
+
842
+ #: includes/Settings.class.php:817
843
+ #: includes/WP_List_Table.BookingsTable.class.php:361
844
+ msgid "Phone"
845
+ msgstr "Telefon"
846
+
847
+ #: includes/Settings.class.php:825
848
+ msgid "Add a Message"
849
+ msgstr "Wiadomość"
850
+
851
+ #: includes/Settings.class.php:875
852
+ msgid "Email of the user who made the booking"
853
+ msgstr "Adres e-mail użytkownika, który dokonał rezerwacji"
854
+
855
+ #: includes/Settings.class.php:876
856
+ msgid "* Name of the user who made the booking"
857
+ msgstr "* Nazwa użytkownika, który dokonał rezerwacji"
858
+
859
+ #: includes/Settings.class.php:877
860
+ msgid "* Number of people booked"
861
+ msgstr "* Liczba osób w tej rezerwacji"
862
+
863
+ #: includes/Settings.class.php:878
864
+ msgid "* Date and time of the booking"
865
+ msgstr "* Data i godzina rezerwacji"
866
+
867
+ #: includes/Settings.class.php:879
868
+ msgid "Phone number if supplied with the request"
869
+ msgstr "Nr telefonu (jeśli podano)"
870
+
871
+ #: includes/Settings.class.php:880
872
+ msgid "Message added to the request"
873
+ msgstr "Wiadomość dodana"
874
+
875
+ #: includes/Settings.class.php:881
876
+ msgid "A link to the admin panel showing pending bookings"
877
+ msgstr "Link do panelu administracyjnego Managera Rezerwacji"
878
+
879
+ #: includes/Settings.class.php:882
880
+ msgid ""
881
+ "A link to confirm this booking. Only include this in admin notifications"
882
+ msgstr ""
883
+ "Link do potwierdzenia tej rezerwacji. Dotyczy tylko powiadomień "
884
+ "administratora."
885
+
886
+ #: includes/Settings.class.php:883
887
+ msgid "A link to reject this booking. Only include this in admin notifications"
888
+ msgstr ""
889
+ "Link do odrzucenia tej rezerwacji. Dotyczy tylko powiadomień administratora."
890
+
891
+ #: includes/Settings.class.php:884
892
+ msgid "The name of this website"
893
+ msgstr "Nazwa strony"
894
+
895
+ #: includes/Settings.class.php:885
896
+ msgid "A link to this website"
897
+ msgstr "Link do strony"
898
+
899
+ #: includes/Settings.class.php:886
900
+ msgid "Current date and time"
901
+ msgstr "Bieżąca data i godzina"
902
+
903
+ #: includes/WP_List_Table.BookingsTable.class.php:233
904
+ msgid "Upcoming"
905
+ msgstr "Nadchodzące"
906
+
907
+ #: includes/WP_List_Table.BookingsTable.class.php:234
908
+ msgid "Today"
909
+ msgstr "Dziś"
910
+
911
+ #: includes/WP_List_Table.BookingsTable.class.php:235
912
+ #: includes/WP_List_Table.BookingsTable.class.php:281
913
+ msgid "All"
914
+ msgstr "Wszystko"
915
+
916
+ #: includes/WP_List_Table.BookingsTable.class.php:242
917
+ msgid "Between dates"
918
+ msgstr "Pomiędzy datami"
919
+
920
+ #: includes/WP_List_Table.BookingsTable.class.php:254
921
+ msgid "Start Date:"
922
+ msgstr "Data początkowa:"
923
+
924
+ #: includes/WP_List_Table.BookingsTable.class.php:255
925
+ msgid "Start Date"
926
+ msgstr "Data początkowa"
927
+
928
+ #: includes/WP_List_Table.BookingsTable.class.php:256
929
+ msgid "End Date:"
930
+ msgstr "Data końcowa:"
931
+
932
+ #: includes/WP_List_Table.BookingsTable.class.php:257
933
+ msgid "End Date"
934
+ msgstr "Data końcowa"
935
+
936
+ #: includes/WP_List_Table.BookingsTable.class.php:258
937
+ msgid "Apply"
938
+ msgstr "Zatwierdź"
939
+
940
+ #: includes/WP_List_Table.BookingsTable.class.php:260
941
+ msgid "Clear Filter"
942
+ msgstr "Wyczyść filtr"
943
+
944
+ #: includes/WP_List_Table.BookingsTable.class.php:282
945
+ msgid "Pending"
946
+ msgstr "Oczekujące"
947
+
948
+ #: includes/WP_List_Table.BookingsTable.class.php:283
949
+ msgid "Confirmed"
950
+ msgstr "Potwierdzone"
951
+
952
+ #: includes/WP_List_Table.BookingsTable.class.php:284
953
+ msgid "Closed"
954
+ msgstr "Zamknięte"
955
+
956
+ #: includes/WP_List_Table.BookingsTable.class.php:285
957
+ #: includes/WP_List_Table.BookingsTable.class.php:405
958
+ msgid "Trash"
959
+ msgstr "Kosz"
960
+
961
+ #: includes/WP_List_Table.BookingsTable.class.php:362
962
+ msgid "Status"
963
+ msgstr "Status rezerwacji"
964
+
965
+ #: includes/WP_List_Table.BookingsTable.class.php:363
966
+ msgid "Details"
967
+ msgstr "Detale"
968
+
969
+ #: includes/WP_List_Table.BookingsTable.class.php:404
970
+ msgid "Edit"
971
+ msgstr "Edytuj"
972
+
973
+ #: includes/WP_List_Table.BookingsTable.class.php:522
974
+ msgid "Delete"
975
+ msgstr "Skasuj"
976
+
977
+ #: includes/WP_List_Table.BookingsTable.class.php:523
978
+ msgid "Set To Confirmed"
979
+ msgstr "Ustaw jako Potwierdzone"
980
+
981
+ #: includes/WP_List_Table.BookingsTable.class.php:524
982
+ msgid "Set To Pending Review"
983
+ msgstr "Ustaw jako Wymagające Sprawdzenia"
984
+
985
+ #: includes/WP_List_Table.BookingsTable.class.php:525
986
+ msgid "Set To Closed"
987
+ msgstr "Ustaw jako Zamknięte"
988
+
989
+ #: includes/WP_List_Table.BookingsTable.class.php:639
990
+ msgid "%d booking deleted successfully."
991
+ msgid_plural "%d bookings deleted successfully."
992
+ msgstr[0] "%d rezerwacja została skasowana."
993
+ msgstr[1] "%d rezerwacje zostały skasowane."
994
+ msgstr[2] "%d rezerwacje zostały skasowane."
995
+
996
+ #: includes/WP_List_Table.BookingsTable.class.php:642
997
+ msgid "%d booking confirmed."
998
+ msgid_plural "%d bookings confirmed."
999
+ msgstr[0] "%d rezerwacja została potwierdzona."
1000
+ msgstr[1] "%d rezerwacje zostały potwierdzone."
1001
+ msgstr[2] "%d rezerwacje zostały potwierdzone."
1002
+
1003
+ #: includes/WP_List_Table.BookingsTable.class.php:645
1004
+ msgid "%d booking set to pending."
1005
+ msgid_plural "%d bookings set to pending."
1006
+ msgstr[0] "%d rezerwacja ustawiona jako Oczekująca."
1007
+ msgstr[1] "%d rezerwacje ustawione jako Oczekujące."
1008
+ msgstr[2] "%d rezerwacje ustawione jako Oczekujące."
1009
+
1010
+ #: includes/WP_List_Table.BookingsTable.class.php:648
1011
+ msgid "%d booking closed."
1012
+ msgid_plural "%d bookings closed."
1013
+ msgstr[0] "%d rezerwacja zamknięta."
1014
+ msgstr[1] "%d rezerwacje zamknięte."
1015
+ msgstr[2] "%d rezerwacje zamknięte."
1016
+
1017
+ #: includes/WP_List_Table.BookingsTable.class.php:660
1018
+ msgid "%d booking had errors and could not be processed."
1019
+ msgid_plural "%d bookings had errors and could not be processed."
1020
+ msgstr[0] "%d rezerwacja zawierała błąd i nie mogła zostać przetworzona."
1021
+ msgstr[1] "%d rezerwacje zawierały błąd i nie mogły zostać przetworzone."
1022
+ msgstr[2] "%d rezerwacje zawierały błąd i nie mogły zostać przetworzone."
1023
+
1024
+ #: includes/WP_List_Table.BookingsTable.class.php:712
1025
+ #: includes/WP_List_Table.BookingsTable.class.php:733
1026
+ msgid "All Locations"
1027
+ msgstr "Wszystkie lokalizacje"
1028
+
1029
+ #: includes/WP_List_Table.BookingsTable.class.php:740
1030
+ msgid "Inactive Locations"
1031
+ msgstr "Nieaktywne lokalizacje"
1032
+
1033
+ #: includes/WP_List_Table.BookingsTable.class.php:749
1034
+ msgid "Switch"
1035
+ msgstr "Przełącznik"
1036
+
1037
+ #: includes/WP_List_Table.BookingsTable.class.php:781
1038
+ msgid "You're viewing bookings that have been moved to the trash."
1039
+ msgstr "Oglądasz rezerwacje, które zostały przeniesione do kosza."
1040
+
1041
+ #: includes/WP_List_Table.BookingsTable.class.php:790
1042
+ msgid "Only today's bookings are being shown."
1043
+ msgstr "Pokazuję tylko dzisiejsze rezerwacje."
1044
+
1045
+ #: includes/WP_List_Table.BookingsTable.class.php:792
1046
+ msgid "Only upcoming bookings are being shown."
1047
+ msgstr "Pokazuję tylko przyszłe rezerwacje."
1048
+
1049
+ #: includes/WP_Widget.BookingFormWidget.class.php:25
1050
+ msgid "Booking Form"
1051
+ msgstr "Formularz Rejestracji"
1052
+
1053
+ #: includes/WP_Widget.BookingFormWidget.class.php:26
1054
+ msgid "Display a form to accept bookings."
1055
+ msgstr "Wyświetl formularz przyjmowania rezerwacji."
1056
+
1057
+ #: includes/WP_Widget.BookingFormWidget.class.php:64
1058
+ msgid "Title"
1059
+ msgstr "Tytuł"
1060
+
1061
+ #: includes/integrations/business-profile.php:124
1062
+ #: includes/integrations/business-profile.php:127
1063
+ msgid "Show book a table link"
1064
+ msgstr "Pokaż link rozkładu stolików"
1065
+
1066
+ #: includes/integrations/business-profile.php:187
1067
+ msgid "--- Baker"
1068
+ msgstr "--- Piekarnia"
1069
+
1070
+ #: includes/integrations/business-profile.php:188
1071
+ msgid "--- Bar or Pub"
1072
+ msgstr "--- Bar lub Pub"
1073
+
1074
+ #: includes/integrations/business-profile.php:189
1075
+ msgid "--- Brewery"
1076
+ msgstr "--- Dom Piwa"
1077
+
1078
+ #: includes/integrations/business-profile.php:190
1079
+ msgid "--- Cafe or Coffee Shop"
1080
+ msgstr "--- Kawiarnia"
1081
+
1082
+ #: includes/integrations/business-profile.php:191
1083
+ msgid "--- FastFoodRestaurant"
1084
+ msgstr "--- Restauracja typu FastFood"
1085
+
1086
+ #: includes/integrations/business-profile.php:192
1087
+ msgid "--- Ice Cream Shop"
1088
+ msgstr "--- Lodziarnia"
1089
+
1090
+ #: includes/integrations/business-profile.php:193
1091
+ msgid "--- Restaurant"
1092
+ msgstr "--- Restauracja"
1093
+
1094
+ #: includes/integrations/business-profile.php:194
1095
+ msgid "--- Winery"
1096
+ msgstr "--- Winiarnia"
1097
+
1098
+ #: includes/template-functions.php:126
1099
+ msgid "Request Booking"
1100
+ msgstr "Rezerwuj"
1101