Changeset 3235419
- Timestamp:
- 02/05/2025 01:24:12 PM (12 months ago)
- Location:
- recras
- Files:
-
- 30 edited
- 1 copied
-
tags/6.3.2 (copied) (copied from recras/trunk)
-
tags/6.3.2/changelog.md (modified) (1 diff)
-
tags/6.3.2/editor/plugin.js (modified) (1 diff)
-
tags/6.3.2/js/gutenberg-availability.js (modified) (3 diffs)
-
tags/6.3.2/js/gutenberg-global.js (modified) (2 diffs)
-
tags/6.3.2/lang/recras-de_DE-recras-gutenberg-global.json (modified) (1 diff)
-
tags/6.3.2/lang/recras-de_DE.mo (modified) (previous)
-
tags/6.3.2/lang/recras-de_DE.po (modified) (16 diffs)
-
tags/6.3.2/lang/recras-en_GB.mo (modified) (previous)
-
tags/6.3.2/lang/recras-en_GB.po (modified) (16 diffs)
-
tags/6.3.2/lang/recras-nl_NL-recras-gutenberg-global.json (modified) (1 diff)
-
tags/6.3.2/lang/recras-nl_NL.mo (modified) (previous)
-
tags/6.3.2/lang/recras-nl_NL.po (modified) (18 diffs)
-
tags/6.3.2/readme.txt (modified) (2 diffs)
-
tags/6.3.2/recras-wordpress-plugin.php (modified) (1 diff)
-
tags/6.3.2/src/Gutenberg.php (modified) (3 diffs)
-
trunk/changelog.md (modified) (1 diff)
-
trunk/editor/plugin.js (modified) (1 diff)
-
trunk/js/gutenberg-availability.js (modified) (3 diffs)
-
trunk/js/gutenberg-global.js (modified) (2 diffs)
-
trunk/lang/recras-de_DE-recras-gutenberg-global.json (modified) (1 diff)
-
trunk/lang/recras-de_DE.mo (modified) (previous)
-
trunk/lang/recras-de_DE.po (modified) (16 diffs)
-
trunk/lang/recras-en_GB.mo (modified) (previous)
-
trunk/lang/recras-en_GB.po (modified) (16 diffs)
-
trunk/lang/recras-nl_NL-recras-gutenberg-global.json (modified) (1 diff)
-
trunk/lang/recras-nl_NL.mo (modified) (previous)
-
trunk/lang/recras-nl_NL.po (modified) (18 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/recras-wordpress-plugin.php (modified) (1 diff)
-
trunk/src/Gutenberg.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
recras/tags/6.3.2/changelog.md
r3234597 r3235419 1 1 # 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 2 6 3 7 ## 6.3.1 (2025-02-04) -
recras/tags/6.3.2/editor/plugin.js
r3221428 r3235419 8 8 }); 9 9 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 }); 17 18 18 if (recras_l10n.showOnlineBooking === 'yes') {19 19 editor.addButton('recras-booking', { 20 20 title: recras_l10n.online_booking, -
recras/tags/6.3.2/js/gutenberg-availability.js
r2697094 r3235419 17 17 edit: withSelect((select) => { 18 18 return { 19 packages: select('recras/store').fetchPackages (true, false),19 packages: select('recras/store').fetchPackagesForAvailability(), 20 20 } 21 21 })(props => { … … 33 33 34 34 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 } 35 41 const optionsPackageControl = { 36 42 value: id, … … 54 60 }; 55 61 56 retval.push(recrasHelper.elementText('Recras - ' + wp.i18n.__('Availability calendar', TEXT_DOMAIN)));57 62 retval.push(createEl(compSelectControl, optionsPackageControl)); 58 63 retval.push(createEl(compToggleControl, optionsAutoresizeControl)); -
recras/tags/6.3.2/js/gutenberg-global.js
r2915644 r3235419 224 224 return packages; 225 225 }, 226 fetchPackagesForAvailability(state) { 227 const { packages } = state; 228 return packages; 229 }, 226 230 fetchPagesPosts(state) { 227 231 const { pagesPosts } = state; … … 267 271 packages = Object.values(packages).map(mapPackage); 268 272 } 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); 269 281 270 282 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 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 202 4-12-03 16:29+0100\n"5 "PO-Revision-Date: 202 4-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" 6 6 "Last-Translator: Sander de Jong <[email protected]>\n" 7 7 "Language-Team: Recras\n" … … 21 21 #: editor/form-arrangement.php:16 editor/form-booking.php:48 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 #: js/gutenberg-availability.js: 44js/gutenberg-package.js:224 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 725 #: src/Plugin.php: 18823 #: 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 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 0101 #: js/gutenberg-package.js:127 src/ContactForm.php:291 102 102 msgid "hh:mm" 103 103 msgstr "UU:MM" … … 174 174 msgstr "" 175 175 176 #: editor/form-booking.php:73 src/ContactForm.php:27 3 src/ContactForm.php:315176 #: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316 177 177 msgid "yyyy-mm-dd" 178 178 msgstr "JJJJ-MM-TT" … … 193 193 194 194 #: editor/form-booking.php:88 editor/form-contact.php:66 195 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js: 299195 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311 196 196 msgid "Pages" 197 197 msgstr "Seiten" 198 198 199 199 #: editor/form-booking.php:93 editor/form-contact.php:71 200 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:3 23200 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335 201 201 msgid "Posts" 202 202 msgstr "Nachrichten" … … 213 213 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 214 214 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 8 src/Plugin.php:187215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216 216 216 msgid "Book process" 217 217 msgstr "Buchungsprozess" … … 234 234 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 235 235 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 236 #: src/Plugin.php:11 9 src/Plugin.php:184236 #: src/Plugin.php:116 src/Plugin.php:213 237 237 msgid "Contact form" 238 238 msgstr "Kontaktformular" … … 303 303 #: editor/form-contact.php:62 editor/form-contact.php:109 304 304 #: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27 305 #: src/ContactForm.php:11 8305 #: src/ContactForm.php:119 306 306 msgid "Send" 307 307 msgstr "Senden" 308 308 309 309 #: editor/form-product.php:13 js/gutenberg-product.js:2 310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:1 21311 #: src/Plugin.php: 190310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118 311 #: src/Plugin.php:219 312 312 msgid "Product" 313 313 msgstr "Produkt" … … 357 357 msgstr "" 358 358 359 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js: 56359 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35 360 360 #: src/admin/documentation.php:120 src/admin/shortcodes.php:106 361 361 msgid "Availability calendar" 362 362 msgstr "" 363 363 364 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295 364 #: js/gutenberg-availability.js:38 365 msgid "No suitable packages found" 366 msgstr "" 367 368 #: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295 365 369 msgid "Auto resize iframe" 366 370 msgstr "" … … 397 401 msgstr "" 398 402 399 #: js/gutenberg-global.js:46 src/Settings.php: 162403 #: js/gutenberg-global.js:46 src/Settings.php:211 400 404 msgid "Recras → Settings menu" 401 405 msgstr "" 402 406 403 #: js/gutenberg-global.js:48 src/Settings.php: 161407 #: js/gutenberg-global.js:48 src/Settings.php:210 404 408 #, javascript-format, php-format 405 409 msgid "Please enter your Recras name in the %s before adding widgets." … … 407 411 408 412 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 409 #: src/Plugin.php:1 20 src/Plugin.php:186src/admin/documentation.php:100413 #: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100 410 414 #: src/admin/shortcodes.php:79 411 415 msgid "Online booking of packages" … … 453 457 454 458 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 455 #: src/Plugin.php:12 3 src/Plugin.php:191src/admin/documentation.php:139459 #: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139 456 460 #: src/admin/shortcodes.php:129 457 461 msgid "Voucher info" … … 463 467 464 468 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 465 #: src/Plugin.php:1 22 src/Plugin.php:192src/admin/documentation.php:129469 #: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129 466 470 #: src/admin/shortcodes.php:117 467 471 msgid "Voucher sales" 468 472 msgstr "" 469 473 470 #: src/Arrangement.php:2 0 src/Availability.php:18 src/Bookprocess.php:89471 #: src/ContactForm.php:5 6 src/Products.php:20 src/Vouchers.php:20474 #: 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 472 476 msgid "Error: no ID set" 473 477 msgstr "" 474 478 475 #: src/Arrangement.php:2 3 src/Availability.php:21 src/Bookprocess.php:93476 #: src/ContactForm.php: 59 src/OnlineBooking.php:18 src/Products.php:23477 #: src/Vouchers.php:2 3 src/Vouchers.php:68479 #: 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 478 482 msgid "Error: ID is not a number" 479 483 msgstr "" 480 484 481 #: src/Arrangement.php:3 7 src/Arrangement.php:278 src/Bookprocess.php:99482 #: src/ContactForm.php:7 1 src/ContactForm.php:75485 #: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100 486 #: src/ContactForm.php:72 src/ContactForm.php:76 483 487 #, php-format 484 488 msgid "Error: %s" 485 489 msgstr "Fehlermeldung: %s" 486 490 487 #: src/Arrangement.php:4 1491 #: src/Arrangement.php:42 488 492 #, php-format 489 493 msgid "Error: Package %d does not exist or may not be presented on a website" 490 494 msgstr "" 491 495 492 #: src/Arrangement.php:7 8496 #: src/Arrangement.php:79 493 497 msgid "Error: programme is empty" 494 498 msgstr "" 495 499 496 #: src/Arrangement.php:8 7 src/Products.php:69 src/Vouchers.php:52500 #: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54 497 501 msgid "Error: unknown option" 498 502 msgstr "" 499 503 500 #: src/Arrangement.php:17 3504 #: src/Arrangement.php:174 501 505 msgid "From" 502 506 msgstr "Von" 503 507 504 #: src/Arrangement.php:17 3508 #: src/Arrangement.php:174 505 509 msgid "Until" 506 510 msgstr "Bis" 507 511 508 #: src/Arrangement.php:17 3512 #: src/Arrangement.php:174 509 513 msgid "Activity" 510 514 msgstr "Aktivität" 511 515 512 #: src/Arrangement.php:21 3516 #: src/Arrangement.php:214 513 517 #, php-format 514 518 msgid "Day %d" 515 519 msgstr "Tag %d" 516 520 517 #: src/Arrangement.php:31 3521 #: src/Arrangement.php:314 518 522 msgid "No duration specified" 519 523 msgstr "" 520 524 521 #: src/Arrangement.php:35 4525 #: src/Arrangement.php:355 522 526 msgid "No location specified" 523 527 msgstr "" 524 528 525 #: src/Bookprocess.php:10 3529 #: src/Bookprocess.php:104 526 530 msgid "Error: book process does not exist" 527 531 msgstr "" 528 532 529 #: src/ContactForm.php:7 5533 #: src/ContactForm.php:76 530 534 msgid "Contact form might be deleted" 531 535 msgstr "" 532 536 533 #: src/ContactForm.php:11 4537 #: src/ContactForm.php:115 534 538 msgid "Error: package is set, but contact form does not support packages" 535 539 msgstr "" 536 540 537 #: src/ContactForm.php:12 6 src/OnlineBooking.php:63 src/Vouchers.php:83541 #: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90 538 542 msgid "Error: redirect is set, but is an invalid URL" 539 543 msgstr "" 540 544 541 #: src/ContactForm.php:38 1545 #: src/ContactForm.php:382 542 546 msgid "Unknown" 543 547 msgstr "Unbekannt" 544 548 545 #: src/ContactForm.php:38 2549 #: src/ContactForm.php:383 546 550 msgid "Male" 547 551 msgstr "Mann" 548 552 549 #: src/ContactForm.php:38 3553 #: src/ContactForm.php:384 550 554 msgid "Female" 551 555 msgstr "Frau" 552 556 553 #: src/ContactForm.php:5 19557 #: src/ContactForm.php:520 554 558 msgid "(required)" 555 559 msgstr "(erforderlich)" 556 560 557 #: src/ContactForm.php:54 4561 #: src/ContactForm.php:545 558 562 msgid "Clear choice" 559 563 msgstr "Wahl löschen" … … 601 605 msgstr "" 602 606 603 #: src/OnlineBooking.php:4 0607 #: src/OnlineBooking.php:47 604 608 msgid "Error: \"prefill_date\" is not a valid ISO 8601 string" 605 609 msgstr "" 606 610 607 #: src/OnlineBooking.php: 45611 #: src/OnlineBooking.php:52 608 612 msgid "Error: \"prefill_date\" is a date in the past" 609 613 msgstr "" 610 614 611 #: src/OnlineBooking.php:5 0615 #: src/OnlineBooking.php:57 612 616 msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)" 613 617 msgstr "" 614 618 615 #: src/OnlineBooking.php: 88619 #: src/OnlineBooking.php:95 616 620 msgid "Error: \"product_amounts\" is invalid" 617 621 msgstr "" 618 622 619 #: src/Plugin.php:8 4 src/Plugin.php:85623 #: src/Plugin.php:81 src/Plugin.php:82 620 624 msgid "Settings" 621 625 msgstr "Einstellungen" 622 626 623 #: src/Plugin.php:9 4 src/Plugin.php:95627 #: src/Plugin.php:91 src/Plugin.php:92 624 628 msgid "Cache" 625 629 msgstr "" 626 630 627 #: src/Plugin.php: 102 src/Plugin.php:103 src/Settings.php:325631 #: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374 628 632 #: src/admin/documentation.php:1 629 633 msgid "Documentation" 630 634 msgstr "Dokumentation" 631 635 632 #: src/Plugin.php:1 10 src/Plugin.php:111src/admin/shortcodes.php:1636 #: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1 633 637 msgid "Shortcodes" 634 638 msgstr "" 635 639 636 #: src/Plugin.php:1 65640 #: src/Plugin.php:195 637 641 msgid "Error: you have not set your Recras name yet" 638 642 msgstr "" 639 643 640 #: src/Plugin.php:1 67644 #: src/Plugin.php:197 641 645 msgid "" 642 646 "Error: your Recras name has not been set yet, but you do not have the " … … 645 649 msgstr "" 646 650 647 #: src/Plugin.php: 185651 #: src/Plugin.php:214 648 652 msgid "Could not connect to your Recras" 649 653 msgstr "" 650 654 651 #: src/Plugin.php: 189655 #: src/Plugin.php:218 652 656 msgid "Package availability" 653 657 msgstr "Arrangement-Verfügbarkeit" 654 658 655 #: src/Plugin.php:2 20659 #: src/Plugin.php:261 656 660 msgid "At least one choice is required" 657 661 msgstr "" 658 662 659 #: src/Plugin.php:2 21663 #: src/Plugin.php:262 660 664 msgid "Loading..." 661 665 msgstr "Laden..." 662 666 663 #: src/Plugin.php:2 22667 #: src/Plugin.php:263 664 668 msgid "Your message was sent successfully" 665 669 msgstr "" 666 670 667 #: src/Plugin.php:2 23671 #: src/Plugin.php:264 668 672 msgid "There was an error sending your message" 669 673 msgstr "" 670 674 671 #: src/Plugin.php:2 32675 #: src/Plugin.php:273 672 676 msgid "Previous month" 673 677 msgstr "Vorheriger Monat" 674 678 675 #: src/Plugin.php:2 33679 #: src/Plugin.php:274 676 680 msgid "Next month" 677 681 msgstr "Nächsten Monat" 678 682 679 #: src/Plugin.php:2 35683 #: src/Plugin.php:276 680 684 msgid "January" 681 685 msgstr "Januar" 682 686 683 #: src/Plugin.php:2 36687 #: src/Plugin.php:277 684 688 msgid "February" 685 689 msgstr "Februar" 686 690 687 #: src/Plugin.php:2 37691 #: src/Plugin.php:278 688 692 msgid "March" 689 693 msgstr "März" 690 694 691 #: src/Plugin.php:2 38695 #: src/Plugin.php:279 692 696 msgid "April" 693 697 msgstr "April" 694 698 695 #: src/Plugin.php:2 39699 #: src/Plugin.php:280 696 700 msgid "May" 697 701 msgstr "Mai" 698 702 699 #: src/Plugin.php:2 40703 #: src/Plugin.php:281 700 704 msgid "June" 701 705 msgstr "Juni" 702 706 703 #: src/Plugin.php:2 41707 #: src/Plugin.php:282 704 708 msgid "July" 705 709 msgstr "Juli" 706 710 707 #: src/Plugin.php:2 42711 #: src/Plugin.php:283 708 712 msgid "August" 709 713 msgstr "August" 710 714 711 #: src/Plugin.php:2 43715 #: src/Plugin.php:284 712 716 msgid "September" 713 717 msgstr "September" 714 718 715 #: src/Plugin.php:2 44719 #: src/Plugin.php:285 716 720 msgid "October" 717 721 msgstr "Oktober" 718 722 719 #: src/Plugin.php:2 45723 #: src/Plugin.php:286 720 724 msgid "November" 721 725 msgstr "November" 722 726 723 #: src/Plugin.php:2 46727 #: src/Plugin.php:287 724 728 msgid "December" 725 729 msgstr "Dezember" 726 730 727 #: src/Plugin.php:2 49731 #: src/Plugin.php:290 728 732 msgid "Sunday" 729 733 msgstr "Sonntag" 730 734 731 #: src/Plugin.php:2 50735 #: src/Plugin.php:291 732 736 msgid "Monday" 733 737 msgstr "Montag" 734 738 735 #: src/Plugin.php:2 51739 #: src/Plugin.php:292 736 740 msgid "Tuesday" 737 741 msgstr "Dienstag" 738 742 739 #: src/Plugin.php:2 52743 #: src/Plugin.php:293 740 744 msgid "Wednesday" 741 745 msgstr "Mittwoch" 742 746 743 #: src/Plugin.php:2 53747 #: src/Plugin.php:294 744 748 msgid "Thursday" 745 749 msgstr "Donnerstag" 746 750 747 #: src/Plugin.php:2 54751 #: src/Plugin.php:295 748 752 msgid "Friday" 749 753 msgstr "Freitag" 750 754 751 #: src/Plugin.php:2 55755 #: src/Plugin.php:296 752 756 msgid "Saturday" 753 757 msgstr "Samstag" 754 758 755 #: src/Plugin.php:2 58759 #: src/Plugin.php:299 756 760 msgid "Sun" 757 761 msgstr "So" 758 762 759 #: src/Plugin.php: 259763 #: src/Plugin.php:300 760 764 msgid "Mon" 761 765 msgstr "Mo" 762 766 763 #: src/Plugin.php: 260767 #: src/Plugin.php:301 764 768 msgid "Tue" 765 769 msgstr "Di" 766 770 767 #: src/Plugin.php: 261771 #: src/Plugin.php:302 768 772 msgid "Wed" 769 773 msgstr "Mi" 770 774 771 #: src/Plugin.php: 262775 #: src/Plugin.php:303 772 776 msgid "Thu" 773 777 msgstr "Do" 774 778 775 #: src/Plugin.php: 263779 #: src/Plugin.php:304 776 780 msgid "Fri" 777 781 msgstr "Fr" 778 782 779 #: src/Plugin.php: 264783 #: src/Plugin.php:305 780 784 msgid "Sat" 781 785 msgstr "Sa" 782 786 783 #: src/Products.php:3 7787 #: src/Products.php:38 784 788 msgid "Error: product does not exist" 785 789 msgstr "" … … 813 817 msgstr "" 814 818 815 #: src/Settings.php:1 20 src/Settings.php:129 src/Settings.php:138816 #: src/Settings.php:1 50819 #: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187 820 #: src/Settings.php:199 817 821 msgid "You do not have sufficient permissions to access this page." 818 822 msgstr "" 819 823 820 #: src/Settings.php:2 01824 #: src/Settings.php:250 821 825 msgid "No theme" 822 826 msgstr "Kein Thema" 823 827 824 #: src/Settings.php:2 05828 #: src/Settings.php:254 825 829 msgid "Basic theme" 826 830 msgstr "Grundthema" 827 831 828 #: src/Settings.php:2 09832 #: src/Settings.php:258 829 833 msgid "BP Green" 830 834 msgstr "BP Grün" 831 835 832 #: src/Settings.php:2 13836 #: src/Settings.php:262 833 837 msgid "Reasonably Red" 834 838 msgstr "Ganz Rot" 835 839 836 #: src/Settings.php:2 17840 #: src/Settings.php:266 837 841 msgid "Recras Blue" 838 842 msgstr "Recras Blau" 839 843 840 #: src/Settings.php: 283src/admin/documentation.php:4 src/admin/settings.php:1844 #: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1 841 845 msgid "Recras settings" 842 846 msgstr "Recras-Einstellungen" 843 847 844 #: src/Settings.php: 289src/admin/documentation.php:6848 #: src/Settings.php:338 src/admin/documentation.php:6 845 849 msgid "Recras name" 846 850 msgstr "Recras-Name" 847 851 848 #: src/Settings.php: 290src/admin/documentation.php:8852 #: src/Settings.php:339 src/admin/documentation.php:8 849 853 msgid "Currency symbol" 850 854 msgstr "" 851 855 852 #: src/Settings.php: 291src/admin/documentation.php:10856 #: src/Settings.php:340 src/admin/documentation.php:10 853 857 msgid "Decimal separator" 854 858 msgstr "" 855 859 856 #: src/Settings.php: 292src/admin/documentation.php:12860 #: src/Settings.php:341 src/admin/documentation.php:12 857 861 msgid "Use calendar widget for contact forms" 858 862 msgstr "" 859 863 860 #: src/Settings.php: 293864 #: src/Settings.php:342 861 865 msgid "Fix book process datepicker styling" 862 866 msgstr "" 863 867 864 #: src/Settings.php: 294src/admin/documentation.php:16868 #: src/Settings.php:343 src/admin/documentation.php:16 865 869 msgid "Theme for Recras integrations" 866 870 msgstr "" 867 871 868 #: src/Settings.php: 295src/admin/documentation.php:26872 #: src/Settings.php:344 src/admin/documentation.php:26 869 873 msgid "Enable Google Analytics integration?" 870 874 msgstr "" 871 875 872 #: src/Settings.php:3 24876 #: src/Settings.php:373 873 877 #, php-format 874 878 msgid "For more information on these options, please see the %s page." 875 879 msgstr "" 876 880 877 #: src/Vouchers.php:3 5881 #: src/Vouchers.php:37 878 882 msgid "Error: template does not exist" 879 883 msgstr "" -
recras/tags/6.3.2/lang/recras-en_GB.po
r3217607 r3235419 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 202 4-12-03 16:29+0100\n"5 "PO-Revision-Date: 202 4-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" 6 6 "Last-Translator: Sander de Jong <[email protected]>\n" 7 7 "Language-Team: Recras\n" … … 21 21 #: editor/form-arrangement.php:16 editor/form-booking.php:48 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 #: js/gutenberg-availability.js: 44js/gutenberg-package.js:224 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 725 #: src/Plugin.php: 18823 #: 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 26 26 msgid "Package" 27 27 msgstr "" … … 96 96 97 97 #: editor/form-arrangement.php:44 editor/form-booking.php:82 98 #: js/gutenberg-package.js:127 src/ContactForm.php:29 098 #: js/gutenberg-package.js:127 src/ContactForm.php:291 99 99 msgid "hh:mm" 100 100 msgstr "" … … 171 171 msgstr "" 172 172 173 #: editor/form-booking.php:73 src/ContactForm.php:27 3 src/ContactForm.php:315173 #: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316 174 174 msgid "yyyy-mm-dd" 175 175 msgstr "" … … 190 190 191 191 #: editor/form-booking.php:88 editor/form-contact.php:66 192 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js: 299192 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311 193 193 msgid "Pages" 194 194 msgstr "" 195 195 196 196 #: editor/form-booking.php:93 editor/form-contact.php:71 197 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:3 23197 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335 198 198 msgid "Posts" 199 199 msgstr "" … … 210 210 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 211 211 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 8 src/Plugin.php:187212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216 213 213 msgid "Book process" 214 214 msgstr "" … … 231 231 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 232 232 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 233 #: src/Plugin.php:11 9 src/Plugin.php:184233 #: src/Plugin.php:116 src/Plugin.php:213 234 234 msgid "Contact form" 235 235 msgstr "" … … 300 300 #: editor/form-contact.php:62 editor/form-contact.php:109 301 301 #: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27 302 #: src/ContactForm.php:11 8302 #: src/ContactForm.php:119 303 303 msgid "Send" 304 304 msgstr "" 305 305 306 306 #: editor/form-product.php:13 js/gutenberg-product.js:2 307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:1 21308 #: src/Plugin.php: 190307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118 308 #: src/Plugin.php:219 309 309 msgid "Product" 310 310 msgstr "" … … 354 354 msgstr "" 355 355 356 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js: 56356 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35 357 357 #: src/admin/documentation.php:120 src/admin/shortcodes.php:106 358 358 msgid "Availability calendar" 359 359 msgstr "" 360 360 361 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295 361 #: js/gutenberg-availability.js:38 362 msgid "No suitable packages found" 363 msgstr "" 364 365 #: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295 362 366 msgid "Auto resize iframe" 363 367 msgstr "" … … 394 398 msgstr "" 395 399 396 #: js/gutenberg-global.js:46 src/Settings.php: 162400 #: js/gutenberg-global.js:46 src/Settings.php:211 397 401 msgid "Recras → Settings menu" 398 402 msgstr "" 399 403 400 #: js/gutenberg-global.js:48 src/Settings.php: 161404 #: js/gutenberg-global.js:48 src/Settings.php:210 401 405 #, javascript-format, php-format 402 406 msgid "Please enter your Recras name in the %s before adding widgets." … … 404 408 405 409 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 406 #: src/Plugin.php:1 20 src/Plugin.php:186src/admin/documentation.php:100410 #: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100 407 411 #: src/admin/shortcodes.php:79 408 412 msgid "Online booking of packages" … … 450 454 451 455 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 452 #: src/Plugin.php:12 3 src/Plugin.php:191src/admin/documentation.php:139456 #: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139 453 457 #: src/admin/shortcodes.php:129 454 458 msgid "Voucher info" … … 460 464 461 465 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 462 #: src/Plugin.php:1 22 src/Plugin.php:192src/admin/documentation.php:129466 #: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129 463 467 #: src/admin/shortcodes.php:117 464 468 msgid "Voucher sales" 465 469 msgstr "" 466 470 467 #: src/Arrangement.php:2 0 src/Availability.php:18 src/Bookprocess.php:89468 #: src/ContactForm.php:5 6 src/Products.php:20 src/Vouchers.php:20471 #: 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 469 473 msgid "Error: no ID set" 470 474 msgstr "" 471 475 472 #: src/Arrangement.php:2 3 src/Availability.php:21 src/Bookprocess.php:93473 #: src/ContactForm.php: 59 src/OnlineBooking.php:18 src/Products.php:23474 #: src/Vouchers.php:2 3 src/Vouchers.php:68476 #: 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 475 479 msgid "Error: ID is not a number" 476 480 msgstr "" 477 481 478 #: src/Arrangement.php:3 7 src/Arrangement.php:278 src/Bookprocess.php:99479 #: src/ContactForm.php:7 1 src/ContactForm.php:75482 #: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100 483 #: src/ContactForm.php:72 src/ContactForm.php:76 480 484 #, php-format 481 485 msgid "Error: %s" 482 486 msgstr "" 483 487 484 #: src/Arrangement.php:4 1488 #: src/Arrangement.php:42 485 489 #, php-format 486 490 msgid "Error: Package %d does not exist or may not be presented on a website" 487 491 msgstr "" 488 492 489 #: src/Arrangement.php:7 8493 #: src/Arrangement.php:79 490 494 msgid "Error: programme is empty" 491 495 msgstr "" 492 496 493 #: src/Arrangement.php:8 7 src/Products.php:69 src/Vouchers.php:52497 #: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54 494 498 msgid "Error: unknown option" 495 499 msgstr "" 496 500 497 #: src/Arrangement.php:17 3501 #: src/Arrangement.php:174 498 502 msgid "From" 499 503 msgstr "" 500 504 501 #: src/Arrangement.php:17 3505 #: src/Arrangement.php:174 502 506 msgid "Until" 503 507 msgstr "" 504 508 505 #: src/Arrangement.php:17 3509 #: src/Arrangement.php:174 506 510 msgid "Activity" 507 511 msgstr "" 508 512 509 #: src/Arrangement.php:21 3513 #: src/Arrangement.php:214 510 514 #, php-format 511 515 msgid "Day %d" 512 516 msgstr "" 513 517 514 #: src/Arrangement.php:31 3518 #: src/Arrangement.php:314 515 519 msgid "No duration specified" 516 520 msgstr "" 517 521 518 #: src/Arrangement.php:35 4522 #: src/Arrangement.php:355 519 523 msgid "No location specified" 520 524 msgstr "" 521 525 522 #: src/Bookprocess.php:10 3526 #: src/Bookprocess.php:104 523 527 msgid "Error: book process does not exist" 524 528 msgstr "" 525 529 526 #: src/ContactForm.php:7 5530 #: src/ContactForm.php:76 527 531 msgid "Contact form might be deleted" 528 532 msgstr "" 529 533 530 #: src/ContactForm.php:11 4534 #: src/ContactForm.php:115 531 535 msgid "Error: package is set, but contact form does not support packages" 532 536 msgstr "" 533 537 534 #: src/ContactForm.php:12 6 src/OnlineBooking.php:63 src/Vouchers.php:83538 #: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90 535 539 msgid "Error: redirect is set, but is an invalid URL" 536 540 msgstr "" 537 541 538 #: src/ContactForm.php:38 1542 #: src/ContactForm.php:382 539 543 msgid "Unknown" 540 544 msgstr "" 541 545 542 #: src/ContactForm.php:38 2546 #: src/ContactForm.php:383 543 547 msgid "Male" 544 548 msgstr "" 545 549 546 #: src/ContactForm.php:38 3550 #: src/ContactForm.php:384 547 551 msgid "Female" 548 552 msgstr "" 549 553 550 #: src/ContactForm.php:5 19554 #: src/ContactForm.php:520 551 555 msgid "(required)" 552 556 msgstr "" 553 557 554 #: src/ContactForm.php:54 4558 #: src/ContactForm.php:545 555 559 msgid "Clear choice" 556 560 msgstr "" … … 598 602 msgstr "" 599 603 600 #: src/OnlineBooking.php:4 0604 #: src/OnlineBooking.php:47 601 605 msgid "Error: \"prefill_date\" is not a valid ISO 8601 string" 602 606 msgstr "" 603 607 604 #: src/OnlineBooking.php: 45608 #: src/OnlineBooking.php:52 605 609 msgid "Error: \"prefill_date\" is a date in the past" 606 610 msgstr "" 607 611 608 #: src/OnlineBooking.php:5 0612 #: src/OnlineBooking.php:57 609 613 msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)" 610 614 msgstr "" 611 615 612 #: src/OnlineBooking.php: 88616 #: src/OnlineBooking.php:95 613 617 msgid "Error: \"product_amounts\" is invalid" 614 618 msgstr "" 615 619 616 #: src/Plugin.php:8 4 src/Plugin.php:85620 #: src/Plugin.php:81 src/Plugin.php:82 617 621 msgid "Settings" 618 622 msgstr "" 619 623 620 #: src/Plugin.php:9 4 src/Plugin.php:95624 #: src/Plugin.php:91 src/Plugin.php:92 621 625 msgid "Cache" 622 626 msgstr "" 623 627 624 #: src/Plugin.php: 102 src/Plugin.php:103 src/Settings.php:325628 #: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374 625 629 #: src/admin/documentation.php:1 626 630 msgid "Documentation" 627 631 msgstr "" 628 632 629 #: src/Plugin.php:1 10 src/Plugin.php:111src/admin/shortcodes.php:1633 #: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1 630 634 msgid "Shortcodes" 631 635 msgstr "" 632 636 633 #: src/Plugin.php:1 65637 #: src/Plugin.php:195 634 638 msgid "Error: you have not set your Recras name yet" 635 639 msgstr "" 636 640 637 #: src/Plugin.php:1 67641 #: src/Plugin.php:197 638 642 msgid "" 639 643 "Error: your Recras name has not been set yet, but you do not have the " … … 642 646 msgstr "" 643 647 644 #: src/Plugin.php: 185648 #: src/Plugin.php:214 645 649 msgid "Could not connect to your Recras" 646 650 msgstr "" 647 651 648 #: src/Plugin.php: 189652 #: src/Plugin.php:218 649 653 msgid "Package availability" 650 654 msgstr "" 651 655 652 #: src/Plugin.php:2 20656 #: src/Plugin.php:261 653 657 msgid "At least one choice is required" 654 658 msgstr "" 655 659 656 #: src/Plugin.php:2 21660 #: src/Plugin.php:262 657 661 msgid "Loading..." 658 662 msgstr "" 659 663 660 #: src/Plugin.php:2 22664 #: src/Plugin.php:263 661 665 msgid "Your message was sent successfully" 662 666 msgstr "" 663 667 664 #: src/Plugin.php:2 23668 #: src/Plugin.php:264 665 669 msgid "There was an error sending your message" 666 670 msgstr "" 667 671 668 #: src/Plugin.php:2 32672 #: src/Plugin.php:273 669 673 msgid "Previous month" 670 674 msgstr "" 671 675 672 #: src/Plugin.php:2 33676 #: src/Plugin.php:274 673 677 msgid "Next month" 674 678 msgstr "" 675 679 676 #: src/Plugin.php:2 35680 #: src/Plugin.php:276 677 681 msgid "January" 678 682 msgstr "" 679 683 680 #: src/Plugin.php:2 36684 #: src/Plugin.php:277 681 685 msgid "February" 682 686 msgstr "" 683 687 684 #: src/Plugin.php:2 37688 #: src/Plugin.php:278 685 689 msgid "March" 686 690 msgstr "" 687 691 688 #: src/Plugin.php:2 38692 #: src/Plugin.php:279 689 693 msgid "April" 690 694 msgstr "" 691 695 692 #: src/Plugin.php:2 39696 #: src/Plugin.php:280 693 697 msgid "May" 694 698 msgstr "" 695 699 696 #: src/Plugin.php:2 40700 #: src/Plugin.php:281 697 701 msgid "June" 698 702 msgstr "" 699 703 700 #: src/Plugin.php:2 41704 #: src/Plugin.php:282 701 705 msgid "July" 702 706 msgstr "" 703 707 704 #: src/Plugin.php:2 42708 #: src/Plugin.php:283 705 709 msgid "August" 706 710 msgstr "" 707 711 708 #: src/Plugin.php:2 43712 #: src/Plugin.php:284 709 713 msgid "September" 710 714 msgstr "" 711 715 712 #: src/Plugin.php:2 44716 #: src/Plugin.php:285 713 717 msgid "October" 714 718 msgstr "" 715 719 716 #: src/Plugin.php:2 45720 #: src/Plugin.php:286 717 721 msgid "November" 718 722 msgstr "" 719 723 720 #: src/Plugin.php:2 46724 #: src/Plugin.php:287 721 725 msgid "December" 722 726 msgstr "" 723 727 724 #: src/Plugin.php:2 49728 #: src/Plugin.php:290 725 729 msgid "Sunday" 726 730 msgstr "" 727 731 728 #: src/Plugin.php:2 50732 #: src/Plugin.php:291 729 733 msgid "Monday" 730 734 msgstr "" 731 735 732 #: src/Plugin.php:2 51736 #: src/Plugin.php:292 733 737 msgid "Tuesday" 734 738 msgstr "" 735 739 736 #: src/Plugin.php:2 52740 #: src/Plugin.php:293 737 741 msgid "Wednesday" 738 742 msgstr "" 739 743 740 #: src/Plugin.php:2 53744 #: src/Plugin.php:294 741 745 msgid "Thursday" 742 746 msgstr "" 743 747 744 #: src/Plugin.php:2 54748 #: src/Plugin.php:295 745 749 msgid "Friday" 746 750 msgstr "" 747 751 748 #: src/Plugin.php:2 55752 #: src/Plugin.php:296 749 753 msgid "Saturday" 750 754 msgstr "" 751 755 752 #: src/Plugin.php:2 58756 #: src/Plugin.php:299 753 757 msgid "Sun" 754 758 msgstr "" 755 759 756 #: src/Plugin.php: 259760 #: src/Plugin.php:300 757 761 msgid "Mon" 758 762 msgstr "" 759 763 760 #: src/Plugin.php: 260764 #: src/Plugin.php:301 761 765 msgid "Tue" 762 766 msgstr "" 763 767 764 #: src/Plugin.php: 261768 #: src/Plugin.php:302 765 769 msgid "Wed" 766 770 msgstr "" 767 771 768 #: src/Plugin.php: 262772 #: src/Plugin.php:303 769 773 msgid "Thu" 770 774 msgstr "" 771 775 772 #: src/Plugin.php: 263776 #: src/Plugin.php:304 773 777 msgid "Fri" 774 778 msgstr "" 775 779 776 #: src/Plugin.php: 264780 #: src/Plugin.php:305 777 781 msgid "Sat" 778 782 msgstr "" 779 783 780 #: src/Products.php:3 7784 #: src/Products.php:38 781 785 msgid "Error: product does not exist" 782 786 msgstr "" … … 810 814 msgstr "" 811 815 812 #: src/Settings.php:1 20 src/Settings.php:129 src/Settings.php:138813 #: src/Settings.php:1 50816 #: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187 817 #: src/Settings.php:199 814 818 msgid "You do not have sufficient permissions to access this page." 815 819 msgstr "" 816 820 817 #: src/Settings.php:2 01821 #: src/Settings.php:250 818 822 msgid "No theme" 819 823 msgstr "" 820 824 821 #: src/Settings.php:2 05825 #: src/Settings.php:254 822 826 msgid "Basic theme" 823 827 msgstr "" 824 828 825 #: src/Settings.php:2 09829 #: src/Settings.php:258 826 830 msgid "BP Green" 827 831 msgstr "" 828 832 829 #: src/Settings.php:2 13833 #: src/Settings.php:262 830 834 msgid "Reasonably Red" 831 835 msgstr "" 832 836 833 #: src/Settings.php:2 17837 #: src/Settings.php:266 834 838 msgid "Recras Blue" 835 839 msgstr "" 836 840 837 #: src/Settings.php: 283src/admin/documentation.php:4 src/admin/settings.php:1841 #: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1 838 842 msgid "Recras settings" 839 843 msgstr "" 840 844 841 #: src/Settings.php: 289src/admin/documentation.php:6845 #: src/Settings.php:338 src/admin/documentation.php:6 842 846 msgid "Recras name" 843 847 msgstr "" 844 848 845 #: src/Settings.php: 290src/admin/documentation.php:8849 #: src/Settings.php:339 src/admin/documentation.php:8 846 850 msgid "Currency symbol" 847 851 msgstr "" 848 852 849 #: src/Settings.php: 291src/admin/documentation.php:10853 #: src/Settings.php:340 src/admin/documentation.php:10 850 854 msgid "Decimal separator" 851 855 msgstr "" 852 856 853 #: src/Settings.php: 292src/admin/documentation.php:12857 #: src/Settings.php:341 src/admin/documentation.php:12 854 858 msgid "Use calendar widget for contact forms" 855 859 msgstr "" 856 860 857 #: src/Settings.php: 293861 #: src/Settings.php:342 858 862 msgid "Fix book process datepicker styling" 859 863 msgstr "" 860 864 861 #: src/Settings.php: 294src/admin/documentation.php:16865 #: src/Settings.php:343 src/admin/documentation.php:16 862 866 msgid "Theme for Recras integrations" 863 867 msgstr "" 864 868 865 #: src/Settings.php: 295src/admin/documentation.php:26869 #: src/Settings.php:344 src/admin/documentation.php:26 866 870 msgid "Enable Google Analytics integration?" 867 871 msgstr "" 868 872 869 #: src/Settings.php:3 24873 #: src/Settings.php:373 870 874 #, php-format 871 875 msgid "For more information on these options, please see the %s page." 872 876 msgstr "" 873 877 874 #: src/Vouchers.php:3 5878 #: src/Vouchers.php:37 875 879 msgid "Error: template does not exist" 876 880 msgstr "" -
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 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 202 4-12-03 16:29+0100\n"5 "PO-Revision-Date: 202 4-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" 6 6 "Last-Translator: Sander de Jong <[email protected]>\n" 7 7 "Language-Team: Recras\n" … … 21 21 #: editor/form-arrangement.php:16 editor/form-booking.php:48 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 #: js/gutenberg-availability.js: 44js/gutenberg-package.js:224 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 725 #: src/Plugin.php: 18823 #: 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 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 0101 #: js/gutenberg-package.js:127 src/ContactForm.php:291 102 102 msgid "hh:mm" 103 103 msgstr "uu:mm" … … 181 181 msgstr "Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)" 182 182 183 #: editor/form-booking.php:73 src/ContactForm.php:27 3 src/ContactForm.php:315183 #: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316 184 184 msgid "yyyy-mm-dd" 185 185 msgstr "jjjj-mm-dd" … … 200 200 201 201 #: editor/form-booking.php:88 editor/form-contact.php:66 202 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js: 299202 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311 203 203 msgid "Pages" 204 204 msgstr "Pagina's" 205 205 206 206 #: editor/form-booking.php:93 editor/form-contact.php:71 207 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:3 23207 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335 208 208 msgid "Posts" 209 209 msgstr "Berichten" … … 220 220 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 221 221 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 8 src/Plugin.php:187222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216 223 223 msgid "Book process" 224 224 msgstr "Boekproces" … … 244 244 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 245 245 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 246 #: src/Plugin.php:11 9 src/Plugin.php:184246 #: src/Plugin.php:116 src/Plugin.php:213 247 247 msgid "Contact form" 248 248 msgstr "Contactformulier" … … 321 321 #: editor/form-contact.php:62 editor/form-contact.php:109 322 322 #: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27 323 #: src/ContactForm.php:11 8323 #: src/ContactForm.php:119 324 324 msgid "Send" 325 325 msgstr "Versturen" 326 326 327 327 #: editor/form-product.php:13 js/gutenberg-product.js:2 328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:1 21329 #: src/Plugin.php: 190328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118 329 #: src/Plugin.php:219 330 330 msgid "Product" 331 331 msgstr "Product" … … 375 375 msgstr "Toon aantal-invoer (wordt op 1 gezet indien verborgen)" 376 376 377 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js: 56377 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35 378 378 #: src/admin/documentation.php:120 src/admin/shortcodes.php:106 379 379 msgid "Availability calendar" 380 380 msgstr "Beschikbaarheidskalender" 381 381 382 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295 382 #: js/gutenberg-availability.js:38 383 msgid "No suitable packages found" 384 msgstr "Geen geschikte arrangementen gevonden" 385 386 #: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295 383 387 msgid "Auto resize iframe" 384 388 msgstr "iframe automatisch schalen" … … 416 420 msgstr "Bedanktpagina (optioneel, laat leeg om niet door te sturen)" 417 421 418 #: js/gutenberg-global.js:46 src/Settings.php: 162422 #: js/gutenberg-global.js:46 src/Settings.php:211 419 423 msgid "Recras → Settings menu" 420 424 msgstr "menu Recras → Instellingen" 421 425 422 #: js/gutenberg-global.js:48 src/Settings.php: 161426 #: js/gutenberg-global.js:48 src/Settings.php:210 423 427 #, javascript-format, php-format 424 428 msgid "Please enter your Recras name in the %s before adding widgets." … … 426 430 427 431 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 428 #: src/Plugin.php:1 20 src/Plugin.php:186src/admin/documentation.php:100432 #: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100 429 433 #: src/admin/shortcodes.php:79 430 434 msgid "Online booking of packages" … … 480 484 481 485 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 482 #: src/Plugin.php:12 3 src/Plugin.php:191src/admin/documentation.php:139486 #: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139 483 487 #: src/admin/shortcodes.php:129 484 488 msgid "Voucher info" … … 490 494 491 495 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 492 #: src/Plugin.php:1 22 src/Plugin.php:192src/admin/documentation.php:129496 #: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129 493 497 #: src/admin/shortcodes.php:117 494 498 msgid "Voucher sales" 495 499 msgstr "Tegoedbonverkoop" 496 500 497 #: src/Arrangement.php:2 0 src/Availability.php:18 src/Bookprocess.php:89498 #: src/ContactForm.php:5 6 src/Products.php:20 src/Vouchers.php:20501 #: 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 499 503 msgid "Error: no ID set" 500 504 msgstr "Fout: geen ID ingesteld" 501 505 502 #: src/Arrangement.php:2 3 src/Availability.php:21 src/Bookprocess.php:93503 #: src/ContactForm.php: 59 src/OnlineBooking.php:18 src/Products.php:23504 #: src/Vouchers.php:2 3 src/Vouchers.php:68506 #: 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 505 509 msgid "Error: ID is not a number" 506 510 msgstr "Fout: ID is geen getal" 507 511 508 #: src/Arrangement.php:3 7 src/Arrangement.php:278 src/Bookprocess.php:99509 #: src/ContactForm.php:7 1 src/ContactForm.php:75512 #: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100 513 #: src/ContactForm.php:72 src/ContactForm.php:76 510 514 #, php-format 511 515 msgid "Error: %s" 512 516 msgstr "Fout: %s" 513 517 514 #: src/Arrangement.php:4 1518 #: src/Arrangement.php:42 515 519 #, php-format 516 520 msgid "Error: Package %d does not exist or may not be presented on a website" … … 519 523 "worden" 520 524 521 #: src/Arrangement.php:7 8525 #: src/Arrangement.php:79 522 526 msgid "Error: programme is empty" 523 527 msgstr "Fout: programma is leeg" 524 528 525 #: src/Arrangement.php:8 7 src/Products.php:69 src/Vouchers.php:52529 #: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54 526 530 msgid "Error: unknown option" 527 531 msgstr "Fout: onbekende optie" 528 532 529 #: src/Arrangement.php:17 3533 #: src/Arrangement.php:174 530 534 msgid "From" 531 535 msgstr "Van" 532 536 533 #: src/Arrangement.php:17 3537 #: src/Arrangement.php:174 534 538 msgid "Until" 535 539 msgstr "Tot" 536 540 537 #: src/Arrangement.php:17 3541 #: src/Arrangement.php:174 538 542 msgid "Activity" 539 543 msgstr "Activiteit" 540 544 541 #: src/Arrangement.php:21 3545 #: src/Arrangement.php:214 542 546 #, php-format 543 547 msgid "Day %d" 544 548 msgstr "Dag %d" 545 549 546 #: src/Arrangement.php:31 3550 #: src/Arrangement.php:314 547 551 msgid "No duration specified" 548 552 msgstr "Geen duur opgegeven" 549 553 550 #: src/Arrangement.php:35 4554 #: src/Arrangement.php:355 551 555 msgid "No location specified" 552 556 msgstr "Geen locatie opgegeven" 553 557 554 #: src/Bookprocess.php:10 3558 #: src/Bookprocess.php:104 555 559 msgid "Error: book process does not exist" 556 560 msgstr "Fout: boekproces bestaat niet" 557 561 558 #: src/ContactForm.php:7 5562 #: src/ContactForm.php:76 559 563 msgid "Contact form might be deleted" 560 564 msgstr "Contactformulier is mogelijk verwijderd" 561 565 562 #: src/ContactForm.php:11 4566 #: src/ContactForm.php:115 563 567 msgid "Error: package is set, but contact form does not support packages" 564 568 msgstr "" … … 566 570 "arrangementen" 567 571 568 #: src/ContactForm.php:12 6 src/OnlineBooking.php:63 src/Vouchers.php:83572 #: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90 569 573 msgid "Error: redirect is set, but is an invalid URL" 570 574 msgstr "Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL" 571 575 572 #: src/ContactForm.php:38 1576 #: src/ContactForm.php:382 573 577 msgid "Unknown" 574 578 msgstr "Onbekend" 575 579 576 #: src/ContactForm.php:38 2580 #: src/ContactForm.php:383 577 581 msgid "Male" 578 582 msgstr "Man" 579 583 580 #: src/ContactForm.php:38 3584 #: src/ContactForm.php:384 581 585 msgid "Female" 582 586 msgstr "Vrouw" 583 587 584 #: src/ContactForm.php:5 19588 #: src/ContactForm.php:520 585 589 msgid "(required)" 586 590 msgstr "(verplicht)" 587 591 588 #: src/ContactForm.php:54 4592 #: src/ContactForm.php:545 589 593 msgid "Clear choice" 590 594 msgstr "Keuze wissen" … … 639 643 msgstr "Fout: kon data uit Recras niet verwerken. De foutmelding was: %s" 640 644 641 #: src/OnlineBooking.php:4 0645 #: src/OnlineBooking.php:47 642 646 msgid "Error: \"prefill_date\" is not a valid ISO 8601 string" 643 647 msgstr "Fout: \"prefill_date\" is geen geldige ISO-8601-string" 644 648 645 #: src/OnlineBooking.php: 45649 #: src/OnlineBooking.php:52 646 650 msgid "Error: \"prefill_date\" is a date in the past" 647 651 msgstr "Fout: \"prefill_date\" is een datum in het verleden" 648 652 649 #: src/OnlineBooking.php:5 0653 #: src/OnlineBooking.php:57 650 654 msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)" 651 655 msgstr "Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)" 652 656 653 #: src/OnlineBooking.php: 88657 #: src/OnlineBooking.php:95 654 658 msgid "Error: \"product_amounts\" is invalid" 655 659 msgstr "Fout: \"product_amounts\" is ongeldig" 656 660 657 #: src/Plugin.php:8 4 src/Plugin.php:85661 #: src/Plugin.php:81 src/Plugin.php:82 658 662 msgid "Settings" 659 663 msgstr "Instellingen" 660 664 661 #: src/Plugin.php:9 4 src/Plugin.php:95665 #: src/Plugin.php:91 src/Plugin.php:92 662 666 msgid "Cache" 663 667 msgstr "Cache" 664 668 665 #: src/Plugin.php: 102 src/Plugin.php:103 src/Settings.php:325669 #: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374 666 670 #: src/admin/documentation.php:1 667 671 msgid "Documentation" 668 672 msgstr "Documentatie" 669 673 670 #: src/Plugin.php:1 10 src/Plugin.php:111src/admin/shortcodes.php:1674 #: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1 671 675 msgid "Shortcodes" 672 676 msgstr "Shortcodes" 673 677 674 #: src/Plugin.php:1 65678 #: src/Plugin.php:195 675 679 msgid "Error: you have not set your Recras name yet" 676 680 msgstr "Fout: je hebt je Recras-naam nog niet ingesteld" 677 681 678 #: src/Plugin.php:1 67682 #: src/Plugin.php:197 679 683 msgid "" 680 684 "Error: your Recras name has not been set yet, but you do not have the " … … 685 689 "dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen." 686 690 687 #: src/Plugin.php: 185691 #: src/Plugin.php:214 688 692 msgid "Could not connect to your Recras" 689 693 msgstr "Kon geen verbinding maken met je Recras" 690 694 691 #: src/Plugin.php: 189695 #: src/Plugin.php:218 692 696 msgid "Package availability" 693 697 msgstr "Arrangement-beschikbaarheid" 694 698 695 #: src/Plugin.php:2 20699 #: src/Plugin.php:261 696 700 msgid "At least one choice is required" 697 701 msgstr "Ten minste één keuze is vereist" 698 702 699 #: src/Plugin.php:2 21703 #: src/Plugin.php:262 700 704 msgid "Loading..." 701 705 msgstr "Laden..." 702 706 703 #: src/Plugin.php:2 22707 #: src/Plugin.php:263 704 708 msgid "Your message was sent successfully" 705 709 msgstr "Uw bericht is succesvol verzonden" 706 710 707 #: src/Plugin.php:2 23711 #: src/Plugin.php:264 708 712 msgid "There was an error sending your message" 709 713 msgstr "Er was een probleem met het verzenden van uw bericht" 710 714 711 #: src/Plugin.php:2 32715 #: src/Plugin.php:273 712 716 msgid "Previous month" 713 717 msgstr "Vorige maand" 714 718 715 #: src/Plugin.php:2 33719 #: src/Plugin.php:274 716 720 msgid "Next month" 717 721 msgstr "Volgende maand" 718 722 719 #: src/Plugin.php:2 35723 #: src/Plugin.php:276 720 724 msgid "January" 721 725 msgstr "Januari" 722 726 723 #: src/Plugin.php:2 36727 #: src/Plugin.php:277 724 728 msgid "February" 725 729 msgstr "Februari" 726 730 727 #: src/Plugin.php:2 37731 #: src/Plugin.php:278 728 732 msgid "March" 729 733 msgstr "Maart" 730 734 731 #: src/Plugin.php:2 38735 #: src/Plugin.php:279 732 736 msgid "April" 733 737 msgstr "April" 734 738 735 #: src/Plugin.php:2 39739 #: src/Plugin.php:280 736 740 msgid "May" 737 741 msgstr "Mei" 738 742 739 #: src/Plugin.php:2 40743 #: src/Plugin.php:281 740 744 msgid "June" 741 745 msgstr "Juni" 742 746 743 #: src/Plugin.php:2 41747 #: src/Plugin.php:282 744 748 msgid "July" 745 749 msgstr "Juli" 746 750 747 #: src/Plugin.php:2 42751 #: src/Plugin.php:283 748 752 msgid "August" 749 753 msgstr "Augustus" 750 754 751 #: src/Plugin.php:2 43755 #: src/Plugin.php:284 752 756 msgid "September" 753 757 msgstr "September" 754 758 755 #: src/Plugin.php:2 44759 #: src/Plugin.php:285 756 760 msgid "October" 757 761 msgstr "Oktober" 758 762 759 #: src/Plugin.php:2 45763 #: src/Plugin.php:286 760 764 msgid "November" 761 765 msgstr "November" 762 766 763 #: src/Plugin.php:2 46767 #: src/Plugin.php:287 764 768 msgid "December" 765 769 msgstr "December" 766 770 767 #: src/Plugin.php:2 49771 #: src/Plugin.php:290 768 772 msgid "Sunday" 769 773 msgstr "Zondag" 770 774 771 #: src/Plugin.php:2 50775 #: src/Plugin.php:291 772 776 msgid "Monday" 773 777 msgstr "Maandag" 774 778 775 #: src/Plugin.php:2 51779 #: src/Plugin.php:292 776 780 msgid "Tuesday" 777 781 msgstr "Dinsdag" 778 782 779 #: src/Plugin.php:2 52783 #: src/Plugin.php:293 780 784 msgid "Wednesday" 781 785 msgstr "Woensdag" 782 786 783 #: src/Plugin.php:2 53787 #: src/Plugin.php:294 784 788 msgid "Thursday" 785 789 msgstr "Donderdag" 786 790 787 #: src/Plugin.php:2 54791 #: src/Plugin.php:295 788 792 msgid "Friday" 789 793 msgstr "Vrijdag" 790 794 791 #: src/Plugin.php:2 55795 #: src/Plugin.php:296 792 796 msgid "Saturday" 793 797 msgstr "Zaterdag" 794 798 795 #: src/Plugin.php:2 58799 #: src/Plugin.php:299 796 800 msgid "Sun" 797 801 msgstr "Zo" 798 802 799 #: src/Plugin.php: 259803 #: src/Plugin.php:300 800 804 msgid "Mon" 801 805 msgstr "Ma" 802 806 803 #: src/Plugin.php: 260807 #: src/Plugin.php:301 804 808 msgid "Tue" 805 809 msgstr "Di" 806 810 807 #: src/Plugin.php: 261811 #: src/Plugin.php:302 808 812 msgid "Wed" 809 813 msgstr "Wo" 810 814 811 #: src/Plugin.php: 262815 #: src/Plugin.php:303 812 816 msgid "Thu" 813 817 msgstr "Do" 814 818 815 #: src/Plugin.php: 263819 #: src/Plugin.php:304 816 820 msgid "Fri" 817 821 msgstr "Vr" 818 822 819 #: src/Plugin.php: 264823 #: src/Plugin.php:305 820 824 msgid "Sat" 821 825 msgstr "Za" 822 826 823 #: src/Products.php:3 7827 #: src/Products.php:38 824 828 msgid "Error: product does not exist" 825 829 msgstr "Fout: product bestaat niet" … … 861 865 msgstr "Gebruikt in prijzen, zoals 100,00." 862 866 863 #: src/Settings.php:1 20 src/Settings.php:129 src/Settings.php:138864 #: src/Settings.php:1 50867 #: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187 868 #: src/Settings.php:199 865 869 msgid "You do not have sufficient permissions to access this page." 866 870 msgstr "Je hebt niet genoeg rechten om deze pagina te bekijken." 867 871 868 #: src/Settings.php:2 01872 #: src/Settings.php:250 869 873 msgid "No theme" 870 874 msgstr "Geen thema" 871 875 872 #: src/Settings.php:2 05876 #: src/Settings.php:254 873 877 msgid "Basic theme" 874 878 msgstr "Basisthema" 875 879 876 #: src/Settings.php:2 09880 #: src/Settings.php:258 877 881 msgid "BP Green" 878 882 msgstr "BP Groen" 879 883 880 #: src/Settings.php:2 13884 #: src/Settings.php:262 881 885 msgid "Reasonably Red" 882 886 msgstr "Redelijk Rood" 883 887 884 #: src/Settings.php:2 17888 #: src/Settings.php:266 885 889 msgid "Recras Blue" 886 890 msgstr "Recras Blauw" 887 891 888 #: src/Settings.php: 283src/admin/documentation.php:4 src/admin/settings.php:1892 #: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1 889 893 msgid "Recras settings" 890 894 msgstr "Recras-instellingen" 891 895 892 #: src/Settings.php: 289src/admin/documentation.php:6896 #: src/Settings.php:338 src/admin/documentation.php:6 893 897 msgid "Recras name" 894 898 msgstr "Recrasnaam" 895 899 896 #: src/Settings.php: 290src/admin/documentation.php:8900 #: src/Settings.php:339 src/admin/documentation.php:8 897 901 msgid "Currency symbol" 898 902 msgstr "Valutasymbool" 899 903 900 #: src/Settings.php: 291src/admin/documentation.php:10904 #: src/Settings.php:340 src/admin/documentation.php:10 901 905 msgid "Decimal separator" 902 906 msgstr "Decimaalscheiding" 903 907 904 #: src/Settings.php: 292src/admin/documentation.php:12908 #: src/Settings.php:341 src/admin/documentation.php:12 905 909 msgid "Use calendar widget for contact forms" 906 910 msgstr "Kalender-widget gebruiken voor contactformulieren" 907 911 908 #: src/Settings.php: 293912 #: src/Settings.php:342 909 913 msgid "Fix book process datepicker styling" 910 914 msgstr "Styling boekproces-datumselectie oplossen" 911 915 912 #: src/Settings.php: 294src/admin/documentation.php:16916 #: src/Settings.php:343 src/admin/documentation.php:16 913 917 msgid "Theme for Recras integrations" 914 918 msgstr "Thema voor Recras-integraties" 915 919 916 #: src/Settings.php: 295src/admin/documentation.php:26920 #: src/Settings.php:344 src/admin/documentation.php:26 917 921 msgid "Enable Google Analytics integration?" 918 922 msgstr "Google Analytics-integratie inschakelen?" 919 923 920 #: src/Settings.php:3 24924 #: src/Settings.php:373 921 925 #, php-format 922 926 msgid "For more information on these options, please see the %s page." 923 927 msgstr "Bekijk voor meer informatie over deze instellingen de %s-pagina." 924 928 925 #: src/Vouchers.php:3 5929 #: src/Vouchers.php:37 926 930 msgid "Error: template does not exist" 927 931 msgstr "Fout: template bestaat niet" -
recras/tags/6.3.2/readme.txt
r3234597 r3235419 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.7 5 Stable tag: 6.3. 15 Stable tag: 6.3.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 78 78 == 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 79 83 80 84 = 6.3.1 = -
recras/tags/6.3.2/recras-wordpress-plugin.php
r3234597 r3235419 3 3 Plugin Name: Recras WordPress Plugin 4 4 Plugin URI: https://www.recras.nl/ 5 Version: 6.3. 15 Version: 6.3.2 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.5 -
recras/tags/6.3.2/src/Gutenberg.php
r3221428 r3235419 19 19 'wp-i18n', 20 20 ], 21 ' 5.5.0',21 '6.3.2', 22 22 true 23 23 ); … … 38 38 'availability' => [ 39 39 'callback' => [Availability::class, 'renderAvailability'], 40 'version' => ' 4.7.10',40 'version' => '6.3.2', 41 41 ], 42 42 'bookprocess' => [ … … 71 71 72 72 if (!Settings::allowOnlinePackageBooking()) { 73 unset($gutenbergBlocks['availability']); 73 74 unset($gutenbergBlocks['onlinebooking']); 74 75 } -
recras/trunk/changelog.md
r3234597 r3235419 1 1 # 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 2 6 3 7 ## 6.3.1 (2025-02-04) -
recras/trunk/editor/plugin.js
r3221428 r3235419 8 8 }); 9 9 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 }); 17 18 18 if (recras_l10n.showOnlineBooking === 'yes') {19 19 editor.addButton('recras-booking', { 20 20 title: recras_l10n.online_booking, -
recras/trunk/js/gutenberg-availability.js
r2697094 r3235419 17 17 edit: withSelect((select) => { 18 18 return { 19 packages: select('recras/store').fetchPackages (true, false),19 packages: select('recras/store').fetchPackagesForAvailability(), 20 20 } 21 21 })(props => { … … 33 33 34 34 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 } 35 41 const optionsPackageControl = { 36 42 value: id, … … 54 60 }; 55 61 56 retval.push(recrasHelper.elementText('Recras - ' + wp.i18n.__('Availability calendar', TEXT_DOMAIN)));57 62 retval.push(createEl(compSelectControl, optionsPackageControl)); 58 63 retval.push(createEl(compToggleControl, optionsAutoresizeControl)); -
recras/trunk/js/gutenberg-global.js
r2915644 r3235419 224 224 return packages; 225 225 }, 226 fetchPackagesForAvailability(state) { 227 const { packages } = state; 228 return packages; 229 }, 226 230 fetchPagesPosts(state) { 227 231 const { pagesPosts } = state; … … 267 271 packages = Object.values(packages).map(mapPackage); 268 272 } 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); 269 281 270 282 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 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 202 4-12-03 16:29+0100\n"5 "PO-Revision-Date: 202 4-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" 6 6 "Last-Translator: Sander de Jong <[email protected]>\n" 7 7 "Language-Team: Recras\n" … … 21 21 #: editor/form-arrangement.php:16 editor/form-booking.php:48 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 #: js/gutenberg-availability.js: 44js/gutenberg-package.js:224 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 725 #: src/Plugin.php: 18823 #: 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 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 0101 #: js/gutenberg-package.js:127 src/ContactForm.php:291 102 102 msgid "hh:mm" 103 103 msgstr "UU:MM" … … 174 174 msgstr "" 175 175 176 #: editor/form-booking.php:73 src/ContactForm.php:27 3 src/ContactForm.php:315176 #: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316 177 177 msgid "yyyy-mm-dd" 178 178 msgstr "JJJJ-MM-TT" … … 193 193 194 194 #: editor/form-booking.php:88 editor/form-contact.php:66 195 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js: 299195 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311 196 196 msgid "Pages" 197 197 msgstr "Seiten" 198 198 199 199 #: editor/form-booking.php:93 editor/form-contact.php:71 200 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:3 23200 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335 201 201 msgid "Posts" 202 202 msgstr "Nachrichten" … … 213 213 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 214 214 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 8 src/Plugin.php:187215 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216 216 216 msgid "Book process" 217 217 msgstr "Buchungsprozess" … … 234 234 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 235 235 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 236 #: src/Plugin.php:11 9 src/Plugin.php:184236 #: src/Plugin.php:116 src/Plugin.php:213 237 237 msgid "Contact form" 238 238 msgstr "Kontaktformular" … … 303 303 #: editor/form-contact.php:62 editor/form-contact.php:109 304 304 #: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27 305 #: src/ContactForm.php:11 8305 #: src/ContactForm.php:119 306 306 msgid "Send" 307 307 msgstr "Senden" 308 308 309 309 #: editor/form-product.php:13 js/gutenberg-product.js:2 310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:1 21311 #: src/Plugin.php: 190310 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118 311 #: src/Plugin.php:219 312 312 msgid "Product" 313 313 msgstr "Produkt" … … 357 357 msgstr "" 358 358 359 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js: 56359 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35 360 360 #: src/admin/documentation.php:120 src/admin/shortcodes.php:106 361 361 msgid "Availability calendar" 362 362 msgstr "" 363 363 364 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295 364 #: js/gutenberg-availability.js:38 365 msgid "No suitable packages found" 366 msgstr "" 367 368 #: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295 365 369 msgid "Auto resize iframe" 366 370 msgstr "" … … 397 401 msgstr "" 398 402 399 #: js/gutenberg-global.js:46 src/Settings.php: 162403 #: js/gutenberg-global.js:46 src/Settings.php:211 400 404 msgid "Recras → Settings menu" 401 405 msgstr "" 402 406 403 #: js/gutenberg-global.js:48 src/Settings.php: 161407 #: js/gutenberg-global.js:48 src/Settings.php:210 404 408 #, javascript-format, php-format 405 409 msgid "Please enter your Recras name in the %s before adding widgets." … … 407 411 408 412 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 409 #: src/Plugin.php:1 20 src/Plugin.php:186src/admin/documentation.php:100413 #: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100 410 414 #: src/admin/shortcodes.php:79 411 415 msgid "Online booking of packages" … … 453 457 454 458 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 455 #: src/Plugin.php:12 3 src/Plugin.php:191src/admin/documentation.php:139459 #: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139 456 460 #: src/admin/shortcodes.php:129 457 461 msgid "Voucher info" … … 463 467 464 468 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 465 #: src/Plugin.php:1 22 src/Plugin.php:192src/admin/documentation.php:129469 #: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129 466 470 #: src/admin/shortcodes.php:117 467 471 msgid "Voucher sales" 468 472 msgstr "" 469 473 470 #: src/Arrangement.php:2 0 src/Availability.php:18 src/Bookprocess.php:89471 #: src/ContactForm.php:5 6 src/Products.php:20 src/Vouchers.php:20474 #: 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 472 476 msgid "Error: no ID set" 473 477 msgstr "" 474 478 475 #: src/Arrangement.php:2 3 src/Availability.php:21 src/Bookprocess.php:93476 #: src/ContactForm.php: 59 src/OnlineBooking.php:18 src/Products.php:23477 #: src/Vouchers.php:2 3 src/Vouchers.php:68479 #: 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 478 482 msgid "Error: ID is not a number" 479 483 msgstr "" 480 484 481 #: src/Arrangement.php:3 7 src/Arrangement.php:278 src/Bookprocess.php:99482 #: src/ContactForm.php:7 1 src/ContactForm.php:75485 #: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100 486 #: src/ContactForm.php:72 src/ContactForm.php:76 483 487 #, php-format 484 488 msgid "Error: %s" 485 489 msgstr "Fehlermeldung: %s" 486 490 487 #: src/Arrangement.php:4 1491 #: src/Arrangement.php:42 488 492 #, php-format 489 493 msgid "Error: Package %d does not exist or may not be presented on a website" 490 494 msgstr "" 491 495 492 #: src/Arrangement.php:7 8496 #: src/Arrangement.php:79 493 497 msgid "Error: programme is empty" 494 498 msgstr "" 495 499 496 #: src/Arrangement.php:8 7 src/Products.php:69 src/Vouchers.php:52500 #: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54 497 501 msgid "Error: unknown option" 498 502 msgstr "" 499 503 500 #: src/Arrangement.php:17 3504 #: src/Arrangement.php:174 501 505 msgid "From" 502 506 msgstr "Von" 503 507 504 #: src/Arrangement.php:17 3508 #: src/Arrangement.php:174 505 509 msgid "Until" 506 510 msgstr "Bis" 507 511 508 #: src/Arrangement.php:17 3512 #: src/Arrangement.php:174 509 513 msgid "Activity" 510 514 msgstr "Aktivität" 511 515 512 #: src/Arrangement.php:21 3516 #: src/Arrangement.php:214 513 517 #, php-format 514 518 msgid "Day %d" 515 519 msgstr "Tag %d" 516 520 517 #: src/Arrangement.php:31 3521 #: src/Arrangement.php:314 518 522 msgid "No duration specified" 519 523 msgstr "" 520 524 521 #: src/Arrangement.php:35 4525 #: src/Arrangement.php:355 522 526 msgid "No location specified" 523 527 msgstr "" 524 528 525 #: src/Bookprocess.php:10 3529 #: src/Bookprocess.php:104 526 530 msgid "Error: book process does not exist" 527 531 msgstr "" 528 532 529 #: src/ContactForm.php:7 5533 #: src/ContactForm.php:76 530 534 msgid "Contact form might be deleted" 531 535 msgstr "" 532 536 533 #: src/ContactForm.php:11 4537 #: src/ContactForm.php:115 534 538 msgid "Error: package is set, but contact form does not support packages" 535 539 msgstr "" 536 540 537 #: src/ContactForm.php:12 6 src/OnlineBooking.php:63 src/Vouchers.php:83541 #: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90 538 542 msgid "Error: redirect is set, but is an invalid URL" 539 543 msgstr "" 540 544 541 #: src/ContactForm.php:38 1545 #: src/ContactForm.php:382 542 546 msgid "Unknown" 543 547 msgstr "Unbekannt" 544 548 545 #: src/ContactForm.php:38 2549 #: src/ContactForm.php:383 546 550 msgid "Male" 547 551 msgstr "Mann" 548 552 549 #: src/ContactForm.php:38 3553 #: src/ContactForm.php:384 550 554 msgid "Female" 551 555 msgstr "Frau" 552 556 553 #: src/ContactForm.php:5 19557 #: src/ContactForm.php:520 554 558 msgid "(required)" 555 559 msgstr "(erforderlich)" 556 560 557 #: src/ContactForm.php:54 4561 #: src/ContactForm.php:545 558 562 msgid "Clear choice" 559 563 msgstr "Wahl löschen" … … 601 605 msgstr "" 602 606 603 #: src/OnlineBooking.php:4 0607 #: src/OnlineBooking.php:47 604 608 msgid "Error: \"prefill_date\" is not a valid ISO 8601 string" 605 609 msgstr "" 606 610 607 #: src/OnlineBooking.php: 45611 #: src/OnlineBooking.php:52 608 612 msgid "Error: \"prefill_date\" is a date in the past" 609 613 msgstr "" 610 614 611 #: src/OnlineBooking.php:5 0615 #: src/OnlineBooking.php:57 612 616 msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)" 613 617 msgstr "" 614 618 615 #: src/OnlineBooking.php: 88619 #: src/OnlineBooking.php:95 616 620 msgid "Error: \"product_amounts\" is invalid" 617 621 msgstr "" 618 622 619 #: src/Plugin.php:8 4 src/Plugin.php:85623 #: src/Plugin.php:81 src/Plugin.php:82 620 624 msgid "Settings" 621 625 msgstr "Einstellungen" 622 626 623 #: src/Plugin.php:9 4 src/Plugin.php:95627 #: src/Plugin.php:91 src/Plugin.php:92 624 628 msgid "Cache" 625 629 msgstr "" 626 630 627 #: src/Plugin.php: 102 src/Plugin.php:103 src/Settings.php:325631 #: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374 628 632 #: src/admin/documentation.php:1 629 633 msgid "Documentation" 630 634 msgstr "Dokumentation" 631 635 632 #: src/Plugin.php:1 10 src/Plugin.php:111src/admin/shortcodes.php:1636 #: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1 633 637 msgid "Shortcodes" 634 638 msgstr "" 635 639 636 #: src/Plugin.php:1 65640 #: src/Plugin.php:195 637 641 msgid "Error: you have not set your Recras name yet" 638 642 msgstr "" 639 643 640 #: src/Plugin.php:1 67644 #: src/Plugin.php:197 641 645 msgid "" 642 646 "Error: your Recras name has not been set yet, but you do not have the " … … 645 649 msgstr "" 646 650 647 #: src/Plugin.php: 185651 #: src/Plugin.php:214 648 652 msgid "Could not connect to your Recras" 649 653 msgstr "" 650 654 651 #: src/Plugin.php: 189655 #: src/Plugin.php:218 652 656 msgid "Package availability" 653 657 msgstr "Arrangement-Verfügbarkeit" 654 658 655 #: src/Plugin.php:2 20659 #: src/Plugin.php:261 656 660 msgid "At least one choice is required" 657 661 msgstr "" 658 662 659 #: src/Plugin.php:2 21663 #: src/Plugin.php:262 660 664 msgid "Loading..." 661 665 msgstr "Laden..." 662 666 663 #: src/Plugin.php:2 22667 #: src/Plugin.php:263 664 668 msgid "Your message was sent successfully" 665 669 msgstr "" 666 670 667 #: src/Plugin.php:2 23671 #: src/Plugin.php:264 668 672 msgid "There was an error sending your message" 669 673 msgstr "" 670 674 671 #: src/Plugin.php:2 32675 #: src/Plugin.php:273 672 676 msgid "Previous month" 673 677 msgstr "Vorheriger Monat" 674 678 675 #: src/Plugin.php:2 33679 #: src/Plugin.php:274 676 680 msgid "Next month" 677 681 msgstr "Nächsten Monat" 678 682 679 #: src/Plugin.php:2 35683 #: src/Plugin.php:276 680 684 msgid "January" 681 685 msgstr "Januar" 682 686 683 #: src/Plugin.php:2 36687 #: src/Plugin.php:277 684 688 msgid "February" 685 689 msgstr "Februar" 686 690 687 #: src/Plugin.php:2 37691 #: src/Plugin.php:278 688 692 msgid "March" 689 693 msgstr "März" 690 694 691 #: src/Plugin.php:2 38695 #: src/Plugin.php:279 692 696 msgid "April" 693 697 msgstr "April" 694 698 695 #: src/Plugin.php:2 39699 #: src/Plugin.php:280 696 700 msgid "May" 697 701 msgstr "Mai" 698 702 699 #: src/Plugin.php:2 40703 #: src/Plugin.php:281 700 704 msgid "June" 701 705 msgstr "Juni" 702 706 703 #: src/Plugin.php:2 41707 #: src/Plugin.php:282 704 708 msgid "July" 705 709 msgstr "Juli" 706 710 707 #: src/Plugin.php:2 42711 #: src/Plugin.php:283 708 712 msgid "August" 709 713 msgstr "August" 710 714 711 #: src/Plugin.php:2 43715 #: src/Plugin.php:284 712 716 msgid "September" 713 717 msgstr "September" 714 718 715 #: src/Plugin.php:2 44719 #: src/Plugin.php:285 716 720 msgid "October" 717 721 msgstr "Oktober" 718 722 719 #: src/Plugin.php:2 45723 #: src/Plugin.php:286 720 724 msgid "November" 721 725 msgstr "November" 722 726 723 #: src/Plugin.php:2 46727 #: src/Plugin.php:287 724 728 msgid "December" 725 729 msgstr "Dezember" 726 730 727 #: src/Plugin.php:2 49731 #: src/Plugin.php:290 728 732 msgid "Sunday" 729 733 msgstr "Sonntag" 730 734 731 #: src/Plugin.php:2 50735 #: src/Plugin.php:291 732 736 msgid "Monday" 733 737 msgstr "Montag" 734 738 735 #: src/Plugin.php:2 51739 #: src/Plugin.php:292 736 740 msgid "Tuesday" 737 741 msgstr "Dienstag" 738 742 739 #: src/Plugin.php:2 52743 #: src/Plugin.php:293 740 744 msgid "Wednesday" 741 745 msgstr "Mittwoch" 742 746 743 #: src/Plugin.php:2 53747 #: src/Plugin.php:294 744 748 msgid "Thursday" 745 749 msgstr "Donnerstag" 746 750 747 #: src/Plugin.php:2 54751 #: src/Plugin.php:295 748 752 msgid "Friday" 749 753 msgstr "Freitag" 750 754 751 #: src/Plugin.php:2 55755 #: src/Plugin.php:296 752 756 msgid "Saturday" 753 757 msgstr "Samstag" 754 758 755 #: src/Plugin.php:2 58759 #: src/Plugin.php:299 756 760 msgid "Sun" 757 761 msgstr "So" 758 762 759 #: src/Plugin.php: 259763 #: src/Plugin.php:300 760 764 msgid "Mon" 761 765 msgstr "Mo" 762 766 763 #: src/Plugin.php: 260767 #: src/Plugin.php:301 764 768 msgid "Tue" 765 769 msgstr "Di" 766 770 767 #: src/Plugin.php: 261771 #: src/Plugin.php:302 768 772 msgid "Wed" 769 773 msgstr "Mi" 770 774 771 #: src/Plugin.php: 262775 #: src/Plugin.php:303 772 776 msgid "Thu" 773 777 msgstr "Do" 774 778 775 #: src/Plugin.php: 263779 #: src/Plugin.php:304 776 780 msgid "Fri" 777 781 msgstr "Fr" 778 782 779 #: src/Plugin.php: 264783 #: src/Plugin.php:305 780 784 msgid "Sat" 781 785 msgstr "Sa" 782 786 783 #: src/Products.php:3 7787 #: src/Products.php:38 784 788 msgid "Error: product does not exist" 785 789 msgstr "" … … 813 817 msgstr "" 814 818 815 #: src/Settings.php:1 20 src/Settings.php:129 src/Settings.php:138816 #: src/Settings.php:1 50819 #: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187 820 #: src/Settings.php:199 817 821 msgid "You do not have sufficient permissions to access this page." 818 822 msgstr "" 819 823 820 #: src/Settings.php:2 01824 #: src/Settings.php:250 821 825 msgid "No theme" 822 826 msgstr "Kein Thema" 823 827 824 #: src/Settings.php:2 05828 #: src/Settings.php:254 825 829 msgid "Basic theme" 826 830 msgstr "Grundthema" 827 831 828 #: src/Settings.php:2 09832 #: src/Settings.php:258 829 833 msgid "BP Green" 830 834 msgstr "BP Grün" 831 835 832 #: src/Settings.php:2 13836 #: src/Settings.php:262 833 837 msgid "Reasonably Red" 834 838 msgstr "Ganz Rot" 835 839 836 #: src/Settings.php:2 17840 #: src/Settings.php:266 837 841 msgid "Recras Blue" 838 842 msgstr "Recras Blau" 839 843 840 #: src/Settings.php: 283src/admin/documentation.php:4 src/admin/settings.php:1844 #: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1 841 845 msgid "Recras settings" 842 846 msgstr "Recras-Einstellungen" 843 847 844 #: src/Settings.php: 289src/admin/documentation.php:6848 #: src/Settings.php:338 src/admin/documentation.php:6 845 849 msgid "Recras name" 846 850 msgstr "Recras-Name" 847 851 848 #: src/Settings.php: 290src/admin/documentation.php:8852 #: src/Settings.php:339 src/admin/documentation.php:8 849 853 msgid "Currency symbol" 850 854 msgstr "" 851 855 852 #: src/Settings.php: 291src/admin/documentation.php:10856 #: src/Settings.php:340 src/admin/documentation.php:10 853 857 msgid "Decimal separator" 854 858 msgstr "" 855 859 856 #: src/Settings.php: 292src/admin/documentation.php:12860 #: src/Settings.php:341 src/admin/documentation.php:12 857 861 msgid "Use calendar widget for contact forms" 858 862 msgstr "" 859 863 860 #: src/Settings.php: 293864 #: src/Settings.php:342 861 865 msgid "Fix book process datepicker styling" 862 866 msgstr "" 863 867 864 #: src/Settings.php: 294src/admin/documentation.php:16868 #: src/Settings.php:343 src/admin/documentation.php:16 865 869 msgid "Theme for Recras integrations" 866 870 msgstr "" 867 871 868 #: src/Settings.php: 295src/admin/documentation.php:26872 #: src/Settings.php:344 src/admin/documentation.php:26 869 873 msgid "Enable Google Analytics integration?" 870 874 msgstr "" 871 875 872 #: src/Settings.php:3 24876 #: src/Settings.php:373 873 877 #, php-format 874 878 msgid "For more information on these options, please see the %s page." 875 879 msgstr "" 876 880 877 #: src/Vouchers.php:3 5881 #: src/Vouchers.php:37 878 882 msgid "Error: template does not exist" 879 883 msgstr "" -
recras/trunk/lang/recras-en_GB.po
r3217607 r3235419 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 202 4-12-03 16:29+0100\n"5 "PO-Revision-Date: 202 4-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" 6 6 "Last-Translator: Sander de Jong <[email protected]>\n" 7 7 "Language-Team: Recras\n" … … 21 21 #: editor/form-arrangement.php:16 editor/form-booking.php:48 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 #: js/gutenberg-availability.js: 44js/gutenberg-package.js:224 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 725 #: src/Plugin.php: 18823 #: 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 26 26 msgid "Package" 27 27 msgstr "" … … 96 96 97 97 #: editor/form-arrangement.php:44 editor/form-booking.php:82 98 #: js/gutenberg-package.js:127 src/ContactForm.php:29 098 #: js/gutenberg-package.js:127 src/ContactForm.php:291 99 99 msgid "hh:mm" 100 100 msgstr "" … … 171 171 msgstr "" 172 172 173 #: editor/form-booking.php:73 src/ContactForm.php:27 3 src/ContactForm.php:315173 #: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316 174 174 msgid "yyyy-mm-dd" 175 175 msgstr "" … … 190 190 191 191 #: editor/form-booking.php:88 editor/form-contact.php:66 192 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js: 299192 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311 193 193 msgid "Pages" 194 194 msgstr "" 195 195 196 196 #: editor/form-booking.php:93 editor/form-contact.php:71 197 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:3 23197 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335 198 198 msgid "Posts" 199 199 msgstr "" … … 210 210 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 211 211 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 8 src/Plugin.php:187212 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216 213 213 msgid "Book process" 214 214 msgstr "" … … 231 231 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 232 232 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 233 #: src/Plugin.php:11 9 src/Plugin.php:184233 #: src/Plugin.php:116 src/Plugin.php:213 234 234 msgid "Contact form" 235 235 msgstr "" … … 300 300 #: editor/form-contact.php:62 editor/form-contact.php:109 301 301 #: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27 302 #: src/ContactForm.php:11 8302 #: src/ContactForm.php:119 303 303 msgid "Send" 304 304 msgstr "" 305 305 306 306 #: editor/form-product.php:13 js/gutenberg-product.js:2 307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:1 21308 #: src/Plugin.php: 190307 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118 308 #: src/Plugin.php:219 309 309 msgid "Product" 310 310 msgstr "" … … 354 354 msgstr "" 355 355 356 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js: 56356 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35 357 357 #: src/admin/documentation.php:120 src/admin/shortcodes.php:106 358 358 msgid "Availability calendar" 359 359 msgstr "" 360 360 361 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295 361 #: js/gutenberg-availability.js:38 362 msgid "No suitable packages found" 363 msgstr "" 364 365 #: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295 362 366 msgid "Auto resize iframe" 363 367 msgstr "" … … 394 398 msgstr "" 395 399 396 #: js/gutenberg-global.js:46 src/Settings.php: 162400 #: js/gutenberg-global.js:46 src/Settings.php:211 397 401 msgid "Recras → Settings menu" 398 402 msgstr "" 399 403 400 #: js/gutenberg-global.js:48 src/Settings.php: 161404 #: js/gutenberg-global.js:48 src/Settings.php:210 401 405 #, javascript-format, php-format 402 406 msgid "Please enter your Recras name in the %s before adding widgets." … … 404 408 405 409 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 406 #: src/Plugin.php:1 20 src/Plugin.php:186src/admin/documentation.php:100410 #: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100 407 411 #: src/admin/shortcodes.php:79 408 412 msgid "Online booking of packages" … … 450 454 451 455 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 452 #: src/Plugin.php:12 3 src/Plugin.php:191src/admin/documentation.php:139456 #: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139 453 457 #: src/admin/shortcodes.php:129 454 458 msgid "Voucher info" … … 460 464 461 465 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 462 #: src/Plugin.php:1 22 src/Plugin.php:192src/admin/documentation.php:129466 #: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129 463 467 #: src/admin/shortcodes.php:117 464 468 msgid "Voucher sales" 465 469 msgstr "" 466 470 467 #: src/Arrangement.php:2 0 src/Availability.php:18 src/Bookprocess.php:89468 #: src/ContactForm.php:5 6 src/Products.php:20 src/Vouchers.php:20471 #: 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 469 473 msgid "Error: no ID set" 470 474 msgstr "" 471 475 472 #: src/Arrangement.php:2 3 src/Availability.php:21 src/Bookprocess.php:93473 #: src/ContactForm.php: 59 src/OnlineBooking.php:18 src/Products.php:23474 #: src/Vouchers.php:2 3 src/Vouchers.php:68476 #: 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 475 479 msgid "Error: ID is not a number" 476 480 msgstr "" 477 481 478 #: src/Arrangement.php:3 7 src/Arrangement.php:278 src/Bookprocess.php:99479 #: src/ContactForm.php:7 1 src/ContactForm.php:75482 #: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100 483 #: src/ContactForm.php:72 src/ContactForm.php:76 480 484 #, php-format 481 485 msgid "Error: %s" 482 486 msgstr "" 483 487 484 #: src/Arrangement.php:4 1488 #: src/Arrangement.php:42 485 489 #, php-format 486 490 msgid "Error: Package %d does not exist or may not be presented on a website" 487 491 msgstr "" 488 492 489 #: src/Arrangement.php:7 8493 #: src/Arrangement.php:79 490 494 msgid "Error: programme is empty" 491 495 msgstr "" 492 496 493 #: src/Arrangement.php:8 7 src/Products.php:69 src/Vouchers.php:52497 #: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54 494 498 msgid "Error: unknown option" 495 499 msgstr "" 496 500 497 #: src/Arrangement.php:17 3501 #: src/Arrangement.php:174 498 502 msgid "From" 499 503 msgstr "" 500 504 501 #: src/Arrangement.php:17 3505 #: src/Arrangement.php:174 502 506 msgid "Until" 503 507 msgstr "" 504 508 505 #: src/Arrangement.php:17 3509 #: src/Arrangement.php:174 506 510 msgid "Activity" 507 511 msgstr "" 508 512 509 #: src/Arrangement.php:21 3513 #: src/Arrangement.php:214 510 514 #, php-format 511 515 msgid "Day %d" 512 516 msgstr "" 513 517 514 #: src/Arrangement.php:31 3518 #: src/Arrangement.php:314 515 519 msgid "No duration specified" 516 520 msgstr "" 517 521 518 #: src/Arrangement.php:35 4522 #: src/Arrangement.php:355 519 523 msgid "No location specified" 520 524 msgstr "" 521 525 522 #: src/Bookprocess.php:10 3526 #: src/Bookprocess.php:104 523 527 msgid "Error: book process does not exist" 524 528 msgstr "" 525 529 526 #: src/ContactForm.php:7 5530 #: src/ContactForm.php:76 527 531 msgid "Contact form might be deleted" 528 532 msgstr "" 529 533 530 #: src/ContactForm.php:11 4534 #: src/ContactForm.php:115 531 535 msgid "Error: package is set, but contact form does not support packages" 532 536 msgstr "" 533 537 534 #: src/ContactForm.php:12 6 src/OnlineBooking.php:63 src/Vouchers.php:83538 #: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90 535 539 msgid "Error: redirect is set, but is an invalid URL" 536 540 msgstr "" 537 541 538 #: src/ContactForm.php:38 1542 #: src/ContactForm.php:382 539 543 msgid "Unknown" 540 544 msgstr "" 541 545 542 #: src/ContactForm.php:38 2546 #: src/ContactForm.php:383 543 547 msgid "Male" 544 548 msgstr "" 545 549 546 #: src/ContactForm.php:38 3550 #: src/ContactForm.php:384 547 551 msgid "Female" 548 552 msgstr "" 549 553 550 #: src/ContactForm.php:5 19554 #: src/ContactForm.php:520 551 555 msgid "(required)" 552 556 msgstr "" 553 557 554 #: src/ContactForm.php:54 4558 #: src/ContactForm.php:545 555 559 msgid "Clear choice" 556 560 msgstr "" … … 598 602 msgstr "" 599 603 600 #: src/OnlineBooking.php:4 0604 #: src/OnlineBooking.php:47 601 605 msgid "Error: \"prefill_date\" is not a valid ISO 8601 string" 602 606 msgstr "" 603 607 604 #: src/OnlineBooking.php: 45608 #: src/OnlineBooking.php:52 605 609 msgid "Error: \"prefill_date\" is a date in the past" 606 610 msgstr "" 607 611 608 #: src/OnlineBooking.php:5 0612 #: src/OnlineBooking.php:57 609 613 msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)" 610 614 msgstr "" 611 615 612 #: src/OnlineBooking.php: 88616 #: src/OnlineBooking.php:95 613 617 msgid "Error: \"product_amounts\" is invalid" 614 618 msgstr "" 615 619 616 #: src/Plugin.php:8 4 src/Plugin.php:85620 #: src/Plugin.php:81 src/Plugin.php:82 617 621 msgid "Settings" 618 622 msgstr "" 619 623 620 #: src/Plugin.php:9 4 src/Plugin.php:95624 #: src/Plugin.php:91 src/Plugin.php:92 621 625 msgid "Cache" 622 626 msgstr "" 623 627 624 #: src/Plugin.php: 102 src/Plugin.php:103 src/Settings.php:325628 #: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374 625 629 #: src/admin/documentation.php:1 626 630 msgid "Documentation" 627 631 msgstr "" 628 632 629 #: src/Plugin.php:1 10 src/Plugin.php:111src/admin/shortcodes.php:1633 #: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1 630 634 msgid "Shortcodes" 631 635 msgstr "" 632 636 633 #: src/Plugin.php:1 65637 #: src/Plugin.php:195 634 638 msgid "Error: you have not set your Recras name yet" 635 639 msgstr "" 636 640 637 #: src/Plugin.php:1 67641 #: src/Plugin.php:197 638 642 msgid "" 639 643 "Error: your Recras name has not been set yet, but you do not have the " … … 642 646 msgstr "" 643 647 644 #: src/Plugin.php: 185648 #: src/Plugin.php:214 645 649 msgid "Could not connect to your Recras" 646 650 msgstr "" 647 651 648 #: src/Plugin.php: 189652 #: src/Plugin.php:218 649 653 msgid "Package availability" 650 654 msgstr "" 651 655 652 #: src/Plugin.php:2 20656 #: src/Plugin.php:261 653 657 msgid "At least one choice is required" 654 658 msgstr "" 655 659 656 #: src/Plugin.php:2 21660 #: src/Plugin.php:262 657 661 msgid "Loading..." 658 662 msgstr "" 659 663 660 #: src/Plugin.php:2 22664 #: src/Plugin.php:263 661 665 msgid "Your message was sent successfully" 662 666 msgstr "" 663 667 664 #: src/Plugin.php:2 23668 #: src/Plugin.php:264 665 669 msgid "There was an error sending your message" 666 670 msgstr "" 667 671 668 #: src/Plugin.php:2 32672 #: src/Plugin.php:273 669 673 msgid "Previous month" 670 674 msgstr "" 671 675 672 #: src/Plugin.php:2 33676 #: src/Plugin.php:274 673 677 msgid "Next month" 674 678 msgstr "" 675 679 676 #: src/Plugin.php:2 35680 #: src/Plugin.php:276 677 681 msgid "January" 678 682 msgstr "" 679 683 680 #: src/Plugin.php:2 36684 #: src/Plugin.php:277 681 685 msgid "February" 682 686 msgstr "" 683 687 684 #: src/Plugin.php:2 37688 #: src/Plugin.php:278 685 689 msgid "March" 686 690 msgstr "" 687 691 688 #: src/Plugin.php:2 38692 #: src/Plugin.php:279 689 693 msgid "April" 690 694 msgstr "" 691 695 692 #: src/Plugin.php:2 39696 #: src/Plugin.php:280 693 697 msgid "May" 694 698 msgstr "" 695 699 696 #: src/Plugin.php:2 40700 #: src/Plugin.php:281 697 701 msgid "June" 698 702 msgstr "" 699 703 700 #: src/Plugin.php:2 41704 #: src/Plugin.php:282 701 705 msgid "July" 702 706 msgstr "" 703 707 704 #: src/Plugin.php:2 42708 #: src/Plugin.php:283 705 709 msgid "August" 706 710 msgstr "" 707 711 708 #: src/Plugin.php:2 43712 #: src/Plugin.php:284 709 713 msgid "September" 710 714 msgstr "" 711 715 712 #: src/Plugin.php:2 44716 #: src/Plugin.php:285 713 717 msgid "October" 714 718 msgstr "" 715 719 716 #: src/Plugin.php:2 45720 #: src/Plugin.php:286 717 721 msgid "November" 718 722 msgstr "" 719 723 720 #: src/Plugin.php:2 46724 #: src/Plugin.php:287 721 725 msgid "December" 722 726 msgstr "" 723 727 724 #: src/Plugin.php:2 49728 #: src/Plugin.php:290 725 729 msgid "Sunday" 726 730 msgstr "" 727 731 728 #: src/Plugin.php:2 50732 #: src/Plugin.php:291 729 733 msgid "Monday" 730 734 msgstr "" 731 735 732 #: src/Plugin.php:2 51736 #: src/Plugin.php:292 733 737 msgid "Tuesday" 734 738 msgstr "" 735 739 736 #: src/Plugin.php:2 52740 #: src/Plugin.php:293 737 741 msgid "Wednesday" 738 742 msgstr "" 739 743 740 #: src/Plugin.php:2 53744 #: src/Plugin.php:294 741 745 msgid "Thursday" 742 746 msgstr "" 743 747 744 #: src/Plugin.php:2 54748 #: src/Plugin.php:295 745 749 msgid "Friday" 746 750 msgstr "" 747 751 748 #: src/Plugin.php:2 55752 #: src/Plugin.php:296 749 753 msgid "Saturday" 750 754 msgstr "" 751 755 752 #: src/Plugin.php:2 58756 #: src/Plugin.php:299 753 757 msgid "Sun" 754 758 msgstr "" 755 759 756 #: src/Plugin.php: 259760 #: src/Plugin.php:300 757 761 msgid "Mon" 758 762 msgstr "" 759 763 760 #: src/Plugin.php: 260764 #: src/Plugin.php:301 761 765 msgid "Tue" 762 766 msgstr "" 763 767 764 #: src/Plugin.php: 261768 #: src/Plugin.php:302 765 769 msgid "Wed" 766 770 msgstr "" 767 771 768 #: src/Plugin.php: 262772 #: src/Plugin.php:303 769 773 msgid "Thu" 770 774 msgstr "" 771 775 772 #: src/Plugin.php: 263776 #: src/Plugin.php:304 773 777 msgid "Fri" 774 778 msgstr "" 775 779 776 #: src/Plugin.php: 264780 #: src/Plugin.php:305 777 781 msgid "Sat" 778 782 msgstr "" 779 783 780 #: src/Products.php:3 7784 #: src/Products.php:38 781 785 msgid "Error: product does not exist" 782 786 msgstr "" … … 810 814 msgstr "" 811 815 812 #: src/Settings.php:1 20 src/Settings.php:129 src/Settings.php:138813 #: src/Settings.php:1 50816 #: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187 817 #: src/Settings.php:199 814 818 msgid "You do not have sufficient permissions to access this page." 815 819 msgstr "" 816 820 817 #: src/Settings.php:2 01821 #: src/Settings.php:250 818 822 msgid "No theme" 819 823 msgstr "" 820 824 821 #: src/Settings.php:2 05825 #: src/Settings.php:254 822 826 msgid "Basic theme" 823 827 msgstr "" 824 828 825 #: src/Settings.php:2 09829 #: src/Settings.php:258 826 830 msgid "BP Green" 827 831 msgstr "" 828 832 829 #: src/Settings.php:2 13833 #: src/Settings.php:262 830 834 msgid "Reasonably Red" 831 835 msgstr "" 832 836 833 #: src/Settings.php:2 17837 #: src/Settings.php:266 834 838 msgid "Recras Blue" 835 839 msgstr "" 836 840 837 #: src/Settings.php: 283src/admin/documentation.php:4 src/admin/settings.php:1841 #: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1 838 842 msgid "Recras settings" 839 843 msgstr "" 840 844 841 #: src/Settings.php: 289src/admin/documentation.php:6845 #: src/Settings.php:338 src/admin/documentation.php:6 842 846 msgid "Recras name" 843 847 msgstr "" 844 848 845 #: src/Settings.php: 290src/admin/documentation.php:8849 #: src/Settings.php:339 src/admin/documentation.php:8 846 850 msgid "Currency symbol" 847 851 msgstr "" 848 852 849 #: src/Settings.php: 291src/admin/documentation.php:10853 #: src/Settings.php:340 src/admin/documentation.php:10 850 854 msgid "Decimal separator" 851 855 msgstr "" 852 856 853 #: src/Settings.php: 292src/admin/documentation.php:12857 #: src/Settings.php:341 src/admin/documentation.php:12 854 858 msgid "Use calendar widget for contact forms" 855 859 msgstr "" 856 860 857 #: src/Settings.php: 293861 #: src/Settings.php:342 858 862 msgid "Fix book process datepicker styling" 859 863 msgstr "" 860 864 861 #: src/Settings.php: 294src/admin/documentation.php:16865 #: src/Settings.php:343 src/admin/documentation.php:16 862 866 msgid "Theme for Recras integrations" 863 867 msgstr "" 864 868 865 #: src/Settings.php: 295src/admin/documentation.php:26869 #: src/Settings.php:344 src/admin/documentation.php:26 866 870 msgid "Enable Google Analytics integration?" 867 871 msgstr "" 868 872 869 #: src/Settings.php:3 24873 #: src/Settings.php:373 870 874 #, php-format 871 875 msgid "For more information on these options, please see the %s page." 872 876 msgstr "" 873 877 874 #: src/Vouchers.php:3 5878 #: src/Vouchers.php:37 875 879 msgid "Error: template does not exist" 876 880 msgstr "" -
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 2 2 msgstr "" 3 3 "Project-Id-Version: Recras WordPress plugin\n" 4 "POT-Creation-Date: 202 4-12-03 16:29+0100\n"5 "PO-Revision-Date: 202 4-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" 6 6 "Last-Translator: Sander de Jong <[email protected]>\n" 7 7 "Language-Team: Recras\n" … … 21 21 #: editor/form-arrangement.php:16 editor/form-booking.php:48 22 22 #: editor/form-contact.php:32 editor/form-package-availability.php:13 23 #: js/gutenberg-availability.js: 44js/gutenberg-package.js:224 #: js/gutenberg-package.js:50 js/gutenberg-package.js:141 src/Plugin.php:11 725 #: src/Plugin.php: 18823 #: 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 26 26 msgid "Package" 27 27 msgstr "Arrangement" … … 99 99 100 100 #: editor/form-arrangement.php:44 editor/form-booking.php:82 101 #: js/gutenberg-package.js:127 src/ContactForm.php:29 0101 #: js/gutenberg-package.js:127 src/ContactForm.php:291 102 102 msgid "hh:mm" 103 103 msgstr "uu:mm" … … 181 181 msgstr "Datum vooraf invullen (vereist exact 1 geselecteerd arrangement)" 182 182 183 #: editor/form-booking.php:73 src/ContactForm.php:27 3 src/ContactForm.php:315183 #: editor/form-booking.php:73 src/ContactForm.php:274 src/ContactForm.php:316 184 184 msgid "yyyy-mm-dd" 185 185 msgstr "jjjj-mm-dd" … … 200 200 201 201 #: editor/form-booking.php:88 editor/form-contact.php:66 202 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js: 299202 #: editor/form-voucher-sales.php:28 js/gutenberg-global.js:311 203 203 msgid "Pages" 204 204 msgstr "Pagina's" 205 205 206 206 #: editor/form-booking.php:93 editor/form-contact.php:71 207 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:3 23207 #: editor/form-voucher-sales.php:33 js/gutenberg-global.js:335 208 208 msgid "Posts" 209 209 msgstr "Berichten" … … 220 220 #: js/gutenberg-bookprocess.js:45 js/gutenberg-bookprocess.js:59 221 221 #: src/Elementor/Bookprocess.php:17 src/Elementor/Bookprocess.php:35 222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:11 8 src/Plugin.php:187222 #: src/Elementor/Bookprocess.php:45 src/Plugin.php:115 src/Plugin.php:216 223 223 msgid "Book process" 224 224 msgstr "Boekproces" … … 244 244 #: editor/form-contact.php:15 js/gutenberg-contactform.js:2 245 245 #: js/gutenberg-contactform.js:76 js/gutenberg-contactform.js:193 246 #: src/Plugin.php:11 9 src/Plugin.php:184246 #: src/Plugin.php:116 src/Plugin.php:213 247 247 msgid "Contact form" 248 248 msgstr "Contactformulier" … … 321 321 #: editor/form-contact.php:62 editor/form-contact.php:109 322 322 #: js/gutenberg-contactform.js:14 js/gutenberg-contactform.js:27 323 #: src/ContactForm.php:11 8323 #: src/ContactForm.php:119 324 324 msgid "Send" 325 325 msgstr "Versturen" 326 326 327 327 #: editor/form-product.php:13 js/gutenberg-product.js:2 328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:1 21329 #: src/Plugin.php: 190328 #: js/gutenberg-product.js:48 js/gutenberg-product.js:102 src/Plugin.php:118 329 #: src/Plugin.php:219 330 330 msgid "Product" 331 331 msgstr "Product" … … 375 375 msgstr "Toon aantal-invoer (wordt op 1 gezet indien verborgen)" 376 376 377 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js: 56377 #: js/gutenberg-availability.js:2 js/gutenberg-availability.js:35 378 378 #: src/admin/documentation.php:120 src/admin/shortcodes.php:106 379 379 msgid "Availability calendar" 380 380 msgstr "Beschikbaarheidskalender" 381 381 382 #: js/gutenberg-availability.js:53 js/gutenberg-onlinebooking.js:295 382 #: js/gutenberg-availability.js:38 383 msgid "No suitable packages found" 384 msgstr "Geen geschikte arrangementen gevonden" 385 386 #: js/gutenberg-availability.js:59 js/gutenberg-onlinebooking.js:295 383 387 msgid "Auto resize iframe" 384 388 msgstr "iframe automatisch schalen" … … 416 420 msgstr "Bedanktpagina (optioneel, laat leeg om niet door te sturen)" 417 421 418 #: js/gutenberg-global.js:46 src/Settings.php: 162422 #: js/gutenberg-global.js:46 src/Settings.php:211 419 423 msgid "Recras → Settings menu" 420 424 msgstr "menu Recras → Instellingen" 421 425 422 #: js/gutenberg-global.js:48 src/Settings.php: 161426 #: js/gutenberg-global.js:48 src/Settings.php:210 423 427 #, javascript-format, php-format 424 428 msgid "Please enter your Recras name in the %s before adding widgets." … … 426 430 427 431 #: js/gutenberg-onlinebooking.js:2 js/gutenberg-onlinebooking.js:299 428 #: src/Plugin.php:1 20 src/Plugin.php:186src/admin/documentation.php:100432 #: src/Plugin.php:117 src/Plugin.php:215 src/admin/documentation.php:100 429 433 #: src/admin/shortcodes.php:79 430 434 msgid "Online booking of packages" … … 480 484 481 485 #: js/gutenberg-voucher-info.js:2 js/gutenberg-voucher-info.js:76 482 #: src/Plugin.php:12 3 src/Plugin.php:191src/admin/documentation.php:139486 #: src/Plugin.php:120 src/Plugin.php:222 src/admin/documentation.php:139 483 487 #: src/admin/shortcodes.php:129 484 488 msgid "Voucher info" … … 490 494 491 495 #: js/gutenberg-voucher-sales.js:2 js/gutenberg-voucher-sales.js:85 492 #: src/Plugin.php:1 22 src/Plugin.php:192src/admin/documentation.php:129496 #: src/Plugin.php:119 src/Plugin.php:223 src/admin/documentation.php:129 493 497 #: src/admin/shortcodes.php:117 494 498 msgid "Voucher sales" 495 499 msgstr "Tegoedbonverkoop" 496 500 497 #: src/Arrangement.php:2 0 src/Availability.php:18 src/Bookprocess.php:89498 #: src/ContactForm.php:5 6 src/Products.php:20 src/Vouchers.php:20501 #: 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 499 503 msgid "Error: no ID set" 500 504 msgstr "Fout: geen ID ingesteld" 501 505 502 #: src/Arrangement.php:2 3 src/Availability.php:21 src/Bookprocess.php:93503 #: src/ContactForm.php: 59 src/OnlineBooking.php:18 src/Products.php:23504 #: src/Vouchers.php:2 3 src/Vouchers.php:68506 #: 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 505 509 msgid "Error: ID is not a number" 506 510 msgstr "Fout: ID is geen getal" 507 511 508 #: src/Arrangement.php:3 7 src/Arrangement.php:278 src/Bookprocess.php:99509 #: src/ContactForm.php:7 1 src/ContactForm.php:75512 #: src/Arrangement.php:38 src/Arrangement.php:279 src/Bookprocess.php:100 513 #: src/ContactForm.php:72 src/ContactForm.php:76 510 514 #, php-format 511 515 msgid "Error: %s" 512 516 msgstr "Fout: %s" 513 517 514 #: src/Arrangement.php:4 1518 #: src/Arrangement.php:42 515 519 #, php-format 516 520 msgid "Error: Package %d does not exist or may not be presented on a website" … … 519 523 "worden" 520 524 521 #: src/Arrangement.php:7 8525 #: src/Arrangement.php:79 522 526 msgid "Error: programme is empty" 523 527 msgstr "Fout: programma is leeg" 524 528 525 #: src/Arrangement.php:8 7 src/Products.php:69 src/Vouchers.php:52529 #: src/Arrangement.php:88 src/Products.php:70 src/Vouchers.php:54 526 530 msgid "Error: unknown option" 527 531 msgstr "Fout: onbekende optie" 528 532 529 #: src/Arrangement.php:17 3533 #: src/Arrangement.php:174 530 534 msgid "From" 531 535 msgstr "Van" 532 536 533 #: src/Arrangement.php:17 3537 #: src/Arrangement.php:174 534 538 msgid "Until" 535 539 msgstr "Tot" 536 540 537 #: src/Arrangement.php:17 3541 #: src/Arrangement.php:174 538 542 msgid "Activity" 539 543 msgstr "Activiteit" 540 544 541 #: src/Arrangement.php:21 3545 #: src/Arrangement.php:214 542 546 #, php-format 543 547 msgid "Day %d" 544 548 msgstr "Dag %d" 545 549 546 #: src/Arrangement.php:31 3550 #: src/Arrangement.php:314 547 551 msgid "No duration specified" 548 552 msgstr "Geen duur opgegeven" 549 553 550 #: src/Arrangement.php:35 4554 #: src/Arrangement.php:355 551 555 msgid "No location specified" 552 556 msgstr "Geen locatie opgegeven" 553 557 554 #: src/Bookprocess.php:10 3558 #: src/Bookprocess.php:104 555 559 msgid "Error: book process does not exist" 556 560 msgstr "Fout: boekproces bestaat niet" 557 561 558 #: src/ContactForm.php:7 5562 #: src/ContactForm.php:76 559 563 msgid "Contact form might be deleted" 560 564 msgstr "Contactformulier is mogelijk verwijderd" 561 565 562 #: src/ContactForm.php:11 4566 #: src/ContactForm.php:115 563 567 msgid "Error: package is set, but contact form does not support packages" 564 568 msgstr "" … … 566 570 "arrangementen" 567 571 568 #: src/ContactForm.php:12 6 src/OnlineBooking.php:63 src/Vouchers.php:83572 #: src/ContactForm.php:127 src/OnlineBooking.php:70 src/Vouchers.php:90 569 573 msgid "Error: redirect is set, but is an invalid URL" 570 574 msgstr "Fout: doorstuurpagina is ingesteld, maar is een ongeldige URL" 571 575 572 #: src/ContactForm.php:38 1576 #: src/ContactForm.php:382 573 577 msgid "Unknown" 574 578 msgstr "Onbekend" 575 579 576 #: src/ContactForm.php:38 2580 #: src/ContactForm.php:383 577 581 msgid "Male" 578 582 msgstr "Man" 579 583 580 #: src/ContactForm.php:38 3584 #: src/ContactForm.php:384 581 585 msgid "Female" 582 586 msgstr "Vrouw" 583 587 584 #: src/ContactForm.php:5 19588 #: src/ContactForm.php:520 585 589 msgid "(required)" 586 590 msgstr "(verplicht)" 587 591 588 #: src/ContactForm.php:54 4592 #: src/ContactForm.php:545 589 593 msgid "Clear choice" 590 594 msgstr "Keuze wissen" … … 639 643 msgstr "Fout: kon data uit Recras niet verwerken. De foutmelding was: %s" 640 644 641 #: src/OnlineBooking.php:4 0645 #: src/OnlineBooking.php:47 642 646 msgid "Error: \"prefill_date\" is not a valid ISO 8601 string" 643 647 msgstr "Fout: \"prefill_date\" is geen geldige ISO-8601-string" 644 648 645 #: src/OnlineBooking.php: 45649 #: src/OnlineBooking.php:52 646 650 msgid "Error: \"prefill_date\" is a date in the past" 647 651 msgstr "Fout: \"prefill_date\" is een datum in het verleden" 648 652 649 #: src/OnlineBooking.php:5 0653 #: src/OnlineBooking.php:57 650 654 msgid "Error: \"prefill_time\" is not a valid time string (e.g. 14:30)" 651 655 msgstr "Fout: \"prefill_time\" is geen geldige tijd-string (bijv. 14:30)" 652 656 653 #: src/OnlineBooking.php: 88657 #: src/OnlineBooking.php:95 654 658 msgid "Error: \"product_amounts\" is invalid" 655 659 msgstr "Fout: \"product_amounts\" is ongeldig" 656 660 657 #: src/Plugin.php:8 4 src/Plugin.php:85661 #: src/Plugin.php:81 src/Plugin.php:82 658 662 msgid "Settings" 659 663 msgstr "Instellingen" 660 664 661 #: src/Plugin.php:9 4 src/Plugin.php:95665 #: src/Plugin.php:91 src/Plugin.php:92 662 666 msgid "Cache" 663 667 msgstr "Cache" 664 668 665 #: src/Plugin.php: 102 src/Plugin.php:103 src/Settings.php:325669 #: src/Plugin.php:99 src/Plugin.php:100 src/Settings.php:374 666 670 #: src/admin/documentation.php:1 667 671 msgid "Documentation" 668 672 msgstr "Documentatie" 669 673 670 #: src/Plugin.php:1 10 src/Plugin.php:111src/admin/shortcodes.php:1674 #: src/Plugin.php:107 src/Plugin.php:108 src/admin/shortcodes.php:1 671 675 msgid "Shortcodes" 672 676 msgstr "Shortcodes" 673 677 674 #: src/Plugin.php:1 65678 #: src/Plugin.php:195 675 679 msgid "Error: you have not set your Recras name yet" 676 680 msgstr "Fout: je hebt je Recras-naam nog niet ingesteld" 677 681 678 #: src/Plugin.php:1 67682 #: src/Plugin.php:197 679 683 msgid "" 680 684 "Error: your Recras name has not been set yet, but you do not have the " … … 685 689 "dit zelf in te stellen. Vraag aan je websitebeheerder om dit voor je te doen." 686 690 687 #: src/Plugin.php: 185691 #: src/Plugin.php:214 688 692 msgid "Could not connect to your Recras" 689 693 msgstr "Kon geen verbinding maken met je Recras" 690 694 691 #: src/Plugin.php: 189695 #: src/Plugin.php:218 692 696 msgid "Package availability" 693 697 msgstr "Arrangement-beschikbaarheid" 694 698 695 #: src/Plugin.php:2 20699 #: src/Plugin.php:261 696 700 msgid "At least one choice is required" 697 701 msgstr "Ten minste één keuze is vereist" 698 702 699 #: src/Plugin.php:2 21703 #: src/Plugin.php:262 700 704 msgid "Loading..." 701 705 msgstr "Laden..." 702 706 703 #: src/Plugin.php:2 22707 #: src/Plugin.php:263 704 708 msgid "Your message was sent successfully" 705 709 msgstr "Uw bericht is succesvol verzonden" 706 710 707 #: src/Plugin.php:2 23711 #: src/Plugin.php:264 708 712 msgid "There was an error sending your message" 709 713 msgstr "Er was een probleem met het verzenden van uw bericht" 710 714 711 #: src/Plugin.php:2 32715 #: src/Plugin.php:273 712 716 msgid "Previous month" 713 717 msgstr "Vorige maand" 714 718 715 #: src/Plugin.php:2 33719 #: src/Plugin.php:274 716 720 msgid "Next month" 717 721 msgstr "Volgende maand" 718 722 719 #: src/Plugin.php:2 35723 #: src/Plugin.php:276 720 724 msgid "January" 721 725 msgstr "Januari" 722 726 723 #: src/Plugin.php:2 36727 #: src/Plugin.php:277 724 728 msgid "February" 725 729 msgstr "Februari" 726 730 727 #: src/Plugin.php:2 37731 #: src/Plugin.php:278 728 732 msgid "March" 729 733 msgstr "Maart" 730 734 731 #: src/Plugin.php:2 38735 #: src/Plugin.php:279 732 736 msgid "April" 733 737 msgstr "April" 734 738 735 #: src/Plugin.php:2 39739 #: src/Plugin.php:280 736 740 msgid "May" 737 741 msgstr "Mei" 738 742 739 #: src/Plugin.php:2 40743 #: src/Plugin.php:281 740 744 msgid "June" 741 745 msgstr "Juni" 742 746 743 #: src/Plugin.php:2 41747 #: src/Plugin.php:282 744 748 msgid "July" 745 749 msgstr "Juli" 746 750 747 #: src/Plugin.php:2 42751 #: src/Plugin.php:283 748 752 msgid "August" 749 753 msgstr "Augustus" 750 754 751 #: src/Plugin.php:2 43755 #: src/Plugin.php:284 752 756 msgid "September" 753 757 msgstr "September" 754 758 755 #: src/Plugin.php:2 44759 #: src/Plugin.php:285 756 760 msgid "October" 757 761 msgstr "Oktober" 758 762 759 #: src/Plugin.php:2 45763 #: src/Plugin.php:286 760 764 msgid "November" 761 765 msgstr "November" 762 766 763 #: src/Plugin.php:2 46767 #: src/Plugin.php:287 764 768 msgid "December" 765 769 msgstr "December" 766 770 767 #: src/Plugin.php:2 49771 #: src/Plugin.php:290 768 772 msgid "Sunday" 769 773 msgstr "Zondag" 770 774 771 #: src/Plugin.php:2 50775 #: src/Plugin.php:291 772 776 msgid "Monday" 773 777 msgstr "Maandag" 774 778 775 #: src/Plugin.php:2 51779 #: src/Plugin.php:292 776 780 msgid "Tuesday" 777 781 msgstr "Dinsdag" 778 782 779 #: src/Plugin.php:2 52783 #: src/Plugin.php:293 780 784 msgid "Wednesday" 781 785 msgstr "Woensdag" 782 786 783 #: src/Plugin.php:2 53787 #: src/Plugin.php:294 784 788 msgid "Thursday" 785 789 msgstr "Donderdag" 786 790 787 #: src/Plugin.php:2 54791 #: src/Plugin.php:295 788 792 msgid "Friday" 789 793 msgstr "Vrijdag" 790 794 791 #: src/Plugin.php:2 55795 #: src/Plugin.php:296 792 796 msgid "Saturday" 793 797 msgstr "Zaterdag" 794 798 795 #: src/Plugin.php:2 58799 #: src/Plugin.php:299 796 800 msgid "Sun" 797 801 msgstr "Zo" 798 802 799 #: src/Plugin.php: 259803 #: src/Plugin.php:300 800 804 msgid "Mon" 801 805 msgstr "Ma" 802 806 803 #: src/Plugin.php: 260807 #: src/Plugin.php:301 804 808 msgid "Tue" 805 809 msgstr "Di" 806 810 807 #: src/Plugin.php: 261811 #: src/Plugin.php:302 808 812 msgid "Wed" 809 813 msgstr "Wo" 810 814 811 #: src/Plugin.php: 262815 #: src/Plugin.php:303 812 816 msgid "Thu" 813 817 msgstr "Do" 814 818 815 #: src/Plugin.php: 263819 #: src/Plugin.php:304 816 820 msgid "Fri" 817 821 msgstr "Vr" 818 822 819 #: src/Plugin.php: 264823 #: src/Plugin.php:305 820 824 msgid "Sat" 821 825 msgstr "Za" 822 826 823 #: src/Products.php:3 7827 #: src/Products.php:38 824 828 msgid "Error: product does not exist" 825 829 msgstr "Fout: product bestaat niet" … … 861 865 msgstr "Gebruikt in prijzen, zoals 100,00." 862 866 863 #: src/Settings.php:1 20 src/Settings.php:129 src/Settings.php:138864 #: src/Settings.php:1 50867 #: src/Settings.php:169 src/Settings.php:178 src/Settings.php:187 868 #: src/Settings.php:199 865 869 msgid "You do not have sufficient permissions to access this page." 866 870 msgstr "Je hebt niet genoeg rechten om deze pagina te bekijken." 867 871 868 #: src/Settings.php:2 01872 #: src/Settings.php:250 869 873 msgid "No theme" 870 874 msgstr "Geen thema" 871 875 872 #: src/Settings.php:2 05876 #: src/Settings.php:254 873 877 msgid "Basic theme" 874 878 msgstr "Basisthema" 875 879 876 #: src/Settings.php:2 09880 #: src/Settings.php:258 877 881 msgid "BP Green" 878 882 msgstr "BP Groen" 879 883 880 #: src/Settings.php:2 13884 #: src/Settings.php:262 881 885 msgid "Reasonably Red" 882 886 msgstr "Redelijk Rood" 883 887 884 #: src/Settings.php:2 17888 #: src/Settings.php:266 885 889 msgid "Recras Blue" 886 890 msgstr "Recras Blauw" 887 891 888 #: src/Settings.php: 283src/admin/documentation.php:4 src/admin/settings.php:1892 #: src/Settings.php:332 src/admin/documentation.php:4 src/admin/settings.php:1 889 893 msgid "Recras settings" 890 894 msgstr "Recras-instellingen" 891 895 892 #: src/Settings.php: 289src/admin/documentation.php:6896 #: src/Settings.php:338 src/admin/documentation.php:6 893 897 msgid "Recras name" 894 898 msgstr "Recrasnaam" 895 899 896 #: src/Settings.php: 290src/admin/documentation.php:8900 #: src/Settings.php:339 src/admin/documentation.php:8 897 901 msgid "Currency symbol" 898 902 msgstr "Valutasymbool" 899 903 900 #: src/Settings.php: 291src/admin/documentation.php:10904 #: src/Settings.php:340 src/admin/documentation.php:10 901 905 msgid "Decimal separator" 902 906 msgstr "Decimaalscheiding" 903 907 904 #: src/Settings.php: 292src/admin/documentation.php:12908 #: src/Settings.php:341 src/admin/documentation.php:12 905 909 msgid "Use calendar widget for contact forms" 906 910 msgstr "Kalender-widget gebruiken voor contactformulieren" 907 911 908 #: src/Settings.php: 293912 #: src/Settings.php:342 909 913 msgid "Fix book process datepicker styling" 910 914 msgstr "Styling boekproces-datumselectie oplossen" 911 915 912 #: src/Settings.php: 294src/admin/documentation.php:16916 #: src/Settings.php:343 src/admin/documentation.php:16 913 917 msgid "Theme for Recras integrations" 914 918 msgstr "Thema voor Recras-integraties" 915 919 916 #: src/Settings.php: 295src/admin/documentation.php:26920 #: src/Settings.php:344 src/admin/documentation.php:26 917 921 msgid "Enable Google Analytics integration?" 918 922 msgstr "Google Analytics-integratie inschakelen?" 919 923 920 #: src/Settings.php:3 24924 #: src/Settings.php:373 921 925 #, php-format 922 926 msgid "For more information on these options, please see the %s page." 923 927 msgstr "Bekijk voor meer informatie over deze instellingen de %s-pagina." 924 928 925 #: src/Vouchers.php:3 5929 #: src/Vouchers.php:37 926 930 msgid "Error: template does not exist" 927 931 msgstr "Fout: template bestaat niet" -
recras/trunk/readme.txt
r3234597 r3235419 3 3 Tags: recras, recreation, reservation, booking, voucher 4 4 Tested up to: 6.7 5 Stable tag: 6.3. 15 Stable tag: 6.3.2 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 78 78 == 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 79 83 80 84 = 6.3.1 = -
recras/trunk/recras-wordpress-plugin.php
r3234597 r3235419 3 3 Plugin Name: Recras WordPress Plugin 4 4 Plugin URI: https://www.recras.nl/ 5 Version: 6.3. 15 Version: 6.3.2 6 6 Description: Easily integrate your Recras data into your own site 7 7 Requires at least: 6.5 -
recras/trunk/src/Gutenberg.php
r3221428 r3235419 19 19 'wp-i18n', 20 20 ], 21 ' 5.5.0',21 '6.3.2', 22 22 true 23 23 ); … … 38 38 'availability' => [ 39 39 'callback' => [Availability::class, 'renderAvailability'], 40 'version' => ' 4.7.10',40 'version' => '6.3.2', 41 41 ], 42 42 'bookprocess' => [ … … 71 71 72 72 if (!Settings::allowOnlinePackageBooking()) { 73 unset($gutenbergBlocks['availability']); 73 74 unset($gutenbergBlocks['onlinebooking']); 74 75 }
Note: See TracChangeset
for help on using the changeset viewer.