Skip to content

Commit

Permalink
MBS-9336: Improve terms of use lang strings
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel committed Sep 4, 2024
1 parent 8ec8695 commit 1657084
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions lang/de/local_ai_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
$string['configurepurposes'] = 'Einsatzzwecke konfigurieren';
$string['confirm'] = 'Bestätigen';
$string['confirmaitoolsusage_heading'] = 'KI-Nutzung bestätigen';
$string['confirmed'] = 'Nutzungsbedingungen akzeptiert';
$string['confirmed'] = 'akzeptiert';
$string['currentlyusedaitools'] = 'Aktuell konfigurierte KI-Tools';
$string['defaultrole'] = 'Standard-Rolle';
$string['defaulttenantname'] = 'Standard-Tenant';
Expand Down Expand Up @@ -128,8 +128,7 @@
$string['preconfiguredmodel'] = 'vorkonfiguriertes Modell';
$string['privacy:metadata'] = 'Das Plugin local_ai_manager speichert keine persönlichen Daten.';
$string['privacy_terms_heading'] = 'Datenschutz und Nutzungsbedingungen';
$string['privacy_terms_text1'] = 'Es gelten die allgemeinen Nutzungsbedingungen Ihrer Moodle-Instanz, zusätzlich gelten folgende weitere Nutzungsbedingungen zum Einsatz von KI in Ihrer Moodle-Instanz:';
$string['privacy_terms_text2'] = 'In der unten angeführten Tabelle sehen Sie eine Übersicht über die von Ihrem Tenant konfigurierten KI-Tools. Ihr Tenant-Manager hat gegebenenfalls weitere Hinweise zu den Nutzungsbedingungen und Datenschutzhinweisen des jeweiligen KI-Tools in der Spalte "Infolink" hinterlegt.';
$string['privacy_table_description'] = 'In der unten angeführten Tabelle sehen Sie eine Übersicht über die von Ihrem Tenant konfigurierten KI-Tools. Ihr Tenant-Manager hat gegebenenfalls weitere Hinweise zu den Nutzungsbedingungen und Datenschutzhinweisen des jeweiligen KI-Tools in der Spalte "Infolink" hinterlegt.';
$string['purpose'] = 'Einsatzzweck';
$string['purposesdescription'] = 'Welches Ihrer konfigurierten KI-Tools soll für welchen Einsatzzweck eingesetzt werden?';
$string['purposesheading'] = 'Einsatzzwecke ({$a->currentcount}/{$a->maxcount} zugewiesen)';
Expand Down
5 changes: 2 additions & 3 deletions lang/en/local_ai_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
$string['configurepurposes'] = 'Configure the purposes';
$string['confirm'] = 'Confirm';
$string['confirmaitoolsusage_heading'] = 'Confirm AI usage';
$string['confirmed'] = 'Terms of use accepted';
$string['confirmed'] = 'Accepted';
$string['currentlyusedaitools'] = 'Currently configured AI tools';
$string['defaultrole'] = 'default role';
$string['defaulttenantname'] = 'Default tenant';
Expand Down Expand Up @@ -128,8 +128,7 @@
$string['preconfiguredmodel'] = 'Preconfigured model';
$string['privacy:metadata'] = 'The local ai_manager plugin does not store any personal data.';
$string['privacy_terms_heading'] = 'Privacy and Terms of Use';
$string['privacy_terms_text1'] = 'The general terms of use of your moodle instance apply, especially AI tools, see:';
$string['privacy_terms_text2'] = 'In the table below, you can see an overview of the AI tools configured by your school. Your ByCS admin may have provided additional notes on the terms of use and privacy notices of the respective AI tools in the "Info link" column.';
$string['privacy_table_description'] = 'In the table below, you can see an overview of the AI tools configured by your school. Your ByCS admin may have provided additional notes on the terms of use and privacy notices of the respective AI tools in the "Info link" column.';
$string['purpose'] = 'Purpose';
$string['purposesdescription'] = 'Which of your configured AI tools should be used for which purpose?';
$string['purposesheading'] = 'Purposes ({$a->currentcount}/{$a->maxcount} assigned)';
Expand Down
3 changes: 1 addition & 2 deletions templates/purpose_info.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@

<h4>{{#str}}privacy_terms_heading, local_ai_manager{{/str}}</h4>
<p>
{{#str}}privacy_terms_text1, local_ai_manager{{/str}}<br>
{{{termsofuse}}}
</p>
<p>{{#str}}privacy_terms_text2, local_ai_manager{{/str}}</p>
<p>{{#str}}privacy_table_description, local_ai_manager{{/str}}</p>
</div>

<table class="table table-bordered">
Expand Down

0 comments on commit 1657084

Please sign in to comment.