Changeset 3217607
- Timestamp:
- 01/06/2025 10:58:39 AM (15 months ago)
- Location:
- recras
- Files:
-
- 56 edited
- 1 copied
-
tags/6.2.3 (copied) (copied from recras/trunk)
-
tags/6.2.3/changelog.md (modified) (1 diff)
-
tags/6.2.3/editor/form-arrangement.php (modified) (1 diff)
-
tags/6.2.3/editor/form-booking.php (modified) (1 diff)
-
tags/6.2.3/editor/form-bookprocess.php (modified) (1 diff)
-
tags/6.2.3/editor/form-contact.php (modified) (1 diff)
-
tags/6.2.3/editor/form-package-availability.php (modified) (1 diff)
-
tags/6.2.3/editor/form-product.php (modified) (1 diff)
-
tags/6.2.3/editor/form-voucher-info.php (modified) (1 diff)
-
tags/6.2.3/editor/form-voucher-sales.php (modified) (1 diff)
-
tags/6.2.3/lang/recras-de_DE-recras-gutenberg-global.json (modified) (1 diff)
-
tags/6.2.3/lang/recras-de_DE.mo (modified) (previous)
-
tags/6.2.3/lang/recras-de_DE.po (modified) (16 diffs)
-
tags/6.2.3/lang/recras-en_GB.mo (modified) (previous)
-
tags/6.2.3/lang/recras-en_GB.po (modified) (16 diffs)
-
tags/6.2.3/lang/recras-nl_NL-recras-gutenberg-global.json (modified) (1 diff)
-
tags/6.2.3/lang/recras-nl_NL.mo (modified) (previous)
-
tags/6.2.3/lang/recras-nl_NL.po (modified) (16 diffs)
-
tags/6.2.3/readme.txt (modified) (3 diffs)
-
tags/6.2.3/recras-wordpress-plugin.php (modified) (1 diff)
-
tags/6.2.3/src/Arrangement.php (modified) (1 diff)
-
tags/6.2.3/src/Availability.php (modified) (1 diff)
-
tags/6.2.3/src/Bookprocess.php (modified) (1 diff)
-
tags/6.2.3/src/ContactForm.php (modified) (1 diff)
-
tags/6.2.3/src/Elementor/Bookprocess.php (modified) (2 diffs)
-
tags/6.2.3/src/OnlineBooking.php (modified) (1 diff)
-
tags/6.2.3/src/Plugin.php (modified) (2 diffs)
-
tags/6.2.3/src/Products.php (modified) (1 diff)
-
tags/6.2.3/src/Vouchers.php (modified) (1 diff)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/editor/form-arrangement.php (modified) (1 diff)
-
trunk/editor/form-booking.php (modified) (1 diff)
-
trunk/editor/form-bookprocess.php (modified) (1 diff)
-
trunk/editor/form-contact.php (modified) (1 diff)
-
trunk/editor/form-package-availability.php (modified) (1 diff)
-
trunk/editor/form-product.php (modified) (1 diff)
-
trunk/editor/form-voucher-info.php (modified) (1 diff)
-
trunk/editor/form-voucher-sales.php (modified) (1 diff)
-
trunk/lang/recras-de_DE-recras-gutenberg-global.json (modified) (1 diff)
-
trunk/lang/recras-de_DE.mo (modified) (previous)
-
trunk/lang/recras-de_DE.po (modified) (16 diffs)
-
trunk/lang/recras-en_GB.mo (modified) (previous)
-
trunk/lang/recras-en_GB.po (modified) (16 diffs)
-
trunk/lang/recras-nl_NL-recras-gutenberg-global.json (modified) (1 diff)
-
trunk/lang/recras-nl_NL.mo (modified) (previous)
-
trunk/lang/recras-nl_NL.po (modified) (16 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/recras-wordpress-plugin.php (modified) (1 diff)
-
trunk/src/Arrangement.php (modified) (1 diff)
-
trunk/src/Availability.php (modified) (1 diff)
-
trunk/src/Bookprocess.php (modified) (1 diff)
-
trunk/src/ContactForm.php (modified) (1 diff)
-
trunk/src/Elementor/Bookprocess.php (modified) (2 diffs)
-
trunk/src/OnlineBooking.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (2 diffs)
-
trunk/src/Products.php (modified) (1 diff)
-
trunk/src/Vouchers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recras/tags/6.2.3/changelog.md
r3174802 r3217607 1 1 # Changelog 2 3 ## 6.2.3 (2025-01-06) 4 * Fix error in Elementor when book process cannot be found 2 5 3 6 ## 6.2.2 (2024-10-24) -
recras/tags/6.2.3/editor/form-arrangement.php
r2724556 r3217607 56 56 57 57 document.getElementById('arrangement_submit').addEventListener('click', function(){ 58 let shortcode = '[ recras-packageid="' + document.getElementById('arrangement_id').value + '" show="' + document.getElementById('show_what').value + '"';58 let shortcode = '[<?= \Recras\Arrangement::SHORTCODE; ?> id="' + document.getElementById('arrangement_id').value + '" show="' + document.getElementById('show_what').value + '"'; 59 59 if (document.getElementById('show_what').value === 'programme') { 60 60 if (document.getElementById('starttime').value !== '00:00') { -
recras/tags/6.2.3/editor/form-booking.php
r2724556 r3217607 143 143 packageIDsMultiple = [...selectedPackages].map(el => el.value); 144 144 } 145 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_ONLINE_BOOKING; ?>';145 let shortcode = '[<?= \Recras\OnlineBooking::SHORTCODE; ?>'; 146 146 if (packageIDsMultiple.length > 0 && useNewLibrary) { 147 147 shortcode += ' package_list="' + packageIDsMultiple.join(',') + '"'; -
recras/tags/6.2.3/editor/form-bookprocess.php
r3012952 r3217607 84 84 const elPackage = document.getElementById('first_widget_value_package'); 85 85 86 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_BOOK_PROCESS; ?> id="' + document.getElementById('bookprocess_id').value + '"';86 let shortcode = '[<?= \Recras\Bookprocess::SHORTCODE; ?> id="' + document.getElementById('bookprocess_id').value + '"'; 87 87 88 88 let initialValue; -
recras/tags/6.2.3/editor/form-contact.php
r3023928 r3217607 89 89 90 90 document.getElementById('contact_submit').addEventListener('click', function(){ 91 let shortcode = '[ recras-contactid="' + document.getElementById('contactform_id').value + '"';91 let shortcode = '[<?= \Recras\ContactForm::SHORTCODE; ?> id="' + document.getElementById('contactform_id').value + '"'; 92 92 93 93 const options = ['showtitle', 'showlabels', 'showplaceholders']; -
recras/tags/6.2.3/editor/form-package-availability.php
r2724556 r3217607 36 36 <script> 37 37 document.getElementById('arrangement_submit').addEventListener('click', function(){ 38 let shortcode = '[ recras-availabilityid="' + document.getElementById('arrangement_id').value + '"';38 let shortcode = '[<?= \Recras\Availability::SHORTCODE; ?> id="' + document.getElementById('arrangement_id').value + '"'; 39 39 if (!document.getElementById('auto_resize').checked) { 40 40 shortcode += ' autoresize=0'; -
recras/tags/6.2.3/editor/form-product.php
r2688116 r3217607 38 38 <script> 39 39 document.getElementById('product_submit').addEventListener('click', function(){ 40 const shortcode = '[ recras-productid="' +40 const shortcode = '[<?= \Recras\Products::SHORTCODE; ?> id="' + 41 41 document.getElementById('product_id').value + '" show="' + 42 42 document.getElementById('show_what').value + '"]'; -
recras/tags/6.2.3/editor/form-voucher-info.php
r2688116 r3217607 33 33 <script> 34 34 document.getElementById('voucher_submit').addEventListener('click', function(){ 35 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_VOUCHER_INFO; ?>';35 let shortcode = '[<?= \Recras\Vouchers::SHORTCODE_INFO; ?>'; 36 36 shortcode += ' id="' + document.getElementById('template_id').value + '"'; 37 37 shortcode += ' show="' + document.getElementById('show_what').value + '"'; -
recras/tags/6.2.3/editor/form-voucher-sales.php
r2688116 r3217607 45 45 document.getElementById('voucher_submit').addEventListener('click', function(){ 46 46 const templateID = document.getElementById('template_id').value; 47 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_VOUCHER_SALES; ?>';47 let shortcode = '[<?= \Recras\Vouchers::SHORTCODE_SALES; ?>'; 48 48 49 49 if (templateID !== '0') { -
recras/tags/6.2.3/lang/recras-de_DE-recras-gutenberg-global.json
r3151413 r3217607 1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"de_DE"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Wenn Sie bestimmte Pakete nicht sehen, stellen Sie sicher, dass in Recras \"Kann auf einer Website (über API)\" auf der Registerkarte \"Extra-Einstellungen\" des Pakets angezeigt werden."],"Show what?":["Zeigen Sie was?"],"Title":["Titel"],"Description":["Beschreibung"],"Duration":["Dauer"],"Starting location":[""],"Minimum number of persons":[""],"Price p.p. excl. VAT":[""],"Price p.p. incl. VAT":[""],"Total price excl. VAT":[""],"Total price incl. VAT":[""],"Programme":["Programm"],"Image tag":[""],"Relative image URL":[""],"Start time":[""],"hh:mm":["UU:MM"],"Show header?":[""],"Yes":["Ja"],"No":["Nein"],"Insert shortcode":[""],"Integration method":[""],"Seamless (recommended)":[""],"iframe (uses setting in your Recras)":[""],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":[""],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":[""],"Package selection":[""],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":[""],"No pre-filled package":[""],"Preview times in programme":[""],"Pre-fill amounts (requires pre-filled package)":[""],"Sorry, this is only available using the Gutenberg editor.":[""],"Pre-fill date (requires exactly 1 package selected)":[""],"yyyy-mm-dd":["JJJJ-MM-TT"],"Pre-fill time (requires exactly 1 package selected)":[""],"Thank-you page":[""],"Don't redirect":[""],"Pages":["Seiten"],"Posts":["Nachrichten"],"Show discount fields":[""],"Automatic resize?":[""],"Book process":["Buchungsprozess"],"Initial value for first widget":[""],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":[""],"Hide first widget?":[""],"Contact form":["Kontaktformular"],"Show title?":[""],"Show labels?":[""],"Show placeholders?":[""],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":[""],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":[""],"HTML element":[""],"Definition list":[""],"Ordered list":[""],"Table":["Tabelle"],"Element for single choices":[""],"Drop-down list (Select)":[""],"Radio buttons":[""],"This relates to: customer type, package selection, gender, and single choice":[""],"Submit button text":[""],"Send":["Senden"],"Product":["Produkt"],"Description (short)":[""],"Description (long)":[""],"Image URL":[""],"Minimum amount":[""],"Price (incl. VAT)":[""],"Template":[""],"Name":[""],"Price":["Preis"],"Number of days valid":[""],"No pre-filled template":[""],"Show quantity input (will be set to 1 if not shown)":[""],"Availability calendar":[""],"Auto resize iframe":[""],"Enter package ID. Leave empty to not prefill.":[""],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":[""],"Prefill value for first widget? (optional)":[""],"Loading data...":[""],"Package (optional)":[""],"i.e. https://www.recras.com/thanks/":[""],"Thank-you page (optional, leave empty to not redirect)":[""],"Recras → Settings menu":[""],"Please enter your Recras name in the %s before adding widgets.":[""],"Online booking of packages":[""],"Pre-fill amounts (requires exactly 1 package selected)":[""],"e.g. 14:00":["z.B. 14:00"],"Pre-filled package":[""],"Pre-filled package (optional)":[""],"If you select a single package, it will be pre-filled and will skip the package selection step.":[""],"Property to show":[""],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Voucher info":[""],"Voucher template":[""],"Voucher sales":[""],"Error: no ID set":[""],"Error: ID is not a number":[""],"Error: %s":["Fehlermeldung: %s"],"Error: Package %d does not exist or may not be presented on a website":[""],"Error: programme is empty":[""],"Error: unknown option":[""],"From":["Von"],"Until":["Bis"],"Activity":["Aktivität"],"Day %d":["Tag %d"],"No duration specified":[""],"No location specified":[""],"Error: book process does not exist":[""],"Contact form might be deleted":[""],"Error: package is set, but contact form does not support packages":[""],"Error: redirect is set, but is an invalid URL":[""],"Unknown":["Unbekannt"],"Male":["Mann"],"Female":["Frau"],"(required)":["(erforderlich)"],"Clear choice":["Wahl löschen"],"No book process has been chosen yet. Click on this text to select a book process.":[""],"Book process \"%s\" is integrated here.":[""],"The first widget is hidden for the booker, and has an initial value of \"%s\".":[""],"It has an initial value for the first widget of \"%s\".":[""],"Error: could not retrieve data from Recras. The error message received was: %s":[""],"Error: could not parse data from Recras. The error message was: %s":[""],"Error: \"prefill_date\" is not a valid ISO 8601 string":[""],"Error: \"prefill_date\" is a date in the past":[""],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":[""],"Error: \"product_amounts\" is invalid":[""],"Settings":["Einstellungen"],"Cache":[""],"Documentation":["Dokumentation"],"Shortcodes":[""],"Error: you have not set your Recras name yet":[""],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":[""],"Could not connect to your Recras":[""],"Package availability":["Arrangement-Verfügbarkeit"],"At least one choice is required":[""],"Loading...":["Laden..."],"Your message was sent successfully":[""],"There was an error sending your message":[""],"Previous month":["Vorheriger Monat"],"Next month":["Nächsten Monat"],"January":["Januar"],"February":["Februar"],"March":["März"],"April":["April"],"May":["Mai"],"June":["Juni"],"July":["Juli"],"August":["August"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["Dezember"],"Sunday":["Sonntag"],"Monday":["Montag"],"Tuesday":["Dienstag"],"Wednesday":["Mittwoch"],"Thursday":["Donnerstag"],"Friday":["Freitag"],"Saturday":["Samstag"],"Sun":["So"],"Mon":["Mo"],"Tue":["Di"],"Wed":["Mi"],"Thu":["Do"],"Fri":["Fr"],"Sat":["Sa"],"Error: product does not exist":[""],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":[""],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":[""],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":[""],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":[""],"Used in prices, such as 100,00.":[""],"You do not have sufficient permissions to access this page.":[""],"No theme":["Kein Thema"],"Basic theme":["Grundthema"],"BP Green":["BP Grün"],"Reasonably Red":["Ganz Rot"],"Recras Blue":["Recras Blau"],"Recras settings":["Recras-Einstellungen"],"Recras name":["Recras-Name"],"Currency symbol":[""],"Decimal separator":[""],"Use calendar widget for contact forms":[""],"Fix book process datepicker styling":[""],"Theme for Recras integrations":[""],"Enable Google Analytics integration?":[""],"For more information on these options, please see the %s page.":[""],"Error: template does not exist":[""],"The cache was cleared.":[""],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":[""],"Clear Recras cache":[""],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":[""],"Packages":["Arrangements"],"Book processes":["Buchungsprozesse"],"Contact forms":["Kontaktformulare"],"Products":["Produkte"],"Save":["Speichern"]}}}1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"de_DE"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Wenn Sie bestimmte Pakete nicht sehen, stellen Sie sicher, dass in Recras \"Kann auf einer Website (über API)\" auf der Registerkarte \"Extra-Einstellungen\" des Pakets angezeigt werden."],"Show what?":["Zeigen Sie was?"],"Title":["Titel"],"Description":["Beschreibung"],"Duration":["Dauer"],"Starting location":[""],"Minimum number of persons":[""],"Price p.p. excl. VAT":[""],"Price p.p. incl. VAT":[""],"Total price excl. VAT":[""],"Total price incl. VAT":[""],"Programme":["Programm"],"Image tag":[""],"Relative image URL":[""],"Start time":[""],"hh:mm":["UU:MM"],"Show header?":[""],"Yes":["Ja"],"No":["Nein"],"Insert shortcode":[""],"Integration method":[""],"Seamless (recommended)":[""],"iframe (uses setting in your Recras)":[""],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":[""],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":[""],"Package selection":[""],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":[""],"No pre-filled package":[""],"Preview times in programme":[""],"Pre-fill amounts (requires pre-filled package)":[""],"Sorry, this is only available using the Gutenberg editor.":[""],"Pre-fill date (requires exactly 1 package selected)":[""],"yyyy-mm-dd":["JJJJ-MM-TT"],"Pre-fill time (requires exactly 1 package selected)":[""],"Thank-you page":[""],"Don't redirect":[""],"Pages":["Seiten"],"Posts":["Nachrichten"],"Show discount fields":[""],"Automatic resize?":[""],"Book process":["Buchungsprozess"],"Initial value for first widget":[""],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":[""],"Hide first widget?":[""],"Contact form":["Kontaktformular"],"Show title?":[""],"Show labels?":[""],"Show placeholders?":[""],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":[""],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":[""],"HTML element":[""],"Definition list":[""],"Ordered list":[""],"Table":["Tabelle"],"Element for single choices":[""],"Drop-down list (Select)":[""],"Radio buttons":[""],"This relates to: customer type, package selection, gender, and single choice":[""],"Submit button text":[""],"Send":["Senden"],"Product":["Produkt"],"Description (short)":[""],"Description (long)":[""],"Image URL":[""],"Minimum amount":[""],"Price (incl. VAT)":[""],"Template":[""],"Name":[""],"Price":["Preis"],"Number of days valid":[""],"No pre-filled template":[""],"Show quantity input (will be set to 1 if not shown)":[""],"Availability calendar":[""],"Auto resize iframe":[""],"Enter package ID. Leave empty to not prefill.":[""],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":[""],"Prefill value for first widget? (optional)":[""],"Loading data...":[""],"Package (optional)":[""],"i.e. https://www.recras.com/thanks/":[""],"Thank-you page (optional, leave empty to not redirect)":[""],"Recras → Settings menu":[""],"Please enter your Recras name in the %s before adding widgets.":[""],"Online booking of packages":[""],"Pre-fill amounts (requires exactly 1 package selected)":[""],"e.g. 14:00":["z.B. 14:00"],"Pre-filled package":[""],"Pre-filled package (optional)":[""],"If you select a single package, it will be pre-filled and will skip the package selection step.":[""],"Property to show":[""],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Voucher info":[""],"Voucher template":[""],"Voucher sales":[""],"Error: no ID set":[""],"Error: ID is not a number":[""],"Error: %s":["Fehlermeldung: %s"],"Error: Package %d does not exist or may not be presented on a website":[""],"Error: programme is empty":[""],"Error: unknown option":[""],"From":["Von"],"Until":["Bis"],"Activity":["Aktivität"],"Day %d":["Tag %d"],"No duration specified":[""],"No location specified":[""],"Error: book process does not exist":[""],"Contact form might be deleted":[""],"Error: package is set, but contact form does not support packages":[""],"Error: redirect is set, but is an invalid URL":[""],"Unknown":["Unbekannt"],"Male":["Mann"],"Female":["Frau"],"(required)":["(erforderlich)"],"Clear choice":["Wahl löschen"],"No book process has been chosen yet. Click on this text to select a book process.":[""],"Book process %s cannot be found. It was either deleted from Recras, or made private.":[""],"Book process \"%s\" is integrated here.":[""],"The first widget is hidden for the booker, and has an initial value of \"%s\".":[""],"It has an initial value for the first widget of \"%s\".":[""],"Error: could not retrieve data from Recras. The error message received was: %s":[""],"Error: could not parse data from Recras. The error message was: %s":[""],"Error: \"prefill_date\" is not a valid ISO 8601 string":[""],"Error: \"prefill_date\" is a date in the past":[""],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":[""],"Error: \"product_amounts\" is invalid":[""],"Settings":["Einstellungen"],"Cache":[""],"Documentation":["Dokumentation"],"Shortcodes":[""],"Error: you have not set your Recras name yet":[""],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":[""],"Could not connect to your Recras":[""],"Package availability":["Arrangement-Verfügbarkeit"],"At least one choice is required":[""],"Loading...":["Laden..."],"Your message was sent successfully":[""],"There was an error sending your message":[""],"Previous month":["Vorheriger Monat"],"Next month":["Nächsten Monat"],"January":["Januar"],"February":["Februar"],"March":["März"],"April":["April"],"May":["Mai"],"June":["Juni"],"July":["Juli"],"August":["August"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["Dezember"],"Sunday":["Sonntag"],"Monday":["Montag"],"Tuesday":["Dienstag"],"Wednesday":["Mittwoch"],"Thursday":["Donnerstag"],"Friday":["Freitag"],"Saturday":["Samstag"],"Sun":["So"],"Mon":["Mo"],"Tue":["Di"],"Wed":["Mi"],"Thu":["Do"],"Fri":["Fr"],"Sat":["Sa"],"Error: product does not exist":[""],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":[""],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":[""],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":[""],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":[""],"Used in prices, such as 100,00.":[""],"You do not have sufficient permissions to access this page.":[""],"No theme":["Kein Thema"],"Basic theme":["Grundthema"],"BP Green":["BP Grün"],"Reasonably Red":["Ganz Rot"],"Recras Blue":["Recras Blau"],"Recras settings":["Recras-Einstellungen"],"Recras name":["Recras-Name"],"Currency symbol":[""],"Decimal separator":[""],"Use calendar widget for contact forms":[""],"Fix book process datepicker styling":[""],"Theme for Recras integrations":[""],"Enable Google Analytics integration?":[""],"For more information on these options, please see the %s page.":[""],"Error: template does not exist":[""],"The cache was cleared.":[""],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":[""],"Clear Recras cache":[""],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":[""],"Packages":["Arrangements"],"Book processes":["Buchungsprozesse"],"Contact forms":["Kontaktformulare"],"Products":["Produkte"],"Save":["Speichern"]}}} -
recras/tags/6.2.3/lang/recras-de_DE.po
r3151413 r3217607 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 2024- 09-13 15:39+0200\n"5 "PO-Revision-Date: 2024- 09-13 15:39+0200\n"4 "POT-Creation-Date: 2024-12-03 16:29+0100\n" 5 "PO-Revision-Date: 2024-12-03 16:29+0100\n" 6 6 "Last-Translator: Sander de Jong <sander@recras.nl>\n" 7 7 "Language-Team: Recras\n" … … 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 23 #: js/gutenberg-availability.js:44 js/gutenberg-package.js:2 24 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 625 #: src/Plugin.php:18 724 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:117 25 #: src/Plugin.php:188 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 1101 #: js/gutenberg-package.js:127 src/ContactForm.php:290 102 102 msgid "hh:mm" 103 103 msgstr "UU:MM" … … 174 174 msgstr "" 175 175 176 #: editor/form-booking.php:73 src/ContactForm.php:27 4 src/ContactForm.php:316176 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315 177 177 msgid "yyyy-mm-dd" 178 178 msgstr "JJJJ-MM-TT" … … 213 213 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 214 214 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 7 src/Plugin.php:186215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187 216 216 msgid "Book process" 217 217 msgstr "Buchungsprozess" … … 234 234 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 235 235 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 236 #: src/Plugin.php:11 8 src/Plugin.php:183236 #: src/Plugin.php:119 src/Plugin.php:184 237 237 msgid "Contact form" 238 238 msgstr "Kontaktformular" … … 308 308 309 309 #: editor/form-product.php:13 js/gutenberg-product.js:2 310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:12 0311 #: src/Plugin.php:1 89310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121 311 #: src/Plugin.php:190 312 312 msgid "Product" 313 313 msgstr "Produkt" … … 407 407 408 408 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 409 #: src/Plugin.php:1 19 src/Plugin.php:185src/admin/documentation.php:100409 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100 410 410 #: src/admin/shortcodes.php:79 411 411 msgid "Online booking of packages" … … 453 453 454 454 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 455 #: src/Plugin.php:12 2 src/Plugin.php:190src/admin/documentation.php:139455 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139 456 456 #: src/admin/shortcodes.php:129 457 457 msgid "Voucher info" … … 463 463 464 464 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 465 #: src/Plugin.php:12 1 src/Plugin.php:191src/admin/documentation.php:129465 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129 466 466 #: src/admin/shortcodes.php:117 467 467 msgid "Voucher sales" … … 515 515 msgstr "Tag %d" 516 516 517 #: src/Arrangement.php:31 2517 #: src/Arrangement.php:313 518 518 msgid "No duration specified" 519 519 msgstr "" 520 520 521 #: src/Arrangement.php:35 3521 #: src/Arrangement.php:354 522 522 msgid "No location specified" 523 523 msgstr "" … … 539 539 msgstr "" 540 540 541 #: src/ContactForm.php:38 2541 #: src/ContactForm.php:381 542 542 msgid "Unknown" 543 543 msgstr "Unbekannt" 544 544 545 #: src/ContactForm.php:38 3545 #: src/ContactForm.php:382 546 546 msgid "Male" 547 547 msgstr "Mann" 548 548 549 #: src/ContactForm.php:38 4549 #: src/ContactForm.php:383 550 550 msgid "Female" 551 551 msgstr "Frau" 552 552 553 #: src/ContactForm.php:5 20553 #: src/ContactForm.php:519 554 554 msgid "(required)" 555 555 msgstr "(erforderlich)" 556 556 557 #: src/ContactForm.php:54 5557 #: src/ContactForm.php:544 558 558 msgid "Clear choice" 559 559 msgstr "Wahl löschen" … … 565 565 msgstr "" 566 566 567 #: src/Elementor/Bookprocess.php:91 567 #: src/Elementor/Bookprocess.php:92 568 #, php-format 569 msgid "" 570 "Book process %s cannot be found. It was either deleted from Recras, or made " 571 "private." 572 msgstr "" 573 574 #: src/Elementor/Bookprocess.php:98 568 575 #, php-format 569 576 msgid "Book process \"%s\" is integrated here." 570 577 msgstr "" 571 578 572 #: src/Elementor/Bookprocess.php:10 1579 #: src/Elementor/Bookprocess.php:108 573 580 #, php-format 574 581 msgid "" … … 577 584 msgstr "" 578 585 579 #: src/Elementor/Bookprocess.php:1 06586 #: src/Elementor/Bookprocess.php:113 580 587 #, php-format 581 588 msgid "It has an initial value for the first widget of \"%s\"." … … 610 617 msgstr "" 611 618 612 #: src/Plugin.php:8 3 src/Plugin.php:84619 #: src/Plugin.php:84 src/Plugin.php:85 613 620 msgid "Settings" 614 621 msgstr "Einstellungen" 615 622 616 #: src/Plugin.php:9 3 src/Plugin.php:94623 #: src/Plugin.php:94 src/Plugin.php:95 617 624 msgid "Cache" 618 625 msgstr "" 619 626 620 #: src/Plugin.php:10 1 src/Plugin.php:102src/Settings.php:325627 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325 621 628 #: src/admin/documentation.php:1 622 629 msgid "Documentation" 623 630 msgstr "Dokumentation" 624 631 625 #: src/Plugin.php:1 09 src/Plugin.php:110src/admin/shortcodes.php:1632 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1 626 633 msgid "Shortcodes" 627 634 msgstr "" 628 635 629 #: src/Plugin.php:16 4636 #: src/Plugin.php:165 630 637 msgid "Error: you have not set your Recras name yet" 631 638 msgstr "" 632 639 633 #: src/Plugin.php:16 6640 #: src/Plugin.php:167 634 641 msgid "" 635 642 "Error: your Recras name has not been set yet, but you do not have the " … … 638 645 msgstr "" 639 646 640 #: src/Plugin.php:18 4647 #: src/Plugin.php:185 641 648 msgid "Could not connect to your Recras" 642 649 msgstr "" 643 650 644 #: src/Plugin.php:18 8651 #: src/Plugin.php:189 645 652 msgid "Package availability" 646 653 msgstr "Arrangement-Verfügbarkeit" 647 654 648 #: src/Plugin.php:2 19655 #: src/Plugin.php:220 649 656 msgid "At least one choice is required" 650 657 msgstr "" 651 658 652 #: src/Plugin.php:22 0659 #: src/Plugin.php:221 653 660 msgid "Loading..." 654 661 msgstr "Laden..." 655 662 656 #: src/Plugin.php:22 1663 #: src/Plugin.php:222 657 664 msgid "Your message was sent successfully" 658 665 msgstr "" 659 666 660 #: src/Plugin.php:22 2667 #: src/Plugin.php:223 661 668 msgid "There was an error sending your message" 662 669 msgstr "" 663 670 664 #: src/Plugin.php:23 1671 #: src/Plugin.php:232 665 672 msgid "Previous month" 666 673 msgstr "Vorheriger Monat" 667 674 668 #: src/Plugin.php:23 2675 #: src/Plugin.php:233 669 676 msgid "Next month" 670 677 msgstr "Nächsten Monat" 671 678 672 #: src/Plugin.php:23 4679 #: src/Plugin.php:235 673 680 msgid "January" 674 681 msgstr "Januar" 675 682 676 #: src/Plugin.php:23 5683 #: src/Plugin.php:236 677 684 msgid "February" 678 685 msgstr "Februar" 679 686 680 #: src/Plugin.php:23 6687 #: src/Plugin.php:237 681 688 msgid "March" 682 689 msgstr "März" 683 690 684 #: src/Plugin.php:23 7691 #: src/Plugin.php:238 685 692 msgid "April" 686 693 msgstr "April" 687 694 688 #: src/Plugin.php:23 8695 #: src/Plugin.php:239 689 696 msgid "May" 690 697 msgstr "Mai" 691 698 692 #: src/Plugin.php:2 39699 #: src/Plugin.php:240 693 700 msgid "June" 694 701 msgstr "Juni" 695 702 696 #: src/Plugin.php:24 0703 #: src/Plugin.php:241 697 704 msgid "July" 698 705 msgstr "Juli" 699 706 700 #: src/Plugin.php:24 1707 #: src/Plugin.php:242 701 708 msgid "August" 702 709 msgstr "August" 703 710 704 #: src/Plugin.php:24 2711 #: src/Plugin.php:243 705 712 msgid "September" 706 713 msgstr "September" 707 714 708 #: src/Plugin.php:24 3715 #: src/Plugin.php:244 709 716 msgid "October" 710 717 msgstr "Oktober" 711 718 712 #: src/Plugin.php:24 4719 #: src/Plugin.php:245 713 720 msgid "November" 714 721 msgstr "November" 715 722 716 #: src/Plugin.php:24 5723 #: src/Plugin.php:246 717 724 msgid "December" 718 725 msgstr "Dezember" 719 726 720 #: src/Plugin.php:24 8727 #: src/Plugin.php:249 721 728 msgid "Sunday" 722 729 msgstr "Sonntag" 723 730 724 #: src/Plugin.php:2 49731 #: src/Plugin.php:250 725 732 msgid "Monday" 726 733 msgstr "Montag" 727 734 728 #: src/Plugin.php:25 0735 #: src/Plugin.php:251 729 736 msgid "Tuesday" 730 737 msgstr "Dienstag" 731 738 732 #: src/Plugin.php:25 1739 #: src/Plugin.php:252 733 740 msgid "Wednesday" 734 741 msgstr "Mittwoch" 735 742 736 #: src/Plugin.php:25 2743 #: src/Plugin.php:253 737 744 msgid "Thursday" 738 745 msgstr "Donnerstag" 739 746 740 #: src/Plugin.php:25 3747 #: src/Plugin.php:254 741 748 msgid "Friday" 742 749 msgstr "Freitag" 743 750 744 #: src/Plugin.php:25 4751 #: src/Plugin.php:255 745 752 msgid "Saturday" 746 753 msgstr "Samstag" 747 754 748 #: src/Plugin.php:25 7755 #: src/Plugin.php:258 749 756 msgid "Sun" 750 757 msgstr "So" 751 758 752 #: src/Plugin.php:25 8759 #: src/Plugin.php:259 753 760 msgid "Mon" 754 761 msgstr "Mo" 755 762 756 #: src/Plugin.php:2 59763 #: src/Plugin.php:260 757 764 msgid "Tue" 758 765 msgstr "Di" 759 766 760 #: src/Plugin.php:26 0767 #: src/Plugin.php:261 761 768 msgid "Wed" 762 769 msgstr "Mi" 763 770 764 #: src/Plugin.php:26 1771 #: src/Plugin.php:262 765 772 msgid "Thu" 766 773 msgstr "Do" 767 774 768 #: src/Plugin.php:26 2775 #: src/Plugin.php:263 769 776 msgid "Fri" 770 777 msgstr "Fr" 771 778 772 #: src/Plugin.php:26 3779 #: src/Plugin.php:264 773 780 msgid "Sat" 774 781 msgstr "Sa" -
recras/tags/6.2.3/lang/recras-en_GB.po
r3151413 r3217607 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 2024- 09-13 15:39+0200\n"5 "PO-Revision-Date: 2024- 09-13 15:39+0200\n"4 "POT-Creation-Date: 2024-12-03 16:29+0100\n" 5 "PO-Revision-Date: 2024-12-03 16:29+0100\n" 6 6 "Last-Translator: Sander de Jong <sander@recras.nl>\n" 7 7 "Language-Team: Recras\n" … … 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 23 #: js/gutenberg-availability.js:44 js/gutenberg-package.js:2 24 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 625 #: src/Plugin.php:18 724 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:117 25 #: src/Plugin.php:188 26 26 msgid "Package" 27 27 msgstr "" … … 96 96 97 97 #: editor/form-arrangement.php:44 editor/form-booking.php:82 98 #: js/gutenberg-package.js:127 src/ContactForm.php:29 198 #: js/gutenberg-package.js:127 src/ContactForm.php:290 99 99 msgid "hh:mm" 100 100 msgstr "" … … 171 171 msgstr "" 172 172 173 #: editor/form-booking.php:73 src/ContactForm.php:27 4 src/ContactForm.php:316173 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315 174 174 msgid "yyyy-mm-dd" 175 175 msgstr "" … … 210 210 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 211 211 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 7 src/Plugin.php:186212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187 213 213 msgid "Book process" 214 214 msgstr "" … … 231 231 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 232 232 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 233 #: src/Plugin.php:11 8 src/Plugin.php:183233 #: src/Plugin.php:119 src/Plugin.php:184 234 234 msgid "Contact form" 235 235 msgstr "" … … 305 305 306 306 #: editor/form-product.php:13 js/gutenberg-product.js:2 307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:12 0308 #: src/Plugin.php:1 89307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121 308 #: src/Plugin.php:190 309 309 msgid "Product" 310 310 msgstr "" … … 404 404 405 405 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 406 #: src/Plugin.php:1 19 src/Plugin.php:185src/admin/documentation.php:100406 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100 407 407 #: src/admin/shortcodes.php:79 408 408 msgid "Online booking of packages" … … 450 450 451 451 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 452 #: src/Plugin.php:12 2 src/Plugin.php:190src/admin/documentation.php:139452 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139 453 453 #: src/admin/shortcodes.php:129 454 454 msgid "Voucher info" … … 460 460 461 461 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 462 #: src/Plugin.php:12 1 src/Plugin.php:191src/admin/documentation.php:129462 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129 463 463 #: src/admin/shortcodes.php:117 464 464 msgid "Voucher sales" … … 512 512 msgstr "" 513 513 514 #: src/Arrangement.php:31 2514 #: src/Arrangement.php:313 515 515 msgid "No duration specified" 516 516 msgstr "" 517 517 518 #: src/Arrangement.php:35 3518 #: src/Arrangement.php:354 519 519 msgid "No location specified" 520 520 msgstr "" … … 536 536 msgstr "" 537 537 538 #: src/ContactForm.php:381 539 msgid "Unknown" 540 msgstr "" 541 538 542 #: src/ContactForm.php:382 539 msgid " Unknown"543 msgid "Male" 540 544 msgstr "" 541 545 542 546 #: src/ContactForm.php:383 543 msgid "Male"544 msgstr ""545 546 #: src/ContactForm.php:384547 547 msgid "Female" 548 548 msgstr "" 549 549 550 #: src/ContactForm.php:5 20550 #: src/ContactForm.php:519 551 551 msgid "(required)" 552 552 msgstr "" 553 553 554 #: src/ContactForm.php:54 5554 #: src/ContactForm.php:544 555 555 msgid "Clear choice" 556 556 msgstr "" … … 562 562 msgstr "" 563 563 564 #: src/Elementor/Bookprocess.php:91 564 #: src/Elementor/Bookprocess.php:92 565 #, php-format 566 msgid "" 567 "Book process %s cannot be found. It was either deleted from Recras, or made " 568 "private." 569 msgstr "" 570 571 #: src/Elementor/Bookprocess.php:98 565 572 #, php-format 566 573 msgid "Book process \"%s\" is integrated here." 567 574 msgstr "" 568 575 569 #: src/Elementor/Bookprocess.php:10 1576 #: src/Elementor/Bookprocess.php:108 570 577 #, php-format 571 578 msgid "" … … 574 581 msgstr "" 575 582 576 #: src/Elementor/Bookprocess.php:1 06583 #: src/Elementor/Bookprocess.php:113 577 584 #, php-format 578 585 msgid "It has an initial value for the first widget of \"%s\"." … … 607 614 msgstr "" 608 615 609 #: src/Plugin.php:8 3 src/Plugin.php:84616 #: src/Plugin.php:84 src/Plugin.php:85 610 617 msgid "Settings" 611 618 msgstr "" 612 619 613 #: src/Plugin.php:9 3 src/Plugin.php:94620 #: src/Plugin.php:94 src/Plugin.php:95 614 621 msgid "Cache" 615 622 msgstr "" 616 623 617 #: src/Plugin.php:10 1 src/Plugin.php:102src/Settings.php:325624 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325 618 625 #: src/admin/documentation.php:1 619 626 msgid "Documentation" 620 627 msgstr "" 621 628 622 #: src/Plugin.php:1 09 src/Plugin.php:110src/admin/shortcodes.php:1629 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1 623 630 msgid "Shortcodes" 624 631 msgstr "" 625 632 626 #: src/Plugin.php:16 4633 #: src/Plugin.php:165 627 634 msgid "Error: you have not set your Recras name yet" 628 635 msgstr "" 629 636 630 #: src/Plugin.php:16 6637 #: src/Plugin.php:167 631 638 msgid "" 632 639 "Error: your Recras name has not been set yet, but you do not have the " … … 635 642 msgstr "" 636 643 637 #: src/Plugin.php:18 4644 #: src/Plugin.php:185 638 645 msgid "Could not connect to your Recras" 639 646 msgstr "" 640 647 641 #: src/Plugin.php:18 8648 #: src/Plugin.php:189 642 649 msgid "Package availability" 643 650 msgstr "" 644 651 645 #: src/Plugin.php:2 19652 #: src/Plugin.php:220 646 653 msgid "At least one choice is required" 647 654 msgstr "" 648 655 649 #: src/Plugin.php:22 0656 #: src/Plugin.php:221 650 657 msgid "Loading..." 651 658 msgstr "" 652 659 653 #: src/Plugin.php:22 1660 #: src/Plugin.php:222 654 661 msgid "Your message was sent successfully" 655 662 msgstr "" 656 663 657 #: src/Plugin.php:22 2664 #: src/Plugin.php:223 658 665 msgid "There was an error sending your message" 659 666 msgstr "" 660 667 661 #: src/Plugin.php:23 1668 #: src/Plugin.php:232 662 669 msgid "Previous month" 663 670 msgstr "" 664 671 665 #: src/Plugin.php:23 2672 #: src/Plugin.php:233 666 673 msgid "Next month" 667 674 msgstr "" 668 675 669 #: src/Plugin.php:23 4676 #: src/Plugin.php:235 670 677 msgid "January" 671 678 msgstr "" 672 679 673 #: src/Plugin.php:23 5680 #: src/Plugin.php:236 674 681 msgid "February" 675 682 msgstr "" 676 683 677 #: src/Plugin.php:23 6684 #: src/Plugin.php:237 678 685 msgid "March" 679 686 msgstr "" 680 687 681 #: src/Plugin.php:23 7688 #: src/Plugin.php:238 682 689 msgid "April" 683 690 msgstr "" 684 691 685 #: src/Plugin.php:23 8692 #: src/Plugin.php:239 686 693 msgid "May" 687 694 msgstr "" 688 695 689 #: src/Plugin.php:2 39696 #: src/Plugin.php:240 690 697 msgid "June" 691 698 msgstr "" 692 699 693 #: src/Plugin.php:24 0700 #: src/Plugin.php:241 694 701 msgid "July" 695 702 msgstr "" 696 703 697 #: src/Plugin.php:24 1704 #: src/Plugin.php:242 698 705 msgid "August" 699 706 msgstr "" 700 707 701 #: src/Plugin.php:24 2708 #: src/Plugin.php:243 702 709 msgid "September" 703 710 msgstr "" 704 711 705 #: src/Plugin.php:24 3712 #: src/Plugin.php:244 706 713 msgid "October" 707 714 msgstr "" 708 715 709 #: src/Plugin.php:24 4716 #: src/Plugin.php:245 710 717 msgid "November" 711 718 msgstr "" 712 719 713 #: src/Plugin.php:24 5720 #: src/Plugin.php:246 714 721 msgid "December" 715 722 msgstr "" 716 723 717 #: src/Plugin.php:24 8724 #: src/Plugin.php:249 718 725 msgid "Sunday" 719 726 msgstr "" 720 727 721 #: src/Plugin.php:2 49728 #: src/Plugin.php:250 722 729 msgid "Monday" 723 730 msgstr "" 724 731 725 #: src/Plugin.php:25 0732 #: src/Plugin.php:251 726 733 msgid "Tuesday" 727 734 msgstr "" 728 735 729 #: src/Plugin.php:25 1736 #: src/Plugin.php:252 730 737 msgid "Wednesday" 731 738 msgstr "" 732 739 733 #: src/Plugin.php:25 2740 #: src/Plugin.php:253 734 741 msgid "Thursday" 735 742 msgstr "" 736 743 737 #: src/Plugin.php:25 3744 #: src/Plugin.php:254 738 745 msgid "Friday" 739 746 msgstr "" 740 747 741 #: src/Plugin.php:25 4748 #: src/Plugin.php:255 742 749 msgid "Saturday" 743 750 msgstr "" 744 751 745 #: src/Plugin.php:25 7752 #: src/Plugin.php:258 746 753 msgid "Sun" 747 754 msgstr "" 748 755 749 #: src/Plugin.php:25 8756 #: src/Plugin.php:259 750 757 msgid "Mon" 751 758 msgstr "" 752 759 753 #: src/Plugin.php:2 59760 #: src/Plugin.php:260 754 761 msgid "Tue" 755 762 msgstr "" 756 763 757 #: src/Plugin.php:26 0764 #: src/Plugin.php:261 758 765 msgid "Wed" 759 766 msgstr "" 760 767 761 #: src/Plugin.php:26 1768 #: src/Plugin.php:262 762 769 msgid "Thu" 763 770 msgstr "" 764 771 765 #: src/Plugin.php:26 2772 #: src/Plugin.php:263 766 773 msgid "Fri" 767 774 msgstr "" 768 775 769 #: src/Plugin.php:26 3776 #: src/Plugin.php:264 770 777 msgid "Sat" 771 778 msgstr "" -
recras/tags/6.2.3/lang/recras-nl_NL-recras-gutenberg-global.json
r3151413 r3217607 1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"nl_NL"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je bepaalde arrangementen niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"Show what?":["Toon wat?"],"Title":["Titel"],"Description":["Beschrijving"],"Duration":["Duur"],"Starting location":["Startlocatie"],"Minimum number of persons":["Minimum aantal personen"],"Price p.p. excl. VAT":["Prijs p.p. excl. btw"],"Price p.p. incl. VAT":["Prijs p.p. incl. btw"],"Total price excl. VAT":["Totaalprijs excl. btw"],"Total price incl. VAT":["Totaalprijs incl. btw"],"Programme":["Programma"],"Image tag":["Afbeelding-tag"],"Relative image URL":["Relatieve afbeelding-URL"],"Start time":["Starttijd"],"hh:mm":["uu:mm"],"Show header?":["Toon header?"],"Yes":["Ja"],"No":["Nee"],"Insert shortcode":["Voeg shortcode in"],"Integration method":["Integratiemethode"],"Seamless (recommended)":["Naadloos (aanbevolen)"],"iframe (uses setting in your Recras)":["iframe (gebruikt instelling uit jouw Recras)"],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":["Naadloze integratie gebruikt de styling van je website. Via Recras → Instellingen in het menu aan de linkerkant kun een optioneel thema instellen."],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":["iframe-integratie gebruikt de styling die is ingesteld in jouw Recras. Je kunt de styling in Recras aanpassen via Beheer → Overige instellingen → Eigen CSS."],"Package selection":["Arrangementselectie"],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":["Om meerdere arrangementen te (de)selecteren, houd Ctrl ingedrukt en klik (Cmd op Mac)"],"No pre-filled package":["Geen vooraf ingevuld arrangement"],"Preview times in programme":["Toon voorbeeldtijden in programma"],"Pre-fill amounts (requires pre-filled package)":["Aantallen vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Sorry, this is only available using the Gutenberg editor.":["Sorry, dit is alleen beschikbaar in de Gutenberg-editor."],"Pre-fill date (requires exactly 1 package selected)":["Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"yyyy-mm-dd":["jjjj-mm-dd"],"Pre-fill time (requires exactly 1 package selected)":["Tijd vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Thank-you page":["Bedanktpagina"],"Don't redirect":["Niet doorsturen"],"Pages":["Pagina's"],"Posts":["Berichten"],"Show discount fields":["Toon korting-velden"],"Automatic resize?":["Automatisch schalen?"],"Book process":["Boekproces"],"Initial value for first widget":["Initiële waarde voor eerste widget"],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":["Let op dat er geen validatie wordt gedaan op deze waarde. Ongeldige waardes worden mogelijk genegeerd of kunnen er voor zorgen dat het boekproces goed werkt."],"Hide first widget?":["Eerste widget verbergen?"],"Contact form":["Contactformulier"],"Show title?":["Toon titel?"],"Show labels?":["Toon labels?"],"Show placeholders?":["Toon placeholders?"],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":["Sommige arrangementen zijn mogelijk niet beschikbaar voor alle contactformulieren. Je kunt dit wijzigen door je contactformulieren in Recras te bewerken."],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je nog steeds arrangementen mist, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"HTML element":["HTML-element"],"Definition list":["Definitielijst"],"Ordered list":["Geordende lijst"],"Table":["Tabel"],"Element for single choices":["Element voor \"enkele keuze\""],"Drop-down list (Select)":["Dropdownlijst (select)"],"Radio buttons":["Keuzerondjes (radioknoppen)"],"This relates to: customer type, package selection, gender, and single choice":["Dit heeft betrekking op: klanttype, arrangementkeuze, geslacht en \"enkele keuze\""],"Submit button text":["Tekst op knop Versturen"],"Send":["Versturen"],"Product":["Product"],"Description (short)":["Beschrijving (kort)"],"Description (long)":["Beschrijving (lang)"],"Image URL":["Afbeelding-URL"],"Minimum amount":["Minimumaantal"],"Price (incl. VAT)":["Prijs (incl. btw)"],"Template":["Template"],"Name":["Naam"],"Price":["Prijs"],"Number of days valid":["Aantal dagen geldig"],"No pre-filled template":["Geen vooraf ingevuld template"],"Show quantity input (will be set to 1 if not shown)":["Toon aantal-invoer (wordt op 1 gezet indien verborgen)"],"Availability calendar":["Beschikbaarheidskalender"],"Auto resize iframe":["iframe automatisch schalen"],"Enter package ID. Leave empty to not prefill.":["Vul arrangements-ID in. Laat leeg om niet vooraf in te vullen."],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":["Vul datum in formaat JJJJ-MM-DD in. Laat leeg om niet vooraf in te vullen."],"Prefill value for first widget? (optional)":["Waarde voor eerste widget vooraf invullen? (optioneel)"],"Loading data...":["Data aan het laden..."],"Package (optional)":["Arrangement (optioneel)"],"i.e. https://www.recras.com/thanks/":["bijv. https://www.recras.nl/bedankt/"],"Thank-you page (optional, leave empty to not redirect)":["Bedanktpagina (optioneel, laat leeg om niet door te sturen)"],"Recras → Settings menu":["menu Recras → Instellingen"],"Please enter your Recras name in the %s before adding widgets.":["Vul je Recras-naam in in het %s voordat je widgets toevoegt."],"Online booking of packages":["Online boeking van arrangementen"],"Pre-fill amounts (requires exactly 1 package selected)":["Aantallen vooraf invullen (vereist exact 1 arrangement geselecteerd)"],"e.g. 14:00":["bijv. 14:00"],"Pre-filled package":["Vooraf ingevuld arrangement"],"Pre-filled package (optional)":["Vooraf ingevuld arrangement (optioneel)"],"If you select a single package, it will be pre-filled and will skip the package selection step.":["Als je een enkel arrangement selecteert wordt deze vooraf ingevuld en wordt de arrangement-selectie-stap overgeslagen."],"Property to show":["Eigenschap om te tonen"],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Als je bepaalde producten niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Kon geen producten vinden. Zorg dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Voucher info":["Tegoedboninfo"],"Voucher template":["Tegoedbon-template"],"Voucher sales":["Tegoedbonverkoop"],"Error: no ID set":["Fout: geen ID ingesteld"],"Error: ID is not a number":["Fout: ID is geen getal"],"Error: %s":["Fout: %s"],"Error: Package %d does not exist or may not be presented on a website":["Fout: arrangement %d bestaat niet of mag niet op een website weergegeven worden"],"Error: programme is empty":["Fout: programma is leeg"],"Error: unknown option":["Fout: onbekende optie"],"From":["Van"],"Until":["Tot"],"Activity":["Activiteit"],"Day %d":["Dag %d"],"No duration specified":["Geen duur opgegeven"],"No location specified":["Geen locatie opgegeven"],"Error: book process does not exist":["Fout: boekproces bestaat niet"],"Contact form might be deleted":["Contactformulier is mogelijk verwijderd"],"Error: package is set, but contact form does not support packages":["Fout: arrangement is ingesteld, maar contactformulier ondersteunt geen arrangementen"],"Error: redirect is set, but is an invalid URL":["Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL"],"Unknown":["Onbekend"],"Male":["Man"],"Female":["Vrouw"],"(required)":["(verplicht)"],"Clear choice":["Keuze wissen"],"No book process has been chosen yet. Click on this text to select a book process.":["Er is nog geen boekproces gekozen. Klik op deze tekst om een boekproces te selecteren."],"Book process \"%s\" is integrated here.":["Boekproces \"%s\" is hier geïntegreerd."],"The first widget is hidden for the booker, and has an initial value of \"%s\".":["De eerste widget is verborgen voor de boeker en heeft een initiële waarde van\"%s\"."],"It has an initial value for the first widget of \"%s\".":["Het heeft een initiële waarde voor de eerste widget van\"%s\"."],"Error: could not retrieve data from Recras. The error message received was: %s":["Fout: kon data niet ophalen uit Recras. De ontvangen foutmelding was: %s"],"Error: could not parse data from Recras. The error message was: %s":["Fout: kon data uit Recras niet verwerken. De foutmelding was: %s"],"Error: \"prefill_date\" is not a valid ISO 8601 string":["Fout: \"prefill_date\" is geen geldige ISO-8601-string"],"Error: \"prefill_date\" is a date in the past":["Fout: \"prefill_date\" is een datum in het verleden"],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":["Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)"],"Error: \"product_amounts\" is invalid":["Fout: \"product_amounts\" is ongeldig"],"Settings":["Instellingen"],"Cache":["Cache"],"Documentation":["Documentatie"],"Shortcodes":["Shortcodes"],"Error: you have not set your Recras name yet":["Fout: je hebt je Recras-naam nog niet ingesteld"],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":["Fout: je Recras-naam is nog niet ingesteld, maar je hebt niet de rechten om dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen."],"Could not connect to your Recras":["Kon geen verbinding maken met je Recras"],"Package availability":["Arrangement-beschikbaarheid"],"At least one choice is required":["Ten minste één keuze is vereist"],"Loading...":["Laden..."],"Your message was sent successfully":["Uw bericht is succesvol verzonden"],"There was an error sending your message":["Er was een probleem met het verzenden van uw bericht"],"Previous month":["Vorige maand"],"Next month":["Volgende maand"],"January":["Januari"],"February":["Februari"],"March":["Maart"],"April":["April"],"May":["Mei"],"June":["Juni"],"July":["Juli"],"August":["Augustus"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["December"],"Sunday":["Zondag"],"Monday":["Maandag"],"Tuesday":["Dinsdag"],"Wednesday":["Woensdag"],"Thursday":["Donderdag"],"Friday":["Vrijdag"],"Saturday":["Zaterdag"],"Sun":["Zo"],"Mon":["Ma"],"Tue":["Di"],"Wed":["Wo"],"Thu":["Do"],"Fri":["Vr"],"Sat":["Za"],"Error: product does not exist":["Fout: product bestaat niet"],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":["Dit aanzetten stuurt events van <strong>online boeken van arrangementen</strong> en <strong>tegoedbonverkoop</strong> naar Google Analytics."],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":["Deze optie is <strong>niet nodig bij het gebruik van boekprocessen</strong>. GA wordt daar automatisch geïntegreerd."],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":["Niet alle browsers hebben een ingebouwde datumkiezer. Vink dit aan om een eigen widget te gebruiken."],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":["Op sommige websites heeft de datumselectie in een boekproces een klein lettertype. Zet deze optie aan om dit op te lossen."],"Used in prices, such as 100,00.":["Gebruikt in prijzen, zoals 100,00."],"You do not have sufficient permissions to access this page.":["Je hebt niet genoeg rechten om deze pagina te bekijken."],"No theme":["Geen thema"],"Basic theme":["Basisthema"],"BP Green":["BP Groen"],"Reasonably Red":["Redelijk Rood"],"Recras Blue":["Recras Blauw"],"Recras settings":["Recras-instellingen"],"Recras name":["Recrasnaam"],"Currency symbol":["Valutasymbool"],"Decimal separator":["Decimaalscheiding"],"Use calendar widget for contact forms":["Kalender-widget gebruiken voor contactformulieren"],"Fix book process datepicker styling":["Styling boekproces-datumselectie oplossen"],"Theme for Recras integrations":["Thema voor Recras-integraties"],"Enable Google Analytics integration?":["Google Analytics-integratie inschakelen?"],"For more information on these options, please see the %s page.":["Bekijk voor meer informatie over deze instellingen de %s-pagina."],"Error: template does not exist":["Fout: template bestaat niet"],"The cache was cleared.":["De cache is gewist."],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":["De geselecteerde cache kon niet geleegd worden. Dit kan een fout zijn, of de cache is al leeg."],"Clear Recras cache":["Leeg Recras-cache"],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":["Data die uit Recras komt (contactformulieren, arrangementen, producten, tegoedbontemplates) wordt tot 24 uur bewaard. Als je belangrijke wijzigingen maakt (bijv. een prijsverhoging) dan is het aan te raden om de Recras-cache te wissen."],"Packages":["Arrangementen"],"Book processes":["Boekprocessen"],"Contact forms":["Contactformulieren"],"Products":["Producten"],"Save":["Opslaan"]}}}1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"nl_NL"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je bepaalde arrangementen niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"Show what?":["Toon wat?"],"Title":["Titel"],"Description":["Beschrijving"],"Duration":["Duur"],"Starting location":["Startlocatie"],"Minimum number of persons":["Minimum aantal personen"],"Price p.p. excl. VAT":["Prijs p.p. excl. btw"],"Price p.p. incl. VAT":["Prijs p.p. incl. btw"],"Total price excl. VAT":["Totaalprijs excl. btw"],"Total price incl. VAT":["Totaalprijs incl. btw"],"Programme":["Programma"],"Image tag":["Afbeelding-tag"],"Relative image URL":["Relatieve afbeelding-URL"],"Start time":["Starttijd"],"hh:mm":["uu:mm"],"Show header?":["Toon header?"],"Yes":["Ja"],"No":["Nee"],"Insert shortcode":["Voeg shortcode in"],"Integration method":["Integratiemethode"],"Seamless (recommended)":["Naadloos (aanbevolen)"],"iframe (uses setting in your Recras)":["iframe (gebruikt instelling uit jouw Recras)"],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":["Naadloze integratie gebruikt de styling van je website. Via Recras → Instellingen in het menu aan de linkerkant kun een optioneel thema instellen."],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":["iframe-integratie gebruikt de styling die is ingesteld in jouw Recras. Je kunt de styling in Recras aanpassen via Beheer → Overige instellingen → Eigen CSS."],"Package selection":["Arrangementselectie"],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":["Om meerdere arrangementen te (de)selecteren, houd Ctrl ingedrukt en klik (Cmd op Mac)"],"No pre-filled package":["Geen vooraf ingevuld arrangement"],"Preview times in programme":["Toon voorbeeldtijden in programma"],"Pre-fill amounts (requires pre-filled package)":["Aantallen vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Sorry, this is only available using the Gutenberg editor.":["Sorry, dit is alleen beschikbaar in de Gutenberg-editor."],"Pre-fill date (requires exactly 1 package selected)":["Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"yyyy-mm-dd":["jjjj-mm-dd"],"Pre-fill time (requires exactly 1 package selected)":["Tijd vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Thank-you page":["Bedanktpagina"],"Don't redirect":["Niet doorsturen"],"Pages":["Pagina's"],"Posts":["Berichten"],"Show discount fields":["Toon korting-velden"],"Automatic resize?":["Automatisch schalen?"],"Book process":["Boekproces"],"Initial value for first widget":["Initiële waarde voor eerste widget"],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":["Let op dat er geen validatie wordt gedaan op deze waarde. Ongeldige waardes worden mogelijk genegeerd of kunnen er voor zorgen dat het boekproces goed werkt."],"Hide first widget?":["Eerste widget verbergen?"],"Contact form":["Contactformulier"],"Show title?":["Toon titel?"],"Show labels?":["Toon labels?"],"Show placeholders?":["Toon placeholders?"],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":["Sommige arrangementen zijn mogelijk niet beschikbaar voor alle contactformulieren. Je kunt dit wijzigen door je contactformulieren in Recras te bewerken."],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je nog steeds arrangementen mist, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"HTML element":["HTML-element"],"Definition list":["Definitielijst"],"Ordered list":["Geordende lijst"],"Table":["Tabel"],"Element for single choices":["Element voor \"enkele keuze\""],"Drop-down list (Select)":["Dropdownlijst (select)"],"Radio buttons":["Keuzerondjes (radioknoppen)"],"This relates to: customer type, package selection, gender, and single choice":["Dit heeft betrekking op: klanttype, arrangementkeuze, geslacht en \"enkele keuze\""],"Submit button text":["Tekst op knop Versturen"],"Send":["Versturen"],"Product":["Product"],"Description (short)":["Beschrijving (kort)"],"Description (long)":["Beschrijving (lang)"],"Image URL":["Afbeelding-URL"],"Minimum amount":["Minimumaantal"],"Price (incl. VAT)":["Prijs (incl. btw)"],"Template":["Template"],"Name":["Naam"],"Price":["Prijs"],"Number of days valid":["Aantal dagen geldig"],"No pre-filled template":["Geen vooraf ingevuld template"],"Show quantity input (will be set to 1 if not shown)":["Toon aantal-invoer (wordt op 1 gezet indien verborgen)"],"Availability calendar":["Beschikbaarheidskalender"],"Auto resize iframe":["iframe automatisch schalen"],"Enter package ID. Leave empty to not prefill.":["Vul arrangements-ID in. Laat leeg om niet vooraf in te vullen."],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":["Vul datum in formaat JJJJ-MM-DD in. Laat leeg om niet vooraf in te vullen."],"Prefill value for first widget? (optional)":["Waarde voor eerste widget vooraf invullen? (optioneel)"],"Loading data...":["Data aan het laden..."],"Package (optional)":["Arrangement (optioneel)"],"i.e. https://www.recras.com/thanks/":["bijv. https://www.recras.nl/bedankt/"],"Thank-you page (optional, leave empty to not redirect)":["Bedanktpagina (optioneel, laat leeg om niet door te sturen)"],"Recras → Settings menu":["menu Recras → Instellingen"],"Please enter your Recras name in the %s before adding widgets.":["Vul je Recras-naam in in het %s voordat je widgets toevoegt."],"Online booking of packages":["Online boeking van arrangementen"],"Pre-fill amounts (requires exactly 1 package selected)":["Aantallen vooraf invullen (vereist exact 1 arrangement geselecteerd)"],"e.g. 14:00":["bijv. 14:00"],"Pre-filled package":["Vooraf ingevuld arrangement"],"Pre-filled package (optional)":["Vooraf ingevuld arrangement (optioneel)"],"If you select a single package, it will be pre-filled and will skip the package selection step.":["Als je een enkel arrangement selecteert wordt deze vooraf ingevuld en wordt de arrangement-selectie-stap overgeslagen."],"Property to show":["Eigenschap om te tonen"],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Als je bepaalde producten niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Kon geen producten vinden. Zorg dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Voucher info":["Tegoedboninfo"],"Voucher template":["Tegoedbon-template"],"Voucher sales":["Tegoedbonverkoop"],"Error: no ID set":["Fout: geen ID ingesteld"],"Error: ID is not a number":["Fout: ID is geen getal"],"Error: %s":["Fout: %s"],"Error: Package %d does not exist or may not be presented on a website":["Fout: arrangement %d bestaat niet of mag niet op een website weergegeven worden"],"Error: programme is empty":["Fout: programma is leeg"],"Error: unknown option":["Fout: onbekende optie"],"From":["Van"],"Until":["Tot"],"Activity":["Activiteit"],"Day %d":["Dag %d"],"No duration specified":["Geen duur opgegeven"],"No location specified":["Geen locatie opgegeven"],"Error: book process does not exist":["Fout: boekproces bestaat niet"],"Contact form might be deleted":["Contactformulier is mogelijk verwijderd"],"Error: package is set, but contact form does not support packages":["Fout: arrangement is ingesteld, maar contactformulier ondersteunt geen arrangementen"],"Error: redirect is set, but is an invalid URL":["Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL"],"Unknown":["Onbekend"],"Male":["Man"],"Female":["Vrouw"],"(required)":["(verplicht)"],"Clear choice":["Keuze wissen"],"No book process has been chosen yet. Click on this text to select a book process.":["Er is nog geen boekproces gekozen. Klik op deze tekst om een boekproces te selecteren."],"Book process %s cannot be found. It was either deleted from Recras, or made private.":["Boekproces %s kan niet worden gevonden. Het is verwijderd uit Recras of privé gemaakt."],"Book process \"%s\" is integrated here.":["Boekproces \"%s\" is hier geïntegreerd."],"The first widget is hidden for the booker, and has an initial value of \"%s\".":["De eerste widget is verborgen voor de boeker en heeft een initiële waarde van\"%s\"."],"It has an initial value for the first widget of \"%s\".":["Het heeft een initiële waarde voor de eerste widget van\"%s\"."],"Error: could not retrieve data from Recras. The error message received was: %s":["Fout: kon data niet ophalen uit Recras. De ontvangen foutmelding was: %s"],"Error: could not parse data from Recras. The error message was: %s":["Fout: kon data uit Recras niet verwerken. De foutmelding was: %s"],"Error: \"prefill_date\" is not a valid ISO 8601 string":["Fout: \"prefill_date\" is geen geldige ISO-8601-string"],"Error: \"prefill_date\" is a date in the past":["Fout: \"prefill_date\" is een datum in het verleden"],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":["Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)"],"Error: \"product_amounts\" is invalid":["Fout: \"product_amounts\" is ongeldig"],"Settings":["Instellingen"],"Cache":["Cache"],"Documentation":["Documentatie"],"Shortcodes":["Shortcodes"],"Error: you have not set your Recras name yet":["Fout: je hebt je Recras-naam nog niet ingesteld"],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":["Fout: je Recras-naam is nog niet ingesteld, maar je hebt niet de rechten om dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen."],"Could not connect to your Recras":["Kon geen verbinding maken met je Recras"],"Package availability":["Arrangement-beschikbaarheid"],"At least one choice is required":["Ten minste één keuze is vereist"],"Loading...":["Laden..."],"Your message was sent successfully":["Uw bericht is succesvol verzonden"],"There was an error sending your message":["Er was een probleem met het verzenden van uw bericht"],"Previous month":["Vorige maand"],"Next month":["Volgende maand"],"January":["Januari"],"February":["Februari"],"March":["Maart"],"April":["April"],"May":["Mei"],"June":["Juni"],"July":["Juli"],"August":["Augustus"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["December"],"Sunday":["Zondag"],"Monday":["Maandag"],"Tuesday":["Dinsdag"],"Wednesday":["Woensdag"],"Thursday":["Donderdag"],"Friday":["Vrijdag"],"Saturday":["Zaterdag"],"Sun":["Zo"],"Mon":["Ma"],"Tue":["Di"],"Wed":["Wo"],"Thu":["Do"],"Fri":["Vr"],"Sat":["Za"],"Error: product does not exist":["Fout: product bestaat niet"],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":["Dit aanzetten stuurt events van <strong>online boeken van arrangementen</strong> en <strong>tegoedbonverkoop</strong> naar Google Analytics."],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":["Deze optie is <strong>niet nodig bij het gebruik van boekprocessen</strong>. GA wordt daar automatisch geïntegreerd."],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":["Niet alle browsers hebben een ingebouwde datumkiezer. Vink dit aan om een eigen widget te gebruiken."],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":["Op sommige websites heeft de datumselectie in een boekproces een klein lettertype. Zet deze optie aan om dit op te lossen."],"Used in prices, such as 100,00.":["Gebruikt in prijzen, zoals 100,00."],"You do not have sufficient permissions to access this page.":["Je hebt niet genoeg rechten om deze pagina te bekijken."],"No theme":["Geen thema"],"Basic theme":["Basisthema"],"BP Green":["BP Groen"],"Reasonably Red":["Redelijk Rood"],"Recras Blue":["Recras Blauw"],"Recras settings":["Recras-instellingen"],"Recras name":["Recrasnaam"],"Currency symbol":["Valutasymbool"],"Decimal separator":["Decimaalscheiding"],"Use calendar widget for contact forms":["Kalender-widget gebruiken voor contactformulieren"],"Fix book process datepicker styling":["Styling boekproces-datumselectie oplossen"],"Theme for Recras integrations":["Thema voor Recras-integraties"],"Enable Google Analytics integration?":["Google Analytics-integratie inschakelen?"],"For more information on these options, please see the %s page.":["Bekijk voor meer informatie over deze instellingen de %s-pagina."],"Error: template does not exist":["Fout: template bestaat niet"],"The cache was cleared.":["De cache is gewist."],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":["De geselecteerde cache kon niet geleegd worden. Dit kan een fout zijn, of de cache is al leeg."],"Clear Recras cache":["Leeg Recras-cache"],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":["Data die uit Recras komt (contactformulieren, arrangementen, producten, tegoedbontemplates) wordt tot 24 uur bewaard. Als je belangrijke wijzigingen maakt (bijv. een prijsverhoging) dan is het aan te raden om de Recras-cache te wissen."],"Packages":["Arrangementen"],"Book processes":["Boekprocessen"],"Contact forms":["Contactformulieren"],"Products":["Producten"],"Save":["Opslaan"]}}} -
recras/tags/6.2.3/lang/recras-nl_NL.po
r3151413 r3217607 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 2024- 09-13 15:39+0200\n"5 "PO-Revision-Date: 2024- 09-13 15:41+0200\n"4 "POT-Creation-Date: 2024-12-03 16:29+0100\n" 5 "PO-Revision-Date: 2024-12-03 16:30+0100\n" 6 6 "Last-Translator: Sander de Jong <sander@recras.nl>\n" 7 7 "Language-Team: Recras\n" … … 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 23 #: js/gutenberg-availability.js:44 js/gutenberg-package.js:2 24 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 625 #: src/Plugin.php:18 724 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:117 25 #: src/Plugin.php:188 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 1101 #: js/gutenberg-package.js:127 src/ContactForm.php:290 102 102 msgid "hh:mm" 103 103 msgstr "uu:mm" … … 181 181 msgstr "Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)" 182 182 183 #: editor/form-booking.php:73 src/ContactForm.php:27 4 src/ContactForm.php:316183 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315 184 184 msgid "yyyy-mm-dd" 185 185 msgstr "jjjj-mm-dd" … … 220 220 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 221 221 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 7 src/Plugin.php:186222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187 223 223 msgid "Book process" 224 224 msgstr "Boekproces" … … 244 244 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 245 245 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 246 #: src/Plugin.php:11 8 src/Plugin.php:183246 #: src/Plugin.php:119 src/Plugin.php:184 247 247 msgid "Contact form" 248 248 msgstr "Contactformulier" … … 326 326 327 327 #: editor/form-product.php:13 js/gutenberg-product.js:2 328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:12 0329 #: src/Plugin.php:1 89328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121 329 #: src/Plugin.php:190 330 330 msgid "Product" 331 331 msgstr "Product" … … 426 426 427 427 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 428 #: src/Plugin.php:1 19 src/Plugin.php:185src/admin/documentation.php:100428 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100 429 429 #: src/admin/shortcodes.php:79 430 430 msgid "Online booking of packages" … … 480 480 481 481 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 482 #: src/Plugin.php:12 2 src/Plugin.php:190src/admin/documentation.php:139482 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139 483 483 #: src/admin/shortcodes.php:129 484 484 msgid "Voucher info" … … 490 490 491 491 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 492 #: src/Plugin.php:12 1 src/Plugin.php:191src/admin/documentation.php:129492 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129 493 493 #: src/admin/shortcodes.php:117 494 494 msgid "Voucher sales" … … 544 544 msgstr "Dag %d" 545 545 546 #: src/Arrangement.php:31 2546 #: src/Arrangement.php:313 547 547 msgid "No duration specified" 548 548 msgstr "Geen duur opgegeven" 549 549 550 #: src/Arrangement.php:35 3550 #: src/Arrangement.php:354 551 551 msgid "No location specified" 552 552 msgstr "Geen locatie opgegeven" … … 570 570 msgstr "Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL" 571 571 572 #: src/ContactForm.php:38 2572 #: src/ContactForm.php:381 573 573 msgid "Unknown" 574 574 msgstr "Onbekend" 575 575 576 #: src/ContactForm.php:38 3576 #: src/ContactForm.php:382 577 577 msgid "Male" 578 578 msgstr "Man" 579 579 580 #: src/ContactForm.php:38 4580 #: src/ContactForm.php:383 581 581 msgid "Female" 582 582 msgstr "Vrouw" 583 583 584 #: src/ContactForm.php:5 20584 #: src/ContactForm.php:519 585 585 msgid "(required)" 586 586 msgstr "(verplicht)" 587 587 588 #: src/ContactForm.php:54 5588 #: src/ContactForm.php:544 589 589 msgid "Clear choice" 590 590 msgstr "Keuze wissen" … … 598 598 "selecteren." 599 599 600 #: src/Elementor/Bookprocess.php:91 600 #: src/Elementor/Bookprocess.php:92 601 #, php-format 602 msgid "" 603 "Book process %s cannot be found. It was either deleted from Recras, or made " 604 "private." 605 msgstr "" 606 "Boekproces %s kan niet worden gevonden. Het is verwijderd uit Recras of " 607 "privé gemaakt." 608 609 #: src/Elementor/Bookprocess.php:98 601 610 #, php-format 602 611 msgid "Book process \"%s\" is integrated here." 603 612 msgstr "Boekproces \"%s\" is hier geïntegreerd." 604 613 605 #: src/Elementor/Bookprocess.php:10 1614 #: src/Elementor/Bookprocess.php:108 606 615 #, php-format 607 616 msgid "" … … 612 621 "van\"%s\"." 613 622 614 #: src/Elementor/Bookprocess.php:1 06623 #: src/Elementor/Bookprocess.php:113 615 624 #, php-format 616 625 msgid "It has an initial value for the first widget of \"%s\"." … … 646 655 msgstr "Fout: \"product_amounts\" is ongeldig" 647 656 648 #: src/Plugin.php:8 3 src/Plugin.php:84657 #: src/Plugin.php:84 src/Plugin.php:85 649 658 msgid "Settings" 650 659 msgstr "Instellingen" 651 660 652 #: src/Plugin.php:9 3 src/Plugin.php:94661 #: src/Plugin.php:94 src/Plugin.php:95 653 662 msgid "Cache" 654 663 msgstr "Cache" 655 664 656 #: src/Plugin.php:10 1 src/Plugin.php:102src/Settings.php:325665 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325 657 666 #: src/admin/documentation.php:1 658 667 msgid "Documentation" 659 668 msgstr "Documentatie" 660 669 661 #: src/Plugin.php:1 09 src/Plugin.php:110src/admin/shortcodes.php:1670 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1 662 671 msgid "Shortcodes" 663 672 msgstr "Shortcodes" 664 673 665 #: src/Plugin.php:16 4674 #: src/Plugin.php:165 666 675 msgid "Error: you have not set your Recras name yet" 667 676 msgstr "Fout: je hebt je Recras-naam nog niet ingesteld" 668 677 669 #: src/Plugin.php:16 6678 #: src/Plugin.php:167 670 679 msgid "" 671 680 "Error: your Recras name has not been set yet, but you do not have the " … … 676 685 "dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen." 677 686 678 #: src/Plugin.php:18 4687 #: src/Plugin.php:185 679 688 msgid "Could not connect to your Recras" 680 689 msgstr "Kon geen verbinding maken met je Recras" 681 690 682 #: src/Plugin.php:18 8691 #: src/Plugin.php:189 683 692 msgid "Package availability" 684 693 msgstr "Arrangement-beschikbaarheid" 685 694 686 #: src/Plugin.php:2 19695 #: src/Plugin.php:220 687 696 msgid "At least one choice is required" 688 697 msgstr "Ten minste één keuze is vereist" 689 698 690 #: src/Plugin.php:22 0699 #: src/Plugin.php:221 691 700 msgid "Loading..." 692 701 msgstr "Laden..." 693 702 694 #: src/Plugin.php:22 1703 #: src/Plugin.php:222 695 704 msgid "Your message was sent successfully" 696 705 msgstr "Uw bericht is succesvol verzonden" 697 706 698 #: src/Plugin.php:22 2707 #: src/Plugin.php:223 699 708 msgid "There was an error sending your message" 700 709 msgstr "Er was een probleem met het verzenden van uw bericht" 701 710 702 #: src/Plugin.php:23 1711 #: src/Plugin.php:232 703 712 msgid "Previous month" 704 713 msgstr "Vorige maand" 705 714 706 #: src/Plugin.php:23 2715 #: src/Plugin.php:233 707 716 msgid "Next month" 708 717 msgstr "Volgende maand" 709 718 710 #: src/Plugin.php:23 4719 #: src/Plugin.php:235 711 720 msgid "January" 712 721 msgstr "Januari" 713 722 714 #: src/Plugin.php:23 5723 #: src/Plugin.php:236 715 724 msgid "February" 716 725 msgstr "Februari" 717 726 718 #: src/Plugin.php:23 6727 #: src/Plugin.php:237 719 728 msgid "March" 720 729 msgstr "Maart" 721 730 722 #: src/Plugin.php:23 7731 #: src/Plugin.php:238 723 732 msgid "April" 724 733 msgstr "April" 725 734 726 #: src/Plugin.php:23 8735 #: src/Plugin.php:239 727 736 msgid "May" 728 737 msgstr "Mei" 729 738 730 #: src/Plugin.php:2 39739 #: src/Plugin.php:240 731 740 msgid "June" 732 741 msgstr "Juni" 733 742 734 #: src/Plugin.php:24 0743 #: src/Plugin.php:241 735 744 msgid "July" 736 745 msgstr "Juli" 737 746 738 #: src/Plugin.php:24 1747 #: src/Plugin.php:242 739 748 msgid "August" 740 749 msgstr "Augustus" 741 750 742 #: src/Plugin.php:24 2751 #: src/Plugin.php:243 743 752 msgid "September" 744 753 msgstr "September" 745 754 746 #: src/Plugin.php:24 3755 #: src/Plugin.php:244 747 756 msgid "October" 748 757 msgstr "Oktober" 749 758 750 #: src/Plugin.php:24 4759 #: src/Plugin.php:245 751 760 msgid "November" 752 761 msgstr "November" 753 762 754 #: src/Plugin.php:24 5763 #: src/Plugin.php:246 755 764 msgid "December" 756 765 msgstr "December" 757 766 758 #: src/Plugin.php:24 8767 #: src/Plugin.php:249 759 768 msgid "Sunday" 760 769 msgstr "Zondag" 761 770 762 #: src/Plugin.php:2 49771 #: src/Plugin.php:250 763 772 msgid "Monday" 764 773 msgstr "Maandag" 765 774 766 #: src/Plugin.php:25 0775 #: src/Plugin.php:251 767 776 msgid "Tuesday" 768 777 msgstr "Dinsdag" 769 778 770 #: src/Plugin.php:25 1779 #: src/Plugin.php:252 771 780 msgid "Wednesday" 772 781 msgstr "Woensdag" 773 782 774 #: src/Plugin.php:25 2783 #: src/Plugin.php:253 775 784 msgid "Thursday" 776 785 msgstr "Donderdag" 777 786 778 #: src/Plugin.php:25 3787 #: src/Plugin.php:254 779 788 msgid "Friday" 780 789 msgstr "Vrijdag" 781 790 782 #: src/Plugin.php:25 4791 #: src/Plugin.php:255 783 792 msgid "Saturday" 784 793 msgstr "Zaterdag" 785 794 786 #: src/Plugin.php:25 7795 #: src/Plugin.php:258 787 796 msgid "Sun" 788 797 msgstr "Zo" 789 798 790 #: src/Plugin.php:25 8799 #: src/Plugin.php:259 791 800 msgid "Mon" 792 801 msgstr "Ma" 793 802 794 #: src/Plugin.php:2 59803 #: src/Plugin.php:260 795 804 msgid "Tue" 796 805 msgstr "Di" 797 806 798 #: src/Plugin.php:26 0807 #: src/Plugin.php:261 799 808 msgid "Wed" 800 809 msgstr "Wo" 801 810 802 #: src/Plugin.php:26 1811 #: src/Plugin.php:262 803 812 msgid "Thu" 804 813 msgstr "Do" 805 814 806 #: src/Plugin.php:26 2815 #: src/Plugin.php:263 807 816 msgid "Fri" 808 817 msgstr "Vr" 809 818 810 #: src/Plugin.php:26 3819 #: src/Plugin.php:264 811 820 msgid "Sat" 812 821 msgstr "Za" -
recras/tags/6.2.3/readme.txt
r3174802 r3217607 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.7 5 Stable tag: 6.2. 25 Stable tag: 6.2.3 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Frequently Asked Questions == 62 62 63 = Do you support Visual Composer, Elementor, Brizy, etc. ? =64 Integrating a book process is possible through Elementor. If you are creating a website through a different page builder, or want to integrate something else, please let Recras Support known. We might support it in the future.63 = Do you support Elementor, WPBakery/Visual Composer, Brizy, etc. ? = 64 Integrating a book process is possible through Elementor. There are many different page builders but Elementor is the most used one, so we chose to only build this widget for Elementor. Using shortcodes is still possible in all other builders, of course. 65 65 66 66 = Does the plugin support network installations? = … … 77 77 78 78 == Changelog == 79 80 = 6.2.3 = 81 * Fix error in Elementor when book process cannot be found 79 82 80 83 = 6.2.2 = -
recras/tags/6.2.3/recras-wordpress-plugin.php
r3174802 r3217607 3 3 Plugin Name: Recras WordPress Plugin 4 4 Plugin URI: https://www.recras.nl/ 5 Version: 6.2. 25 Version: 6.2.3 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.4 -
recras/tags/6.2.3/src/Arrangement.php
r3174802 r3217607 4 4 class Arrangement 5 5 { 6 public const SHORTCODE = 'recras-package'; 6 7 private const SHOW_DEFAULT = 'title'; 7 8 -
recras/tags/6.2.3/src/Availability.php
r3127313 r3217607 4 4 class Availability 5 5 { 6 public const SHORTCODE = 'recras-availability'; 7 6 8 /** 7 9 * Add the [recras-availability] shortcode -
recras/tags/6.2.3/src/Bookprocess.php
r3127313 r3217607 4 4 class Bookprocess 5 5 { 6 public const SHORTCODE = 'recras-bookprocess'; 6 7 /** 7 8 * Clear book process cache (transients) -
recras/tags/6.2.3/src/ContactForm.php
r3174802 r3217607 6 6 public const PATTERN_DATE = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])'; 7 7 public const PATTERN_TIME = '(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9])'; 8 public const SHORTCODE = 'recras-contact'; 8 9 9 10 public static function getDefaultCountry(): ?string -
recras/tags/6.2.3/src/Elementor/Bookprocess.php
r3151413 r3217607 87 87 } 88 88 $options = \Recras\Bookprocess::optionsForElementorWidget(); 89 90 if (!array_key_exists($settings['bp_id'], $options)) { 91 return sprintf( 92 __('Book process %s cannot be found. It was either deleted from Recras, or made private.', Plugin::TEXT_DOMAIN), 93 $settings['bp_id'] 94 ); 95 } 89 96 $html = ''; 90 97 $html .= sprintf( … … 120 127 } 121 128 122 $shortcode = '[' . \Recras\ Plugin::SHORTCODE_BOOK_PROCESS;129 $shortcode = '[' . \Recras\Bookprocess::SHORTCODE; 123 130 $shortcode .= ' id="' . $settings['bp_id'] . '"'; 124 131 $shortcode .= ' initial_widget_value="' . $settings['initial_widget_value'] . '"'; -
recras/tags/6.2.3/src/OnlineBooking.php
r3093313 r3217607 4 4 class OnlineBooking 5 5 { 6 public const SHORTCODE = 'recras-booking'; 7 6 8 /** 7 9 * Add the [recras-booking] shortcode -
recras/tags/6.2.3/src/Plugin.php
r3174802 r3217607 6 6 private const LIBRARY_VERSION = '2.0.6'; 7 7 public const TEXT_DOMAIN = 'recras'; 8 9 public const SHORTCODE_BOOK_PROCESS = 'recras-bookprocess';10 public const SHORTCODE_ONLINE_BOOKING = 'recras-booking';11 public const SHORTCODE_VOUCHER_SALES = 'recras-vouchers';12 public const SHORTCODE_VOUCHER_INFO = 'recras-voucher-info';13 8 14 9 public string $baseUrl; … … 129 124 public function addShortcodes(): void 130 125 { 131 add_shortcode( 'recras-availability', [Availability::class, 'renderAvailability']);132 add_shortcode( $this::SHORTCODE_ONLINE_BOOKING, [OnlineBooking::class, 'renderOnlineBooking']);133 add_shortcode( $this::SHORTCODE_BOOK_PROCESS, [Bookprocess::class, 'renderBookprocess']);134 add_shortcode( 'recras-contact', [ContactForm::class, 'renderContactForm']);135 add_shortcode( 'recras-package', [Arrangement::class, 'renderPackage']);136 add_shortcode( 'recras-product', [Products::class, 'renderProduct']);137 add_shortcode( $this::SHORTCODE_VOUCHER_SALES, [Vouchers::class, 'renderVoucherSales']);138 add_shortcode( $this::SHORTCODE_VOUCHER_INFO, [Vouchers::class, 'renderVoucherInfo']);126 add_shortcode(Availability::SHORTCODE, [Availability::class, 'renderAvailability']); 127 add_shortcode(OnlineBooking::SHORTCODE, [OnlineBooking::class, 'renderOnlineBooking']); 128 add_shortcode(Bookprocess::SHORTCODE, [Bookprocess::class, 'renderBookprocess']); 129 add_shortcode(ContactForm::SHORTCODE, [ContactForm::class, 'renderContactForm']); 130 add_shortcode(Arrangement::SHORTCODE, [Arrangement::class, 'renderPackage']); 131 add_shortcode(Products::SHORTCODE, [Products::class, 'renderProduct']); 132 add_shortcode(Vouchers::SHORTCODE_SALES, [Vouchers::class, 'renderVoucherSales']); 133 add_shortcode(Vouchers::SHORTCODE_INFO, [Vouchers::class, 'renderVoucherInfo']); 139 134 } 140 135 -
recras/tags/6.2.3/src/Products.php
r3127313 r3217607 4 4 class Products 5 5 { 6 public const SHORTCODE = 'recras-product'; 6 7 private const SHOW_DEFAULT = 'title'; 7 8 -
recras/tags/6.2.3/src/Vouchers.php
r3127313 r3217607 4 4 class Vouchers 5 5 { 6 public const SHORTCODE_SALES = 'recras-vouchers'; 7 public const SHORTCODE_INFO = 'recras-voucher-info'; 6 8 private const SHOW_DEFAULT = 'name'; 7 9 -
recras/trunk/changelog.md
r3174802 r3217607 1 1 # Changelog 2 3 ## 6.2.3 (2025-01-06) 4 * Fix error in Elementor when book process cannot be found 2 5 3 6 ## 6.2.2 (2024-10-24) -
recras/trunk/editor/form-arrangement.php
r2724556 r3217607 56 56 57 57 document.getElementById('arrangement_submit').addEventListener('click', function(){ 58 let shortcode = '[ recras-packageid="' + document.getElementById('arrangement_id').value + '" show="' + document.getElementById('show_what').value + '"';58 let shortcode = '[<?= \Recras\Arrangement::SHORTCODE; ?> id="' + document.getElementById('arrangement_id').value + '" show="' + document.getElementById('show_what').value + '"'; 59 59 if (document.getElementById('show_what').value === 'programme') { 60 60 if (document.getElementById('starttime').value !== '00:00') { -
recras/trunk/editor/form-booking.php
r2724556 r3217607 143 143 packageIDsMultiple = [...selectedPackages].map(el => el.value); 144 144 } 145 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_ONLINE_BOOKING; ?>';145 let shortcode = '[<?= \Recras\OnlineBooking::SHORTCODE; ?>'; 146 146 if (packageIDsMultiple.length > 0 && useNewLibrary) { 147 147 shortcode += ' package_list="' + packageIDsMultiple.join(',') + '"'; -
recras/trunk/editor/form-bookprocess.php
r3012952 r3217607 84 84 const elPackage = document.getElementById('first_widget_value_package'); 85 85 86 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_BOOK_PROCESS; ?> id="' + document.getElementById('bookprocess_id').value + '"';86 let shortcode = '[<?= \Recras\Bookprocess::SHORTCODE; ?> id="' + document.getElementById('bookprocess_id').value + '"'; 87 87 88 88 let initialValue; -
recras/trunk/editor/form-contact.php
r3023928 r3217607 89 89 90 90 document.getElementById('contact_submit').addEventListener('click', function(){ 91 let shortcode = '[ recras-contactid="' + document.getElementById('contactform_id').value + '"';91 let shortcode = '[<?= \Recras\ContactForm::SHORTCODE; ?> id="' + document.getElementById('contactform_id').value + '"'; 92 92 93 93 const options = ['showtitle', 'showlabels', 'showplaceholders']; -
recras/trunk/editor/form-package-availability.php
r2724556 r3217607 36 36 <script> 37 37 document.getElementById('arrangement_submit').addEventListener('click', function(){ 38 let shortcode = '[ recras-availabilityid="' + document.getElementById('arrangement_id').value + '"';38 let shortcode = '[<?= \Recras\Availability::SHORTCODE; ?> id="' + document.getElementById('arrangement_id').value + '"'; 39 39 if (!document.getElementById('auto_resize').checked) { 40 40 shortcode += ' autoresize=0'; -
recras/trunk/editor/form-product.php
r2688116 r3217607 38 38 <script> 39 39 document.getElementById('product_submit').addEventListener('click', function(){ 40 const shortcode = '[ recras-productid="' +40 const shortcode = '[<?= \Recras\Products::SHORTCODE; ?> id="' + 41 41 document.getElementById('product_id').value + '" show="' + 42 42 document.getElementById('show_what').value + '"]'; -
recras/trunk/editor/form-voucher-info.php
r2688116 r3217607 33 33 <script> 34 34 document.getElementById('voucher_submit').addEventListener('click', function(){ 35 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_VOUCHER_INFO; ?>';35 let shortcode = '[<?= \Recras\Vouchers::SHORTCODE_INFO; ?>'; 36 36 shortcode += ' id="' + document.getElementById('template_id').value + '"'; 37 37 shortcode += ' show="' + document.getElementById('show_what').value + '"'; -
recras/trunk/editor/form-voucher-sales.php
r2688116 r3217607 45 45 document.getElementById('voucher_submit').addEventListener('click', function(){ 46 46 const templateID = document.getElementById('template_id').value; 47 let shortcode = '[<?= \Recras\ Plugin::SHORTCODE_VOUCHER_SALES; ?>';47 let shortcode = '[<?= \Recras\Vouchers::SHORTCODE_SALES; ?>'; 48 48 49 49 if (templateID !== '0') { -
recras/trunk/lang/recras-de_DE-recras-gutenberg-global.json
r3151413 r3217607 1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"de_DE"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Wenn Sie bestimmte Pakete nicht sehen, stellen Sie sicher, dass in Recras \"Kann auf einer Website (über API)\" auf der Registerkarte \"Extra-Einstellungen\" des Pakets angezeigt werden."],"Show what?":["Zeigen Sie was?"],"Title":["Titel"],"Description":["Beschreibung"],"Duration":["Dauer"],"Starting location":[""],"Minimum number of persons":[""],"Price p.p. excl. VAT":[""],"Price p.p. incl. VAT":[""],"Total price excl. VAT":[""],"Total price incl. VAT":[""],"Programme":["Programm"],"Image tag":[""],"Relative image URL":[""],"Start time":[""],"hh:mm":["UU:MM"],"Show header?":[""],"Yes":["Ja"],"No":["Nein"],"Insert shortcode":[""],"Integration method":[""],"Seamless (recommended)":[""],"iframe (uses setting in your Recras)":[""],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":[""],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":[""],"Package selection":[""],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":[""],"No pre-filled package":[""],"Preview times in programme":[""],"Pre-fill amounts (requires pre-filled package)":[""],"Sorry, this is only available using the Gutenberg editor.":[""],"Pre-fill date (requires exactly 1 package selected)":[""],"yyyy-mm-dd":["JJJJ-MM-TT"],"Pre-fill time (requires exactly 1 package selected)":[""],"Thank-you page":[""],"Don't redirect":[""],"Pages":["Seiten"],"Posts":["Nachrichten"],"Show discount fields":[""],"Automatic resize?":[""],"Book process":["Buchungsprozess"],"Initial value for first widget":[""],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":[""],"Hide first widget?":[""],"Contact form":["Kontaktformular"],"Show title?":[""],"Show labels?":[""],"Show placeholders?":[""],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":[""],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":[""],"HTML element":[""],"Definition list":[""],"Ordered list":[""],"Table":["Tabelle"],"Element for single choices":[""],"Drop-down list (Select)":[""],"Radio buttons":[""],"This relates to: customer type, package selection, gender, and single choice":[""],"Submit button text":[""],"Send":["Senden"],"Product":["Produkt"],"Description (short)":[""],"Description (long)":[""],"Image URL":[""],"Minimum amount":[""],"Price (incl. VAT)":[""],"Template":[""],"Name":[""],"Price":["Preis"],"Number of days valid":[""],"No pre-filled template":[""],"Show quantity input (will be set to 1 if not shown)":[""],"Availability calendar":[""],"Auto resize iframe":[""],"Enter package ID. Leave empty to not prefill.":[""],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":[""],"Prefill value for first widget? (optional)":[""],"Loading data...":[""],"Package (optional)":[""],"i.e. https://www.recras.com/thanks/":[""],"Thank-you page (optional, leave empty to not redirect)":[""],"Recras → Settings menu":[""],"Please enter your Recras name in the %s before adding widgets.":[""],"Online booking of packages":[""],"Pre-fill amounts (requires exactly 1 package selected)":[""],"e.g. 14:00":["z.B. 14:00"],"Pre-filled package":[""],"Pre-filled package (optional)":[""],"If you select a single package, it will be pre-filled and will skip the package selection step.":[""],"Property to show":[""],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Voucher info":[""],"Voucher template":[""],"Voucher sales":[""],"Error: no ID set":[""],"Error: ID is not a number":[""],"Error: %s":["Fehlermeldung: %s"],"Error: Package %d does not exist or may not be presented on a website":[""],"Error: programme is empty":[""],"Error: unknown option":[""],"From":["Von"],"Until":["Bis"],"Activity":["Aktivität"],"Day %d":["Tag %d"],"No duration specified":[""],"No location specified":[""],"Error: book process does not exist":[""],"Contact form might be deleted":[""],"Error: package is set, but contact form does not support packages":[""],"Error: redirect is set, but is an invalid URL":[""],"Unknown":["Unbekannt"],"Male":["Mann"],"Female":["Frau"],"(required)":["(erforderlich)"],"Clear choice":["Wahl löschen"],"No book process has been chosen yet. Click on this text to select a book process.":[""],"Book process \"%s\" is integrated here.":[""],"The first widget is hidden for the booker, and has an initial value of \"%s\".":[""],"It has an initial value for the first widget of \"%s\".":[""],"Error: could not retrieve data from Recras. The error message received was: %s":[""],"Error: could not parse data from Recras. The error message was: %s":[""],"Error: \"prefill_date\" is not a valid ISO 8601 string":[""],"Error: \"prefill_date\" is a date in the past":[""],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":[""],"Error: \"product_amounts\" is invalid":[""],"Settings":["Einstellungen"],"Cache":[""],"Documentation":["Dokumentation"],"Shortcodes":[""],"Error: you have not set your Recras name yet":[""],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":[""],"Could not connect to your Recras":[""],"Package availability":["Arrangement-Verfügbarkeit"],"At least one choice is required":[""],"Loading...":["Laden..."],"Your message was sent successfully":[""],"There was an error sending your message":[""],"Previous month":["Vorheriger Monat"],"Next month":["Nächsten Monat"],"January":["Januar"],"February":["Februar"],"March":["März"],"April":["April"],"May":["Mai"],"June":["Juni"],"July":["Juli"],"August":["August"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["Dezember"],"Sunday":["Sonntag"],"Monday":["Montag"],"Tuesday":["Dienstag"],"Wednesday":["Mittwoch"],"Thursday":["Donnerstag"],"Friday":["Freitag"],"Saturday":["Samstag"],"Sun":["So"],"Mon":["Mo"],"Tue":["Di"],"Wed":["Mi"],"Thu":["Do"],"Fri":["Fr"],"Sat":["Sa"],"Error: product does not exist":[""],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":[""],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":[""],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":[""],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":[""],"Used in prices, such as 100,00.":[""],"You do not have sufficient permissions to access this page.":[""],"No theme":["Kein Thema"],"Basic theme":["Grundthema"],"BP Green":["BP Grün"],"Reasonably Red":["Ganz Rot"],"Recras Blue":["Recras Blau"],"Recras settings":["Recras-Einstellungen"],"Recras name":["Recras-Name"],"Currency symbol":[""],"Decimal separator":[""],"Use calendar widget for contact forms":[""],"Fix book process datepicker styling":[""],"Theme for Recras integrations":[""],"Enable Google Analytics integration?":[""],"For more information on these options, please see the %s page.":[""],"Error: template does not exist":[""],"The cache was cleared.":[""],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":[""],"Clear Recras cache":[""],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":[""],"Packages":["Arrangements"],"Book processes":["Buchungsprozesse"],"Contact forms":["Kontaktformulare"],"Products":["Produkte"],"Save":["Speichern"]}}}1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"de_DE"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Wenn Sie bestimmte Pakete nicht sehen, stellen Sie sicher, dass in Recras \"Kann auf einer Website (über API)\" auf der Registerkarte \"Extra-Einstellungen\" des Pakets angezeigt werden."],"Show what?":["Zeigen Sie was?"],"Title":["Titel"],"Description":["Beschreibung"],"Duration":["Dauer"],"Starting location":[""],"Minimum number of persons":[""],"Price p.p. excl. VAT":[""],"Price p.p. incl. VAT":[""],"Total price excl. VAT":[""],"Total price incl. VAT":[""],"Programme":["Programm"],"Image tag":[""],"Relative image URL":[""],"Start time":[""],"hh:mm":["UU:MM"],"Show header?":[""],"Yes":["Ja"],"No":["Nein"],"Insert shortcode":[""],"Integration method":[""],"Seamless (recommended)":[""],"iframe (uses setting in your Recras)":[""],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":[""],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":[""],"Package selection":[""],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":[""],"No pre-filled package":[""],"Preview times in programme":[""],"Pre-fill amounts (requires pre-filled package)":[""],"Sorry, this is only available using the Gutenberg editor.":[""],"Pre-fill date (requires exactly 1 package selected)":[""],"yyyy-mm-dd":["JJJJ-MM-TT"],"Pre-fill time (requires exactly 1 package selected)":[""],"Thank-you page":[""],"Don't redirect":[""],"Pages":["Seiten"],"Posts":["Nachrichten"],"Show discount fields":[""],"Automatic resize?":[""],"Book process":["Buchungsprozess"],"Initial value for first widget":[""],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":[""],"Hide first widget?":[""],"Contact form":["Kontaktformular"],"Show title?":[""],"Show labels?":[""],"Show placeholders?":[""],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":[""],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":[""],"HTML element":[""],"Definition list":[""],"Ordered list":[""],"Table":["Tabelle"],"Element for single choices":[""],"Drop-down list (Select)":[""],"Radio buttons":[""],"This relates to: customer type, package selection, gender, and single choice":[""],"Submit button text":[""],"Send":["Senden"],"Product":["Produkt"],"Description (short)":[""],"Description (long)":[""],"Image URL":[""],"Minimum amount":[""],"Price (incl. VAT)":[""],"Template":[""],"Name":[""],"Price":["Preis"],"Number of days valid":[""],"No pre-filled template":[""],"Show quantity input (will be set to 1 if not shown)":[""],"Availability calendar":[""],"Auto resize iframe":[""],"Enter package ID. Leave empty to not prefill.":[""],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":[""],"Prefill value for first widget? (optional)":[""],"Loading data...":[""],"Package (optional)":[""],"i.e. https://www.recras.com/thanks/":[""],"Thank-you page (optional, leave empty to not redirect)":[""],"Recras → Settings menu":[""],"Please enter your Recras name in the %s before adding widgets.":[""],"Online booking of packages":[""],"Pre-fill amounts (requires exactly 1 package selected)":[""],"e.g. 14:00":["z.B. 14:00"],"Pre-filled package":[""],"Pre-filled package (optional)":[""],"If you select a single package, it will be pre-filled and will skip the package selection step.":[""],"Property to show":[""],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":[""],"Voucher info":[""],"Voucher template":[""],"Voucher sales":[""],"Error: no ID set":[""],"Error: ID is not a number":[""],"Error: %s":["Fehlermeldung: %s"],"Error: Package %d does not exist or may not be presented on a website":[""],"Error: programme is empty":[""],"Error: unknown option":[""],"From":["Von"],"Until":["Bis"],"Activity":["Aktivität"],"Day %d":["Tag %d"],"No duration specified":[""],"No location specified":[""],"Error: book process does not exist":[""],"Contact form might be deleted":[""],"Error: package is set, but contact form does not support packages":[""],"Error: redirect is set, but is an invalid URL":[""],"Unknown":["Unbekannt"],"Male":["Mann"],"Female":["Frau"],"(required)":["(erforderlich)"],"Clear choice":["Wahl löschen"],"No book process has been chosen yet. Click on this text to select a book process.":[""],"Book process %s cannot be found. It was either deleted from Recras, or made private.":[""],"Book process \"%s\" is integrated here.":[""],"The first widget is hidden for the booker, and has an initial value of \"%s\".":[""],"It has an initial value for the first widget of \"%s\".":[""],"Error: could not retrieve data from Recras. The error message received was: %s":[""],"Error: could not parse data from Recras. The error message was: %s":[""],"Error: \"prefill_date\" is not a valid ISO 8601 string":[""],"Error: \"prefill_date\" is a date in the past":[""],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":[""],"Error: \"product_amounts\" is invalid":[""],"Settings":["Einstellungen"],"Cache":[""],"Documentation":["Dokumentation"],"Shortcodes":[""],"Error: you have not set your Recras name yet":[""],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":[""],"Could not connect to your Recras":[""],"Package availability":["Arrangement-Verfügbarkeit"],"At least one choice is required":[""],"Loading...":["Laden..."],"Your message was sent successfully":[""],"There was an error sending your message":[""],"Previous month":["Vorheriger Monat"],"Next month":["Nächsten Monat"],"January":["Januar"],"February":["Februar"],"March":["März"],"April":["April"],"May":["Mai"],"June":["Juni"],"July":["Juli"],"August":["August"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["Dezember"],"Sunday":["Sonntag"],"Monday":["Montag"],"Tuesday":["Dienstag"],"Wednesday":["Mittwoch"],"Thursday":["Donnerstag"],"Friday":["Freitag"],"Saturday":["Samstag"],"Sun":["So"],"Mon":["Mo"],"Tue":["Di"],"Wed":["Mi"],"Thu":["Do"],"Fri":["Fr"],"Sat":["Sa"],"Error: product does not exist":[""],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":[""],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":[""],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":[""],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":[""],"Used in prices, such as 100,00.":[""],"You do not have sufficient permissions to access this page.":[""],"No theme":["Kein Thema"],"Basic theme":["Grundthema"],"BP Green":["BP Grün"],"Reasonably Red":["Ganz Rot"],"Recras Blue":["Recras Blau"],"Recras settings":["Recras-Einstellungen"],"Recras name":["Recras-Name"],"Currency symbol":[""],"Decimal separator":[""],"Use calendar widget for contact forms":[""],"Fix book process datepicker styling":[""],"Theme for Recras integrations":[""],"Enable Google Analytics integration?":[""],"For more information on these options, please see the %s page.":[""],"Error: template does not exist":[""],"The cache was cleared.":[""],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":[""],"Clear Recras cache":[""],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":[""],"Packages":["Arrangements"],"Book processes":["Buchungsprozesse"],"Contact forms":["Kontaktformulare"],"Products":["Produkte"],"Save":["Speichern"]}}} -
recras/trunk/lang/recras-de_DE.po
r3151413 r3217607 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 2024- 09-13 15:39+0200\n"5 "PO-Revision-Date: 2024- 09-13 15:39+0200\n"4 "POT-Creation-Date: 2024-12-03 16:29+0100\n" 5 "PO-Revision-Date: 2024-12-03 16:29+0100\n" 6 6 "Last-Translator: Sander de Jong <sander@recras.nl>\n" 7 7 "Language-Team: Recras\n" … … 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 23 #: js/gutenberg-availability.js:44 js/gutenberg-package.js:2 24 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 625 #: src/Plugin.php:18 724 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:117 25 #: src/Plugin.php:188 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 1101 #: js/gutenberg-package.js:127 src/ContactForm.php:290 102 102 msgid "hh:mm" 103 103 msgstr "UU:MM" … … 174 174 msgstr "" 175 175 176 #: editor/form-booking.php:73 src/ContactForm.php:27 4 src/ContactForm.php:316176 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315 177 177 msgid "yyyy-mm-dd" 178 178 msgstr "JJJJ-MM-TT" … … 213 213 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 214 214 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 7 src/Plugin.php:186215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187 216 216 msgid "Book process" 217 217 msgstr "Buchungsprozess" … … 234 234 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 235 235 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 236 #: src/Plugin.php:11 8 src/Plugin.php:183236 #: src/Plugin.php:119 src/Plugin.php:184 237 237 msgid "Contact form" 238 238 msgstr "Kontaktformular" … … 308 308 309 309 #: editor/form-product.php:13 js/gutenberg-product.js:2 310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:12 0311 #: src/Plugin.php:1 89310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121 311 #: src/Plugin.php:190 312 312 msgid "Product" 313 313 msgstr "Produkt" … … 407 407 408 408 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 409 #: src/Plugin.php:1 19 src/Plugin.php:185src/admin/documentation.php:100409 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100 410 410 #: src/admin/shortcodes.php:79 411 411 msgid "Online booking of packages" … … 453 453 454 454 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 455 #: src/Plugin.php:12 2 src/Plugin.php:190src/admin/documentation.php:139455 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139 456 456 #: src/admin/shortcodes.php:129 457 457 msgid "Voucher info" … … 463 463 464 464 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 465 #: src/Plugin.php:12 1 src/Plugin.php:191src/admin/documentation.php:129465 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129 466 466 #: src/admin/shortcodes.php:117 467 467 msgid "Voucher sales" … … 515 515 msgstr "Tag %d" 516 516 517 #: src/Arrangement.php:31 2517 #: src/Arrangement.php:313 518 518 msgid "No duration specified" 519 519 msgstr "" 520 520 521 #: src/Arrangement.php:35 3521 #: src/Arrangement.php:354 522 522 msgid "No location specified" 523 523 msgstr "" … … 539 539 msgstr "" 540 540 541 #: src/ContactForm.php:38 2541 #: src/ContactForm.php:381 542 542 msgid "Unknown" 543 543 msgstr "Unbekannt" 544 544 545 #: src/ContactForm.php:38 3545 #: src/ContactForm.php:382 546 546 msgid "Male" 547 547 msgstr "Mann" 548 548 549 #: src/ContactForm.php:38 4549 #: src/ContactForm.php:383 550 550 msgid "Female" 551 551 msgstr "Frau" 552 552 553 #: src/ContactForm.php:5 20553 #: src/ContactForm.php:519 554 554 msgid "(required)" 555 555 msgstr "(erforderlich)" 556 556 557 #: src/ContactForm.php:54 5557 #: src/ContactForm.php:544 558 558 msgid "Clear choice" 559 559 msgstr "Wahl löschen" … … 565 565 msgstr "" 566 566 567 #: src/Elementor/Bookprocess.php:91 567 #: src/Elementor/Bookprocess.php:92 568 #, php-format 569 msgid "" 570 "Book process %s cannot be found. It was either deleted from Recras, or made " 571 "private." 572 msgstr "" 573 574 #: src/Elementor/Bookprocess.php:98 568 575 #, php-format 569 576 msgid "Book process \"%s\" is integrated here." 570 577 msgstr "" 571 578 572 #: src/Elementor/Bookprocess.php:10 1579 #: src/Elementor/Bookprocess.php:108 573 580 #, php-format 574 581 msgid "" … … 577 584 msgstr "" 578 585 579 #: src/Elementor/Bookprocess.php:1 06586 #: src/Elementor/Bookprocess.php:113 580 587 #, php-format 581 588 msgid "It has an initial value for the first widget of \"%s\"." … … 610 617 msgstr "" 611 618 612 #: src/Plugin.php:8 3 src/Plugin.php:84619 #: src/Plugin.php:84 src/Plugin.php:85 613 620 msgid "Settings" 614 621 msgstr "Einstellungen" 615 622 616 #: src/Plugin.php:9 3 src/Plugin.php:94623 #: src/Plugin.php:94 src/Plugin.php:95 617 624 msgid "Cache" 618 625 msgstr "" 619 626 620 #: src/Plugin.php:10 1 src/Plugin.php:102src/Settings.php:325627 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325 621 628 #: src/admin/documentation.php:1 622 629 msgid "Documentation" 623 630 msgstr "Dokumentation" 624 631 625 #: src/Plugin.php:1 09 src/Plugin.php:110src/admin/shortcodes.php:1632 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1 626 633 msgid "Shortcodes" 627 634 msgstr "" 628 635 629 #: src/Plugin.php:16 4636 #: src/Plugin.php:165 630 637 msgid "Error: you have not set your Recras name yet" 631 638 msgstr "" 632 639 633 #: src/Plugin.php:16 6640 #: src/Plugin.php:167 634 641 msgid "" 635 642 "Error: your Recras name has not been set yet, but you do not have the " … … 638 645 msgstr "" 639 646 640 #: src/Plugin.php:18 4647 #: src/Plugin.php:185 641 648 msgid "Could not connect to your Recras" 642 649 msgstr "" 643 650 644 #: src/Plugin.php:18 8651 #: src/Plugin.php:189 645 652 msgid "Package availability" 646 653 msgstr "Arrangement-Verfügbarkeit" 647 654 648 #: src/Plugin.php:2 19655 #: src/Plugin.php:220 649 656 msgid "At least one choice is required" 650 657 msgstr "" 651 658 652 #: src/Plugin.php:22 0659 #: src/Plugin.php:221 653 660 msgid "Loading..." 654 661 msgstr "Laden..." 655 662 656 #: src/Plugin.php:22 1663 #: src/Plugin.php:222 657 664 msgid "Your message was sent successfully" 658 665 msgstr "" 659 666 660 #: src/Plugin.php:22 2667 #: src/Plugin.php:223 661 668 msgid "There was an error sending your message" 662 669 msgstr "" 663 670 664 #: src/Plugin.php:23 1671 #: src/Plugin.php:232 665 672 msgid "Previous month" 666 673 msgstr "Vorheriger Monat" 667 674 668 #: src/Plugin.php:23 2675 #: src/Plugin.php:233 669 676 msgid "Next month" 670 677 msgstr "Nächsten Monat" 671 678 672 #: src/Plugin.php:23 4679 #: src/Plugin.php:235 673 680 msgid "January" 674 681 msgstr "Januar" 675 682 676 #: src/Plugin.php:23 5683 #: src/Plugin.php:236 677 684 msgid "February" 678 685 msgstr "Februar" 679 686 680 #: src/Plugin.php:23 6687 #: src/Plugin.php:237 681 688 msgid "March" 682 689 msgstr "März" 683 690 684 #: src/Plugin.php:23 7691 #: src/Plugin.php:238 685 692 msgid "April" 686 693 msgstr "April" 687 694 688 #: src/Plugin.php:23 8695 #: src/Plugin.php:239 689 696 msgid "May" 690 697 msgstr "Mai" 691 698 692 #: src/Plugin.php:2 39699 #: src/Plugin.php:240 693 700 msgid "June" 694 701 msgstr "Juni" 695 702 696 #: src/Plugin.php:24 0703 #: src/Plugin.php:241 697 704 msgid "July" 698 705 msgstr "Juli" 699 706 700 #: src/Plugin.php:24 1707 #: src/Plugin.php:242 701 708 msgid "August" 702 709 msgstr "August" 703 710 704 #: src/Plugin.php:24 2711 #: src/Plugin.php:243 705 712 msgid "September" 706 713 msgstr "September" 707 714 708 #: src/Plugin.php:24 3715 #: src/Plugin.php:244 709 716 msgid "October" 710 717 msgstr "Oktober" 711 718 712 #: src/Plugin.php:24 4719 #: src/Plugin.php:245 713 720 msgid "November" 714 721 msgstr "November" 715 722 716 #: src/Plugin.php:24 5723 #: src/Plugin.php:246 717 724 msgid "December" 718 725 msgstr "Dezember" 719 726 720 #: src/Plugin.php:24 8727 #: src/Plugin.php:249 721 728 msgid "Sunday" 722 729 msgstr "Sonntag" 723 730 724 #: src/Plugin.php:2 49731 #: src/Plugin.php:250 725 732 msgid "Monday" 726 733 msgstr "Montag" 727 734 728 #: src/Plugin.php:25 0735 #: src/Plugin.php:251 729 736 msgid "Tuesday" 730 737 msgstr "Dienstag" 731 738 732 #: src/Plugin.php:25 1739 #: src/Plugin.php:252 733 740 msgid "Wednesday" 734 741 msgstr "Mittwoch" 735 742 736 #: src/Plugin.php:25 2743 #: src/Plugin.php:253 737 744 msgid "Thursday" 738 745 msgstr "Donnerstag" 739 746 740 #: src/Plugin.php:25 3747 #: src/Plugin.php:254 741 748 msgid "Friday" 742 749 msgstr "Freitag" 743 750 744 #: src/Plugin.php:25 4751 #: src/Plugin.php:255 745 752 msgid "Saturday" 746 753 msgstr "Samstag" 747 754 748 #: src/Plugin.php:25 7755 #: src/Plugin.php:258 749 756 msgid "Sun" 750 757 msgstr "So" 751 758 752 #: src/Plugin.php:25 8759 #: src/Plugin.php:259 753 760 msgid "Mon" 754 761 msgstr "Mo" 755 762 756 #: src/Plugin.php:2 59763 #: src/Plugin.php:260 757 764 msgid "Tue" 758 765 msgstr "Di" 759 766 760 #: src/Plugin.php:26 0767 #: src/Plugin.php:261 761 768 msgid "Wed" 762 769 msgstr "Mi" 763 770 764 #: src/Plugin.php:26 1771 #: src/Plugin.php:262 765 772 msgid "Thu" 766 773 msgstr "Do" 767 774 768 #: src/Plugin.php:26 2775 #: src/Plugin.php:263 769 776 msgid "Fri" 770 777 msgstr "Fr" 771 778 772 #: src/Plugin.php:26 3779 #: src/Plugin.php:264 773 780 msgid "Sat" 774 781 msgstr "Sa" -
recras/trunk/lang/recras-en_GB.po
r3151413 r3217607 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 2024- 09-13 15:39+0200\n"5 "PO-Revision-Date: 2024- 09-13 15:39+0200\n"4 "POT-Creation-Date: 2024-12-03 16:29+0100\n" 5 "PO-Revision-Date: 2024-12-03 16:29+0100\n" 6 6 "Last-Translator: Sander de Jong <sander@recras.nl>\n" 7 7 "Language-Team: Recras\n" … … 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 23 #: js/gutenberg-availability.js:44 js/gutenberg-package.js:2 24 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 625 #: src/Plugin.php:18 724 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:117 25 #: src/Plugin.php:188 26 26 msgid "Package" 27 27 msgstr "" … … 96 96 97 97 #: editor/form-arrangement.php:44 editor/form-booking.php:82 98 #: js/gutenberg-package.js:127 src/ContactForm.php:29 198 #: js/gutenberg-package.js:127 src/ContactForm.php:290 99 99 msgid "hh:mm" 100 100 msgstr "" … … 171 171 msgstr "" 172 172 173 #: editor/form-booking.php:73 src/ContactForm.php:27 4 src/ContactForm.php:316173 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315 174 174 msgid "yyyy-mm-dd" 175 175 msgstr "" … … 210 210 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 211 211 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 7 src/Plugin.php:186212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187 213 213 msgid "Book process" 214 214 msgstr "" … … 231 231 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 232 232 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 233 #: src/Plugin.php:11 8 src/Plugin.php:183233 #: src/Plugin.php:119 src/Plugin.php:184 234 234 msgid "Contact form" 235 235 msgstr "" … … 305 305 306 306 #: editor/form-product.php:13 js/gutenberg-product.js:2 307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:12 0308 #: src/Plugin.php:1 89307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121 308 #: src/Plugin.php:190 309 309 msgid "Product" 310 310 msgstr "" … … 404 404 405 405 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 406 #: src/Plugin.php:1 19 src/Plugin.php:185src/admin/documentation.php:100406 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100 407 407 #: src/admin/shortcodes.php:79 408 408 msgid "Online booking of packages" … … 450 450 451 451 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 452 #: src/Plugin.php:12 2 src/Plugin.php:190src/admin/documentation.php:139452 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139 453 453 #: src/admin/shortcodes.php:129 454 454 msgid "Voucher info" … … 460 460 461 461 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 462 #: src/Plugin.php:12 1 src/Plugin.php:191src/admin/documentation.php:129462 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129 463 463 #: src/admin/shortcodes.php:117 464 464 msgid "Voucher sales" … … 512 512 msgstr "" 513 513 514 #: src/Arrangement.php:31 2514 #: src/Arrangement.php:313 515 515 msgid "No duration specified" 516 516 msgstr "" 517 517 518 #: src/Arrangement.php:35 3518 #: src/Arrangement.php:354 519 519 msgid "No location specified" 520 520 msgstr "" … … 536 536 msgstr "" 537 537 538 #: src/ContactForm.php:381 539 msgid "Unknown" 540 msgstr "" 541 538 542 #: src/ContactForm.php:382 539 msgid " Unknown"543 msgid "Male" 540 544 msgstr "" 541 545 542 546 #: src/ContactForm.php:383 543 msgid "Male"544 msgstr ""545 546 #: src/ContactForm.php:384547 547 msgid "Female" 548 548 msgstr "" 549 549 550 #: src/ContactForm.php:5 20550 #: src/ContactForm.php:519 551 551 msgid "(required)" 552 552 msgstr "" 553 553 554 #: src/ContactForm.php:54 5554 #: src/ContactForm.php:544 555 555 msgid "Clear choice" 556 556 msgstr "" … … 562 562 msgstr "" 563 563 564 #: src/Elementor/Bookprocess.php:91 564 #: src/Elementor/Bookprocess.php:92 565 #, php-format 566 msgid "" 567 "Book process %s cannot be found. It was either deleted from Recras, or made " 568 "private." 569 msgstr "" 570 571 #: src/Elementor/Bookprocess.php:98 565 572 #, php-format 566 573 msgid "Book process \"%s\" is integrated here." 567 574 msgstr "" 568 575 569 #: src/Elementor/Bookprocess.php:10 1576 #: src/Elementor/Bookprocess.php:108 570 577 #, php-format 571 578 msgid "" … … 574 581 msgstr "" 575 582 576 #: src/Elementor/Bookprocess.php:1 06583 #: src/Elementor/Bookprocess.php:113 577 584 #, php-format 578 585 msgid "It has an initial value for the first widget of \"%s\"." … … 607 614 msgstr "" 608 615 609 #: src/Plugin.php:8 3 src/Plugin.php:84616 #: src/Plugin.php:84 src/Plugin.php:85 610 617 msgid "Settings" 611 618 msgstr "" 612 619 613 #: src/Plugin.php:9 3 src/Plugin.php:94620 #: src/Plugin.php:94 src/Plugin.php:95 614 621 msgid "Cache" 615 622 msgstr "" 616 623 617 #: src/Plugin.php:10 1 src/Plugin.php:102src/Settings.php:325624 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325 618 625 #: src/admin/documentation.php:1 619 626 msgid "Documentation" 620 627 msgstr "" 621 628 622 #: src/Plugin.php:1 09 src/Plugin.php:110src/admin/shortcodes.php:1629 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1 623 630 msgid "Shortcodes" 624 631 msgstr "" 625 632 626 #: src/Plugin.php:16 4633 #: src/Plugin.php:165 627 634 msgid "Error: you have not set your Recras name yet" 628 635 msgstr "" 629 636 630 #: src/Plugin.php:16 6637 #: src/Plugin.php:167 631 638 msgid "" 632 639 "Error: your Recras name has not been set yet, but you do not have the " … … 635 642 msgstr "" 636 643 637 #: src/Plugin.php:18 4644 #: src/Plugin.php:185 638 645 msgid "Could not connect to your Recras" 639 646 msgstr "" 640 647 641 #: src/Plugin.php:18 8648 #: src/Plugin.php:189 642 649 msgid "Package availability" 643 650 msgstr "" 644 651 645 #: src/Plugin.php:2 19652 #: src/Plugin.php:220 646 653 msgid "At least one choice is required" 647 654 msgstr "" 648 655 649 #: src/Plugin.php:22 0656 #: src/Plugin.php:221 650 657 msgid "Loading..." 651 658 msgstr "" 652 659 653 #: src/Plugin.php:22 1660 #: src/Plugin.php:222 654 661 msgid "Your message was sent successfully" 655 662 msgstr "" 656 663 657 #: src/Plugin.php:22 2664 #: src/Plugin.php:223 658 665 msgid "There was an error sending your message" 659 666 msgstr "" 660 667 661 #: src/Plugin.php:23 1668 #: src/Plugin.php:232 662 669 msgid "Previous month" 663 670 msgstr "" 664 671 665 #: src/Plugin.php:23 2672 #: src/Plugin.php:233 666 673 msgid "Next month" 667 674 msgstr "" 668 675 669 #: src/Plugin.php:23 4676 #: src/Plugin.php:235 670 677 msgid "January" 671 678 msgstr "" 672 679 673 #: src/Plugin.php:23 5680 #: src/Plugin.php:236 674 681 msgid "February" 675 682 msgstr "" 676 683 677 #: src/Plugin.php:23 6684 #: src/Plugin.php:237 678 685 msgid "March" 679 686 msgstr "" 680 687 681 #: src/Plugin.php:23 7688 #: src/Plugin.php:238 682 689 msgid "April" 683 690 msgstr "" 684 691 685 #: src/Plugin.php:23 8692 #: src/Plugin.php:239 686 693 msgid "May" 687 694 msgstr "" 688 695 689 #: src/Plugin.php:2 39696 #: src/Plugin.php:240 690 697 msgid "June" 691 698 msgstr "" 692 699 693 #: src/Plugin.php:24 0700 #: src/Plugin.php:241 694 701 msgid "July" 695 702 msgstr "" 696 703 697 #: src/Plugin.php:24 1704 #: src/Plugin.php:242 698 705 msgid "August" 699 706 msgstr "" 700 707 701 #: src/Plugin.php:24 2708 #: src/Plugin.php:243 702 709 msgid "September" 703 710 msgstr "" 704 711 705 #: src/Plugin.php:24 3712 #: src/Plugin.php:244 706 713 msgid "October" 707 714 msgstr "" 708 715 709 #: src/Plugin.php:24 4716 #: src/Plugin.php:245 710 717 msgid "November" 711 718 msgstr "" 712 719 713 #: src/Plugin.php:24 5720 #: src/Plugin.php:246 714 721 msgid "December" 715 722 msgstr "" 716 723 717 #: src/Plugin.php:24 8724 #: src/Plugin.php:249 718 725 msgid "Sunday" 719 726 msgstr "" 720 727 721 #: src/Plugin.php:2 49728 #: src/Plugin.php:250 722 729 msgid "Monday" 723 730 msgstr "" 724 731 725 #: src/Plugin.php:25 0732 #: src/Plugin.php:251 726 733 msgid "Tuesday" 727 734 msgstr "" 728 735 729 #: src/Plugin.php:25 1736 #: src/Plugin.php:252 730 737 msgid "Wednesday" 731 738 msgstr "" 732 739 733 #: src/Plugin.php:25 2740 #: src/Plugin.php:253 734 741 msgid "Thursday" 735 742 msgstr "" 736 743 737 #: src/Plugin.php:25 3744 #: src/Plugin.php:254 738 745 msgid "Friday" 739 746 msgstr "" 740 747 741 #: src/Plugin.php:25 4748 #: src/Plugin.php:255 742 749 msgid "Saturday" 743 750 msgstr "" 744 751 745 #: src/Plugin.php:25 7752 #: src/Plugin.php:258 746 753 msgid "Sun" 747 754 msgstr "" 748 755 749 #: src/Plugin.php:25 8756 #: src/Plugin.php:259 750 757 msgid "Mon" 751 758 msgstr "" 752 759 753 #: src/Plugin.php:2 59760 #: src/Plugin.php:260 754 761 msgid "Tue" 755 762 msgstr "" 756 763 757 #: src/Plugin.php:26 0764 #: src/Plugin.php:261 758 765 msgid "Wed" 759 766 msgstr "" 760 767 761 #: src/Plugin.php:26 1768 #: src/Plugin.php:262 762 769 msgid "Thu" 763 770 msgstr "" 764 771 765 #: src/Plugin.php:26 2772 #: src/Plugin.php:263 766 773 msgid "Fri" 767 774 msgstr "" 768 775 769 #: src/Plugin.php:26 3776 #: src/Plugin.php:264 770 777 msgid "Sat" 771 778 msgstr "" -
recras/trunk/lang/recras-nl_NL-recras-gutenberg-global.json
r3151413 r3217607 1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"nl_NL"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je bepaalde arrangementen niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"Show what?":["Toon wat?"],"Title":["Titel"],"Description":["Beschrijving"],"Duration":["Duur"],"Starting location":["Startlocatie"],"Minimum number of persons":["Minimum aantal personen"],"Price p.p. excl. VAT":["Prijs p.p. excl. btw"],"Price p.p. incl. VAT":["Prijs p.p. incl. btw"],"Total price excl. VAT":["Totaalprijs excl. btw"],"Total price incl. VAT":["Totaalprijs incl. btw"],"Programme":["Programma"],"Image tag":["Afbeelding-tag"],"Relative image URL":["Relatieve afbeelding-URL"],"Start time":["Starttijd"],"hh:mm":["uu:mm"],"Show header?":["Toon header?"],"Yes":["Ja"],"No":["Nee"],"Insert shortcode":["Voeg shortcode in"],"Integration method":["Integratiemethode"],"Seamless (recommended)":["Naadloos (aanbevolen)"],"iframe (uses setting in your Recras)":["iframe (gebruikt instelling uit jouw Recras)"],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":["Naadloze integratie gebruikt de styling van je website. Via Recras → Instellingen in het menu aan de linkerkant kun een optioneel thema instellen."],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":["iframe-integratie gebruikt de styling die is ingesteld in jouw Recras. Je kunt de styling in Recras aanpassen via Beheer → Overige instellingen → Eigen CSS."],"Package selection":["Arrangementselectie"],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":["Om meerdere arrangementen te (de)selecteren, houd Ctrl ingedrukt en klik (Cmd op Mac)"],"No pre-filled package":["Geen vooraf ingevuld arrangement"],"Preview times in programme":["Toon voorbeeldtijden in programma"],"Pre-fill amounts (requires pre-filled package)":["Aantallen vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Sorry, this is only available using the Gutenberg editor.":["Sorry, dit is alleen beschikbaar in de Gutenberg-editor."],"Pre-fill date (requires exactly 1 package selected)":["Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"yyyy-mm-dd":["jjjj-mm-dd"],"Pre-fill time (requires exactly 1 package selected)":["Tijd vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Thank-you page":["Bedanktpagina"],"Don't redirect":["Niet doorsturen"],"Pages":["Pagina's"],"Posts":["Berichten"],"Show discount fields":["Toon korting-velden"],"Automatic resize?":["Automatisch schalen?"],"Book process":["Boekproces"],"Initial value for first widget":["Initiële waarde voor eerste widget"],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":["Let op dat er geen validatie wordt gedaan op deze waarde. Ongeldige waardes worden mogelijk genegeerd of kunnen er voor zorgen dat het boekproces goed werkt."],"Hide first widget?":["Eerste widget verbergen?"],"Contact form":["Contactformulier"],"Show title?":["Toon titel?"],"Show labels?":["Toon labels?"],"Show placeholders?":["Toon placeholders?"],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":["Sommige arrangementen zijn mogelijk niet beschikbaar voor alle contactformulieren. Je kunt dit wijzigen door je contactformulieren in Recras te bewerken."],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je nog steeds arrangementen mist, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"HTML element":["HTML-element"],"Definition list":["Definitielijst"],"Ordered list":["Geordende lijst"],"Table":["Tabel"],"Element for single choices":["Element voor \"enkele keuze\""],"Drop-down list (Select)":["Dropdownlijst (select)"],"Radio buttons":["Keuzerondjes (radioknoppen)"],"This relates to: customer type, package selection, gender, and single choice":["Dit heeft betrekking op: klanttype, arrangementkeuze, geslacht en \"enkele keuze\""],"Submit button text":["Tekst op knop Versturen"],"Send":["Versturen"],"Product":["Product"],"Description (short)":["Beschrijving (kort)"],"Description (long)":["Beschrijving (lang)"],"Image URL":["Afbeelding-URL"],"Minimum amount":["Minimumaantal"],"Price (incl. VAT)":["Prijs (incl. btw)"],"Template":["Template"],"Name":["Naam"],"Price":["Prijs"],"Number of days valid":["Aantal dagen geldig"],"No pre-filled template":["Geen vooraf ingevuld template"],"Show quantity input (will be set to 1 if not shown)":["Toon aantal-invoer (wordt op 1 gezet indien verborgen)"],"Availability calendar":["Beschikbaarheidskalender"],"Auto resize iframe":["iframe automatisch schalen"],"Enter package ID. Leave empty to not prefill.":["Vul arrangements-ID in. Laat leeg om niet vooraf in te vullen."],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":["Vul datum in formaat JJJJ-MM-DD in. Laat leeg om niet vooraf in te vullen."],"Prefill value for first widget? (optional)":["Waarde voor eerste widget vooraf invullen? (optioneel)"],"Loading data...":["Data aan het laden..."],"Package (optional)":["Arrangement (optioneel)"],"i.e. https://www.recras.com/thanks/":["bijv. https://www.recras.nl/bedankt/"],"Thank-you page (optional, leave empty to not redirect)":["Bedanktpagina (optioneel, laat leeg om niet door te sturen)"],"Recras → Settings menu":["menu Recras → Instellingen"],"Please enter your Recras name in the %s before adding widgets.":["Vul je Recras-naam in in het %s voordat je widgets toevoegt."],"Online booking of packages":["Online boeking van arrangementen"],"Pre-fill amounts (requires exactly 1 package selected)":["Aantallen vooraf invullen (vereist exact 1 arrangement geselecteerd)"],"e.g. 14:00":["bijv. 14:00"],"Pre-filled package":["Vooraf ingevuld arrangement"],"Pre-filled package (optional)":["Vooraf ingevuld arrangement (optioneel)"],"If you select a single package, it will be pre-filled and will skip the package selection step.":["Als je een enkel arrangement selecteert wordt deze vooraf ingevuld en wordt de arrangement-selectie-stap overgeslagen."],"Property to show":["Eigenschap om te tonen"],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Als je bepaalde producten niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Kon geen producten vinden. Zorg dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Voucher info":["Tegoedboninfo"],"Voucher template":["Tegoedbon-template"],"Voucher sales":["Tegoedbonverkoop"],"Error: no ID set":["Fout: geen ID ingesteld"],"Error: ID is not a number":["Fout: ID is geen getal"],"Error: %s":["Fout: %s"],"Error: Package %d does not exist or may not be presented on a website":["Fout: arrangement %d bestaat niet of mag niet op een website weergegeven worden"],"Error: programme is empty":["Fout: programma is leeg"],"Error: unknown option":["Fout: onbekende optie"],"From":["Van"],"Until":["Tot"],"Activity":["Activiteit"],"Day %d":["Dag %d"],"No duration specified":["Geen duur opgegeven"],"No location specified":["Geen locatie opgegeven"],"Error: book process does not exist":["Fout: boekproces bestaat niet"],"Contact form might be deleted":["Contactformulier is mogelijk verwijderd"],"Error: package is set, but contact form does not support packages":["Fout: arrangement is ingesteld, maar contactformulier ondersteunt geen arrangementen"],"Error: redirect is set, but is an invalid URL":["Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL"],"Unknown":["Onbekend"],"Male":["Man"],"Female":["Vrouw"],"(required)":["(verplicht)"],"Clear choice":["Keuze wissen"],"No book process has been chosen yet. Click on this text to select a book process.":["Er is nog geen boekproces gekozen. Klik op deze tekst om een boekproces te selecteren."],"Book process \"%s\" is integrated here.":["Boekproces \"%s\" is hier geïntegreerd."],"The first widget is hidden for the booker, and has an initial value of \"%s\".":["De eerste widget is verborgen voor de boeker en heeft een initiële waarde van\"%s\"."],"It has an initial value for the first widget of \"%s\".":["Het heeft een initiële waarde voor de eerste widget van\"%s\"."],"Error: could not retrieve data from Recras. The error message received was: %s":["Fout: kon data niet ophalen uit Recras. De ontvangen foutmelding was: %s"],"Error: could not parse data from Recras. The error message was: %s":["Fout: kon data uit Recras niet verwerken. De foutmelding was: %s"],"Error: \"prefill_date\" is not a valid ISO 8601 string":["Fout: \"prefill_date\" is geen geldige ISO-8601-string"],"Error: \"prefill_date\" is a date in the past":["Fout: \"prefill_date\" is een datum in het verleden"],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":["Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)"],"Error: \"product_amounts\" is invalid":["Fout: \"product_amounts\" is ongeldig"],"Settings":["Instellingen"],"Cache":["Cache"],"Documentation":["Documentatie"],"Shortcodes":["Shortcodes"],"Error: you have not set your Recras name yet":["Fout: je hebt je Recras-naam nog niet ingesteld"],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":["Fout: je Recras-naam is nog niet ingesteld, maar je hebt niet de rechten om dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen."],"Could not connect to your Recras":["Kon geen verbinding maken met je Recras"],"Package availability":["Arrangement-beschikbaarheid"],"At least one choice is required":["Ten minste één keuze is vereist"],"Loading...":["Laden..."],"Your message was sent successfully":["Uw bericht is succesvol verzonden"],"There was an error sending your message":["Er was een probleem met het verzenden van uw bericht"],"Previous month":["Vorige maand"],"Next month":["Volgende maand"],"January":["Januari"],"February":["Februari"],"March":["Maart"],"April":["April"],"May":["Mei"],"June":["Juni"],"July":["Juli"],"August":["Augustus"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["December"],"Sunday":["Zondag"],"Monday":["Maandag"],"Tuesday":["Dinsdag"],"Wednesday":["Woensdag"],"Thursday":["Donderdag"],"Friday":["Vrijdag"],"Saturday":["Zaterdag"],"Sun":["Zo"],"Mon":["Ma"],"Tue":["Di"],"Wed":["Wo"],"Thu":["Do"],"Fri":["Vr"],"Sat":["Za"],"Error: product does not exist":["Fout: product bestaat niet"],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":["Dit aanzetten stuurt events van <strong>online boeken van arrangementen</strong> en <strong>tegoedbonverkoop</strong> naar Google Analytics."],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":["Deze optie is <strong>niet nodig bij het gebruik van boekprocessen</strong>. GA wordt daar automatisch geïntegreerd."],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":["Niet alle browsers hebben een ingebouwde datumkiezer. Vink dit aan om een eigen widget te gebruiken."],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":["Op sommige websites heeft de datumselectie in een boekproces een klein lettertype. Zet deze optie aan om dit op te lossen."],"Used in prices, such as 100,00.":["Gebruikt in prijzen, zoals 100,00."],"You do not have sufficient permissions to access this page.":["Je hebt niet genoeg rechten om deze pagina te bekijken."],"No theme":["Geen thema"],"Basic theme":["Basisthema"],"BP Green":["BP Groen"],"Reasonably Red":["Redelijk Rood"],"Recras Blue":["Recras Blauw"],"Recras settings":["Recras-instellingen"],"Recras name":["Recrasnaam"],"Currency symbol":["Valutasymbool"],"Decimal separator":["Decimaalscheiding"],"Use calendar widget for contact forms":["Kalender-widget gebruiken voor contactformulieren"],"Fix book process datepicker styling":["Styling boekproces-datumselectie oplossen"],"Theme for Recras integrations":["Thema voor Recras-integraties"],"Enable Google Analytics integration?":["Google Analytics-integratie inschakelen?"],"For more information on these options, please see the %s page.":["Bekijk voor meer informatie over deze instellingen de %s-pagina."],"Error: template does not exist":["Fout: template bestaat niet"],"The cache was cleared.":["De cache is gewist."],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":["De geselecteerde cache kon niet geleegd worden. Dit kan een fout zijn, of de cache is al leeg."],"Clear Recras cache":["Leeg Recras-cache"],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":["Data die uit Recras komt (contactformulieren, arrangementen, producten, tegoedbontemplates) wordt tot 24 uur bewaard. Als je belangrijke wijzigingen maakt (bijv. een prijsverhoging) dan is het aan te raden om de Recras-cache te wissen."],"Packages":["Arrangementen"],"Book processes":["Boekprocessen"],"Contact forms":["Contactformulieren"],"Products":["Producten"],"Save":["Opslaan"]}}}1 {"domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural_forms":"nplurals=2; plural=(n != 1);","lang":"nl_NL"},"Package":["Arrangement"],"If you are not seeing certain packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je bepaalde arrangementen niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"Show what?":["Toon wat?"],"Title":["Titel"],"Description":["Beschrijving"],"Duration":["Duur"],"Starting location":["Startlocatie"],"Minimum number of persons":["Minimum aantal personen"],"Price p.p. excl. VAT":["Prijs p.p. excl. btw"],"Price p.p. incl. VAT":["Prijs p.p. incl. btw"],"Total price excl. VAT":["Totaalprijs excl. btw"],"Total price incl. VAT":["Totaalprijs incl. btw"],"Programme":["Programma"],"Image tag":["Afbeelding-tag"],"Relative image URL":["Relatieve afbeelding-URL"],"Start time":["Starttijd"],"hh:mm":["uu:mm"],"Show header?":["Toon header?"],"Yes":["Ja"],"No":["Nee"],"Insert shortcode":["Voeg shortcode in"],"Integration method":["Integratiemethode"],"Seamless (recommended)":["Naadloos (aanbevolen)"],"iframe (uses setting in your Recras)":["iframe (gebruikt instelling uit jouw Recras)"],"Seamless integration uses the styling of your website. At Recras → Settings in the menu on the left, you can set an optional theme.":["Naadloze integratie gebruikt de styling van je website. Via Recras → Instellingen in het menu aan de linkerkant kun een optioneel thema instellen."],"iframe integration uses the styling set in your Recras. You can change the styling in Recras via Settings → Other settings → Custom CSS.":["iframe-integratie gebruikt de styling die is ingesteld in jouw Recras. Je kunt de styling in Recras aanpassen via Beheer → Overige instellingen → Eigen CSS."],"Package selection":["Arrangementselectie"],"To (de)select multiple packages, hold Ctrl and click (Cmd on Mac)":["Om meerdere arrangementen te (de)selecteren, houd Ctrl ingedrukt en klik (Cmd op Mac)"],"No pre-filled package":["Geen vooraf ingevuld arrangement"],"Preview times in programme":["Toon voorbeeldtijden in programma"],"Pre-fill amounts (requires pre-filled package)":["Aantallen vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Sorry, this is only available using the Gutenberg editor.":["Sorry, dit is alleen beschikbaar in de Gutenberg-editor."],"Pre-fill date (requires exactly 1 package selected)":["Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"yyyy-mm-dd":["jjjj-mm-dd"],"Pre-fill time (requires exactly 1 package selected)":["Tijd vooraf invullen (vereist exact 1 geselecteerd arrangement)"],"Thank-you page":["Bedanktpagina"],"Don't redirect":["Niet doorsturen"],"Pages":["Pagina's"],"Posts":["Berichten"],"Show discount fields":["Toon korting-velden"],"Automatic resize?":["Automatisch schalen?"],"Book process":["Boekproces"],"Initial value for first widget":["Initiële waarde voor eerste widget"],"Please note that no validation on this value is performed. Invalid values may be ignored or may stop the book process from working properly.":["Let op dat er geen validatie wordt gedaan op deze waarde. Ongeldige waardes worden mogelijk genegeerd of kunnen er voor zorgen dat het boekproces goed werkt."],"Hide first widget?":["Eerste widget verbergen?"],"Contact form":["Contactformulier"],"Show title?":["Toon titel?"],"Show labels?":["Toon labels?"],"Show placeholders?":["Toon placeholders?"],"Some packages may not be available for all contact forms. You can change this by editing your contact forms in Recras.":["Sommige arrangementen zijn mogelijk niet beschikbaar voor alle contactformulieren. Je kunt dit wijzigen door je contactformulieren in Recras te bewerken."],"If you are still missing packages, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Extra settings\" of the package.":["Als je nog steeds arrangementen mist, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Extra instellingen\" van het arrangement."],"HTML element":["HTML-element"],"Definition list":["Definitielijst"],"Ordered list":["Geordende lijst"],"Table":["Tabel"],"Element for single choices":["Element voor \"enkele keuze\""],"Drop-down list (Select)":["Dropdownlijst (select)"],"Radio buttons":["Keuzerondjes (radioknoppen)"],"This relates to: customer type, package selection, gender, and single choice":["Dit heeft betrekking op: klanttype, arrangementkeuze, geslacht en \"enkele keuze\""],"Submit button text":["Tekst op knop Versturen"],"Send":["Versturen"],"Product":["Product"],"Description (short)":["Beschrijving (kort)"],"Description (long)":["Beschrijving (lang)"],"Image URL":["Afbeelding-URL"],"Minimum amount":["Minimumaantal"],"Price (incl. VAT)":["Prijs (incl. btw)"],"Template":["Template"],"Name":["Naam"],"Price":["Prijs"],"Number of days valid":["Aantal dagen geldig"],"No pre-filled template":["Geen vooraf ingevuld template"],"Show quantity input (will be set to 1 if not shown)":["Toon aantal-invoer (wordt op 1 gezet indien verborgen)"],"Availability calendar":["Beschikbaarheidskalender"],"Auto resize iframe":["iframe automatisch schalen"],"Enter package ID. Leave empty to not prefill.":["Vul arrangements-ID in. Laat leeg om niet vooraf in te vullen."],"Enter date in YYYY-MM-DD format. Leave empty to not prefill.":["Vul datum in formaat JJJJ-MM-DD in. Laat leeg om niet vooraf in te vullen."],"Prefill value for first widget? (optional)":["Waarde voor eerste widget vooraf invullen? (optioneel)"],"Loading data...":["Data aan het laden..."],"Package (optional)":["Arrangement (optioneel)"],"i.e. https://www.recras.com/thanks/":["bijv. https://www.recras.nl/bedankt/"],"Thank-you page (optional, leave empty to not redirect)":["Bedanktpagina (optioneel, laat leeg om niet door te sturen)"],"Recras → Settings menu":["menu Recras → Instellingen"],"Please enter your Recras name in the %s before adding widgets.":["Vul je Recras-naam in in het %s voordat je widgets toevoegt."],"Online booking of packages":["Online boeking van arrangementen"],"Pre-fill amounts (requires exactly 1 package selected)":["Aantallen vooraf invullen (vereist exact 1 arrangement geselecteerd)"],"e.g. 14:00":["bijv. 14:00"],"Pre-filled package":["Vooraf ingevuld arrangement"],"Pre-filled package (optional)":["Vooraf ingevuld arrangement (optioneel)"],"If you select a single package, it will be pre-filled and will skip the package selection step.":["Als je een enkel arrangement selecteert wordt deze vooraf ingevuld en wordt de arrangement-selectie-stap overgeslagen."],"Property to show":["Eigenschap om te tonen"],"If you are not seeing certain products, make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Als je bepaalde producten niet ziet, zorg dan dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Could not find any products. Make sure in Recras \"May be presented on a website (via API)\" is enabled on the tab \"Presentation\" of the product.":["Kon geen producten vinden. Zorg dat in Recras \"Mag op een website gepresenteerd worden (via API)\" is aangevinkt op het tabblad \"Presentatie\" van het product."],"Voucher info":["Tegoedboninfo"],"Voucher template":["Tegoedbon-template"],"Voucher sales":["Tegoedbonverkoop"],"Error: no ID set":["Fout: geen ID ingesteld"],"Error: ID is not a number":["Fout: ID is geen getal"],"Error: %s":["Fout: %s"],"Error: Package %d does not exist or may not be presented on a website":["Fout: arrangement %d bestaat niet of mag niet op een website weergegeven worden"],"Error: programme is empty":["Fout: programma is leeg"],"Error: unknown option":["Fout: onbekende optie"],"From":["Van"],"Until":["Tot"],"Activity":["Activiteit"],"Day %d":["Dag %d"],"No duration specified":["Geen duur opgegeven"],"No location specified":["Geen locatie opgegeven"],"Error: book process does not exist":["Fout: boekproces bestaat niet"],"Contact form might be deleted":["Contactformulier is mogelijk verwijderd"],"Error: package is set, but contact form does not support packages":["Fout: arrangement is ingesteld, maar contactformulier ondersteunt geen arrangementen"],"Error: redirect is set, but is an invalid URL":["Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL"],"Unknown":["Onbekend"],"Male":["Man"],"Female":["Vrouw"],"(required)":["(verplicht)"],"Clear choice":["Keuze wissen"],"No book process has been chosen yet. Click on this text to select a book process.":["Er is nog geen boekproces gekozen. Klik op deze tekst om een boekproces te selecteren."],"Book process %s cannot be found. It was either deleted from Recras, or made private.":["Boekproces %s kan niet worden gevonden. Het is verwijderd uit Recras of privé gemaakt."],"Book process \"%s\" is integrated here.":["Boekproces \"%s\" is hier geïntegreerd."],"The first widget is hidden for the booker, and has an initial value of \"%s\".":["De eerste widget is verborgen voor de boeker en heeft een initiële waarde van\"%s\"."],"It has an initial value for the first widget of \"%s\".":["Het heeft een initiële waarde voor de eerste widget van\"%s\"."],"Error: could not retrieve data from Recras. The error message received was: %s":["Fout: kon data niet ophalen uit Recras. De ontvangen foutmelding was: %s"],"Error: could not parse data from Recras. The error message was: %s":["Fout: kon data uit Recras niet verwerken. De foutmelding was: %s"],"Error: \"prefill_date\" is not a valid ISO 8601 string":["Fout: \"prefill_date\" is geen geldige ISO-8601-string"],"Error: \"prefill_date\" is a date in the past":["Fout: \"prefill_date\" is een datum in het verleden"],"Error: \"prefill_time\" is not a valid time string (e.g. 14:30)":["Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)"],"Error: \"product_amounts\" is invalid":["Fout: \"product_amounts\" is ongeldig"],"Settings":["Instellingen"],"Cache":["Cache"],"Documentation":["Documentatie"],"Shortcodes":["Shortcodes"],"Error: you have not set your Recras name yet":["Fout: je hebt je Recras-naam nog niet ingesteld"],"Error: your Recras name has not been set yet, but you do not have the permission to set this. Please ask your site administrator to do this for you.":["Fout: je Recras-naam is nog niet ingesteld, maar je hebt niet de rechten om dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen."],"Could not connect to your Recras":["Kon geen verbinding maken met je Recras"],"Package availability":["Arrangement-beschikbaarheid"],"At least one choice is required":["Ten minste één keuze is vereist"],"Loading...":["Laden..."],"Your message was sent successfully":["Uw bericht is succesvol verzonden"],"There was an error sending your message":["Er was een probleem met het verzenden van uw bericht"],"Previous month":["Vorige maand"],"Next month":["Volgende maand"],"January":["Januari"],"February":["Februari"],"March":["Maart"],"April":["April"],"May":["Mei"],"June":["Juni"],"July":["Juli"],"August":["Augustus"],"September":["September"],"October":["Oktober"],"November":["November"],"December":["December"],"Sunday":["Zondag"],"Monday":["Maandag"],"Tuesday":["Dinsdag"],"Wednesday":["Woensdag"],"Thursday":["Donderdag"],"Friday":["Vrijdag"],"Saturday":["Zaterdag"],"Sun":["Zo"],"Mon":["Ma"],"Tue":["Di"],"Wed":["Wo"],"Thu":["Do"],"Fri":["Vr"],"Sat":["Za"],"Error: product does not exist":["Fout: product bestaat niet"],"Enabling this will send events from <strong>online booking of packages</strong> and <strong>voucher sales</strong> to Google Analytics.":["Dit aanzetten stuurt events van <strong>online boeken van arrangementen</strong> en <strong>tegoedbonverkoop</strong> naar Google Analytics."],"This option is <strong>not needed when using book processes</strong>. GA is integrated automatically for them.":["Deze optie is <strong>niet nodig bij het gebruik van boekprocessen</strong>. GA wordt daar automatisch geïntegreerd."],"Not all browsers have a built-in date picker. Enable this to use a custom widget.":["Niet alle browsers hebben een ingebouwde datumkiezer. Vink dit aan om een eigen widget te gebruiken."],"On some websites, the date picker in a book process has a tiny font. Enable this to fix this.":["Op sommige websites heeft de datumselectie in een boekproces een klein lettertype. Zet deze optie aan om dit op te lossen."],"Used in prices, such as 100,00.":["Gebruikt in prijzen, zoals 100,00."],"You do not have sufficient permissions to access this page.":["Je hebt niet genoeg rechten om deze pagina te bekijken."],"No theme":["Geen thema"],"Basic theme":["Basisthema"],"BP Green":["BP Groen"],"Reasonably Red":["Redelijk Rood"],"Recras Blue":["Recras Blauw"],"Recras settings":["Recras-instellingen"],"Recras name":["Recrasnaam"],"Currency symbol":["Valutasymbool"],"Decimal separator":["Decimaalscheiding"],"Use calendar widget for contact forms":["Kalender-widget gebruiken voor contactformulieren"],"Fix book process datepicker styling":["Styling boekproces-datumselectie oplossen"],"Theme for Recras integrations":["Thema voor Recras-integraties"],"Enable Google Analytics integration?":["Google Analytics-integratie inschakelen?"],"For more information on these options, please see the %s page.":["Bekijk voor meer informatie over deze instellingen de %s-pagina."],"Error: template does not exist":["Fout: template bestaat niet"],"The cache was cleared.":["De cache is gewist."],"The selected cache could not be cleared. This could be an error, or there could be nothing to clear.":["De geselecteerde cache kon niet geleegd worden. Dit kan een fout zijn, of de cache is al leeg."],"Clear Recras cache":["Leeg Recras-cache"],"Data coming from your Recras (contact forms, packages, products, voucher templates) is cached for up to 24 hours. If you make important changes (i.e. a price increase) it is recommended you clear the Recras cache.":["Data die uit Recras komt (contactformulieren, arrangementen, producten, tegoedbontemplates) wordt tot 24 uur bewaard. Als je belangrijke wijzigingen maakt (bijv. een prijsverhoging) dan is het aan te raden om de Recras-cache te wissen."],"Packages":["Arrangementen"],"Book processes":["Boekprocessen"],"Contact forms":["Contactformulieren"],"Products":["Producten"],"Save":["Opslaan"]}}} -
recras/trunk/lang/recras-nl_NL.po
r3151413 r3217607 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 2024- 09-13 15:39+0200\n"5 "PO-Revision-Date: 2024- 09-13 15:41+0200\n"4 "POT-Creation-Date: 2024-12-03 16:29+0100\n" 5 "PO-Revision-Date: 2024-12-03 16:30+0100\n" 6 6 "Last-Translator: Sander de Jong <sander@recras.nl>\n" 7 7 "Language-Team: Recras\n" … … 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 23 #: js/gutenberg-availability.js:44 js/gutenberg-package.js:2 24 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 625 #: src/Plugin.php:18 724 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:117 25 #: src/Plugin.php:188 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 1101 #: js/gutenberg-package.js:127 src/ContactForm.php:290 102 102 msgid "hh:mm" 103 103 msgstr "uu:mm" … … 181 181 msgstr "Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)" 182 182 183 #: editor/form-booking.php:73 src/ContactForm.php:27 4 src/ContactForm.php:316183 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315 184 184 msgid "yyyy-mm-dd" 185 185 msgstr "jjjj-mm-dd" … … 220 220 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 221 221 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 7 src/Plugin.php:186222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187 223 223 msgid "Book process" 224 224 msgstr "Boekproces" … … 244 244 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 245 245 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 246 #: src/Plugin.php:11 8 src/Plugin.php:183246 #: src/Plugin.php:119 src/Plugin.php:184 247 247 msgid "Contact form" 248 248 msgstr "Contactformulier" … … 326 326 327 327 #: editor/form-product.php:13 js/gutenberg-product.js:2 328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:12 0329 #: src/Plugin.php:1 89328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121 329 #: src/Plugin.php:190 330 330 msgid "Product" 331 331 msgstr "Product" … … 426 426 427 427 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 428 #: src/Plugin.php:1 19 src/Plugin.php:185src/admin/documentation.php:100428 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100 429 429 #: src/admin/shortcodes.php:79 430 430 msgid "Online booking of packages" … … 480 480 481 481 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 482 #: src/Plugin.php:12 2 src/Plugin.php:190src/admin/documentation.php:139482 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139 483 483 #: src/admin/shortcodes.php:129 484 484 msgid "Voucher info" … … 490 490 491 491 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 492 #: src/Plugin.php:12 1 src/Plugin.php:191src/admin/documentation.php:129492 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129 493 493 #: src/admin/shortcodes.php:117 494 494 msgid "Voucher sales" … … 544 544 msgstr "Dag %d" 545 545 546 #: src/Arrangement.php:31 2546 #: src/Arrangement.php:313 547 547 msgid "No duration specified" 548 548 msgstr "Geen duur opgegeven" 549 549 550 #: src/Arrangement.php:35 3550 #: src/Arrangement.php:354 551 551 msgid "No location specified" 552 552 msgstr "Geen locatie opgegeven" … … 570 570 msgstr "Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL" 571 571 572 #: src/ContactForm.php:38 2572 #: src/ContactForm.php:381 573 573 msgid "Unknown" 574 574 msgstr "Onbekend" 575 575 576 #: src/ContactForm.php:38 3576 #: src/ContactForm.php:382 577 577 msgid "Male" 578 578 msgstr "Man" 579 579 580 #: src/ContactForm.php:38 4580 #: src/ContactForm.php:383 581 581 msgid "Female" 582 582 msgstr "Vrouw" 583 583 584 #: src/ContactForm.php:5 20584 #: src/ContactForm.php:519 585 585 msgid "(required)" 586 586 msgstr "(verplicht)" 587 587 588 #: src/ContactForm.php:54 5588 #: src/ContactForm.php:544 589 589 msgid "Clear choice" 590 590 msgstr "Keuze wissen" … … 598 598 "selecteren." 599 599 600 #: src/Elementor/Bookprocess.php:91 600 #: src/Elementor/Bookprocess.php:92 601 #, php-format 602 msgid "" 603 "Book process %s cannot be found. It was either deleted from Recras, or made " 604 "private." 605 msgstr "" 606 "Boekproces %s kan niet worden gevonden. Het is verwijderd uit Recras of " 607 "privé gemaakt." 608 609 #: src/Elementor/Bookprocess.php:98 601 610 #, php-format 602 611 msgid "Book process \"%s\" is integrated here." 603 612 msgstr "Boekproces \"%s\" is hier geïntegreerd." 604 613 605 #: src/Elementor/Bookprocess.php:10 1614 #: src/Elementor/Bookprocess.php:108 606 615 #, php-format 607 616 msgid "" … … 612 621 "van\"%s\"." 613 622 614 #: src/Elementor/Bookprocess.php:1 06623 #: src/Elementor/Bookprocess.php:113 615 624 #, php-format 616 625 msgid "It has an initial value for the first widget of \"%s\"." … … 646 655 msgstr "Fout: \"product_amounts\" is ongeldig" 647 656 648 #: src/Plugin.php:8 3 src/Plugin.php:84657 #: src/Plugin.php:84 src/Plugin.php:85 649 658 msgid "Settings" 650 659 msgstr "Instellingen" 651 660 652 #: src/Plugin.php:9 3 src/Plugin.php:94661 #: src/Plugin.php:94 src/Plugin.php:95 653 662 msgid "Cache" 654 663 msgstr "Cache" 655 664 656 #: src/Plugin.php:10 1 src/Plugin.php:102src/Settings.php:325665 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325 657 666 #: src/admin/documentation.php:1 658 667 msgid "Documentation" 659 668 msgstr "Documentatie" 660 669 661 #: src/Plugin.php:1 09 src/Plugin.php:110src/admin/shortcodes.php:1670 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1 662 671 msgid "Shortcodes" 663 672 msgstr "Shortcodes" 664 673 665 #: src/Plugin.php:16 4674 #: src/Plugin.php:165 666 675 msgid "Error: you have not set your Recras name yet" 667 676 msgstr "Fout: je hebt je Recras-naam nog niet ingesteld" 668 677 669 #: src/Plugin.php:16 6678 #: src/Plugin.php:167 670 679 msgid "" 671 680 "Error: your Recras name has not been set yet, but you do not have the " … … 676 685 "dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen." 677 686 678 #: src/Plugin.php:18 4687 #: src/Plugin.php:185 679 688 msgid "Could not connect to your Recras" 680 689 msgstr "Kon geen verbinding maken met je Recras" 681 690 682 #: src/Plugin.php:18 8691 #: src/Plugin.php:189 683 692 msgid "Package availability" 684 693 msgstr "Arrangement-beschikbaarheid" 685 694 686 #: src/Plugin.php:2 19695 #: src/Plugin.php:220 687 696 msgid "At least one choice is required" 688 697 msgstr "Ten minste één keuze is vereist" 689 698 690 #: src/Plugin.php:22 0699 #: src/Plugin.php:221 691 700 msgid "Loading..." 692 701 msgstr "Laden..." 693 702 694 #: src/Plugin.php:22 1703 #: src/Plugin.php:222 695 704 msgid "Your message was sent successfully" 696 705 msgstr "Uw bericht is succesvol verzonden" 697 706 698 #: src/Plugin.php:22 2707 #: src/Plugin.php:223 699 708 msgid "There was an error sending your message" 700 709 msgstr "Er was een probleem met het verzenden van uw bericht" 701 710 702 #: src/Plugin.php:23 1711 #: src/Plugin.php:232 703 712 msgid "Previous month" 704 713 msgstr "Vorige maand" 705 714 706 #: src/Plugin.php:23 2715 #: src/Plugin.php:233 707 716 msgid "Next month" 708 717 msgstr "Volgende maand" 709 718 710 #: src/Plugin.php:23 4719 #: src/Plugin.php:235 711 720 msgid "January" 712 721 msgstr "Januari" 713 722 714 #: src/Plugin.php:23 5723 #: src/Plugin.php:236 715 724 msgid "February" 716 725 msgstr "Februari" 717 726 718 #: src/Plugin.php:23 6727 #: src/Plugin.php:237 719 728 msgid "March" 720 729 msgstr "Maart" 721 730 722 #: src/Plugin.php:23 7731 #: src/Plugin.php:238 723 732 msgid "April" 724 733 msgstr "April" 725 734 726 #: src/Plugin.php:23 8735 #: src/Plugin.php:239 727 736 msgid "May" 728 737 msgstr "Mei" 729 738 730 #: src/Plugin.php:2 39739 #: src/Plugin.php:240 731 740 msgid "June" 732 741 msgstr "Juni" 733 742 734 #: src/Plugin.php:24 0743 #: src/Plugin.php:241 735 744 msgid "July" 736 745 msgstr "Juli" 737 746 738 #: src/Plugin.php:24 1747 #: src/Plugin.php:242 739 748 msgid "August" 740 749 msgstr "Augustus" 741 750 742 #: src/Plugin.php:24 2751 #: src/Plugin.php:243 743 752 msgid "September" 744 753 msgstr "September" 745 754 746 #: src/Plugin.php:24 3755 #: src/Plugin.php:244 747 756 msgid "October" 748 757 msgstr "Oktober" 749 758 750 #: src/Plugin.php:24 4759 #: src/Plugin.php:245 751 760 msgid "November" 752 761 msgstr "November" 753 762 754 #: src/Plugin.php:24 5763 #: src/Plugin.php:246 755 764 msgid "December" 756 765 msgstr "December" 757 766 758 #: src/Plugin.php:24 8767 #: src/Plugin.php:249 759 768 msgid "Sunday" 760 769 msgstr "Zondag" 761 770 762 #: src/Plugin.php:2 49771 #: src/Plugin.php:250 763 772 msgid "Monday" 764 773 msgstr "Maandag" 765 774 766 #: src/Plugin.php:25 0775 #: src/Plugin.php:251 767 776 msgid "Tuesday" 768 777 msgstr "Dinsdag" 769 778 770 #: src/Plugin.php:25 1779 #: src/Plugin.php:252 771 780 msgid "Wednesday" 772 781 msgstr "Woensdag" 773 782 774 #: src/Plugin.php:25 2783 #: src/Plugin.php:253 775 784 msgid "Thursday" 776 785 msgstr "Donderdag" 777 786 778 #: src/Plugin.php:25 3787 #: src/Plugin.php:254 779 788 msgid "Friday" 780 789 msgstr "Vrijdag" 781 790 782 #: src/Plugin.php:25 4791 #: src/Plugin.php:255 783 792 msgid "Saturday" 784 793 msgstr "Zaterdag" 785 794 786 #: src/Plugin.php:25 7795 #: src/Plugin.php:258 787 796 msgid "Sun" 788 797 msgstr "Zo" 789 798 790 #: src/Plugin.php:25 8799 #: src/Plugin.php:259 791 800 msgid "Mon" 792 801 msgstr "Ma" 793 802 794 #: src/Plugin.php:2 59803 #: src/Plugin.php:260 795 804 msgid "Tue" 796 805 msgstr "Di" 797 806 798 #: src/Plugin.php:26 0807 #: src/Plugin.php:261 799 808 msgid "Wed" 800 809 msgstr "Wo" 801 810 802 #: src/Plugin.php:26 1811 #: src/Plugin.php:262 803 812 msgid "Thu" 804 813 msgstr "Do" 805 814 806 #: src/Plugin.php:26 2815 #: src/Plugin.php:263 807 816 msgid "Fri" 808 817 msgstr "Vr" 809 818 810 #: src/Plugin.php:26 3819 #: src/Plugin.php:264 811 820 msgid "Sat" 812 821 msgstr "Za" -
recras/trunk/readme.txt
r3174802 r3217607 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.7 5 Stable tag: 6.2. 25 Stable tag: 6.2.3 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Frequently Asked Questions == 62 62 63 = Do you support Visual Composer, Elementor, Brizy, etc. ? =64 Integrating a book process is possible through Elementor. If you are creating a website through a different page builder, or want to integrate something else, please let Recras Support known. We might support it in the future.63 = Do you support Elementor, WPBakery/Visual Composer, Brizy, etc. ? = 64 Integrating a book process is possible through Elementor. There are many different page builders but Elementor is the most used one, so we chose to only build this widget for Elementor. Using shortcodes is still possible in all other builders, of course. 65 65 66 66 = Does the plugin support network installations? = … … 77 77 78 78 == Changelog == 79 80 = 6.2.3 = 81 * Fix error in Elementor when book process cannot be found 79 82 80 83 = 6.2.2 = -
recras/trunk/recras-wordpress-plugin.php
r3174802 r3217607 3 3 Plugin Name: Recras WordPress Plugin 4 4 Plugin URI: https://www.recras.nl/ 5 Version: 6.2. 25 Version: 6.2.3 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.4 -
recras/trunk/src/Arrangement.php
r3174802 r3217607 4 4 class Arrangement 5 5 { 6 public const SHORTCODE = 'recras-package'; 6 7 private const SHOW_DEFAULT = 'title'; 7 8 -
recras/trunk/src/Availability.php
r3127313 r3217607 4 4 class Availability 5 5 { 6 public const SHORTCODE = 'recras-availability'; 7 6 8 /** 7 9 * Add the [recras-availability] shortcode -
recras/trunk/src/Bookprocess.php
r3127313 r3217607 4 4 class Bookprocess 5 5 { 6 public const SHORTCODE = 'recras-bookprocess'; 6 7 /** 7 8 * Clear book process cache (transients) -
recras/trunk/src/ContactForm.php
r3174802 r3217607 6 6 public const PATTERN_DATE = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])'; 7 7 public const PATTERN_TIME = '(0[0-9]|1[0-9]|2[0-3])(:[0-5][0-9])'; 8 public const SHORTCODE = 'recras-contact'; 8 9 9 10 public static function getDefaultCountry(): ?string -
recras/trunk/src/Elementor/Bookprocess.php
r3151413 r3217607 87 87 } 88 88 $options = \Recras\Bookprocess::optionsForElementorWidget(); 89 90 if (!array_key_exists($settings['bp_id'], $options)) { 91 return sprintf( 92 __('Book process %s cannot be found. It was either deleted from Recras, or made private.', Plugin::TEXT_DOMAIN), 93 $settings['bp_id'] 94 ); 95 } 89 96 $html = ''; 90 97 $html .= sprintf( … … 120 127 } 121 128 122 $shortcode = '[' . \Recras\ Plugin::SHORTCODE_BOOK_PROCESS;129 $shortcode = '[' . \Recras\Bookprocess::SHORTCODE; 123 130 $shortcode .= ' id="' . $settings['bp_id'] . '"'; 124 131 $shortcode .= ' initial_widget_value="' . $settings['initial_widget_value'] . '"'; -
recras/trunk/src/OnlineBooking.php
r3093313 r3217607 4 4 class OnlineBooking 5 5 { 6 public const SHORTCODE = 'recras-booking'; 7 6 8 /** 7 9 * Add the [recras-booking] shortcode -
recras/trunk/src/Plugin.php
r3174802 r3217607 6 6 private const LIBRARY_VERSION = '2.0.6'; 7 7 public const TEXT_DOMAIN = 'recras'; 8 9 public const SHORTCODE_BOOK_PROCESS = 'recras-bookprocess';10 public const SHORTCODE_ONLINE_BOOKING = 'recras-booking';11 public const SHORTCODE_VOUCHER_SALES = 'recras-vouchers';12 public const SHORTCODE_VOUCHER_INFO = 'recras-voucher-info';13 8 14 9 public string $baseUrl; … … 129 124 public function addShortcodes(): void 130 125 { 131 add_shortcode( 'recras-availability', [Availability::class, 'renderAvailability']);132 add_shortcode( $this::SHORTCODE_ONLINE_BOOKING, [OnlineBooking::class, 'renderOnlineBooking']);133 add_shortcode( $this::SHORTCODE_BOOK_PROCESS, [Bookprocess::class, 'renderBookprocess']);134 add_shortcode( 'recras-contact', [ContactForm::class, 'renderContactForm']);135 add_shortcode( 'recras-package', [Arrangement::class, 'renderPackage']);136 add_shortcode( 'recras-product', [Products::class, 'renderProduct']);137 add_shortcode( $this::SHORTCODE_VOUCHER_SALES, [Vouchers::class, 'renderVoucherSales']);138 add_shortcode( $this::SHORTCODE_VOUCHER_INFO, [Vouchers::class, 'renderVoucherInfo']);126 add_shortcode(Availability::SHORTCODE, [Availability::class, 'renderAvailability']); 127 add_shortcode(OnlineBooking::SHORTCODE, [OnlineBooking::class, 'renderOnlineBooking']); 128 add_shortcode(Bookprocess::SHORTCODE, [Bookprocess::class, 'renderBookprocess']); 129 add_shortcode(ContactForm::SHORTCODE, [ContactForm::class, 'renderContactForm']); 130 add_shortcode(Arrangement::SHORTCODE, [Arrangement::class, 'renderPackage']); 131 add_shortcode(Products::SHORTCODE, [Products::class, 'renderProduct']); 132 add_shortcode(Vouchers::SHORTCODE_SALES, [Vouchers::class, 'renderVoucherSales']); 133 add_shortcode(Vouchers::SHORTCODE_INFO, [Vouchers::class, 'renderVoucherInfo']); 139 134 } 140 135 -
recras/trunk/src/Products.php
r3127313 r3217607 4 4 class Products 5 5 { 6 public const SHORTCODE = 'recras-product'; 6 7 private const SHOW_DEFAULT = 'title'; 7 8 -
recras/trunk/src/Vouchers.php
r3127313 r3217607 4 4 class Vouchers 5 5 { 6 public const SHORTCODE_SALES = 'recras-vouchers'; 7 public const SHORTCODE_INFO = 'recras-voucher-info'; 6 8 private const SHOW_DEFAULT = 'name'; 7 9
Note: See TracChangeset
for help on using the changeset viewer.