Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lang/de/block_exaport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down
8 changes: 8 additions & 0 deletions lang/total.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down