diff --git a/lang/de/booking.php b/lang/de/booking.php index 93c49b259..3a99fe523 100755 --- a/lang/de/booking.php +++ b/lang/de/booking.php @@ -24,6 +24,9 @@ global $CFG; +$badgepro = ' PRO'; +$badgeexp = ' Experimentell'; + // General strings. $string['accept'] = 'Akzeptieren'; $string['aftersubmitaction'] = 'Nach dem Speichern...'; @@ -138,8 +141,8 @@ $string['youareediting'] = 'Sie bearbeiten "{$a}".'; // Badges. -$string['badge:pro'] = ' PRO'; -$string['badge:experimental'] = ' Experimentell'; +$string['badge:pro'] = $badgepro; +$string['badge:exp'] = $badgeexp; // Errors. $string['error:ruleactionsendcopynotpossible'] = 'Für das gewählte Ereignis kann leider keine E-Mail-Kopie versendet werden.'; @@ -228,7 +231,7 @@ $string['daystonotify'] = 'Wie viele Tage vor Kursbeginn soll an die Teilnehmenden eine Benachrichtigung gesendet werden?'; $string['daystonotify_help'] = "Funktioniert nur, wenn ein Beginn- und Enddatum für die Buchungsoption gesetzt sind. Wenn Sie 0 eingeben, wird die Benachrichtigung deaktiviert."; $string['daystonotify2'] = 'Zweite Teilnehmerbenachrichtigung vor Veranstaltungsbeginn'; -$string['daystonotifyteachers'] = 'Wie viele Tage vor Kursbeginn soll an die Trainer:innen eine Benachrichtigung gesendet werden? ' . $string['badge:pro']; +$string['daystonotifyteachers'] = 'Wie viele Tage vor Kursbeginn soll an die Trainer:innen eine Benachrichtigung gesendet werden? ' . $badgepro; $string['bookinganswer_cancelled'] = 'Buchungsoption von/für Nutzer:in storniert'; // Booking option events. @@ -552,7 +555,7 @@ // Mail templates (Instanz-spezifisch oder global). $string['mailtemplatesadvanced'] = 'Erweiterte Einstelllungen für E-Mail-Vorlagen aktivieren'; -$string['mailtemplatessource'] = 'Quelle von E-Mail-Vorlagen festlegen ' . $string['badge:pro']; +$string['mailtemplatessource'] = 'Quelle von E-Mail-Vorlagen festlegen ' . $badgepro; $string['mailtemplatessource_help'] = 'Achtung: Wenn Sie globale E-Mail-Vorlagen wählen, werden die Instanz-spezifischen E-Mail-Vorlagen nicht verwendet, sondern die E-Mail-Vorlagen, die in den Einstellungen des Buchungs-Plugins angelegt wurden.

Bitte stellen Sie sicher, dass zu allen E-Mail-Typen eine Vorlage vorhanden ist.'; @@ -869,7 +872,7 @@ Hier geht\'s zum Kurs: {$a->courselink} '; -$string['notifyemailteachers'] = 'Trainer:innen-Benachrichtigung vor dem Beginn ' . $string['badge:pro']; +$string['notifyemailteachers'] = 'Trainer:innen-Benachrichtigung vor dem Beginn ' . $badgepro; $string['userleavesubject'] = 'Sie wurden erfolgreich abgemeldet von: {$a->title}'; $string['userleavemessage'] = 'Hallo {$a->participant}, @@ -1113,7 +1116,7 @@ $string['bookingdebugmode_desc'] = 'Der Booking-Debug-Modus sollte nur von Entwickler:innen aktiviert werden.'; $string['globalcurrency'] = 'Währung'; $string['globalcurrencydesc'] = 'Wählen Sie die Währung für Preise von Buchungsoptionen aus'; -$string['globalmailtemplates'] = 'Globale Mailvorlagen ' . $string['badge:pro']; +$string['globalmailtemplates'] = 'Globale Mailvorlagen ' . $badgepro; $string['globalmailtemplates_desc'] = 'Nach der Aktivierung können Sie in den Einstellungen jeder beliebigen Buchungsinstanz die Quelle der Mailvorlagen auf global setzen.'; $string['globalbookedtext'] = 'Buchungsbestätigung (globale Vorlage)'; $string['globalwaitingtext'] = 'Wartelistenbestätigung (globale Vorlage)'; @@ -1152,7 +1155,7 @@ $string['signincustfields_desc'] = 'Wählen Sie die Profilfelder, die auf der Unterschriftenliste abgedruckt werden sollen'; $string['showcustomfields'] = 'Anzuzeigende benutzerdefnierte Buchungsoptionsfelder'; $string['showcustomfields_desc'] = 'Wählen Sie die benutzerdefinierte Buchungsoptionfelder, die auf der Unterschriftenliste abgedruckt werden sollen'; -$string['alloptionsinreport'] = 'Report über alle Buchungen einer Instanz ' . $string['badge:pro']; +$string['alloptionsinreport'] = 'Report über alle Buchungen einer Instanz ' . $badgepro; $string['alloptionsinreportdesc'] = 'Der Report einer Buchungsoption beinhaltet alle Buchungen der ganzen Instanz'; $string['showlistoncoursepage'] = 'Extra-Info auf Kursseite anzeigen'; @@ -1173,7 +1176,7 @@ $string['numberrows'] = 'Zeilen nummerieren'; $string['numberrowsdesc'] = 'Nummerierung der Zeilen in der Unterschriftenliste aktivieren. Die Nummer wird links des Namens dargestellt'; -$string['availabilityinfotexts_heading'] = 'Beschreibungstexte für verfügbare Buchungs- und Wartelistenplätze ' . $string['badge:pro']; +$string['availabilityinfotexts_heading'] = 'Beschreibungstexte für verfügbare Buchungs- und Wartelistenplätze ' . $badgepro; $string['bookingplacesinfotexts'] = 'Beschreibungstexte für verfügbare Buchungsplätze anzeigen'; $string['bookingplacesinfotexts_info'] = 'Kurze Infotexte anstatt der konkreten Zahl verfügbarer Buchungsplätze anzeigen.'; $string['waitinglistinfotexts'] = 'Beschreibungstexte für verfügbare Wartelistenplätze anzeigen'; @@ -1239,9 +1242,9 @@ $string['duplicationrestoreteachers'] = 'Trainer:innen inkludieren'; $string['duplicationrestoreprices'] = 'Preise inkludieren'; $string['duplicationrestoreentities'] = 'Entities inkludieren'; -$string['duplicationrestoresubbookings'] = 'Zusatzbuchungen inkludieren ' . $string['badge:pro']; +$string['duplicationrestoresubbookings'] = 'Zusatzbuchungen inkludieren ' . $badgepro; -$string['duplicationrestoreoption'] = 'Buchungsoptionen: Duplizieren ' . $string['badge:pro']; +$string['duplicationrestoreoption'] = 'Buchungsoptionen: Duplizieren ' . $badgepro; $string['duplicationrestoreoption_desc'] = 'Spezielle Einstellungen für das Duplizieren von Buchungsoptionen.'; $string['waitinglistheader'] = 'Warteliste'; @@ -1261,11 +1264,11 @@ Plätze verfügbar sind.'; $string['usenotificationlist'] = 'Verwende Benachrichtigungsliste'; -$string['subbookings'] = 'Zusatzbuchungen ' . $string['badge:pro']; +$string['subbookings'] = 'Zusatzbuchungen ' . $badgepro; $string['subbookings_desc'] = 'Schalten Sie Zusatzbuchungen wie z.B. zusätzlich buchbare Items oder Slot-Buchungen für bestimmte Zeiten (z.B. für Tennisplätze) frei.'; $string['showsubbookings'] = 'Zusatzbuchungen aktivieren'; -$string['progressbars'] = 'Fortschrittsbalken für bereits vergangene Zeit ' . $string['badge:pro']; +$string['progressbars'] = 'Fortschrittsbalken für bereits vergangene Zeit ' . $badgepro; $string['progressbars_desc'] = 'Mit diesem Feature erhalten Sie eine visuelle Darstellung der bereits vergangenen Zeit von Buchungsoptionen.'; $string['showprogressbars'] = 'Fortschrittsbalken für bereits vergangene Zeit anzeigen'; $string['progressbarscollapsible'] = 'Fortschrittsbalken können ausgeklappt werden'; @@ -1275,18 +1278,18 @@ $string['addtocalendardesc'] = 'Kurs-Kalenderevents können von ALLEN Kursteilnehmer:innen des Kurses gesehen werden. Falls Sie nicht möchten, dass Kurs-Kalenderevents erstellt werden, können Sie diese Einstellung standardmäßig ausschalten und sperren. Keine Sorge: Normale Kalenderevents für gebuchte Optionen (User-Events) werden weiterhin erstellt.'; -$string['automaticcoursecreation'] = 'Automatische Erstellung von Moodle-Kursen ' . $string['badge:pro']; +$string['automaticcoursecreation'] = 'Automatische Erstellung von Moodle-Kursen ' . $badgepro; $string['newcoursecategorycfield'] = 'Benutzerdefiniertes Buchungsoptionsfeld für Kurskategorie'; $string['newcoursecategorycfielddesc'] = 'Wählen Sie ein benutzerdefiniertes Buchungsoptionsfeld, das verwendet werden soll, um die Kurskategorie von automatisch erstellten Kursen festzulegen. Kurse können mit dem Eintrag "Neuen Kurs erstellen..." im Menü "Einen Kurs auswählen" des Formulars zum Anlegen von Buchungsoptionen automatisch erstellt werden.'; $string['allowoverbooking'] = 'Überbuchen erlauben'; -$string['allowoverbookingheader'] = 'Buchungsoptionen überbuchen ' . $string['badge:pro']; +$string['allowoverbookingheader'] = 'Buchungsoptionen überbuchen ' . $badgepro; $string['allowoverbookingheader_desc'] = 'Berechtigten Nutzer:innen erlauben, Kurse zu überbuchen. (Achtung: Dies kann zu unerwünschtem Verhalten führen. Nur aktivieren, wenn wirklich benötigt.)'; -$string['appearancesettings'] = 'Darstellung ' . $string['badge:pro']; +$string['appearancesettings'] = 'Darstellung ' . $badgepro; $string['appearancesettings_desc'] = 'Passen Sie die Darstellung des Buchungsplugins an.'; $string['turnoffwunderbytelogo'] = 'Wunderbyte Logo und Link nicht anzeigen'; $string['turnoffwunderbytelogo_desc'] = 'Wenn diese Einstellung aktiviert ist, werden das Wunderbyte Logo und der Link zur Wunderbyte-Website nicht angezeigt.'; @@ -1298,7 +1301,7 @@ $string['collapseshowsettings'] = "Klappe Terminanzeige bei mehr als x Terminen zu."; $string['collapseshowsettings_desc'] = "Um auf der Überblicksseite nicht zu viele Termine auf einmal anzuzeigen, kann hier ein Limit definiert werden, ab dem die Anzeige standardmäßig eingeklappt ist."; -$string['teachersettings'] = 'Trainer:innen ' . $string['badge:pro']; +$string['teachersettings'] = 'Trainer:innen ' . $badgepro; $string['teachersettings_desc'] = 'Trainer:innen-spezifische Einstellungen.'; $string['teacherslinkonteacher'] = 'Links zu Trainer:innen-Seiten hinzufügen'; @@ -1320,7 +1323,7 @@ Achtung: Dies könnte ein Datenschutz-Problem darstellen. Aktivieren Sie dies nur, wenn es die Datenschutzbestimmungen Ihrer Organisation erlauben.'; -$string['cancellationsettings'] = 'Stornierungseinstellungen ' . $string['badge:pro']; +$string['cancellationsettings'] = 'Stornierungseinstellungen ' . $badgepro; $string['canceldependenton'] = 'Stornierungsfristen abhängig von'; $string['canceldependenton_desc'] = 'Wählen Sie aus, auf welches Datumsfeld sich die Einstellung "Nutzer:innen können nur bis n Tage vor Kursstart stornieren. Negative Werte meinen n Tage NACH Kursstart." @@ -1479,7 +1482,7 @@ // Price formula. $string['defaultpriceformula'] = "Preisformel"; -$string['priceformulaheader'] = 'Preisformel ' . $string['badge:pro']; +$string['priceformulaheader'] = 'Preisformel ' . $badgepro; $string['priceformulaheader_desc'] = "Eine Preisformel verwenden, um Preise automatisch berechnen zu können."; $string['defaultpriceformuladesc'] = "Das JSON Objekt erlaubt die Konfiguation der automatischen Preisberechnung."; @@ -1620,7 +1623,7 @@ $string['optionformconfig_infotext'] = 'Mit diesem PRO-Feature können Sie sich mit Drag & Drop und den Checkboxen beliebige Buchungsoptionsformulare zusammenstellen. Die einzelnen Formulare werden auf bestimmten Kontext-Ebenen (z.B. pro Buchungsinstanz, Systemweit...) definiert. Den jeweiligen Nutzer:innen sind die Formulare nur zugänglich, wenn Sie die jeweils entsprechende Berechtigung haben.'; -$string['optionformconfig_getpro'] = 'Mit Booking ' . $string['badge:pro'] . ' haben Sie die Möglichkeit, mit Drag & Drop individuelle Formulare für bestimmte Nutzer:innen-Gruppen und Kontexte +$string['optionformconfig_getpro'] = 'Mit Booking ' . $badgepro . ' haben Sie die Möglichkeit, mit Drag & Drop individuelle Formulare für bestimmte Nutzer:innen-Gruppen und Kontexte (z.B. nur für eine bestimmte Buchungsinstanz) anzulegen.'; $string['optionformconfigsaved'] = 'Konfiguration für das Buchungsoptionsformular gespeichert.'; $string['optionformconfigsubtitle'] = '

Hier können Sie nicht benötigte Funktionalitäten entfernen, um das Formular für die Erstellung von Buchungsoptionen übersichtlicher zu gestalten.

@@ -1922,7 +1925,7 @@ $string['filterbtn'] = 'Filtern'; // Booking campaigns. -$string['bookingcampaignswithbadge'] = 'Buchung: Kampagnen ' . $string['badge:pro']; +$string['bookingcampaignswithbadge'] = 'Buchung: Kampagnen ' . $badgepro; $string['bookingcampaigns'] = 'Buchung: Kampagnen (PRO)'; $string['bookingcampaign'] = 'Kampagne'; $string['bookingcampaignssubtitle'] = 'Mit Kampagnen können Sie für einen festgelegten Zeitraum die Preise von ausgewählten @@ -1981,7 +1984,7 @@ $string['error:campaignend'] = 'Kampagnenende muss nach dem Kampagnenbeginn sein.'; // Booking rules. -$string['bookingruleswithbadge'] = 'Buchung: Regeln ' . $string['badge:pro']; +$string['bookingruleswithbadge'] = 'Buchung: Regeln ' . $badgepro; $string['bookingrules'] = 'Buchung: Regeln (PRO)'; $string['bookingrule'] = 'Regel'; $string['addbookingrule'] = 'Regel hinzufügen'; @@ -2174,7 +2177,7 @@ $string['bookingactionadd'] = "Füge Aktion hinzu"; $string['boactions_desc'] = "Aktionen nach der Buchung sind derzeit ein experimentelles Feature. Sie können es ausprobieren, aber bitte verwenden Sie es noch auf keiner Produktivplattform!"; -$string['boactions'] = 'Aktionen nach der Buchung ' . $string['badge:pro'] . ' ' . $string['badge:experimental']; +$string['boactions'] = 'Aktionen nach der Buchung ' . $badgepro . ' ' . $badgeexp; $string['onlyaddactionsonsavedoption'] = "Aktionen nach der Buchung könnnen nur zu schon gespeicherte Optionen hinzugefügt werden."; $string['boactionname'] = "Name der Aktion"; $string['showboactions'] = "Aktiviere Aktionen nach der Buchung"; diff --git a/lang/en/booking.php b/lang/en/booking.php index a935665a1..24822278f 100755 --- a/lang/en/booking.php +++ b/lang/en/booking.php @@ -24,6 +24,9 @@ global $CFG; +$badgepro = ' PRO'; +$badgeexp = ' Experimental'; + // General strings. $string['accept'] = 'Accept'; $string['aftersubmitaction'] = 'After saving...'; @@ -141,8 +144,8 @@ $string['youareediting'] = 'You are editing "{$a}".'; // Badges. -$string['badge:pro'] = ' PRO'; -$string['badge:experimental'] = ' Experimental'; +$string['badge:pro'] = $badgepro; +$string['badge:exp'] = $badgeexp; // Errors. $string['error:ruleactionsendcopynotpossible'] = 'It\'s not possible to send an e-mail copy for the event you chose.'; @@ -233,7 +236,7 @@ $string['daystonotify'] = 'Number of days in advance of the event-start to notify participants'; $string['daystonotify_help'] = "Will work only if start and end date of option are set! 0 for disabling this functionality."; $string['daystonotify2'] = 'Second notification before start of event to notify participants.'; -$string['daystonotifyteachers'] = 'Number of days in advance of the event-start to notify teachers' . $string['badge:pro']; +$string['daystonotifyteachers'] = 'Number of days in advance of the event-start to notify teachers' . $badgepro; $string['bookinganswer_cancelled'] = 'Booking option cancelled for/by user'; // Booking option events. @@ -561,7 +564,7 @@ // Mail templates (instance specific or global). $string['mailtemplatesadvanced'] = 'Activate advanced settings for e-mail templates'; -$string['mailtemplatessource'] = 'Set source of mail templates ' . $string['badge:pro']; +$string['mailtemplatessource'] = 'Set source of mail templates ' . $badgepro; $string['mailtemplatessource_help'] = 'Caution: If you choose global e-mail templates, the instance-specific mail templates won\'t be used. Instead the e-mail templates specified in the booking plugin settings will be used.

Please make sure that there are existing e-mail templates in the booking settings for each e-mail type.'; @@ -873,7 +876,7 @@ To view all your booked courses click on the following link: {$a->bookinglink} The associated course can be found here: {$a->courselink} '; -$string['notifyemailteachers'] = 'Teacher notification before start ' . $string['badge:pro']; +$string['notifyemailteachers'] = 'Teacher notification before start ' . $badgepro; $string['userleavesubject'] = 'You successfully unsubscribed from {$a->title}'; $string['userleavemessage'] = 'Hello {$a->participant}, @@ -1150,7 +1153,7 @@ $string['bookingdebugmode_desc'] = 'Booking debug mode should only be activated by developers.'; $string['globalcurrency'] = 'Currency'; $string['globalcurrencydesc'] = 'Choose the currency for booking option prices'; -$string['globalmailtemplates'] = 'Global mail templates ' . $string['badge:pro']; +$string['globalmailtemplates'] = 'Global mail templates ' . $badgepro; $string['globalmailtemplates_desc'] = 'After activation, you can go to the settings of a booking instance and set the source of mail templates to global.'; $string['globalbookedtext'] = 'Booking confirmation (global template)'; $string['globalwaitingtext'] = 'Waiting list confirmation (global template)'; @@ -1192,7 +1195,7 @@ $string['signincustfields_desc'] = 'Select the custom profiles fields to be shown on the sign-in sheet'; $string['showcustomfields'] = 'Custom booking option fields'; $string['showcustomfields_desc'] = 'Select the custom booking option fields to be shown on the sign-in sheet'; -$string['alloptionsinreport'] = 'One report for a booking activity ' . $string['badge:pro']; +$string['alloptionsinreport'] = 'One report for a booking activity ' . $badgepro; $string['alloptionsinreportdesc'] = 'The report of one booking option will include all the bookings of all booking options within this instance.'; $string['showlistoncoursepage'] = 'Show extra information on course page'; @@ -1213,7 +1216,7 @@ $string['numberrows'] = 'Number rows'; $string['numberrowsdesc'] = 'Number each row of the sign-in sheet. Number will be displayed left of the name in the same column'; -$string['availabilityinfotexts_heading'] = 'Availability info texts for booking places and waiting list ' . $string['badge:pro']; +$string['availabilityinfotexts_heading'] = 'Availability info texts for booking places and waiting list ' . $badgepro; $string['bookingplacesinfotexts'] = 'Show availability info texts for booking places'; $string['bookingplacesinfotexts_info'] = 'Show short info messages instead of the number of available booking places.'; $string['waitinglistinfotexts'] = 'Show availability info texts for waiting list'; @@ -1279,9 +1282,9 @@ $string['duplicationrestoreteachers'] = 'Include teachers'; $string['duplicationrestoreprices'] = 'Include prices'; $string['duplicationrestoreentities'] = 'Include entities'; -$string['duplicationrestoresubbookings'] = 'Include subbookings ' . $string['badge:pro']; +$string['duplicationrestoresubbookings'] = 'Include subbookings ' . $badgepro; -$string['duplicationrestoreoption'] = 'Booking options: Duplication settings ' . $string['badge:pro']; +$string['duplicationrestoreoption'] = 'Booking options: Duplication settings ' . $badgepro; $string['duplicationrestoreoption_desc'] = 'Special settings for the duplication of booking options.'; $string['waitinglistheader'] = 'Waiting list'; @@ -1298,11 +1301,11 @@ $string['notificationlistdesc'] = 'When no place is available anymore, users can still register to be notified when there is an opening'; $string['usenotificationlist'] = 'Use notification list'; -$string['subbookings'] = 'Subbookings ' . $string['badge:pro']; +$string['subbookings'] = 'Subbookings ' . $badgepro; $string['subbookings_desc'] = 'Activate subbookings in order to enable the booking of additional items or time slots (e.g. for tennis courts).'; $string['showsubbookings'] = 'Activate subbookings'; -$string['progressbars'] = 'Progress bars of time passed ' . $string['badge:pro']; +$string['progressbars'] = 'Progress bars of time passed ' . $badgepro; $string['progressbars_desc'] = 'Get a visual representation of the time which has already passed for a booking option.'; $string['showprogressbars'] = 'Show progress bars of time passed'; $string['progressbarscollapsible'] = 'Make progress bars collapsible'; @@ -1312,17 +1315,17 @@ $string['addtocalendardesc'] = 'Course calendar events are visible to ALL users within a course. If you do not want them to be created at all, you can turn this setting off and lock it by default. Don\'t worry: user calendar events for booked options will still be created anyways.'; -$string['automaticcoursecreation'] = 'Automatic creation of Moodle courses ' . $string['badge:pro']; +$string['automaticcoursecreation'] = 'Automatic creation of Moodle courses ' . $badgepro; $string['newcoursecategorycfield'] = 'Booking option custom field to be used as course category'; $string['newcoursecategorycfielddesc'] = 'Choose a booking option custom field which will be used as course category for automatically created courses using the dropdown entry "Create new course..." in the form for creating new booking options.'; $string['allowoverbooking'] = 'Allow overbooking'; -$string['allowoverbookingheader'] = 'Overbooking of booking options ' . $string['badge:pro']; +$string['allowoverbookingheader'] = 'Overbooking of booking options ' . $badgepro; $string['allowoverbookingheader_desc'] = 'Allow administrators and entitled users to overbook booking options. (Be careful: This can lead to unexpected behavior. Only activate this if you really need it.)'; -$string['appearancesettings'] = 'Appearance ' . $string['badge:pro']; +$string['appearancesettings'] = 'Appearance ' . $badgepro; $string['appearancesettings_desc'] = 'Configure the appearance of the booking plugin.'; $string['turnoffwunderbytelogo'] = 'Do not show Wunderbyte logo und link'; $string['turnoffwunderbytelogo_desc'] = 'If you activate this setting, the Wunderbyte logo and the link to the Wunderbyte website won\'t be shown.'; @@ -1334,7 +1337,7 @@ $string['collapseshowsettings'] = "Collapse 'show dates' with more than x dates."; $string['collapseshowsettings_desc'] = "To avoid a messy view with too many dates, a lower limit for collapsed dates can be defined here."; -$string['teachersettings'] = 'Teachers ' . $string['badge:pro']; +$string['teachersettings'] = 'Teachers ' . $badgepro; $string['teachersettings_desc'] = 'Teacher-specific settings.'; $string['teacherslinkonteacher'] = 'Add links to teacher pages'; @@ -1355,7 +1358,7 @@ Be careful: This might be a privacy issue. Only activate this, if you are sure it corresponds with your organization\'s privacy policy.'; -$string['cancellationsettings'] = 'Cancellation settings ' . $string['badge:pro']; +$string['cancellationsettings'] = 'Cancellation settings ' . $badgepro; $string['canceldependenton'] = 'Cancellation period dependent on'; $string['canceldependenton_desc'] = 'Choose the date that should be used as "start" for the setting "Disallow users to cancel their booking n days before start. Minus means, that users can still cancel n @@ -1603,7 +1606,7 @@ // Price formula. $string['defaultpriceformula'] = "Price formula"; -$string['priceformulaheader'] = 'Price formula ' . $string['badge:pro']; +$string['priceformulaheader'] = 'Price formula ' . $badgepro; $string['priceformulaheader_desc'] = "Use a price formula to automatically calculate prices for booking options."; $string['defaultpriceformuladesc'] = "The JSON object permits the configuration of the automatic price calculation with a booking option."; @@ -1744,7 +1747,7 @@ $string['optionformconfig_infotext'] = 'With this PRO feature, you can create your individual booking option forms by using drag & drop and the checkboxes. The forms are stored on a specific context level (e.g. booking instance, system-wide...). Users can only access the forms if they have the appropriate capabilities.'; -$string['optionformconfig_getpro'] = ' With Booking ' . $string['badge:pro'] . ' you have the possibility to create individual forms with drag and drop +$string['optionformconfig_getpro'] = ' With Booking ' . $badgepro . ' you have the possibility to create individual forms with drag and drop for specific user roles and contexts (e.g. for a specific booking instance or system wide).'; $string['optionformconfigsaved'] = 'Configuration for the booking option form saved.'; $string['optionformconfigsubtitle'] = '

Turn off features you do not need, in order to make the booking option form more compact for your administrators.

@@ -2053,7 +2056,7 @@ $string['filterbtn'] = 'Filter'; // Booking campaigns. -$string['bookingcampaignswithbadge'] = 'Booking: Campaigns ' . $string['badge:pro']; +$string['bookingcampaignswithbadge'] = 'Booking: Campaigns ' . $badgepro; $string['bookingcampaigns'] = 'Booking: Campaigns (PRO)'; $string['bookingcampaign'] = 'Campaign'; $string['bookingcampaignssubtitle'] = 'Campaigns allow you to discount the prices of selected booking options @@ -2110,7 +2113,7 @@ $string['error:campaignend'] = 'Campaign end has to be after campaign start.'; // Booking rules. -$string['bookingruleswithbadge'] = 'Booking: Rules ' . $string['badge:pro']; +$string['bookingruleswithbadge'] = 'Booking: Rules ' . $badgepro; $string['bookingrules'] = 'Booking: Rules (PRO)'; $string['bookingrule'] = 'Rule'; $string['addbookingrule'] = 'Add rule'; @@ -2305,7 +2308,7 @@ $string['bookingactionadd'] = "Add action"; $string['boactions_desc'] = "Booking actions after booking are still an EXPERIMENTAL feature. You can try them if you want. But do not use them in a productive environment yet!"; -$string['boactions'] = 'Actions after booking ' . $string['badge:pro'] . ' ' . $string['badge:experimental']; +$string['boactions'] = 'Actions after booking ' . $badgepro . ' ' . $badgeexp; $string['onlyaddactionsonsavedoption'] = "Actions after booking can only be added once the booking option is saved."; $string['boactionname'] = "Name of action"; $string['showboactions'] = "Activate actions after booking";