Plugin Directory

Changeset 3235419


Ignore:
Timestamp:
02/05/2025 01:24:12 PM (12 months ago)
Author:
ZanderZ
Message:

Update to version 6.3.2 from GitHub

Location:
recras
Files:
30 edited
1 copied

Legend:

Unmodified
Added
Removed
  • recras/tags/6.3.2/changelog.md

    r3234597 r3235419  
    11# Changelog
     2
     3## 6.3.2 (2025-02-05)
     4* Hide "Package availability" widget when it's not available in your Recras instance
     5* "Package availability" widget: hide packages where availability API is disabled
    26
    37## 6.3.1 (2025-02-04)
  • recras/tags/6.3.2/editor/plugin.js

    r3221428 r3235419  
    88    });
    99
    10     editor.addButton('recras-availability', {
    11         title: recras_l10n.package_availability,
    12         image: url + '/availability.svg',
    13         onclick: function() {
    14             tb_show(recras_l10n.package_availability, 'admin.php?page=form-package-availability');
    15         }
    16     });
     10    if (recras_l10n.showOnlineBooking === 'yes') {
     11        editor.addButton('recras-availability', {
     12            title: recras_l10n.package_availability,
     13            image: url + '/availability.svg',
     14            onclick: function() {
     15                tb_show(recras_l10n.package_availability, 'admin.php?page=form-package-availability');
     16            }
     17        });
    1718
    18     if (recras_l10n.showOnlineBooking === 'yes') {
    1919        editor.addButton('recras-booking', {
    2020            title: recras_l10n.online_booking,
  • recras/tags/6.3.2/js/gutenberg-availability.js

    r2697094 r3235419  
    1717    edit: withSelect((select) => {
    1818        return {
    19             packages: select('recras/store').fetchPackages(true, false),
     19            packages: select('recras/store').fetchPackagesForAvailability(),
    2020        }
    2121    })(props => {
     
    3333
    3434        let retval = [];
     35        retval.push(recrasHelper.elementText('Recras - ' + wp.i18n.__('Availability calendar', TEXT_DOMAIN)));
     36
     37        if (packages.length === 0) {
     38            retval.push(recrasHelper.elementText(wp.i18n.__('No suitable packages found', TEXT_DOMAIN)));
     39            return retval;
     40        }
    3541        const optionsPackageControl = {
    3642            value: id,
     
    5460        };
    5561
    56         retval.push(recrasHelper.elementText('Recras - ' + wp.i18n.__('Availability calendar', TEXT_DOMAIN)));
    5762        retval.push(createEl(compSelectControl, optionsPackageControl));
    5863        retval.push(createEl(compToggleControl, optionsAutoresizeControl));
  • recras/tags/6.3.2/js/gutenberg-global.js

    r2915644 r3235419  
    224224            return packages;
    225225        },
     226        fetchPackagesForAvailability(state) {
     227            const { packages } = state;
     228            return packages;
     229        },
    226230        fetchPagesPosts(state) {
    227231            const { pagesPosts } = state;
     
    267271                packages = Object.values(packages).map(mapPackage);
    268272            }
     273
     274            return recrasActions.setPackages(packages);
     275        },
     276        * fetchPackagesForAvailability() {
     277            let packages = yield recrasActions.fetchAPI('recras/packages');
     278            packages = Object.values(packages);
     279            packages = packages.filter(p => p.mag_beschikbaarheidskalender_api);
     280            packages = packages.map(mapPackage);
    269281
    270282            return recrasActions.setPackages(packages);
  • recras/tags/6.3.2/lang/recras-de_DE-recras-gutenberg-global.json

    r3217607 r3235419  
    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"]}}}
     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":[""],"No suitable packages found":[""],"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.3.2/lang/recras-de_DE.po

    r3217607 r3235419  
    22msgstr ""
    33"Project-Id-Version: Recras WordPress plugin\n"
    4 "POT-Creation-Date: 2024-12-03 16:29+0100\n"
    5 "PO-Revision-Date: 2024-12-03 16:29+0100\n"
     4"POT-Creation-Date: 2025-02-05 14:03+0100\n"
     5"PO-Revision-Date: 2025-02-05 14:03+0100\n"
    66"Last-Translator: Sander de Jong <[email protected]>\n"
    77"Language-Team: Recras\n"
     
    2121#: editor/form-arrangement.php:16 editor/form-booking.php:48
    2222#: editor/form-contact.php:32 editor/form-package-availability.php:13
    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:117
    25 #: src/Plugin.php:188
     23#: js/gutenberg-availability.js:50 js/gutenberg-package.js:2
     24#: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:114
     25#: src/Plugin.php:217
    2626msgid "Package"
    2727msgstr "Arrangement"
     
    9999
    100100#: editor/form-arrangement.php:44 editor/form-booking.php:82
    101 #: js/gutenberg-package.js:127 src/ContactForm.php:290
     101#: js/gutenberg-package.js:127 src/ContactForm.php:291
    102102msgid "hh:mm"
    103103msgstr "UU:MM"
     
    174174msgstr ""
    175175
    176 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315
     176#: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316
    177177msgid "yyyy-mm-dd"
    178178msgstr "JJJJ-MM-TT"
     
    193193
    194194#: editor/form-booking.php:88 editor/form-contact.php:66
    195 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:299
     195#: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311
    196196msgid "Pages"
    197197msgstr "Seiten"
    198198
    199199#: editor/form-booking.php:93 editor/form-contact.php:71
    200 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:323
     200#: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335
    201201msgid "Posts"
    202202msgstr "Nachrichten"
     
    213213#: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59
    214214#: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35
    215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187
     215#: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216
    216216msgid "Book process"
    217217msgstr "Buchungsprozess"
     
    234234#: editor/form-contact.php:15 js/gutenberg-contactform.js:2
    235235#: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193
    236 #: src/Plugin.php:119 src/Plugin.php:184
     236#: src/Plugin.php:116 src/Plugin.php:213
    237237msgid "Contact form"
    238238msgstr "Kontaktformular"
     
    303303#: editor/form-contact.php:62 editor/form-contact.php:109
    304304#: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27
    305 #: src/ContactForm.php:118
     305#: src/ContactForm.php:119
    306306msgid "Send"
    307307msgstr "Senden"
    308308
    309309#: editor/form-product.php:13 js/gutenberg-product.js:2
    310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121
    311 #: src/Plugin.php:190
     310#: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118
     311#: src/Plugin.php:219
    312312msgid "Product"
    313313msgstr "Produkt"
     
    357357msgstr ""
    358358
    359 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:56
     359#: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35
    360360#: src/admin/documentation.php:120 src/admin/shortcodes.php:106
    361361msgid "Availability calendar"
    362362msgstr ""
    363363
    364 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295
     364#: js/gutenberg-availability.js:38
     365msgid "No suitable packages found"
     366msgstr ""
     367
     368#: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295
    365369msgid "Auto resize iframe"
    366370msgstr ""
     
    397401msgstr ""
    398402
    399 #: js/gutenberg-global.js:46 src/Settings.php:162
     403#: js/gutenberg-global.js:46 src/Settings.php:211
    400404msgid "Recras → Settings menu"
    401405msgstr ""
    402406
    403 #: js/gutenberg-global.js:48 src/Settings.php:161
     407#: js/gutenberg-global.js:48 src/Settings.php:210
    404408#, javascript-format, php-format
    405409msgid "Please enter your Recras name in the %s before adding widgets."
     
    407411
    408412#: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299
    409 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100
     413#: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100
    410414#: src/admin/shortcodes.php:79
    411415msgid "Online booking of packages"
     
    453457
    454458#: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76
    455 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139
     459#: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139
    456460#: src/admin/shortcodes.php:129
    457461msgid "Voucher info"
     
    463467
    464468#: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85
    465 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129
     469#: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129
    466470#: src/admin/shortcodes.php:117
    467471msgid "Voucher sales"
    468472msgstr ""
    469473
    470 #: src/Arrangement.php:20 src/Availability.php:18 src/Bookprocess.php:89
    471 #: src/ContactForm.php:56 src/Products.php:20 src/Vouchers.php:20
     474#: src/Arrangement.php:21 src/Availability.php:20 src/Bookprocess.php:90
     475#: src/ContactForm.php:57 src/Products.php:21 src/Vouchers.php:22
    472476msgid "Error: no ID set"
    473477msgstr ""
    474478
    475 #: src/Arrangement.php:23 src/Availability.php:21 src/Bookprocess.php:93
    476 #: src/ContactForm.php:59 src/OnlineBooking.php:18 src/Products.php:23
    477 #: src/Vouchers.php:23 src/Vouchers.php:68
     479#: src/Arrangement.php:24 src/Availability.php:23 src/Bookprocess.php:94
     480#: src/ContactForm.php:60 src/OnlineBooking.php:25 src/Products.php:24
     481#: src/Vouchers.php:25 src/Vouchers.php:75
    478482msgid "Error: ID is not a number"
    479483msgstr ""
    480484
    481 #: src/Arrangement.php:37 src/Arrangement.php:278 src/Bookprocess.php:99
    482 #: src/ContactForm.php:71 src/ContactForm.php:75
     485#: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100
     486#: src/ContactForm.php:72 src/ContactForm.php:76
    483487#, php-format
    484488msgid "Error: %s"
    485489msgstr "Fehlermeldung: %s"
    486490
    487 #: src/Arrangement.php:41
     491#: src/Arrangement.php:42
    488492#, php-format
    489493msgid "Error: Package %d does not exist or may not be presented on a website"
    490494msgstr ""
    491495
    492 #: src/Arrangement.php:78
     496#: src/Arrangement.php:79
    493497msgid "Error: programme is empty"
    494498msgstr ""
    495499
    496 #: src/Arrangement.php:87 src/Products.php:69 src/Vouchers.php:52
     500#: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54
    497501msgid "Error: unknown option"
    498502msgstr ""
    499503
    500 #: src/Arrangement.php:173
     504#: src/Arrangement.php:174
    501505msgid "From"
    502506msgstr "Von"
    503507
    504 #: src/Arrangement.php:173
     508#: src/Arrangement.php:174
    505509msgid "Until"
    506510msgstr "Bis"
    507511
    508 #: src/Arrangement.php:173
     512#: src/Arrangement.php:174
    509513msgid "Activity"
    510514msgstr "Aktivität"
    511515
    512 #: src/Arrangement.php:213
     516#: src/Arrangement.php:214
    513517#, php-format
    514518msgid "Day %d"
    515519msgstr "Tag %d"
    516520
    517 #: src/Arrangement.php:313
     521#: src/Arrangement.php:314
    518522msgid "No duration specified"
    519523msgstr ""
    520524
    521 #: src/Arrangement.php:354
     525#: src/Arrangement.php:355
    522526msgid "No location specified"
    523527msgstr ""
    524528
    525 #: src/Bookprocess.php:103
     529#: src/Bookprocess.php:104
    526530msgid "Error: book process does not exist"
    527531msgstr ""
    528532
    529 #: src/ContactForm.php:75
     533#: src/ContactForm.php:76
    530534msgid "Contact form might be deleted"
    531535msgstr ""
    532536
    533 #: src/ContactForm.php:114
     537#: src/ContactForm.php:115
    534538msgid "Error: package is set, but contact form does not support packages"
    535539msgstr ""
    536540
    537 #: src/ContactForm.php:126 src/OnlineBooking.php:63 src/Vouchers.php:83
     541#: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90
    538542msgid "Error: redirect is set, but is an invalid URL"
    539543msgstr ""
    540544
    541 #: src/ContactForm.php:381
     545#: src/ContactForm.php:382
    542546msgid "Unknown"
    543547msgstr "Unbekannt"
    544548
    545 #: src/ContactForm.php:382
     549#: src/ContactForm.php:383
    546550msgid "Male"
    547551msgstr "Mann"
    548552
    549 #: src/ContactForm.php:383
     553#: src/ContactForm.php:384
    550554msgid "Female"
    551555msgstr "Frau"
    552556
    553 #: src/ContactForm.php:519
     557#: src/ContactForm.php:520
    554558msgid "(required)"
    555559msgstr "(erforderlich)"
    556560
    557 #: src/ContactForm.php:544
     561#: src/ContactForm.php:545
    558562msgid "Clear choice"
    559563msgstr "Wahl löschen"
     
    601605msgstr ""
    602606
    603 #: src/OnlineBooking.php:40
     607#: src/OnlineBooking.php:47
    604608msgid "Error: \"prefill_date\" is not a valid ISO 8601 string"
    605609msgstr ""
    606610
    607 #: src/OnlineBooking.php:45
     611#: src/OnlineBooking.php:52
    608612msgid "Error: \"prefill_date\" is a date in the past"
    609613msgstr ""
    610614
    611 #: src/OnlineBooking.php:50
     615#: src/OnlineBooking.php:57
    612616msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)"
    613617msgstr ""
    614618
    615 #: src/OnlineBooking.php:88
     619#: src/OnlineBooking.php:95
    616620msgid "Error: \"product_amounts\" is invalid"
    617621msgstr ""
    618622
    619 #: src/Plugin.php:84 src/Plugin.php:85
     623#: src/Plugin.php:81 src/Plugin.php:82
    620624msgid "Settings"
    621625msgstr "Einstellungen"
    622626
    623 #: src/Plugin.php:94 src/Plugin.php:95
     627#: src/Plugin.php:91 src/Plugin.php:92
    624628msgid "Cache"
    625629msgstr ""
    626630
    627 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325
     631#: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374
    628632#: src/admin/documentation.php:1
    629633msgid "Documentation"
    630634msgstr "Dokumentation"
    631635
    632 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1
     636#: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1
    633637msgid "Shortcodes"
    634638msgstr ""
    635639
    636 #: src/Plugin.php:165
     640#: src/Plugin.php:195
    637641msgid "Error: you have not set your Recras name yet"
    638642msgstr ""
    639643
    640 #: src/Plugin.php:167
     644#: src/Plugin.php:197
    641645msgid ""
    642646"Error: your Recras name has not been set yet, but you do not have the "
     
    645649msgstr ""
    646650
    647 #: src/Plugin.php:185
     651#: src/Plugin.php:214
    648652msgid "Could not connect to your Recras"
    649653msgstr ""
    650654
    651 #: src/Plugin.php:189
     655#: src/Plugin.php:218
    652656msgid "Package availability"
    653657msgstr "Arrangement-Verfügbarkeit"
    654658
    655 #: src/Plugin.php:220
     659#: src/Plugin.php:261
    656660msgid "At least one choice is required"
    657661msgstr ""
    658662
    659 #: src/Plugin.php:221
     663#: src/Plugin.php:262
    660664msgid "Loading..."
    661665msgstr "Laden..."
    662666
    663 #: src/Plugin.php:222
     667#: src/Plugin.php:263
    664668msgid "Your message was sent successfully"
    665669msgstr ""
    666670
    667 #: src/Plugin.php:223
     671#: src/Plugin.php:264
    668672msgid "There was an error sending your message"
    669673msgstr ""
    670674
    671 #: src/Plugin.php:232
     675#: src/Plugin.php:273
    672676msgid "Previous month"
    673677msgstr "Vorheriger Monat"
    674678
    675 #: src/Plugin.php:233
     679#: src/Plugin.php:274
    676680msgid "Next month"
    677681msgstr "Nächsten Monat"
    678682
    679 #: src/Plugin.php:235
     683#: src/Plugin.php:276
    680684msgid "January"
    681685msgstr "Januar"
    682686
    683 #: src/Plugin.php:236
     687#: src/Plugin.php:277
    684688msgid "February"
    685689msgstr "Februar"
    686690
    687 #: src/Plugin.php:237
     691#: src/Plugin.php:278
    688692msgid "March"
    689693msgstr "März"
    690694
    691 #: src/Plugin.php:238
     695#: src/Plugin.php:279
    692696msgid "April"
    693697msgstr "April"
    694698
    695 #: src/Plugin.php:239
     699#: src/Plugin.php:280
    696700msgid "May"
    697701msgstr "Mai"
    698702
    699 #: src/Plugin.php:240
     703#: src/Plugin.php:281
    700704msgid "June"
    701705msgstr "Juni"
    702706
    703 #: src/Plugin.php:241
     707#: src/Plugin.php:282
    704708msgid "July"
    705709msgstr "Juli"
    706710
    707 #: src/Plugin.php:242
     711#: src/Plugin.php:283
    708712msgid "August"
    709713msgstr "August"
    710714
    711 #: src/Plugin.php:243
     715#: src/Plugin.php:284
    712716msgid "September"
    713717msgstr "September"
    714718
    715 #: src/Plugin.php:244
     719#: src/Plugin.php:285
    716720msgid "October"
    717721msgstr "Oktober"
    718722
    719 #: src/Plugin.php:245
     723#: src/Plugin.php:286
    720724msgid "November"
    721725msgstr "November"
    722726
    723 #: src/Plugin.php:246
     727#: src/Plugin.php:287
    724728msgid "December"
    725729msgstr "Dezember"
    726730
    727 #: src/Plugin.php:249
     731#: src/Plugin.php:290
    728732msgid "Sunday"
    729733msgstr "Sonntag"
    730734
    731 #: src/Plugin.php:250
     735#: src/Plugin.php:291
    732736msgid "Monday"
    733737msgstr "Montag"
    734738
    735 #: src/Plugin.php:251
     739#: src/Plugin.php:292
    736740msgid "Tuesday"
    737741msgstr "Dienstag"
    738742
    739 #: src/Plugin.php:252
     743#: src/Plugin.php:293
    740744msgid "Wednesday"
    741745msgstr "Mittwoch"
    742746
    743 #: src/Plugin.php:253
     747#: src/Plugin.php:294
    744748msgid "Thursday"
    745749msgstr "Donnerstag"
    746750
    747 #: src/Plugin.php:254
     751#: src/Plugin.php:295
    748752msgid "Friday"
    749753msgstr "Freitag"
    750754
    751 #: src/Plugin.php:255
     755#: src/Plugin.php:296
    752756msgid "Saturday"
    753757msgstr "Samstag"
    754758
    755 #: src/Plugin.php:258
     759#: src/Plugin.php:299
    756760msgid "Sun"
    757761msgstr "So"
    758762
    759 #: src/Plugin.php:259
     763#: src/Plugin.php:300
    760764msgid "Mon"
    761765msgstr "Mo"
    762766
    763 #: src/Plugin.php:260
     767#: src/Plugin.php:301
    764768msgid "Tue"
    765769msgstr "Di"
    766770
    767 #: src/Plugin.php:261
     771#: src/Plugin.php:302
    768772msgid "Wed"
    769773msgstr "Mi"
    770774
    771 #: src/Plugin.php:262
     775#: src/Plugin.php:303
    772776msgid "Thu"
    773777msgstr "Do"
    774778
    775 #: src/Plugin.php:263
     779#: src/Plugin.php:304
    776780msgid "Fri"
    777781msgstr "Fr"
    778782
    779 #: src/Plugin.php:264
     783#: src/Plugin.php:305
    780784msgid "Sat"
    781785msgstr "Sa"
    782786
    783 #: src/Products.php:37
     787#: src/Products.php:38
    784788msgid "Error: product does not exist"
    785789msgstr ""
     
    813817msgstr ""
    814818
    815 #: src/Settings.php:120 src/Settings.php:129 src/Settings.php:138
    816 #: src/Settings.php:150
     819#: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187
     820#: src/Settings.php:199
    817821msgid "You do not have sufficient permissions to access this page."
    818822msgstr ""
    819823
    820 #: src/Settings.php:201
     824#: src/Settings.php:250
    821825msgid "No theme"
    822826msgstr "Kein Thema"
    823827
    824 #: src/Settings.php:205
     828#: src/Settings.php:254
    825829msgid "Basic theme"
    826830msgstr "Grundthema"
    827831
    828 #: src/Settings.php:209
     832#: src/Settings.php:258
    829833msgid "BP Green"
    830834msgstr "BP Grün"
    831835
    832 #: src/Settings.php:213
     836#: src/Settings.php:262
    833837msgid "Reasonably Red"
    834838msgstr "Ganz Rot"
    835839
    836 #: src/Settings.php:217
     840#: src/Settings.php:266
    837841msgid "Recras Blue"
    838842msgstr "Recras Blau"
    839843
    840 #: src/Settings.php:283 src/admin/documentation.php:4 src/admin/settings.php:1
     844#: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1
    841845msgid "Recras settings"
    842846msgstr "Recras-Einstellungen"
    843847
    844 #: src/Settings.php:289 src/admin/documentation.php:6
     848#: src/Settings.php:338 src/admin/documentation.php:6
    845849msgid "Recras name"
    846850msgstr "Recras-Name"
    847851
    848 #: src/Settings.php:290 src/admin/documentation.php:8
     852#: src/Settings.php:339 src/admin/documentation.php:8
    849853msgid "Currency symbol"
    850854msgstr ""
    851855
    852 #: src/Settings.php:291 src/admin/documentation.php:10
     856#: src/Settings.php:340 src/admin/documentation.php:10
    853857msgid "Decimal separator"
    854858msgstr ""
    855859
    856 #: src/Settings.php:292 src/admin/documentation.php:12
     860#: src/Settings.php:341 src/admin/documentation.php:12
    857861msgid "Use calendar widget for contact forms"
    858862msgstr ""
    859863
    860 #: src/Settings.php:293
     864#: src/Settings.php:342
    861865msgid "Fix book process datepicker styling"
    862866msgstr ""
    863867
    864 #: src/Settings.php:294 src/admin/documentation.php:16
     868#: src/Settings.php:343 src/admin/documentation.php:16
    865869msgid "Theme for Recras integrations"
    866870msgstr ""
    867871
    868 #: src/Settings.php:295 src/admin/documentation.php:26
     872#: src/Settings.php:344 src/admin/documentation.php:26
    869873msgid "Enable Google Analytics integration?"
    870874msgstr ""
    871875
    872 #: src/Settings.php:324
     876#: src/Settings.php:373
    873877#, php-format
    874878msgid "For more information on these options, please see the %s page."
    875879msgstr ""
    876880
    877 #: src/Vouchers.php:35
     881#: src/Vouchers.php:37
    878882msgid "Error: template does not exist"
    879883msgstr ""
  • recras/tags/6.3.2/lang/recras-en_GB.po

    r3217607 r3235419  
    22msgstr ""
    33"Project-Id-Version: Recras WordPress plugin\n"
    4 "POT-Creation-Date: 2024-12-03 16:29+0100\n"
    5 "PO-Revision-Date: 2024-12-03 16:29+0100\n"
     4"POT-Creation-Date: 2025-02-05 14:03+0100\n"
     5"PO-Revision-Date: 2025-02-05 14:03+0100\n"
    66"Last-Translator: Sander de Jong <[email protected]>\n"
    77"Language-Team: Recras\n"
     
    2121#: editor/form-arrangement.php:16 editor/form-booking.php:48
    2222#: editor/form-contact.php:32 editor/form-package-availability.php:13
    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:117
    25 #: src/Plugin.php:188
     23#: js/gutenberg-availability.js:50 js/gutenberg-package.js:2
     24#: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:114
     25#: src/Plugin.php:217
    2626msgid "Package"
    2727msgstr ""
     
    9696
    9797#: editor/form-arrangement.php:44 editor/form-booking.php:82
    98 #: js/gutenberg-package.js:127 src/ContactForm.php:290
     98#: js/gutenberg-package.js:127 src/ContactForm.php:291
    9999msgid "hh:mm"
    100100msgstr ""
     
    171171msgstr ""
    172172
    173 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315
     173#: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316
    174174msgid "yyyy-mm-dd"
    175175msgstr ""
     
    190190
    191191#: editor/form-booking.php:88 editor/form-contact.php:66
    192 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:299
     192#: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311
    193193msgid "Pages"
    194194msgstr ""
    195195
    196196#: editor/form-booking.php:93 editor/form-contact.php:71
    197 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:323
     197#: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335
    198198msgid "Posts"
    199199msgstr ""
     
    210210#: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59
    211211#: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35
    212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187
     212#: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216
    213213msgid "Book process"
    214214msgstr ""
     
    231231#: editor/form-contact.php:15 js/gutenberg-contactform.js:2
    232232#: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193
    233 #: src/Plugin.php:119 src/Plugin.php:184
     233#: src/Plugin.php:116 src/Plugin.php:213
    234234msgid "Contact form"
    235235msgstr ""
     
    300300#: editor/form-contact.php:62 editor/form-contact.php:109
    301301#: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27
    302 #: src/ContactForm.php:118
     302#: src/ContactForm.php:119
    303303msgid "Send"
    304304msgstr ""
    305305
    306306#: editor/form-product.php:13 js/gutenberg-product.js:2
    307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121
    308 #: src/Plugin.php:190
     307#: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118
     308#: src/Plugin.php:219
    309309msgid "Product"
    310310msgstr ""
     
    354354msgstr ""
    355355
    356 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:56
     356#: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35
    357357#: src/admin/documentation.php:120 src/admin/shortcodes.php:106
    358358msgid "Availability calendar"
    359359msgstr ""
    360360
    361 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295
     361#: js/gutenberg-availability.js:38
     362msgid "No suitable packages found"
     363msgstr ""
     364
     365#: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295
    362366msgid "Auto resize iframe"
    363367msgstr ""
     
    394398msgstr ""
    395399
    396 #: js/gutenberg-global.js:46 src/Settings.php:162
     400#: js/gutenberg-global.js:46 src/Settings.php:211
    397401msgid "Recras → Settings menu"
    398402msgstr ""
    399403
    400 #: js/gutenberg-global.js:48 src/Settings.php:161
     404#: js/gutenberg-global.js:48 src/Settings.php:210
    401405#, javascript-format, php-format
    402406msgid "Please enter your Recras name in the %s before adding widgets."
     
    404408
    405409#: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299
    406 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100
     410#: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100
    407411#: src/admin/shortcodes.php:79
    408412msgid "Online booking of packages"
     
    450454
    451455#: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76
    452 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139
     456#: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139
    453457#: src/admin/shortcodes.php:129
    454458msgid "Voucher info"
     
    460464
    461465#: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85
    462 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129
     466#: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129
    463467#: src/admin/shortcodes.php:117
    464468msgid "Voucher sales"
    465469msgstr ""
    466470
    467 #: src/Arrangement.php:20 src/Availability.php:18 src/Bookprocess.php:89
    468 #: src/ContactForm.php:56 src/Products.php:20 src/Vouchers.php:20
     471#: src/Arrangement.php:21 src/Availability.php:20 src/Bookprocess.php:90
     472#: src/ContactForm.php:57 src/Products.php:21 src/Vouchers.php:22
    469473msgid "Error: no ID set"
    470474msgstr ""
    471475
    472 #: src/Arrangement.php:23 src/Availability.php:21 src/Bookprocess.php:93
    473 #: src/ContactForm.php:59 src/OnlineBooking.php:18 src/Products.php:23
    474 #: src/Vouchers.php:23 src/Vouchers.php:68
     476#: src/Arrangement.php:24 src/Availability.php:23 src/Bookprocess.php:94
     477#: src/ContactForm.php:60 src/OnlineBooking.php:25 src/Products.php:24
     478#: src/Vouchers.php:25 src/Vouchers.php:75
    475479msgid "Error: ID is not a number"
    476480msgstr ""
    477481
    478 #: src/Arrangement.php:37 src/Arrangement.php:278 src/Bookprocess.php:99
    479 #: src/ContactForm.php:71 src/ContactForm.php:75
     482#: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100
     483#: src/ContactForm.php:72 src/ContactForm.php:76
    480484#, php-format
    481485msgid "Error: %s"
    482486msgstr ""
    483487
    484 #: src/Arrangement.php:41
     488#: src/Arrangement.php:42
    485489#, php-format
    486490msgid "Error: Package %d does not exist or may not be presented on a website"
    487491msgstr ""
    488492
    489 #: src/Arrangement.php:78
     493#: src/Arrangement.php:79
    490494msgid "Error: programme is empty"
    491495msgstr ""
    492496
    493 #: src/Arrangement.php:87 src/Products.php:69 src/Vouchers.php:52
     497#: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54
    494498msgid "Error: unknown option"
    495499msgstr ""
    496500
    497 #: src/Arrangement.php:173
     501#: src/Arrangement.php:174
    498502msgid "From"
    499503msgstr ""
    500504
    501 #: src/Arrangement.php:173
     505#: src/Arrangement.php:174
    502506msgid "Until"
    503507msgstr ""
    504508
    505 #: src/Arrangement.php:173
     509#: src/Arrangement.php:174
    506510msgid "Activity"
    507511msgstr ""
    508512
    509 #: src/Arrangement.php:213
     513#: src/Arrangement.php:214
    510514#, php-format
    511515msgid "Day %d"
    512516msgstr ""
    513517
    514 #: src/Arrangement.php:313
     518#: src/Arrangement.php:314
    515519msgid "No duration specified"
    516520msgstr ""
    517521
    518 #: src/Arrangement.php:354
     522#: src/Arrangement.php:355
    519523msgid "No location specified"
    520524msgstr ""
    521525
    522 #: src/Bookprocess.php:103
     526#: src/Bookprocess.php:104
    523527msgid "Error: book process does not exist"
    524528msgstr ""
    525529
    526 #: src/ContactForm.php:75
     530#: src/ContactForm.php:76
    527531msgid "Contact form might be deleted"
    528532msgstr ""
    529533
    530 #: src/ContactForm.php:114
     534#: src/ContactForm.php:115
    531535msgid "Error: package is set, but contact form does not support packages"
    532536msgstr ""
    533537
    534 #: src/ContactForm.php:126 src/OnlineBooking.php:63 src/Vouchers.php:83
     538#: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90
    535539msgid "Error: redirect is set, but is an invalid URL"
    536540msgstr ""
    537541
    538 #: src/ContactForm.php:381
     542#: src/ContactForm.php:382
    539543msgid "Unknown"
    540544msgstr ""
    541545
    542 #: src/ContactForm.php:382
     546#: src/ContactForm.php:383
    543547msgid "Male"
    544548msgstr ""
    545549
    546 #: src/ContactForm.php:383
     550#: src/ContactForm.php:384
    547551msgid "Female"
    548552msgstr ""
    549553
    550 #: src/ContactForm.php:519
     554#: src/ContactForm.php:520
    551555msgid "(required)"
    552556msgstr ""
    553557
    554 #: src/ContactForm.php:544
     558#: src/ContactForm.php:545
    555559msgid "Clear choice"
    556560msgstr ""
     
    598602msgstr ""
    599603
    600 #: src/OnlineBooking.php:40
     604#: src/OnlineBooking.php:47
    601605msgid "Error: \"prefill_date\" is not a valid ISO 8601 string"
    602606msgstr ""
    603607
    604 #: src/OnlineBooking.php:45
     608#: src/OnlineBooking.php:52
    605609msgid "Error: \"prefill_date\" is a date in the past"
    606610msgstr ""
    607611
    608 #: src/OnlineBooking.php:50
     612#: src/OnlineBooking.php:57
    609613msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)"
    610614msgstr ""
    611615
    612 #: src/OnlineBooking.php:88
     616#: src/OnlineBooking.php:95
    613617msgid "Error: \"product_amounts\" is invalid"
    614618msgstr ""
    615619
    616 #: src/Plugin.php:84 src/Plugin.php:85
     620#: src/Plugin.php:81 src/Plugin.php:82
    617621msgid "Settings"
    618622msgstr ""
    619623
    620 #: src/Plugin.php:94 src/Plugin.php:95
     624#: src/Plugin.php:91 src/Plugin.php:92
    621625msgid "Cache"
    622626msgstr ""
    623627
    624 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325
     628#: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374
    625629#: src/admin/documentation.php:1
    626630msgid "Documentation"
    627631msgstr ""
    628632
    629 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1
     633#: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1
    630634msgid "Shortcodes"
    631635msgstr ""
    632636
    633 #: src/Plugin.php:165
     637#: src/Plugin.php:195
    634638msgid "Error: you have not set your Recras name yet"
    635639msgstr ""
    636640
    637 #: src/Plugin.php:167
     641#: src/Plugin.php:197
    638642msgid ""
    639643"Error: your Recras name has not been set yet, but you do not have the "
     
    642646msgstr ""
    643647
    644 #: src/Plugin.php:185
     648#: src/Plugin.php:214
    645649msgid "Could not connect to your Recras"
    646650msgstr ""
    647651
    648 #: src/Plugin.php:189
     652#: src/Plugin.php:218
    649653msgid "Package availability"
    650654msgstr ""
    651655
    652 #: src/Plugin.php:220
     656#: src/Plugin.php:261
    653657msgid "At least one choice is required"
    654658msgstr ""
    655659
    656 #: src/Plugin.php:221
     660#: src/Plugin.php:262
    657661msgid "Loading..."
    658662msgstr ""
    659663
    660 #: src/Plugin.php:222
     664#: src/Plugin.php:263
    661665msgid "Your message was sent successfully"
    662666msgstr ""
    663667
    664 #: src/Plugin.php:223
     668#: src/Plugin.php:264
    665669msgid "There was an error sending your message"
    666670msgstr ""
    667671
    668 #: src/Plugin.php:232
     672#: src/Plugin.php:273
    669673msgid "Previous month"
    670674msgstr ""
    671675
    672 #: src/Plugin.php:233
     676#: src/Plugin.php:274
    673677msgid "Next month"
    674678msgstr ""
    675679
    676 #: src/Plugin.php:235
     680#: src/Plugin.php:276
    677681msgid "January"
    678682msgstr ""
    679683
    680 #: src/Plugin.php:236
     684#: src/Plugin.php:277
    681685msgid "February"
    682686msgstr ""
    683687
    684 #: src/Plugin.php:237
     688#: src/Plugin.php:278
    685689msgid "March"
    686690msgstr ""
    687691
    688 #: src/Plugin.php:238
     692#: src/Plugin.php:279
    689693msgid "April"
    690694msgstr ""
    691695
    692 #: src/Plugin.php:239
     696#: src/Plugin.php:280
    693697msgid "May"
    694698msgstr ""
    695699
    696 #: src/Plugin.php:240
     700#: src/Plugin.php:281
    697701msgid "June"
    698702msgstr ""
    699703
    700 #: src/Plugin.php:241
     704#: src/Plugin.php:282
    701705msgid "July"
    702706msgstr ""
    703707
    704 #: src/Plugin.php:242
     708#: src/Plugin.php:283
    705709msgid "August"
    706710msgstr ""
    707711
    708 #: src/Plugin.php:243
     712#: src/Plugin.php:284
    709713msgid "September"
    710714msgstr ""
    711715
    712 #: src/Plugin.php:244
     716#: src/Plugin.php:285
    713717msgid "October"
    714718msgstr ""
    715719
    716 #: src/Plugin.php:245
     720#: src/Plugin.php:286
    717721msgid "November"
    718722msgstr ""
    719723
    720 #: src/Plugin.php:246
     724#: src/Plugin.php:287
    721725msgid "December"
    722726msgstr ""
    723727
    724 #: src/Plugin.php:249
     728#: src/Plugin.php:290
    725729msgid "Sunday"
    726730msgstr ""
    727731
    728 #: src/Plugin.php:250
     732#: src/Plugin.php:291
    729733msgid "Monday"
    730734msgstr ""
    731735
    732 #: src/Plugin.php:251
     736#: src/Plugin.php:292
    733737msgid "Tuesday"
    734738msgstr ""
    735739
    736 #: src/Plugin.php:252
     740#: src/Plugin.php:293
    737741msgid "Wednesday"
    738742msgstr ""
    739743
    740 #: src/Plugin.php:253
     744#: src/Plugin.php:294
    741745msgid "Thursday"
    742746msgstr ""
    743747
    744 #: src/Plugin.php:254
     748#: src/Plugin.php:295
    745749msgid "Friday"
    746750msgstr ""
    747751
    748 #: src/Plugin.php:255
     752#: src/Plugin.php:296
    749753msgid "Saturday"
    750754msgstr ""
    751755
    752 #: src/Plugin.php:258
     756#: src/Plugin.php:299
    753757msgid "Sun"
    754758msgstr ""
    755759
    756 #: src/Plugin.php:259
     760#: src/Plugin.php:300
    757761msgid "Mon"
    758762msgstr ""
    759763
    760 #: src/Plugin.php:260
     764#: src/Plugin.php:301
    761765msgid "Tue"
    762766msgstr ""
    763767
    764 #: src/Plugin.php:261
     768#: src/Plugin.php:302
    765769msgid "Wed"
    766770msgstr ""
    767771
    768 #: src/Plugin.php:262
     772#: src/Plugin.php:303
    769773msgid "Thu"
    770774msgstr ""
    771775
    772 #: src/Plugin.php:263
     776#: src/Plugin.php:304
    773777msgid "Fri"
    774778msgstr ""
    775779
    776 #: src/Plugin.php:264
     780#: src/Plugin.php:305
    777781msgid "Sat"
    778782msgstr ""
    779783
    780 #: src/Products.php:37
     784#: src/Products.php:38
    781785msgid "Error: product does not exist"
    782786msgstr ""
     
    810814msgstr ""
    811815
    812 #: src/Settings.php:120 src/Settings.php:129 src/Settings.php:138
    813 #: src/Settings.php:150
     816#: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187
     817#: src/Settings.php:199
    814818msgid "You do not have sufficient permissions to access this page."
    815819msgstr ""
    816820
    817 #: src/Settings.php:201
     821#: src/Settings.php:250
    818822msgid "No theme"
    819823msgstr ""
    820824
    821 #: src/Settings.php:205
     825#: src/Settings.php:254
    822826msgid "Basic theme"
    823827msgstr ""
    824828
    825 #: src/Settings.php:209
     829#: src/Settings.php:258
    826830msgid "BP Green"
    827831msgstr ""
    828832
    829 #: src/Settings.php:213
     833#: src/Settings.php:262
    830834msgid "Reasonably Red"
    831835msgstr ""
    832836
    833 #: src/Settings.php:217
     837#: src/Settings.php:266
    834838msgid "Recras Blue"
    835839msgstr ""
    836840
    837 #: src/Settings.php:283 src/admin/documentation.php:4 src/admin/settings.php:1
     841#: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1
    838842msgid "Recras settings"
    839843msgstr ""
    840844
    841 #: src/Settings.php:289 src/admin/documentation.php:6
     845#: src/Settings.php:338 src/admin/documentation.php:6
    842846msgid "Recras name"
    843847msgstr ""
    844848
    845 #: src/Settings.php:290 src/admin/documentation.php:8
     849#: src/Settings.php:339 src/admin/documentation.php:8
    846850msgid "Currency symbol"
    847851msgstr ""
    848852
    849 #: src/Settings.php:291 src/admin/documentation.php:10
     853#: src/Settings.php:340 src/admin/documentation.php:10
    850854msgid "Decimal separator"
    851855msgstr ""
    852856
    853 #: src/Settings.php:292 src/admin/documentation.php:12
     857#: src/Settings.php:341 src/admin/documentation.php:12
    854858msgid "Use calendar widget for contact forms"
    855859msgstr ""
    856860
    857 #: src/Settings.php:293
     861#: src/Settings.php:342
    858862msgid "Fix book process datepicker styling"
    859863msgstr ""
    860864
    861 #: src/Settings.php:294 src/admin/documentation.php:16
     865#: src/Settings.php:343 src/admin/documentation.php:16
    862866msgid "Theme for Recras integrations"
    863867msgstr ""
    864868
    865 #: src/Settings.php:295 src/admin/documentation.php:26
     869#: src/Settings.php:344 src/admin/documentation.php:26
    866870msgid "Enable Google Analytics integration?"
    867871msgstr ""
    868872
    869 #: src/Settings.php:324
     873#: src/Settings.php:373
    870874#, php-format
    871875msgid "For more information on these options, please see the %s page."
    872876msgstr ""
    873877
    874 #: src/Vouchers.php:35
     878#: src/Vouchers.php:37
    875879msgid "Error: template does not exist"
    876880msgstr ""
  • recras/tags/6.3.2/lang/recras-nl_NL-recras-gutenberg-global.json

    r3217607 r3235419  
    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"]}}}
     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"],"No suitable packages found":["Geen geschikte arrangementen gevonden"],"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.3.2/lang/recras-nl_NL.po

    r3217607 r3235419  
    22msgstr ""
    33"Project-Id-Version: Recras WordPress plugin\n"
    4 "POT-Creation-Date: 2024-12-03 16:29+0100\n"
    5 "PO-Revision-Date: 2024-12-03 16:30+0100\n"
     4"POT-Creation-Date: 2025-02-05 14:03+0100\n"
     5"PO-Revision-Date: 2025-02-05 14:03+0100\n"
    66"Last-Translator: Sander de Jong <[email protected]>\n"
    77"Language-Team: Recras\n"
     
    2121#: editor/form-arrangement.php:16 editor/form-booking.php:48
    2222#: editor/form-contact.php:32 editor/form-package-availability.php:13
    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:117
    25 #: src/Plugin.php:188
     23#: js/gutenberg-availability.js:50 js/gutenberg-package.js:2
     24#: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:114
     25#: src/Plugin.php:217
    2626msgid "Package"
    2727msgstr "Arrangement"
     
    9999
    100100#: editor/form-arrangement.php:44 editor/form-booking.php:82
    101 #: js/gutenberg-package.js:127 src/ContactForm.php:290
     101#: js/gutenberg-package.js:127 src/ContactForm.php:291
    102102msgid "hh:mm"
    103103msgstr "uu:mm"
     
    181181msgstr "Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)"
    182182
    183 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315
     183#: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316
    184184msgid "yyyy-mm-dd"
    185185msgstr "jjjj-mm-dd"
     
    200200
    201201#: editor/form-booking.php:88 editor/form-contact.php:66
    202 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:299
     202#: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311
    203203msgid "Pages"
    204204msgstr "Pagina's"
    205205
    206206#: editor/form-booking.php:93 editor/form-contact.php:71
    207 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:323
     207#: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335
    208208msgid "Posts"
    209209msgstr "Berichten"
     
    220220#: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59
    221221#: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35
    222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187
     222#: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216
    223223msgid "Book process"
    224224msgstr "Boekproces"
     
    244244#: editor/form-contact.php:15 js/gutenberg-contactform.js:2
    245245#: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193
    246 #: src/Plugin.php:119 src/Plugin.php:184
     246#: src/Plugin.php:116 src/Plugin.php:213
    247247msgid "Contact form"
    248248msgstr "Contactformulier"
     
    321321#: editor/form-contact.php:62 editor/form-contact.php:109
    322322#: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27
    323 #: src/ContactForm.php:118
     323#: src/ContactForm.php:119
    324324msgid "Send"
    325325msgstr "Versturen"
    326326
    327327#: editor/form-product.php:13 js/gutenberg-product.js:2
    328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121
    329 #: src/Plugin.php:190
     328#: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118
     329#: src/Plugin.php:219
    330330msgid "Product"
    331331msgstr "Product"
     
    375375msgstr "Toon aantal-invoer (wordt op 1 gezet indien verborgen)"
    376376
    377 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:56
     377#: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35
    378378#: src/admin/documentation.php:120 src/admin/shortcodes.php:106
    379379msgid "Availability calendar"
    380380msgstr "Beschikbaarheidskalender"
    381381
    382 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295
     382#: js/gutenberg-availability.js:38
     383msgid "No suitable packages found"
     384msgstr "Geen geschikte arrangementen gevonden"
     385
     386#: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295
    383387msgid "Auto resize iframe"
    384388msgstr "iframe automatisch schalen"
     
    416420msgstr "Bedanktpagina (optioneel, laat leeg om niet door te sturen)"
    417421
    418 #: js/gutenberg-global.js:46 src/Settings.php:162
     422#: js/gutenberg-global.js:46 src/Settings.php:211
    419423msgid "Recras → Settings menu"
    420424msgstr "menu Recras → Instellingen"
    421425
    422 #: js/gutenberg-global.js:48 src/Settings.php:161
     426#: js/gutenberg-global.js:48 src/Settings.php:210
    423427#, javascript-format, php-format
    424428msgid "Please enter your Recras name in the %s before adding widgets."
     
    426430
    427431#: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299
    428 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100
     432#: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100
    429433#: src/admin/shortcodes.php:79
    430434msgid "Online booking of packages"
     
    480484
    481485#: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76
    482 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139
     486#: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139
    483487#: src/admin/shortcodes.php:129
    484488msgid "Voucher info"
     
    490494
    491495#: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85
    492 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129
     496#: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129
    493497#: src/admin/shortcodes.php:117
    494498msgid "Voucher sales"
    495499msgstr "Tegoedbonverkoop"
    496500
    497 #: src/Arrangement.php:20 src/Availability.php:18 src/Bookprocess.php:89
    498 #: src/ContactForm.php:56 src/Products.php:20 src/Vouchers.php:20
     501#: src/Arrangement.php:21 src/Availability.php:20 src/Bookprocess.php:90
     502#: src/ContactForm.php:57 src/Products.php:21 src/Vouchers.php:22
    499503msgid "Error: no ID set"
    500504msgstr "Fout: geen ID ingesteld"
    501505
    502 #: src/Arrangement.php:23 src/Availability.php:21 src/Bookprocess.php:93
    503 #: src/ContactForm.php:59 src/OnlineBooking.php:18 src/Products.php:23
    504 #: src/Vouchers.php:23 src/Vouchers.php:68
     506#: src/Arrangement.php:24 src/Availability.php:23 src/Bookprocess.php:94
     507#: src/ContactForm.php:60 src/OnlineBooking.php:25 src/Products.php:24
     508#: src/Vouchers.php:25 src/Vouchers.php:75
    505509msgid "Error: ID is not a number"
    506510msgstr "Fout: ID is geen getal"
    507511
    508 #: src/Arrangement.php:37 src/Arrangement.php:278 src/Bookprocess.php:99
    509 #: src/ContactForm.php:71 src/ContactForm.php:75
     512#: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100
     513#: src/ContactForm.php:72 src/ContactForm.php:76
    510514#, php-format
    511515msgid "Error: %s"
    512516msgstr "Fout: %s"
    513517
    514 #: src/Arrangement.php:41
     518#: src/Arrangement.php:42
    515519#, php-format
    516520msgid "Error: Package %d does not exist or may not be presented on a website"
     
    519523"worden"
    520524
    521 #: src/Arrangement.php:78
     525#: src/Arrangement.php:79
    522526msgid "Error: programme is empty"
    523527msgstr "Fout: programma is leeg"
    524528
    525 #: src/Arrangement.php:87 src/Products.php:69 src/Vouchers.php:52
     529#: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54
    526530msgid "Error: unknown option"
    527531msgstr "Fout: onbekende optie"
    528532
    529 #: src/Arrangement.php:173
     533#: src/Arrangement.php:174
    530534msgid "From"
    531535msgstr "Van"
    532536
    533 #: src/Arrangement.php:173
     537#: src/Arrangement.php:174
    534538msgid "Until"
    535539msgstr "Tot"
    536540
    537 #: src/Arrangement.php:173
     541#: src/Arrangement.php:174
    538542msgid "Activity"
    539543msgstr "Activiteit"
    540544
    541 #: src/Arrangement.php:213
     545#: src/Arrangement.php:214
    542546#, php-format
    543547msgid "Day %d"
    544548msgstr "Dag %d"
    545549
    546 #: src/Arrangement.php:313
     550#: src/Arrangement.php:314
    547551msgid "No duration specified"
    548552msgstr "Geen duur opgegeven"
    549553
    550 #: src/Arrangement.php:354
     554#: src/Arrangement.php:355
    551555msgid "No location specified"
    552556msgstr "Geen locatie opgegeven"
    553557
    554 #: src/Bookprocess.php:103
     558#: src/Bookprocess.php:104
    555559msgid "Error: book process does not exist"
    556560msgstr "Fout: boekproces bestaat niet"
    557561
    558 #: src/ContactForm.php:75
     562#: src/ContactForm.php:76
    559563msgid "Contact form might be deleted"
    560564msgstr "Contactformulier is mogelijk verwijderd"
    561565
    562 #: src/ContactForm.php:114
     566#: src/ContactForm.php:115
    563567msgid "Error: package is set, but contact form does not support packages"
    564568msgstr ""
     
    566570"arrangementen"
    567571
    568 #: src/ContactForm.php:126 src/OnlineBooking.php:63 src/Vouchers.php:83
     572#: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90
    569573msgid "Error: redirect is set, but is an invalid URL"
    570574msgstr "Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL"
    571575
    572 #: src/ContactForm.php:381
     576#: src/ContactForm.php:382
    573577msgid "Unknown"
    574578msgstr "Onbekend"
    575579
    576 #: src/ContactForm.php:382
     580#: src/ContactForm.php:383
    577581msgid "Male"
    578582msgstr "Man"
    579583
    580 #: src/ContactForm.php:383
     584#: src/ContactForm.php:384
    581585msgid "Female"
    582586msgstr "Vrouw"
    583587
    584 #: src/ContactForm.php:519
     588#: src/ContactForm.php:520
    585589msgid "(required)"
    586590msgstr "(verplicht)"
    587591
    588 #: src/ContactForm.php:544
     592#: src/ContactForm.php:545
    589593msgid "Clear choice"
    590594msgstr "Keuze wissen"
     
    639643msgstr "Fout: kon data uit Recras niet verwerken. De foutmelding was: %s"
    640644
    641 #: src/OnlineBooking.php:40
     645#: src/OnlineBooking.php:47
    642646msgid "Error: \"prefill_date\" is not a valid ISO 8601 string"
    643647msgstr "Fout: \"prefill_date\" is geen geldige ISO-8601-string"
    644648
    645 #: src/OnlineBooking.php:45
     649#: src/OnlineBooking.php:52
    646650msgid "Error: \"prefill_date\" is a date in the past"
    647651msgstr "Fout: \"prefill_date\" is een datum in het verleden"
    648652
    649 #: src/OnlineBooking.php:50
     653#: src/OnlineBooking.php:57
    650654msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)"
    651655msgstr "Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)"
    652656
    653 #: src/OnlineBooking.php:88
     657#: src/OnlineBooking.php:95
    654658msgid "Error: \"product_amounts\" is invalid"
    655659msgstr "Fout: \"product_amounts\" is ongeldig"
    656660
    657 #: src/Plugin.php:84 src/Plugin.php:85
     661#: src/Plugin.php:81 src/Plugin.php:82
    658662msgid "Settings"
    659663msgstr "Instellingen"
    660664
    661 #: src/Plugin.php:94 src/Plugin.php:95
     665#: src/Plugin.php:91 src/Plugin.php:92
    662666msgid "Cache"
    663667msgstr "Cache"
    664668
    665 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325
     669#: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374
    666670#: src/admin/documentation.php:1
    667671msgid "Documentation"
    668672msgstr "Documentatie"
    669673
    670 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1
     674#: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1
    671675msgid "Shortcodes"
    672676msgstr "Shortcodes"
    673677
    674 #: src/Plugin.php:165
     678#: src/Plugin.php:195
    675679msgid "Error: you have not set your Recras name yet"
    676680msgstr "Fout: je hebt je Recras-naam nog niet ingesteld"
    677681
    678 #: src/Plugin.php:167
     682#: src/Plugin.php:197
    679683msgid ""
    680684"Error: your Recras name has not been set yet, but you do not have the "
     
    685689"dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen."
    686690
    687 #: src/Plugin.php:185
     691#: src/Plugin.php:214
    688692msgid "Could not connect to your Recras"
    689693msgstr "Kon geen verbinding maken met je Recras"
    690694
    691 #: src/Plugin.php:189
     695#: src/Plugin.php:218
    692696msgid "Package availability"
    693697msgstr "Arrangement-beschikbaarheid"
    694698
    695 #: src/Plugin.php:220
     699#: src/Plugin.php:261
    696700msgid "At least one choice is required"
    697701msgstr "Ten minste één keuze is vereist"
    698702
    699 #: src/Plugin.php:221
     703#: src/Plugin.php:262
    700704msgid "Loading..."
    701705msgstr "Laden..."
    702706
    703 #: src/Plugin.php:222
     707#: src/Plugin.php:263
    704708msgid "Your message was sent successfully"
    705709msgstr "Uw bericht is succesvol verzonden"
    706710
    707 #: src/Plugin.php:223
     711#: src/Plugin.php:264
    708712msgid "There was an error sending your message"
    709713msgstr "Er was een probleem met het verzenden van uw bericht"
    710714
    711 #: src/Plugin.php:232
     715#: src/Plugin.php:273
    712716msgid "Previous month"
    713717msgstr "Vorige maand"
    714718
    715 #: src/Plugin.php:233
     719#: src/Plugin.php:274
    716720msgid "Next month"
    717721msgstr "Volgende maand"
    718722
    719 #: src/Plugin.php:235
     723#: src/Plugin.php:276
    720724msgid "January"
    721725msgstr "Januari"
    722726
    723 #: src/Plugin.php:236
     727#: src/Plugin.php:277
    724728msgid "February"
    725729msgstr "Februari"
    726730
    727 #: src/Plugin.php:237
     731#: src/Plugin.php:278
    728732msgid "March"
    729733msgstr "Maart"
    730734
    731 #: src/Plugin.php:238
     735#: src/Plugin.php:279
    732736msgid "April"
    733737msgstr "April"
    734738
    735 #: src/Plugin.php:239
     739#: src/Plugin.php:280
    736740msgid "May"
    737741msgstr "Mei"
    738742
    739 #: src/Plugin.php:240
     743#: src/Plugin.php:281
    740744msgid "June"
    741745msgstr "Juni"
    742746
    743 #: src/Plugin.php:241
     747#: src/Plugin.php:282
    744748msgid "July"
    745749msgstr "Juli"
    746750
    747 #: src/Plugin.php:242
     751#: src/Plugin.php:283
    748752msgid "August"
    749753msgstr "Augustus"
    750754
    751 #: src/Plugin.php:243
     755#: src/Plugin.php:284
    752756msgid "September"
    753757msgstr "September"
    754758
    755 #: src/Plugin.php:244
     759#: src/Plugin.php:285
    756760msgid "October"
    757761msgstr "Oktober"
    758762
    759 #: src/Plugin.php:245
     763#: src/Plugin.php:286
    760764msgid "November"
    761765msgstr "November"
    762766
    763 #: src/Plugin.php:246
     767#: src/Plugin.php:287
    764768msgid "December"
    765769msgstr "December"
    766770
    767 #: src/Plugin.php:249
     771#: src/Plugin.php:290
    768772msgid "Sunday"
    769773msgstr "Zondag"
    770774
    771 #: src/Plugin.php:250
     775#: src/Plugin.php:291
    772776msgid "Monday"
    773777msgstr "Maandag"
    774778
    775 #: src/Plugin.php:251
     779#: src/Plugin.php:292
    776780msgid "Tuesday"
    777781msgstr "Dinsdag"
    778782
    779 #: src/Plugin.php:252
     783#: src/Plugin.php:293
    780784msgid "Wednesday"
    781785msgstr "Woensdag"
    782786
    783 #: src/Plugin.php:253
     787#: src/Plugin.php:294
    784788msgid "Thursday"
    785789msgstr "Donderdag"
    786790
    787 #: src/Plugin.php:254
     791#: src/Plugin.php:295
    788792msgid "Friday"
    789793msgstr "Vrijdag"
    790794
    791 #: src/Plugin.php:255
     795#: src/Plugin.php:296
    792796msgid "Saturday"
    793797msgstr "Zaterdag"
    794798
    795 #: src/Plugin.php:258
     799#: src/Plugin.php:299
    796800msgid "Sun"
    797801msgstr "Zo"
    798802
    799 #: src/Plugin.php:259
     803#: src/Plugin.php:300
    800804msgid "Mon"
    801805msgstr "Ma"
    802806
    803 #: src/Plugin.php:260
     807#: src/Plugin.php:301
    804808msgid "Tue"
    805809msgstr "Di"
    806810
    807 #: src/Plugin.php:261
     811#: src/Plugin.php:302
    808812msgid "Wed"
    809813msgstr "Wo"
    810814
    811 #: src/Plugin.php:262
     815#: src/Plugin.php:303
    812816msgid "Thu"
    813817msgstr "Do"
    814818
    815 #: src/Plugin.php:263
     819#: src/Plugin.php:304
    816820msgid "Fri"
    817821msgstr "Vr"
    818822
    819 #: src/Plugin.php:264
     823#: src/Plugin.php:305
    820824msgid "Sat"
    821825msgstr "Za"
    822826
    823 #: src/Products.php:37
     827#: src/Products.php:38
    824828msgid "Error: product does not exist"
    825829msgstr "Fout: product bestaat niet"
     
    861865msgstr "Gebruikt in prijzen, zoals 100,00."
    862866
    863 #: src/Settings.php:120 src/Settings.php:129 src/Settings.php:138
    864 #: src/Settings.php:150
     867#: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187
     868#: src/Settings.php:199
    865869msgid "You do not have sufficient permissions to access this page."
    866870msgstr "Je hebt niet genoeg rechten om deze pagina te bekijken."
    867871
    868 #: src/Settings.php:201
     872#: src/Settings.php:250
    869873msgid "No theme"
    870874msgstr "Geen thema"
    871875
    872 #: src/Settings.php:205
     876#: src/Settings.php:254
    873877msgid "Basic theme"
    874878msgstr "Basisthema"
    875879
    876 #: src/Settings.php:209
     880#: src/Settings.php:258
    877881msgid "BP Green"
    878882msgstr "BP Groen"
    879883
    880 #: src/Settings.php:213
     884#: src/Settings.php:262
    881885msgid "Reasonably Red"
    882886msgstr "Redelijk Rood"
    883887
    884 #: src/Settings.php:217
     888#: src/Settings.php:266
    885889msgid "Recras Blue"
    886890msgstr "Recras Blauw"
    887891
    888 #: src/Settings.php:283 src/admin/documentation.php:4 src/admin/settings.php:1
     892#: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1
    889893msgid "Recras settings"
    890894msgstr "Recras-instellingen"
    891895
    892 #: src/Settings.php:289 src/admin/documentation.php:6
     896#: src/Settings.php:338 src/admin/documentation.php:6
    893897msgid "Recras name"
    894898msgstr "Recrasnaam"
    895899
    896 #: src/Settings.php:290 src/admin/documentation.php:8
     900#: src/Settings.php:339 src/admin/documentation.php:8
    897901msgid "Currency symbol"
    898902msgstr "Valutasymbool"
    899903
    900 #: src/Settings.php:291 src/admin/documentation.php:10
     904#: src/Settings.php:340 src/admin/documentation.php:10
    901905msgid "Decimal separator"
    902906msgstr "Decimaalscheiding"
    903907
    904 #: src/Settings.php:292 src/admin/documentation.php:12
     908#: src/Settings.php:341 src/admin/documentation.php:12
    905909msgid "Use calendar widget for contact forms"
    906910msgstr "Kalender-widget gebruiken voor contactformulieren"
    907911
    908 #: src/Settings.php:293
     912#: src/Settings.php:342
    909913msgid "Fix book process datepicker styling"
    910914msgstr "Styling boekproces-datumselectie oplossen"
    911915
    912 #: src/Settings.php:294 src/admin/documentation.php:16
     916#: src/Settings.php:343 src/admin/documentation.php:16
    913917msgid "Theme for Recras integrations"
    914918msgstr "Thema voor Recras-integraties"
    915919
    916 #: src/Settings.php:295 src/admin/documentation.php:26
     920#: src/Settings.php:344 src/admin/documentation.php:26
    917921msgid "Enable Google Analytics integration?"
    918922msgstr "Google Analytics-integratie inschakelen?"
    919923
    920 #: src/Settings.php:324
     924#: src/Settings.php:373
    921925#, php-format
    922926msgid "For more information on these options, please see the %s page."
    923927msgstr "Bekijk voor meer informatie over deze instellingen de %s-pagina."
    924928
    925 #: src/Vouchers.php:35
     929#: src/Vouchers.php:37
    926930msgid "Error: template does not exist"
    927931msgstr "Fout: template bestaat niet"
  • recras/tags/6.3.2/readme.txt

    r3234597 r3235419  
    33Tags: recras, recreation, reservation, booking, voucher
    44Tested up to: 6.7
    5 Stable tag: 6.3.1
     5Stable tag: 6.3.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777
    7878== Changelog ==
     79
     80= 6.3.2 =
     81* Hide "Package availability" widget when it's not available in your Recras instance
     82* "Package availability" widget: hide packages where availability API is disabled
    7983
    8084= 6.3.1 =
  • recras/tags/6.3.2/recras-wordpress-plugin.php

    r3234597 r3235419  
    33Plugin Name: Recras WordPress Plugin
    44Plugin URI: https://www.recras.nl/
    5 Version: 6.3.1
     5Version: 6.3.2
    66Description: Easily integrate your Recras data into your own site
    77Requires at least: 6.5
  • recras/tags/6.3.2/src/Gutenberg.php

    r3221428 r3235419  
    1919                'wp-i18n',
    2020            ],
    21             '5.5.0',
     21            '6.3.2',
    2222            true
    2323        );
     
    3838            'availability' => [
    3939                'callback' => [Availability::class, 'renderAvailability'],
    40                 'version' => '4.7.10',
     40                'version' => '6.3.2',
    4141            ],
    4242            'bookprocess' => [
     
    7171
    7272        if (!Settings::allowOnlinePackageBooking()) {
     73            unset($gutenbergBlocks['availability']);
    7374            unset($gutenbergBlocks['onlinebooking']);
    7475        }
  • recras/trunk/changelog.md

    r3234597 r3235419  
    11# Changelog
     2
     3## 6.3.2 (2025-02-05)
     4* Hide "Package availability" widget when it's not available in your Recras instance
     5* "Package availability" widget: hide packages where availability API is disabled
    26
    37## 6.3.1 (2025-02-04)
  • recras/trunk/editor/plugin.js

    r3221428 r3235419  
    88    });
    99
    10     editor.addButton('recras-availability', {
    11         title: recras_l10n.package_availability,
    12         image: url + '/availability.svg',
    13         onclick: function() {
    14             tb_show(recras_l10n.package_availability, 'admin.php?page=form-package-availability');
    15         }
    16     });
     10    if (recras_l10n.showOnlineBooking === 'yes') {
     11        editor.addButton('recras-availability', {
     12            title: recras_l10n.package_availability,
     13            image: url + '/availability.svg',
     14            onclick: function() {
     15                tb_show(recras_l10n.package_availability, 'admin.php?page=form-package-availability');
     16            }
     17        });
    1718
    18     if (recras_l10n.showOnlineBooking === 'yes') {
    1919        editor.addButton('recras-booking', {
    2020            title: recras_l10n.online_booking,
  • recras/trunk/js/gutenberg-availability.js

    r2697094 r3235419  
    1717    edit: withSelect((select) => {
    1818        return {
    19             packages: select('recras/store').fetchPackages(true, false),
     19            packages: select('recras/store').fetchPackagesForAvailability(),
    2020        }
    2121    })(props => {
     
    3333
    3434        let retval = [];
     35        retval.push(recrasHelper.elementText('Recras - ' + wp.i18n.__('Availability calendar', TEXT_DOMAIN)));
     36
     37        if (packages.length === 0) {
     38            retval.push(recrasHelper.elementText(wp.i18n.__('No suitable packages found', TEXT_DOMAIN)));
     39            return retval;
     40        }
    3541        const optionsPackageControl = {
    3642            value: id,
     
    5460        };
    5561
    56         retval.push(recrasHelper.elementText('Recras - ' + wp.i18n.__('Availability calendar', TEXT_DOMAIN)));
    5762        retval.push(createEl(compSelectControl, optionsPackageControl));
    5863        retval.push(createEl(compToggleControl, optionsAutoresizeControl));
  • recras/trunk/js/gutenberg-global.js

    r2915644 r3235419  
    224224            return packages;
    225225        },
     226        fetchPackagesForAvailability(state) {
     227            const { packages } = state;
     228            return packages;
     229        },
    226230        fetchPagesPosts(state) {
    227231            const { pagesPosts } = state;
     
    267271                packages = Object.values(packages).map(mapPackage);
    268272            }
     273
     274            return recrasActions.setPackages(packages);
     275        },
     276        * fetchPackagesForAvailability() {
     277            let packages = yield recrasActions.fetchAPI('recras/packages');
     278            packages = Object.values(packages);
     279            packages = packages.filter(p => p.mag_beschikbaarheidskalender_api);
     280            packages = packages.map(mapPackage);
    269281
    270282            return recrasActions.setPackages(packages);
  • recras/trunk/lang/recras-de_DE-recras-gutenberg-global.json

    r3217607 r3235419  
    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"]}}}
     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":[""],"No suitable packages found":[""],"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

    r3217607 r3235419  
    22msgstr ""
    33"Project-Id-Version: Recras WordPress plugin\n"
    4 "POT-Creation-Date: 2024-12-03 16:29+0100\n"
    5 "PO-Revision-Date: 2024-12-03 16:29+0100\n"
     4"POT-Creation-Date: 2025-02-05 14:03+0100\n"
     5"PO-Revision-Date: 2025-02-05 14:03+0100\n"
    66"Last-Translator: Sander de Jong <[email protected]>\n"
    77"Language-Team: Recras\n"
     
    2121#: editor/form-arrangement.php:16 editor/form-booking.php:48
    2222#: editor/form-contact.php:32 editor/form-package-availability.php:13
    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:117
    25 #: src/Plugin.php:188
     23#: js/gutenberg-availability.js:50 js/gutenberg-package.js:2
     24#: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:114
     25#: src/Plugin.php:217
    2626msgid "Package"
    2727msgstr "Arrangement"
     
    9999
    100100#: editor/form-arrangement.php:44 editor/form-booking.php:82
    101 #: js/gutenberg-package.js:127 src/ContactForm.php:290
     101#: js/gutenberg-package.js:127 src/ContactForm.php:291
    102102msgid "hh:mm"
    103103msgstr "UU:MM"
     
    174174msgstr ""
    175175
    176 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315
     176#: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316
    177177msgid "yyyy-mm-dd"
    178178msgstr "JJJJ-MM-TT"
     
    193193
    194194#: editor/form-booking.php:88 editor/form-contact.php:66
    195 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:299
     195#: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311
    196196msgid "Pages"
    197197msgstr "Seiten"
    198198
    199199#: editor/form-booking.php:93 editor/form-contact.php:71
    200 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:323
     200#: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335
    201201msgid "Posts"
    202202msgstr "Nachrichten"
     
    213213#: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59
    214214#: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35
    215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187
     215#: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216
    216216msgid "Book process"
    217217msgstr "Buchungsprozess"
     
    234234#: editor/form-contact.php:15 js/gutenberg-contactform.js:2
    235235#: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193
    236 #: src/Plugin.php:119 src/Plugin.php:184
     236#: src/Plugin.php:116 src/Plugin.php:213
    237237msgid "Contact form"
    238238msgstr "Kontaktformular"
     
    303303#: editor/form-contact.php:62 editor/form-contact.php:109
    304304#: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27
    305 #: src/ContactForm.php:118
     305#: src/ContactForm.php:119
    306306msgid "Send"
    307307msgstr "Senden"
    308308
    309309#: editor/form-product.php:13 js/gutenberg-product.js:2
    310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121
    311 #: src/Plugin.php:190
     310#: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118
     311#: src/Plugin.php:219
    312312msgid "Product"
    313313msgstr "Produkt"
     
    357357msgstr ""
    358358
    359 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:56
     359#: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35
    360360#: src/admin/documentation.php:120 src/admin/shortcodes.php:106
    361361msgid "Availability calendar"
    362362msgstr ""
    363363
    364 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295
     364#: js/gutenberg-availability.js:38
     365msgid "No suitable packages found"
     366msgstr ""
     367
     368#: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295
    365369msgid "Auto resize iframe"
    366370msgstr ""
     
    397401msgstr ""
    398402
    399 #: js/gutenberg-global.js:46 src/Settings.php:162
     403#: js/gutenberg-global.js:46 src/Settings.php:211
    400404msgid "Recras → Settings menu"
    401405msgstr ""
    402406
    403 #: js/gutenberg-global.js:48 src/Settings.php:161
     407#: js/gutenberg-global.js:48 src/Settings.php:210
    404408#, javascript-format, php-format
    405409msgid "Please enter your Recras name in the %s before adding widgets."
     
    407411
    408412#: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299
    409 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100
     413#: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100
    410414#: src/admin/shortcodes.php:79
    411415msgid "Online booking of packages"
     
    453457
    454458#: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76
    455 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139
     459#: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139
    456460#: src/admin/shortcodes.php:129
    457461msgid "Voucher info"
     
    463467
    464468#: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85
    465 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129
     469#: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129
    466470#: src/admin/shortcodes.php:117
    467471msgid "Voucher sales"
    468472msgstr ""
    469473
    470 #: src/Arrangement.php:20 src/Availability.php:18 src/Bookprocess.php:89
    471 #: src/ContactForm.php:56 src/Products.php:20 src/Vouchers.php:20
     474#: src/Arrangement.php:21 src/Availability.php:20 src/Bookprocess.php:90
     475#: src/ContactForm.php:57 src/Products.php:21 src/Vouchers.php:22
    472476msgid "Error: no ID set"
    473477msgstr ""
    474478
    475 #: src/Arrangement.php:23 src/Availability.php:21 src/Bookprocess.php:93
    476 #: src/ContactForm.php:59 src/OnlineBooking.php:18 src/Products.php:23
    477 #: src/Vouchers.php:23 src/Vouchers.php:68
     479#: src/Arrangement.php:24 src/Availability.php:23 src/Bookprocess.php:94
     480#: src/ContactForm.php:60 src/OnlineBooking.php:25 src/Products.php:24
     481#: src/Vouchers.php:25 src/Vouchers.php:75
    478482msgid "Error: ID is not a number"
    479483msgstr ""
    480484
    481 #: src/Arrangement.php:37 src/Arrangement.php:278 src/Bookprocess.php:99
    482 #: src/ContactForm.php:71 src/ContactForm.php:75
     485#: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100
     486#: src/ContactForm.php:72 src/ContactForm.php:76
    483487#, php-format
    484488msgid "Error: %s"
    485489msgstr "Fehlermeldung: %s"
    486490
    487 #: src/Arrangement.php:41
     491#: src/Arrangement.php:42
    488492#, php-format
    489493msgid "Error: Package %d does not exist or may not be presented on a website"
    490494msgstr ""
    491495
    492 #: src/Arrangement.php:78
     496#: src/Arrangement.php:79
    493497msgid "Error: programme is empty"
    494498msgstr ""
    495499
    496 #: src/Arrangement.php:87 src/Products.php:69 src/Vouchers.php:52
     500#: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54
    497501msgid "Error: unknown option"
    498502msgstr ""
    499503
    500 #: src/Arrangement.php:173
     504#: src/Arrangement.php:174
    501505msgid "From"
    502506msgstr "Von"
    503507
    504 #: src/Arrangement.php:173
     508#: src/Arrangement.php:174
    505509msgid "Until"
    506510msgstr "Bis"
    507511
    508 #: src/Arrangement.php:173
     512#: src/Arrangement.php:174
    509513msgid "Activity"
    510514msgstr "Aktivität"
    511515
    512 #: src/Arrangement.php:213
     516#: src/Arrangement.php:214
    513517#, php-format
    514518msgid "Day %d"
    515519msgstr "Tag %d"
    516520
    517 #: src/Arrangement.php:313
     521#: src/Arrangement.php:314
    518522msgid "No duration specified"
    519523msgstr ""
    520524
    521 #: src/Arrangement.php:354
     525#: src/Arrangement.php:355
    522526msgid "No location specified"
    523527msgstr ""
    524528
    525 #: src/Bookprocess.php:103
     529#: src/Bookprocess.php:104
    526530msgid "Error: book process does not exist"
    527531msgstr ""
    528532
    529 #: src/ContactForm.php:75
     533#: src/ContactForm.php:76
    530534msgid "Contact form might be deleted"
    531535msgstr ""
    532536
    533 #: src/ContactForm.php:114
     537#: src/ContactForm.php:115
    534538msgid "Error: package is set, but contact form does not support packages"
    535539msgstr ""
    536540
    537 #: src/ContactForm.php:126 src/OnlineBooking.php:63 src/Vouchers.php:83
     541#: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90
    538542msgid "Error: redirect is set, but is an invalid URL"
    539543msgstr ""
    540544
    541 #: src/ContactForm.php:381
     545#: src/ContactForm.php:382
    542546msgid "Unknown"
    543547msgstr "Unbekannt"
    544548
    545 #: src/ContactForm.php:382
     549#: src/ContactForm.php:383
    546550msgid "Male"
    547551msgstr "Mann"
    548552
    549 #: src/ContactForm.php:383
     553#: src/ContactForm.php:384
    550554msgid "Female"
    551555msgstr "Frau"
    552556
    553 #: src/ContactForm.php:519
     557#: src/ContactForm.php:520
    554558msgid "(required)"
    555559msgstr "(erforderlich)"
    556560
    557 #: src/ContactForm.php:544
     561#: src/ContactForm.php:545
    558562msgid "Clear choice"
    559563msgstr "Wahl löschen"
     
    601605msgstr ""
    602606
    603 #: src/OnlineBooking.php:40
     607#: src/OnlineBooking.php:47
    604608msgid "Error: \"prefill_date\" is not a valid ISO 8601 string"
    605609msgstr ""
    606610
    607 #: src/OnlineBooking.php:45
     611#: src/OnlineBooking.php:52
    608612msgid "Error: \"prefill_date\" is a date in the past"
    609613msgstr ""
    610614
    611 #: src/OnlineBooking.php:50
     615#: src/OnlineBooking.php:57
    612616msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)"
    613617msgstr ""
    614618
    615 #: src/OnlineBooking.php:88
     619#: src/OnlineBooking.php:95
    616620msgid "Error: \"product_amounts\" is invalid"
    617621msgstr ""
    618622
    619 #: src/Plugin.php:84 src/Plugin.php:85
     623#: src/Plugin.php:81 src/Plugin.php:82
    620624msgid "Settings"
    621625msgstr "Einstellungen"
    622626
    623 #: src/Plugin.php:94 src/Plugin.php:95
     627#: src/Plugin.php:91 src/Plugin.php:92
    624628msgid "Cache"
    625629msgstr ""
    626630
    627 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325
     631#: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374
    628632#: src/admin/documentation.php:1
    629633msgid "Documentation"
    630634msgstr "Dokumentation"
    631635
    632 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1
     636#: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1
    633637msgid "Shortcodes"
    634638msgstr ""
    635639
    636 #: src/Plugin.php:165
     640#: src/Plugin.php:195
    637641msgid "Error: you have not set your Recras name yet"
    638642msgstr ""
    639643
    640 #: src/Plugin.php:167
     644#: src/Plugin.php:197
    641645msgid ""
    642646"Error: your Recras name has not been set yet, but you do not have the "
     
    645649msgstr ""
    646650
    647 #: src/Plugin.php:185
     651#: src/Plugin.php:214
    648652msgid "Could not connect to your Recras"
    649653msgstr ""
    650654
    651 #: src/Plugin.php:189
     655#: src/Plugin.php:218
    652656msgid "Package availability"
    653657msgstr "Arrangement-Verfügbarkeit"
    654658
    655 #: src/Plugin.php:220
     659#: src/Plugin.php:261
    656660msgid "At least one choice is required"
    657661msgstr ""
    658662
    659 #: src/Plugin.php:221
     663#: src/Plugin.php:262
    660664msgid "Loading..."
    661665msgstr "Laden..."
    662666
    663 #: src/Plugin.php:222
     667#: src/Plugin.php:263
    664668msgid "Your message was sent successfully"
    665669msgstr ""
    666670
    667 #: src/Plugin.php:223
     671#: src/Plugin.php:264
    668672msgid "There was an error sending your message"
    669673msgstr ""
    670674
    671 #: src/Plugin.php:232
     675#: src/Plugin.php:273
    672676msgid "Previous month"
    673677msgstr "Vorheriger Monat"
    674678
    675 #: src/Plugin.php:233
     679#: src/Plugin.php:274
    676680msgid "Next month"
    677681msgstr "Nächsten Monat"
    678682
    679 #: src/Plugin.php:235
     683#: src/Plugin.php:276
    680684msgid "January"
    681685msgstr "Januar"
    682686
    683 #: src/Plugin.php:236
     687#: src/Plugin.php:277
    684688msgid "February"
    685689msgstr "Februar"
    686690
    687 #: src/Plugin.php:237
     691#: src/Plugin.php:278
    688692msgid "March"
    689693msgstr "März"
    690694
    691 #: src/Plugin.php:238
     695#: src/Plugin.php:279
    692696msgid "April"
    693697msgstr "April"
    694698
    695 #: src/Plugin.php:239
     699#: src/Plugin.php:280
    696700msgid "May"
    697701msgstr "Mai"
    698702
    699 #: src/Plugin.php:240
     703#: src/Plugin.php:281
    700704msgid "June"
    701705msgstr "Juni"
    702706
    703 #: src/Plugin.php:241
     707#: src/Plugin.php:282
    704708msgid "July"
    705709msgstr "Juli"
    706710
    707 #: src/Plugin.php:242
     711#: src/Plugin.php:283
    708712msgid "August"
    709713msgstr "August"
    710714
    711 #: src/Plugin.php:243
     715#: src/Plugin.php:284
    712716msgid "September"
    713717msgstr "September"
    714718
    715 #: src/Plugin.php:244
     719#: src/Plugin.php:285
    716720msgid "October"
    717721msgstr "Oktober"
    718722
    719 #: src/Plugin.php:245
     723#: src/Plugin.php:286
    720724msgid "November"
    721725msgstr "November"
    722726
    723 #: src/Plugin.php:246
     727#: src/Plugin.php:287
    724728msgid "December"
    725729msgstr "Dezember"
    726730
    727 #: src/Plugin.php:249
     731#: src/Plugin.php:290
    728732msgid "Sunday"
    729733msgstr "Sonntag"
    730734
    731 #: src/Plugin.php:250
     735#: src/Plugin.php:291
    732736msgid "Monday"
    733737msgstr "Montag"
    734738
    735 #: src/Plugin.php:251
     739#: src/Plugin.php:292
    736740msgid "Tuesday"
    737741msgstr "Dienstag"
    738742
    739 #: src/Plugin.php:252
     743#: src/Plugin.php:293
    740744msgid "Wednesday"
    741745msgstr "Mittwoch"
    742746
    743 #: src/Plugin.php:253
     747#: src/Plugin.php:294
    744748msgid "Thursday"
    745749msgstr "Donnerstag"
    746750
    747 #: src/Plugin.php:254
     751#: src/Plugin.php:295
    748752msgid "Friday"
    749753msgstr "Freitag"
    750754
    751 #: src/Plugin.php:255
     755#: src/Plugin.php:296
    752756msgid "Saturday"
    753757msgstr "Samstag"
    754758
    755 #: src/Plugin.php:258
     759#: src/Plugin.php:299
    756760msgid "Sun"
    757761msgstr "So"
    758762
    759 #: src/Plugin.php:259
     763#: src/Plugin.php:300
    760764msgid "Mon"
    761765msgstr "Mo"
    762766
    763 #: src/Plugin.php:260
     767#: src/Plugin.php:301
    764768msgid "Tue"
    765769msgstr "Di"
    766770
    767 #: src/Plugin.php:261
     771#: src/Plugin.php:302
    768772msgid "Wed"
    769773msgstr "Mi"
    770774
    771 #: src/Plugin.php:262
     775#: src/Plugin.php:303
    772776msgid "Thu"
    773777msgstr "Do"
    774778
    775 #: src/Plugin.php:263
     779#: src/Plugin.php:304
    776780msgid "Fri"
    777781msgstr "Fr"
    778782
    779 #: src/Plugin.php:264
     783#: src/Plugin.php:305
    780784msgid "Sat"
    781785msgstr "Sa"
    782786
    783 #: src/Products.php:37
     787#: src/Products.php:38
    784788msgid "Error: product does not exist"
    785789msgstr ""
     
    813817msgstr ""
    814818
    815 #: src/Settings.php:120 src/Settings.php:129 src/Settings.php:138
    816 #: src/Settings.php:150
     819#: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187
     820#: src/Settings.php:199
    817821msgid "You do not have sufficient permissions to access this page."
    818822msgstr ""
    819823
    820 #: src/Settings.php:201
     824#: src/Settings.php:250
    821825msgid "No theme"
    822826msgstr "Kein Thema"
    823827
    824 #: src/Settings.php:205
     828#: src/Settings.php:254
    825829msgid "Basic theme"
    826830msgstr "Grundthema"
    827831
    828 #: src/Settings.php:209
     832#: src/Settings.php:258
    829833msgid "BP Green"
    830834msgstr "BP Grün"
    831835
    832 #: src/Settings.php:213
     836#: src/Settings.php:262
    833837msgid "Reasonably Red"
    834838msgstr "Ganz Rot"
    835839
    836 #: src/Settings.php:217
     840#: src/Settings.php:266
    837841msgid "Recras Blue"
    838842msgstr "Recras Blau"
    839843
    840 #: src/Settings.php:283 src/admin/documentation.php:4 src/admin/settings.php:1
     844#: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1
    841845msgid "Recras settings"
    842846msgstr "Recras-Einstellungen"
    843847
    844 #: src/Settings.php:289 src/admin/documentation.php:6
     848#: src/Settings.php:338 src/admin/documentation.php:6
    845849msgid "Recras name"
    846850msgstr "Recras-Name"
    847851
    848 #: src/Settings.php:290 src/admin/documentation.php:8
     852#: src/Settings.php:339 src/admin/documentation.php:8
    849853msgid "Currency symbol"
    850854msgstr ""
    851855
    852 #: src/Settings.php:291 src/admin/documentation.php:10
     856#: src/Settings.php:340 src/admin/documentation.php:10
    853857msgid "Decimal separator"
    854858msgstr ""
    855859
    856 #: src/Settings.php:292 src/admin/documentation.php:12
     860#: src/Settings.php:341 src/admin/documentation.php:12
    857861msgid "Use calendar widget for contact forms"
    858862msgstr ""
    859863
    860 #: src/Settings.php:293
     864#: src/Settings.php:342
    861865msgid "Fix book process datepicker styling"
    862866msgstr ""
    863867
    864 #: src/Settings.php:294 src/admin/documentation.php:16
     868#: src/Settings.php:343 src/admin/documentation.php:16
    865869msgid "Theme for Recras integrations"
    866870msgstr ""
    867871
    868 #: src/Settings.php:295 src/admin/documentation.php:26
     872#: src/Settings.php:344 src/admin/documentation.php:26
    869873msgid "Enable Google Analytics integration?"
    870874msgstr ""
    871875
    872 #: src/Settings.php:324
     876#: src/Settings.php:373
    873877#, php-format
    874878msgid "For more information on these options, please see the %s page."
    875879msgstr ""
    876880
    877 #: src/Vouchers.php:35
     881#: src/Vouchers.php:37
    878882msgid "Error: template does not exist"
    879883msgstr ""
  • recras/trunk/lang/recras-en_GB.po

    r3217607 r3235419  
    22msgstr ""
    33"Project-Id-Version: Recras WordPress plugin\n"
    4 "POT-Creation-Date: 2024-12-03 16:29+0100\n"
    5 "PO-Revision-Date: 2024-12-03 16:29+0100\n"
     4"POT-Creation-Date: 2025-02-05 14:03+0100\n"
     5"PO-Revision-Date: 2025-02-05 14:03+0100\n"
    66"Last-Translator: Sander de Jong <[email protected]>\n"
    77"Language-Team: Recras\n"
     
    2121#: editor/form-arrangement.php:16 editor/form-booking.php:48
    2222#: editor/form-contact.php:32 editor/form-package-availability.php:13
    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:117
    25 #: src/Plugin.php:188
     23#: js/gutenberg-availability.js:50 js/gutenberg-package.js:2
     24#: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:114
     25#: src/Plugin.php:217
    2626msgid "Package"
    2727msgstr ""
     
    9696
    9797#: editor/form-arrangement.php:44 editor/form-booking.php:82
    98 #: js/gutenberg-package.js:127 src/ContactForm.php:290
     98#: js/gutenberg-package.js:127 src/ContactForm.php:291
    9999msgid "hh:mm"
    100100msgstr ""
     
    171171msgstr ""
    172172
    173 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315
     173#: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316
    174174msgid "yyyy-mm-dd"
    175175msgstr ""
     
    190190
    191191#: editor/form-booking.php:88 editor/form-contact.php:66
    192 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:299
     192#: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311
    193193msgid "Pages"
    194194msgstr ""
    195195
    196196#: editor/form-booking.php:93 editor/form-contact.php:71
    197 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:323
     197#: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335
    198198msgid "Posts"
    199199msgstr ""
     
    210210#: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59
    211211#: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35
    212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187
     212#: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216
    213213msgid "Book process"
    214214msgstr ""
     
    231231#: editor/form-contact.php:15 js/gutenberg-contactform.js:2
    232232#: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193
    233 #: src/Plugin.php:119 src/Plugin.php:184
     233#: src/Plugin.php:116 src/Plugin.php:213
    234234msgid "Contact form"
    235235msgstr ""
     
    300300#: editor/form-contact.php:62 editor/form-contact.php:109
    301301#: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27
    302 #: src/ContactForm.php:118
     302#: src/ContactForm.php:119
    303303msgid "Send"
    304304msgstr ""
    305305
    306306#: editor/form-product.php:13 js/gutenberg-product.js:2
    307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121
    308 #: src/Plugin.php:190
     307#: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118
     308#: src/Plugin.php:219
    309309msgid "Product"
    310310msgstr ""
     
    354354msgstr ""
    355355
    356 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:56
     356#: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35
    357357#: src/admin/documentation.php:120 src/admin/shortcodes.php:106
    358358msgid "Availability calendar"
    359359msgstr ""
    360360
    361 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295
     361#: js/gutenberg-availability.js:38
     362msgid "No suitable packages found"
     363msgstr ""
     364
     365#: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295
    362366msgid "Auto resize iframe"
    363367msgstr ""
     
    394398msgstr ""
    395399
    396 #: js/gutenberg-global.js:46 src/Settings.php:162
     400#: js/gutenberg-global.js:46 src/Settings.php:211
    397401msgid "Recras → Settings menu"
    398402msgstr ""
    399403
    400 #: js/gutenberg-global.js:48 src/Settings.php:161
     404#: js/gutenberg-global.js:48 src/Settings.php:210
    401405#, javascript-format, php-format
    402406msgid "Please enter your Recras name in the %s before adding widgets."
     
    404408
    405409#: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299
    406 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100
     410#: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100
    407411#: src/admin/shortcodes.php:79
    408412msgid "Online booking of packages"
     
    450454
    451455#: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76
    452 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139
     456#: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139
    453457#: src/admin/shortcodes.php:129
    454458msgid "Voucher info"
     
    460464
    461465#: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85
    462 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129
     466#: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129
    463467#: src/admin/shortcodes.php:117
    464468msgid "Voucher sales"
    465469msgstr ""
    466470
    467 #: src/Arrangement.php:20 src/Availability.php:18 src/Bookprocess.php:89
    468 #: src/ContactForm.php:56 src/Products.php:20 src/Vouchers.php:20
     471#: src/Arrangement.php:21 src/Availability.php:20 src/Bookprocess.php:90
     472#: src/ContactForm.php:57 src/Products.php:21 src/Vouchers.php:22
    469473msgid "Error: no ID set"
    470474msgstr ""
    471475
    472 #: src/Arrangement.php:23 src/Availability.php:21 src/Bookprocess.php:93
    473 #: src/ContactForm.php:59 src/OnlineBooking.php:18 src/Products.php:23
    474 #: src/Vouchers.php:23 src/Vouchers.php:68
     476#: src/Arrangement.php:24 src/Availability.php:23 src/Bookprocess.php:94
     477#: src/ContactForm.php:60 src/OnlineBooking.php:25 src/Products.php:24
     478#: src/Vouchers.php:25 src/Vouchers.php:75
    475479msgid "Error: ID is not a number"
    476480msgstr ""
    477481
    478 #: src/Arrangement.php:37 src/Arrangement.php:278 src/Bookprocess.php:99
    479 #: src/ContactForm.php:71 src/ContactForm.php:75
     482#: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100
     483#: src/ContactForm.php:72 src/ContactForm.php:76
    480484#, php-format
    481485msgid "Error: %s"
    482486msgstr ""
    483487
    484 #: src/Arrangement.php:41
     488#: src/Arrangement.php:42
    485489#, php-format
    486490msgid "Error: Package %d does not exist or may not be presented on a website"
    487491msgstr ""
    488492
    489 #: src/Arrangement.php:78
     493#: src/Arrangement.php:79
    490494msgid "Error: programme is empty"
    491495msgstr ""
    492496
    493 #: src/Arrangement.php:87 src/Products.php:69 src/Vouchers.php:52
     497#: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54
    494498msgid "Error: unknown option"
    495499msgstr ""
    496500
    497 #: src/Arrangement.php:173
     501#: src/Arrangement.php:174
    498502msgid "From"
    499503msgstr ""
    500504
    501 #: src/Arrangement.php:173
     505#: src/Arrangement.php:174
    502506msgid "Until"
    503507msgstr ""
    504508
    505 #: src/Arrangement.php:173
     509#: src/Arrangement.php:174
    506510msgid "Activity"
    507511msgstr ""
    508512
    509 #: src/Arrangement.php:213
     513#: src/Arrangement.php:214
    510514#, php-format
    511515msgid "Day %d"
    512516msgstr ""
    513517
    514 #: src/Arrangement.php:313
     518#: src/Arrangement.php:314
    515519msgid "No duration specified"
    516520msgstr ""
    517521
    518 #: src/Arrangement.php:354
     522#: src/Arrangement.php:355
    519523msgid "No location specified"
    520524msgstr ""
    521525
    522 #: src/Bookprocess.php:103
     526#: src/Bookprocess.php:104
    523527msgid "Error: book process does not exist"
    524528msgstr ""
    525529
    526 #: src/ContactForm.php:75
     530#: src/ContactForm.php:76
    527531msgid "Contact form might be deleted"
    528532msgstr ""
    529533
    530 #: src/ContactForm.php:114
     534#: src/ContactForm.php:115
    531535msgid "Error: package is set, but contact form does not support packages"
    532536msgstr ""
    533537
    534 #: src/ContactForm.php:126 src/OnlineBooking.php:63 src/Vouchers.php:83
     538#: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90
    535539msgid "Error: redirect is set, but is an invalid URL"
    536540msgstr ""
    537541
    538 #: src/ContactForm.php:381
     542#: src/ContactForm.php:382
    539543msgid "Unknown"
    540544msgstr ""
    541545
    542 #: src/ContactForm.php:382
     546#: src/ContactForm.php:383
    543547msgid "Male"
    544548msgstr ""
    545549
    546 #: src/ContactForm.php:383
     550#: src/ContactForm.php:384
    547551msgid "Female"
    548552msgstr ""
    549553
    550 #: src/ContactForm.php:519
     554#: src/ContactForm.php:520
    551555msgid "(required)"
    552556msgstr ""
    553557
    554 #: src/ContactForm.php:544
     558#: src/ContactForm.php:545
    555559msgid "Clear choice"
    556560msgstr ""
     
    598602msgstr ""
    599603
    600 #: src/OnlineBooking.php:40
     604#: src/OnlineBooking.php:47
    601605msgid "Error: \"prefill_date\" is not a valid ISO 8601 string"
    602606msgstr ""
    603607
    604 #: src/OnlineBooking.php:45
     608#: src/OnlineBooking.php:52
    605609msgid "Error: \"prefill_date\" is a date in the past"
    606610msgstr ""
    607611
    608 #: src/OnlineBooking.php:50
     612#: src/OnlineBooking.php:57
    609613msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)"
    610614msgstr ""
    611615
    612 #: src/OnlineBooking.php:88
     616#: src/OnlineBooking.php:95
    613617msgid "Error: \"product_amounts\" is invalid"
    614618msgstr ""
    615619
    616 #: src/Plugin.php:84 src/Plugin.php:85
     620#: src/Plugin.php:81 src/Plugin.php:82
    617621msgid "Settings"
    618622msgstr ""
    619623
    620 #: src/Plugin.php:94 src/Plugin.php:95
     624#: src/Plugin.php:91 src/Plugin.php:92
    621625msgid "Cache"
    622626msgstr ""
    623627
    624 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325
     628#: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374
    625629#: src/admin/documentation.php:1
    626630msgid "Documentation"
    627631msgstr ""
    628632
    629 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1
     633#: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1
    630634msgid "Shortcodes"
    631635msgstr ""
    632636
    633 #: src/Plugin.php:165
     637#: src/Plugin.php:195
    634638msgid "Error: you have not set your Recras name yet"
    635639msgstr ""
    636640
    637 #: src/Plugin.php:167
     641#: src/Plugin.php:197
    638642msgid ""
    639643"Error: your Recras name has not been set yet, but you do not have the "
     
    642646msgstr ""
    643647
    644 #: src/Plugin.php:185
     648#: src/Plugin.php:214
    645649msgid "Could not connect to your Recras"
    646650msgstr ""
    647651
    648 #: src/Plugin.php:189
     652#: src/Plugin.php:218
    649653msgid "Package availability"
    650654msgstr ""
    651655
    652 #: src/Plugin.php:220
     656#: src/Plugin.php:261
    653657msgid "At least one choice is required"
    654658msgstr ""
    655659
    656 #: src/Plugin.php:221
     660#: src/Plugin.php:262
    657661msgid "Loading..."
    658662msgstr ""
    659663
    660 #: src/Plugin.php:222
     664#: src/Plugin.php:263
    661665msgid "Your message was sent successfully"
    662666msgstr ""
    663667
    664 #: src/Plugin.php:223
     668#: src/Plugin.php:264
    665669msgid "There was an error sending your message"
    666670msgstr ""
    667671
    668 #: src/Plugin.php:232
     672#: src/Plugin.php:273
    669673msgid "Previous month"
    670674msgstr ""
    671675
    672 #: src/Plugin.php:233
     676#: src/Plugin.php:274
    673677msgid "Next month"
    674678msgstr ""
    675679
    676 #: src/Plugin.php:235
     680#: src/Plugin.php:276
    677681msgid "January"
    678682msgstr ""
    679683
    680 #: src/Plugin.php:236
     684#: src/Plugin.php:277
    681685msgid "February"
    682686msgstr ""
    683687
    684 #: src/Plugin.php:237
     688#: src/Plugin.php:278
    685689msgid "March"
    686690msgstr ""
    687691
    688 #: src/Plugin.php:238
     692#: src/Plugin.php:279
    689693msgid "April"
    690694msgstr ""
    691695
    692 #: src/Plugin.php:239
     696#: src/Plugin.php:280
    693697msgid "May"
    694698msgstr ""
    695699
    696 #: src/Plugin.php:240
     700#: src/Plugin.php:281
    697701msgid "June"
    698702msgstr ""
    699703
    700 #: src/Plugin.php:241
     704#: src/Plugin.php:282
    701705msgid "July"
    702706msgstr ""
    703707
    704 #: src/Plugin.php:242
     708#: src/Plugin.php:283
    705709msgid "August"
    706710msgstr ""
    707711
    708 #: src/Plugin.php:243
     712#: src/Plugin.php:284
    709713msgid "September"
    710714msgstr ""
    711715
    712 #: src/Plugin.php:244
     716#: src/Plugin.php:285
    713717msgid "October"
    714718msgstr ""
    715719
    716 #: src/Plugin.php:245
     720#: src/Plugin.php:286
    717721msgid "November"
    718722msgstr ""
    719723
    720 #: src/Plugin.php:246
     724#: src/Plugin.php:287
    721725msgid "December"
    722726msgstr ""
    723727
    724 #: src/Plugin.php:249
     728#: src/Plugin.php:290
    725729msgid "Sunday"
    726730msgstr ""
    727731
    728 #: src/Plugin.php:250
     732#: src/Plugin.php:291
    729733msgid "Monday"
    730734msgstr ""
    731735
    732 #: src/Plugin.php:251
     736#: src/Plugin.php:292
    733737msgid "Tuesday"
    734738msgstr ""
    735739
    736 #: src/Plugin.php:252
     740#: src/Plugin.php:293
    737741msgid "Wednesday"
    738742msgstr ""
    739743
    740 #: src/Plugin.php:253
     744#: src/Plugin.php:294
    741745msgid "Thursday"
    742746msgstr ""
    743747
    744 #: src/Plugin.php:254
     748#: src/Plugin.php:295
    745749msgid "Friday"
    746750msgstr ""
    747751
    748 #: src/Plugin.php:255
     752#: src/Plugin.php:296
    749753msgid "Saturday"
    750754msgstr ""
    751755
    752 #: src/Plugin.php:258
     756#: src/Plugin.php:299
    753757msgid "Sun"
    754758msgstr ""
    755759
    756 #: src/Plugin.php:259
     760#: src/Plugin.php:300
    757761msgid "Mon"
    758762msgstr ""
    759763
    760 #: src/Plugin.php:260
     764#: src/Plugin.php:301
    761765msgid "Tue"
    762766msgstr ""
    763767
    764 #: src/Plugin.php:261
     768#: src/Plugin.php:302
    765769msgid "Wed"
    766770msgstr ""
    767771
    768 #: src/Plugin.php:262
     772#: src/Plugin.php:303
    769773msgid "Thu"
    770774msgstr ""
    771775
    772 #: src/Plugin.php:263
     776#: src/Plugin.php:304
    773777msgid "Fri"
    774778msgstr ""
    775779
    776 #: src/Plugin.php:264
     780#: src/Plugin.php:305
    777781msgid "Sat"
    778782msgstr ""
    779783
    780 #: src/Products.php:37
     784#: src/Products.php:38
    781785msgid "Error: product does not exist"
    782786msgstr ""
     
    810814msgstr ""
    811815
    812 #: src/Settings.php:120 src/Settings.php:129 src/Settings.php:138
    813 #: src/Settings.php:150
     816#: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187
     817#: src/Settings.php:199
    814818msgid "You do not have sufficient permissions to access this page."
    815819msgstr ""
    816820
    817 #: src/Settings.php:201
     821#: src/Settings.php:250
    818822msgid "No theme"
    819823msgstr ""
    820824
    821 #: src/Settings.php:205
     825#: src/Settings.php:254
    822826msgid "Basic theme"
    823827msgstr ""
    824828
    825 #: src/Settings.php:209
     829#: src/Settings.php:258
    826830msgid "BP Green"
    827831msgstr ""
    828832
    829 #: src/Settings.php:213
     833#: src/Settings.php:262
    830834msgid "Reasonably Red"
    831835msgstr ""
    832836
    833 #: src/Settings.php:217
     837#: src/Settings.php:266
    834838msgid "Recras Blue"
    835839msgstr ""
    836840
    837 #: src/Settings.php:283 src/admin/documentation.php:4 src/admin/settings.php:1
     841#: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1
    838842msgid "Recras settings"
    839843msgstr ""
    840844
    841 #: src/Settings.php:289 src/admin/documentation.php:6
     845#: src/Settings.php:338 src/admin/documentation.php:6
    842846msgid "Recras name"
    843847msgstr ""
    844848
    845 #: src/Settings.php:290 src/admin/documentation.php:8
     849#: src/Settings.php:339 src/admin/documentation.php:8
    846850msgid "Currency symbol"
    847851msgstr ""
    848852
    849 #: src/Settings.php:291 src/admin/documentation.php:10
     853#: src/Settings.php:340 src/admin/documentation.php:10
    850854msgid "Decimal separator"
    851855msgstr ""
    852856
    853 #: src/Settings.php:292 src/admin/documentation.php:12
     857#: src/Settings.php:341 src/admin/documentation.php:12
    854858msgid "Use calendar widget for contact forms"
    855859msgstr ""
    856860
    857 #: src/Settings.php:293
     861#: src/Settings.php:342
    858862msgid "Fix book process datepicker styling"
    859863msgstr ""
    860864
    861 #: src/Settings.php:294 src/admin/documentation.php:16
     865#: src/Settings.php:343 src/admin/documentation.php:16
    862866msgid "Theme for Recras integrations"
    863867msgstr ""
    864868
    865 #: src/Settings.php:295 src/admin/documentation.php:26
     869#: src/Settings.php:344 src/admin/documentation.php:26
    866870msgid "Enable Google Analytics integration?"
    867871msgstr ""
    868872
    869 #: src/Settings.php:324
     873#: src/Settings.php:373
    870874#, php-format
    871875msgid "For more information on these options, please see the %s page."
    872876msgstr ""
    873877
    874 #: src/Vouchers.php:35
     878#: src/Vouchers.php:37
    875879msgid "Error: template does not exist"
    876880msgstr ""
  • recras/trunk/lang/recras-nl_NL-recras-gutenberg-global.json

    r3217607 r3235419  
    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"]}}}
     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"],"No suitable packages found":["Geen geschikte arrangementen gevonden"],"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

    r3217607 r3235419  
    22msgstr ""
    33"Project-Id-Version: Recras WordPress plugin\n"
    4 "POT-Creation-Date: 2024-12-03 16:29+0100\n"
    5 "PO-Revision-Date: 2024-12-03 16:30+0100\n"
     4"POT-Creation-Date: 2025-02-05 14:03+0100\n"
     5"PO-Revision-Date: 2025-02-05 14:03+0100\n"
    66"Last-Translator: Sander de Jong <[email protected]>\n"
    77"Language-Team: Recras\n"
     
    2121#: editor/form-arrangement.php:16 editor/form-booking.php:48
    2222#: editor/form-contact.php:32 editor/form-package-availability.php:13
    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:117
    25 #: src/Plugin.php:188
     23#: js/gutenberg-availability.js:50 js/gutenberg-package.js:2
     24#: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:114
     25#: src/Plugin.php:217
    2626msgid "Package"
    2727msgstr "Arrangement"
     
    9999
    100100#: editor/form-arrangement.php:44 editor/form-booking.php:82
    101 #: js/gutenberg-package.js:127 src/ContactForm.php:290
     101#: js/gutenberg-package.js:127 src/ContactForm.php:291
    102102msgid "hh:mm"
    103103msgstr "uu:mm"
     
    181181msgstr "Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)"
    182182
    183 #: editor/form-booking.php:73 src/ContactForm.php:273 src/ContactForm.php:315
     183#: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316
    184184msgid "yyyy-mm-dd"
    185185msgstr "jjjj-mm-dd"
     
    200200
    201201#: editor/form-booking.php:88 editor/form-contact.php:66
    202 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:299
     202#: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311
    203203msgid "Pages"
    204204msgstr "Pagina's"
    205205
    206206#: editor/form-booking.php:93 editor/form-contact.php:71
    207 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:323
     207#: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335
    208208msgid "Posts"
    209209msgstr "Berichten"
     
    220220#: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59
    221221#: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35
    222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:118 src/Plugin.php:187
     222#: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216
    223223msgid "Book process"
    224224msgstr "Boekproces"
     
    244244#: editor/form-contact.php:15 js/gutenberg-contactform.js:2
    245245#: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193
    246 #: src/Plugin.php:119 src/Plugin.php:184
     246#: src/Plugin.php:116 src/Plugin.php:213
    247247msgid "Contact form"
    248248msgstr "Contactformulier"
     
    321321#: editor/form-contact.php:62 editor/form-contact.php:109
    322322#: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27
    323 #: src/ContactForm.php:118
     323#: src/ContactForm.php:119
    324324msgid "Send"
    325325msgstr "Versturen"
    326326
    327327#: editor/form-product.php:13 js/gutenberg-product.js:2
    328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:121
    329 #: src/Plugin.php:190
     328#: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118
     329#: src/Plugin.php:219
    330330msgid "Product"
    331331msgstr "Product"
     
    375375msgstr "Toon aantal-invoer (wordt op 1 gezet indien verborgen)"
    376376
    377 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:56
     377#: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35
    378378#: src/admin/documentation.php:120 src/admin/shortcodes.php:106
    379379msgid "Availability calendar"
    380380msgstr "Beschikbaarheidskalender"
    381381
    382 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295
     382#: js/gutenberg-availability.js:38
     383msgid "No suitable packages found"
     384msgstr "Geen geschikte arrangementen gevonden"
     385
     386#: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295
    383387msgid "Auto resize iframe"
    384388msgstr "iframe automatisch schalen"
     
    416420msgstr "Bedanktpagina (optioneel, laat leeg om niet door te sturen)"
    417421
    418 #: js/gutenberg-global.js:46 src/Settings.php:162
     422#: js/gutenberg-global.js:46 src/Settings.php:211
    419423msgid "Recras → Settings menu"
    420424msgstr "menu Recras → Instellingen"
    421425
    422 #: js/gutenberg-global.js:48 src/Settings.php:161
     426#: js/gutenberg-global.js:48 src/Settings.php:210
    423427#, javascript-format, php-format
    424428msgid "Please enter your Recras name in the %s before adding widgets."
     
    426430
    427431#: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299
    428 #: src/Plugin.php:120 src/Plugin.php:186 src/admin/documentation.php:100
     432#: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100
    429433#: src/admin/shortcodes.php:79
    430434msgid "Online booking of packages"
     
    480484
    481485#: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76
    482 #: src/Plugin.php:123 src/Plugin.php:191 src/admin/documentation.php:139
     486#: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139
    483487#: src/admin/shortcodes.php:129
    484488msgid "Voucher info"
     
    490494
    491495#: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85
    492 #: src/Plugin.php:122 src/Plugin.php:192 src/admin/documentation.php:129
     496#: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129
    493497#: src/admin/shortcodes.php:117
    494498msgid "Voucher sales"
    495499msgstr "Tegoedbonverkoop"
    496500
    497 #: src/Arrangement.php:20 src/Availability.php:18 src/Bookprocess.php:89
    498 #: src/ContactForm.php:56 src/Products.php:20 src/Vouchers.php:20
     501#: src/Arrangement.php:21 src/Availability.php:20 src/Bookprocess.php:90
     502#: src/ContactForm.php:57 src/Products.php:21 src/Vouchers.php:22
    499503msgid "Error: no ID set"
    500504msgstr "Fout: geen ID ingesteld"
    501505
    502 #: src/Arrangement.php:23 src/Availability.php:21 src/Bookprocess.php:93
    503 #: src/ContactForm.php:59 src/OnlineBooking.php:18 src/Products.php:23
    504 #: src/Vouchers.php:23 src/Vouchers.php:68
     506#: src/Arrangement.php:24 src/Availability.php:23 src/Bookprocess.php:94
     507#: src/ContactForm.php:60 src/OnlineBooking.php:25 src/Products.php:24
     508#: src/Vouchers.php:25 src/Vouchers.php:75
    505509msgid "Error: ID is not a number"
    506510msgstr "Fout: ID is geen getal"
    507511
    508 #: src/Arrangement.php:37 src/Arrangement.php:278 src/Bookprocess.php:99
    509 #: src/ContactForm.php:71 src/ContactForm.php:75
     512#: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100
     513#: src/ContactForm.php:72 src/ContactForm.php:76
    510514#, php-format
    511515msgid "Error: %s"
    512516msgstr "Fout: %s"
    513517
    514 #: src/Arrangement.php:41
     518#: src/Arrangement.php:42
    515519#, php-format
    516520msgid "Error: Package %d does not exist or may not be presented on a website"
     
    519523"worden"
    520524
    521 #: src/Arrangement.php:78
     525#: src/Arrangement.php:79
    522526msgid "Error: programme is empty"
    523527msgstr "Fout: programma is leeg"
    524528
    525 #: src/Arrangement.php:87 src/Products.php:69 src/Vouchers.php:52
     529#: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54
    526530msgid "Error: unknown option"
    527531msgstr "Fout: onbekende optie"
    528532
    529 #: src/Arrangement.php:173
     533#: src/Arrangement.php:174
    530534msgid "From"
    531535msgstr "Van"
    532536
    533 #: src/Arrangement.php:173
     537#: src/Arrangement.php:174
    534538msgid "Until"
    535539msgstr "Tot"
    536540
    537 #: src/Arrangement.php:173
     541#: src/Arrangement.php:174
    538542msgid "Activity"
    539543msgstr "Activiteit"
    540544
    541 #: src/Arrangement.php:213
     545#: src/Arrangement.php:214
    542546#, php-format
    543547msgid "Day %d"
    544548msgstr "Dag %d"
    545549
    546 #: src/Arrangement.php:313
     550#: src/Arrangement.php:314
    547551msgid "No duration specified"
    548552msgstr "Geen duur opgegeven"
    549553
    550 #: src/Arrangement.php:354
     554#: src/Arrangement.php:355
    551555msgid "No location specified"
    552556msgstr "Geen locatie opgegeven"
    553557
    554 #: src/Bookprocess.php:103
     558#: src/Bookprocess.php:104
    555559msgid "Error: book process does not exist"
    556560msgstr "Fout: boekproces bestaat niet"
    557561
    558 #: src/ContactForm.php:75
     562#: src/ContactForm.php:76
    559563msgid "Contact form might be deleted"
    560564msgstr "Contactformulier is mogelijk verwijderd"
    561565
    562 #: src/ContactForm.php:114
     566#: src/ContactForm.php:115
    563567msgid "Error: package is set, but contact form does not support packages"
    564568msgstr ""
     
    566570"arrangementen"
    567571
    568 #: src/ContactForm.php:126 src/OnlineBooking.php:63 src/Vouchers.php:83
     572#: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90
    569573msgid "Error: redirect is set, but is an invalid URL"
    570574msgstr "Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL"
    571575
    572 #: src/ContactForm.php:381
     576#: src/ContactForm.php:382
    573577msgid "Unknown"
    574578msgstr "Onbekend"
    575579
    576 #: src/ContactForm.php:382
     580#: src/ContactForm.php:383
    577581msgid "Male"
    578582msgstr "Man"
    579583
    580 #: src/ContactForm.php:383
     584#: src/ContactForm.php:384
    581585msgid "Female"
    582586msgstr "Vrouw"
    583587
    584 #: src/ContactForm.php:519
     588#: src/ContactForm.php:520
    585589msgid "(required)"
    586590msgstr "(verplicht)"
    587591
    588 #: src/ContactForm.php:544
     592#: src/ContactForm.php:545
    589593msgid "Clear choice"
    590594msgstr "Keuze wissen"
     
    639643msgstr "Fout: kon data uit Recras niet verwerken. De foutmelding was: %s"
    640644
    641 #: src/OnlineBooking.php:40
     645#: src/OnlineBooking.php:47
    642646msgid "Error: \"prefill_date\" is not a valid ISO 8601 string"
    643647msgstr "Fout: \"prefill_date\" is geen geldige ISO-8601-string"
    644648
    645 #: src/OnlineBooking.php:45
     649#: src/OnlineBooking.php:52
    646650msgid "Error: \"prefill_date\" is a date in the past"
    647651msgstr "Fout: \"prefill_date\" is een datum in het verleden"
    648652
    649 #: src/OnlineBooking.php:50
     653#: src/OnlineBooking.php:57
    650654msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)"
    651655msgstr "Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)"
    652656
    653 #: src/OnlineBooking.php:88
     657#: src/OnlineBooking.php:95
    654658msgid "Error: \"product_amounts\" is invalid"
    655659msgstr "Fout: \"product_amounts\" is ongeldig"
    656660
    657 #: src/Plugin.php:84 src/Plugin.php:85
     661#: src/Plugin.php:81 src/Plugin.php:82
    658662msgid "Settings"
    659663msgstr "Instellingen"
    660664
    661 #: src/Plugin.php:94 src/Plugin.php:95
     665#: src/Plugin.php:91 src/Plugin.php:92
    662666msgid "Cache"
    663667msgstr "Cache"
    664668
    665 #: src/Plugin.php:102 src/Plugin.php:103 src/Settings.php:325
     669#: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374
    666670#: src/admin/documentation.php:1
    667671msgid "Documentation"
    668672msgstr "Documentatie"
    669673
    670 #: src/Plugin.php:110 src/Plugin.php:111 src/admin/shortcodes.php:1
     674#: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1
    671675msgid "Shortcodes"
    672676msgstr "Shortcodes"
    673677
    674 #: src/Plugin.php:165
     678#: src/Plugin.php:195
    675679msgid "Error: you have not set your Recras name yet"
    676680msgstr "Fout: je hebt je Recras-naam nog niet ingesteld"
    677681
    678 #: src/Plugin.php:167
     682#: src/Plugin.php:197
    679683msgid ""
    680684"Error: your Recras name has not been set yet, but you do not have the "
     
    685689"dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen."
    686690
    687 #: src/Plugin.php:185
     691#: src/Plugin.php:214
    688692msgid "Could not connect to your Recras"
    689693msgstr "Kon geen verbinding maken met je Recras"
    690694
    691 #: src/Plugin.php:189
     695#: src/Plugin.php:218
    692696msgid "Package availability"
    693697msgstr "Arrangement-beschikbaarheid"
    694698
    695 #: src/Plugin.php:220
     699#: src/Plugin.php:261
    696700msgid "At least one choice is required"
    697701msgstr "Ten minste één keuze is vereist"
    698702
    699 #: src/Plugin.php:221
     703#: src/Plugin.php:262
    700704msgid "Loading..."
    701705msgstr "Laden..."
    702706
    703 #: src/Plugin.php:222
     707#: src/Plugin.php:263
    704708msgid "Your message was sent successfully"
    705709msgstr "Uw bericht is succesvol verzonden"
    706710
    707 #: src/Plugin.php:223
     711#: src/Plugin.php:264
    708712msgid "There was an error sending your message"
    709713msgstr "Er was een probleem met het verzenden van uw bericht"
    710714
    711 #: src/Plugin.php:232
     715#: src/Plugin.php:273
    712716msgid "Previous month"
    713717msgstr "Vorige maand"
    714718
    715 #: src/Plugin.php:233
     719#: src/Plugin.php:274
    716720msgid "Next month"
    717721msgstr "Volgende maand"
    718722
    719 #: src/Plugin.php:235
     723#: src/Plugin.php:276
    720724msgid "January"
    721725msgstr "Januari"
    722726
    723 #: src/Plugin.php:236
     727#: src/Plugin.php:277
    724728msgid "February"
    725729msgstr "Februari"
    726730
    727 #: src/Plugin.php:237
     731#: src/Plugin.php:278
    728732msgid "March"
    729733msgstr "Maart"
    730734
    731 #: src/Plugin.php:238
     735#: src/Plugin.php:279
    732736msgid "April"
    733737msgstr "April"
    734738
    735 #: src/Plugin.php:239
     739#: src/Plugin.php:280
    736740msgid "May"
    737741msgstr "Mei"
    738742
    739 #: src/Plugin.php:240
     743#: src/Plugin.php:281
    740744msgid "June"
    741745msgstr "Juni"
    742746
    743 #: src/Plugin.php:241
     747#: src/Plugin.php:282
    744748msgid "July"
    745749msgstr "Juli"
    746750
    747 #: src/Plugin.php:242
     751#: src/Plugin.php:283
    748752msgid "August"
    749753msgstr "Augustus"
    750754
    751 #: src/Plugin.php:243
     755#: src/Plugin.php:284
    752756msgid "September"
    753757msgstr "September"
    754758
    755 #: src/Plugin.php:244
     759#: src/Plugin.php:285
    756760msgid "October"
    757761msgstr "Oktober"
    758762
    759 #: src/Plugin.php:245
     763#: src/Plugin.php:286
    760764msgid "November"
    761765msgstr "November"
    762766
    763 #: src/Plugin.php:246
     767#: src/Plugin.php:287
    764768msgid "December"
    765769msgstr "December"
    766770
    767 #: src/Plugin.php:249
     771#: src/Plugin.php:290
    768772msgid "Sunday"
    769773msgstr "Zondag"
    770774
    771 #: src/Plugin.php:250
     775#: src/Plugin.php:291
    772776msgid "Monday"
    773777msgstr "Maandag"
    774778
    775 #: src/Plugin.php:251
     779#: src/Plugin.php:292
    776780msgid "Tuesday"
    777781msgstr "Dinsdag"
    778782
    779 #: src/Plugin.php:252
     783#: src/Plugin.php:293
    780784msgid "Wednesday"
    781785msgstr "Woensdag"
    782786
    783 #: src/Plugin.php:253
     787#: src/Plugin.php:294
    784788msgid "Thursday"
    785789msgstr "Donderdag"
    786790
    787 #: src/Plugin.php:254
     791#: src/Plugin.php:295
    788792msgid "Friday"
    789793msgstr "Vrijdag"
    790794
    791 #: src/Plugin.php:255
     795#: src/Plugin.php:296
    792796msgid "Saturday"
    793797msgstr "Zaterdag"
    794798
    795 #: src/Plugin.php:258
     799#: src/Plugin.php:299
    796800msgid "Sun"
    797801msgstr "Zo"
    798802
    799 #: src/Plugin.php:259
     803#: src/Plugin.php:300
    800804msgid "Mon"
    801805msgstr "Ma"
    802806
    803 #: src/Plugin.php:260
     807#: src/Plugin.php:301
    804808msgid "Tue"
    805809msgstr "Di"
    806810
    807 #: src/Plugin.php:261
     811#: src/Plugin.php:302
    808812msgid "Wed"
    809813msgstr "Wo"
    810814
    811 #: src/Plugin.php:262
     815#: src/Plugin.php:303
    812816msgid "Thu"
    813817msgstr "Do"
    814818
    815 #: src/Plugin.php:263
     819#: src/Plugin.php:304
    816820msgid "Fri"
    817821msgstr "Vr"
    818822
    819 #: src/Plugin.php:264
     823#: src/Plugin.php:305
    820824msgid "Sat"
    821825msgstr "Za"
    822826
    823 #: src/Products.php:37
     827#: src/Products.php:38
    824828msgid "Error: product does not exist"
    825829msgstr "Fout: product bestaat niet"
     
    861865msgstr "Gebruikt in prijzen, zoals 100,00."
    862866
    863 #: src/Settings.php:120 src/Settings.php:129 src/Settings.php:138
    864 #: src/Settings.php:150
     867#: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187
     868#: src/Settings.php:199
    865869msgid "You do not have sufficient permissions to access this page."
    866870msgstr "Je hebt niet genoeg rechten om deze pagina te bekijken."
    867871
    868 #: src/Settings.php:201
     872#: src/Settings.php:250
    869873msgid "No theme"
    870874msgstr "Geen thema"
    871875
    872 #: src/Settings.php:205
     876#: src/Settings.php:254
    873877msgid "Basic theme"
    874878msgstr "Basisthema"
    875879
    876 #: src/Settings.php:209
     880#: src/Settings.php:258
    877881msgid "BP Green"
    878882msgstr "BP Groen"
    879883
    880 #: src/Settings.php:213
     884#: src/Settings.php:262
    881885msgid "Reasonably Red"
    882886msgstr "Redelijk Rood"
    883887
    884 #: src/Settings.php:217
     888#: src/Settings.php:266
    885889msgid "Recras Blue"
    886890msgstr "Recras Blauw"
    887891
    888 #: src/Settings.php:283 src/admin/documentation.php:4 src/admin/settings.php:1
     892#: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1
    889893msgid "Recras settings"
    890894msgstr "Recras-instellingen"
    891895
    892 #: src/Settings.php:289 src/admin/documentation.php:6
     896#: src/Settings.php:338 src/admin/documentation.php:6
    893897msgid "Recras name"
    894898msgstr "Recrasnaam"
    895899
    896 #: src/Settings.php:290 src/admin/documentation.php:8
     900#: src/Settings.php:339 src/admin/documentation.php:8
    897901msgid "Currency symbol"
    898902msgstr "Valutasymbool"
    899903
    900 #: src/Settings.php:291 src/admin/documentation.php:10
     904#: src/Settings.php:340 src/admin/documentation.php:10
    901905msgid "Decimal separator"
    902906msgstr "Decimaalscheiding"
    903907
    904 #: src/Settings.php:292 src/admin/documentation.php:12
     908#: src/Settings.php:341 src/admin/documentation.php:12
    905909msgid "Use calendar widget for contact forms"
    906910msgstr "Kalender-widget gebruiken voor contactformulieren"
    907911
    908 #: src/Settings.php:293
     912#: src/Settings.php:342
    909913msgid "Fix book process datepicker styling"
    910914msgstr "Styling boekproces-datumselectie oplossen"
    911915
    912 #: src/Settings.php:294 src/admin/documentation.php:16
     916#: src/Settings.php:343 src/admin/documentation.php:16
    913917msgid "Theme for Recras integrations"
    914918msgstr "Thema voor Recras-integraties"
    915919
    916 #: src/Settings.php:295 src/admin/documentation.php:26
     920#: src/Settings.php:344 src/admin/documentation.php:26
    917921msgid "Enable Google Analytics integration?"
    918922msgstr "Google Analytics-integratie inschakelen?"
    919923
    920 #: src/Settings.php:324
     924#: src/Settings.php:373
    921925#, php-format
    922926msgid "For more information on these options, please see the %s page."
    923927msgstr "Bekijk voor meer informatie over deze instellingen de %s-pagina."
    924928
    925 #: src/Vouchers.php:35
     929#: src/Vouchers.php:37
    926930msgid "Error: template does not exist"
    927931msgstr "Fout: template bestaat niet"
  • recras/trunk/readme.txt

    r3234597 r3235419  
    33Tags: recras, recreation, reservation, booking, voucher
    44Tested up to: 6.7
    5 Stable tag: 6.3.1
     5Stable tag: 6.3.2
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777
    7878== Changelog ==
     79
     80= 6.3.2 =
     81* Hide "Package availability" widget when it's not available in your Recras instance
     82* "Package availability" widget: hide packages where availability API is disabled
    7983
    8084= 6.3.1 =
  • recras/trunk/recras-wordpress-plugin.php

    r3234597 r3235419  
    33Plugin Name: Recras WordPress Plugin
    44Plugin URI: https://www.recras.nl/
    5 Version: 6.3.1
     5Version: 6.3.2
    66Description: Easily integrate your Recras data into your own site
    77Requires at least: 6.5
  • recras/trunk/src/Gutenberg.php

    r3221428 r3235419  
    1919                'wp-i18n',
    2020            ],
    21             '5.5.0',
     21            '6.3.2',
    2222            true
    2323        );
     
    3838            'availability' => [
    3939                'callback' => [Availability::class, 'renderAvailability'],
    40                 'version' => '4.7.10',
     40                'version' => '6.3.2',
    4141            ],
    4242            'bookprocess' => [
     
    7171
    7272        if (!Settings::allowOnlinePackageBooking()) {
     73            unset($gutenbergBlocks['availability']);
    7374            unset($gutenbergBlocks['onlinebooking']);
    7475        }
Note: See TracChangeset for help on using the changeset viewer.