update phrase Stundenplan => LV-Plan, Feiertag => Ferien / Feiertag, Holiday => Holidays

This commit is contained in:
Harald Bamberger
2025-08-06 11:14:37 +02:00
parent 8104d77399
commit 9ad2198b02
+3 -3
View File
@@ -216,13 +216,13 @@ $phrases = array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Feiertag',
'text' => 'Ferien / Feiertag',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Holiday',
'text' => 'Holidays',
'description' => '',
'insertvon' => 'system'
)
@@ -40857,7 +40857,7 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Stundenplan',
'text' => 'LV-Plan',
'description' => '',
'insertvon' => 'system'
),