Skip to content

Commit

Permalink
Bugfix: Try to fix strings for AMOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-wunderbyte committed Apr 10, 2024
1 parent 736c5a5 commit a927c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 1 addition & 4 deletions lang/de/booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

use mod_booking\placeholders\placeholders_info;

global $CFG;

// General strings.
Expand Down Expand Up @@ -2175,8 +2173,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 ' . $string['badge:pro'] . ' ' . $string['badge:experimental'];
$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";
Expand Down
8 changes: 2 additions & 6 deletions lang/en/booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

use mod_booking\placeholders\placeholders_info;

global $CFG;

// General strings.
Expand Down Expand Up @@ -234,8 +232,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' . $string['badge:pro'];
$string['bookinganswer_cancelled'] = 'Booking option cancelled for/by user';

// Booking option events.
Expand Down Expand Up @@ -2307,8 +2304,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 ' . $string['badge:pro'] . ' ' . $string['badge:experimental'];
$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";
Expand Down

0 comments on commit a927c56

Please sign in to comment.