From 1606dbc3bcfa87fd1e5eb052d14ae55321edfb07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:57:51 +0000 Subject: [PATCH 1/2] Initial plan From c7c097a52905a74f5223055c7033e151622ad272 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 3 Jun 2026 13:59:21 +0000 Subject: [PATCH 2/2] Add missing language strings sharedwithotherusers and i_updated_category to DE and total.php --- lang/de/block_exaport.php | 2 ++ lang/total.php | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/lang/de/block_exaport.php b/lang/de/block_exaport.php index 3a691d2d..1db3eda4 100644 --- a/lang/de/block_exaport.php +++ b/lang/de/block_exaport.php @@ -376,6 +376,7 @@ $string['searchcategory'] = 'Kategorie suchen...'; $string['sharedwith'] = 'Geteilt mit'; $string['sharedwith_user_cnt'] = 'Mit {$a} Benutzern geteilt'; +$string['sharedwithotherusers'] = 'mit anderen Benutzern geteilt'; $string['sharedwith_onlyme'] = 'Nur mit mir geteilt'; $string['sharedwith_shareall'] = 'Mit allen Benutzer::innen geteilt'; $string['sharedwith_shareexternal'] = 'Geteilte externe Views'; @@ -628,6 +629,7 @@ // ], $string['i_shared'] = '{$a->sendername} hat die ePortfolio Ansicht {$a->title} mit Ihnen geteilt'; $string['i_updated'] = '{$a->sendername} hat Änderungen an dem E-Portfolio {$a->title} vorgenommen, welches mit Ihnen geteilt ist.'; +$string['i_updated_category'] = '{$a->sendername} hat ein neues Artefakt zur geteilten Kategorie "{$a->title}" hinzugefügt'; $string['addstdcat'] = 'Standardkategorien importieren'; $string['incompatible_video'] = 'Um dieses Video anzusehen, bitte den direkten Link benutzen: {$a->link}'; $string['download_pdf'] = 'Download as Pdf'; diff --git a/lang/total.php b/lang/total.php index 48f88f4f..20ce915b 100644 --- a/lang/total.php +++ b/lang/total.php @@ -1370,6 +1370,10 @@ 'Mit {$a} Benutzern geteilt', 'Shared with {$a} users', ], + 'sharedwithotherusers' => [ + 'mit anderen Benutzern geteilt', + 'shared with other users', + ], 'sharedwith_onlyme' => [ 'Nur mit mir geteilt', 'Shared only with me', @@ -2210,6 +2214,10 @@ '{$a->sendername} hat Änderungen an dem E-Portfolio {$a->title} vorgenommen, welches mit Ihnen geteilt ist.', '{$a->sendername} made changes to the e-portfolio view {$a->title} shared with you.', ], + 'i_updated_category' => [ + '{$a->sendername} hat ein neues Artefakt zur geteilten Kategorie "{$a->title}" hinzugefügt', + '{$a->sendername} added a new artefact to the shared category "{$a->title}"', + ], 'addstdcat' => [ 'Standardkategorien importieren', 'import standard categories',