Skip to content

Commit

Permalink
Bugfix: new cli ouput
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Dec 2, 2024
1 parent 3ec9a86 commit 286253b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/de/tool_wbinstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
$string['noadaptivequizfound'] = 'Kein passendes adaptivequiz gefunden';
$string['oldermoodlebackupversion'] = 'Das Kurs-Backup ist älter als die aktuelle Moodle Version {$a}';
$string['targetdirnotwritable'] = 'Verzeichnis {$a} kann möglicherweise nicht angelegt werden. Dies kann u.a. durch fehlender Schreibrechte oder dadurch bedingt sein, dass der übergeordnete Ordner (noch) nicht existiert. Das Plugin wird im nächsten Schritt dennoch versuchen, die Komponente zu installieren.';
$string['targetdirwritablecommand'] = 'Um die Berechtigungen für dieses Verzeichnis anzupassen, muss ein ähnlicher Befehl ausgeführt werden "sudo chmod 755 {$a}"';
$string['targetdirwritablecommand'] = 'Um die Berechtigungen für dieses Verzeichnis anzupassen, muss ein ähnlicher Befehl ausgeführt werden "sudo chmod 777 {$a}"';
$string['targetdirsubplugin'] = 'Das Verzeichnis {$a} ist ein Subplugin. Falls das übergeordnete Plugin hier im Rezept ist, wird das Subplugin installiert.';
$string['configvalueset'] = 'Die Konfigurationseinstellung {$a} wurde erfolgreich gesetzt';
$string['confignotfound'] = 'Die Konfigurationseinstellung {$a} wurde nicht gefunden';
Expand Down
2 changes: 1 addition & 1 deletion lang/en/tool_wbinstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
$string['noadaptivequizfound'] = 'No matching adaptivequiz was found';
$string['oldermoodlebackupversion'] = 'The course-backup is older than the current moodle version {$a}';
$string['targetdirnotwritable'] = 'No write permission for the directory {$a}';
$string['targetdirwritablecommand'] = 'To change the permission of the directory, execute a command like this "sudo chmod 755 {$a}"';
$string['targetdirwritablecommand'] = 'To change the permission of the directory, execute a command like this "sudo chmod 777 {$a}"';
$string['targetdirsubplugin'] = 'The directory {$a} is a subplugin. If the parent plugin is inside this recipe, the subplugin gets installed.';
$string['configvalueset'] = 'The config setting {$a} was successfully set';
$string['confignotfound'] = 'The config setting {$a} was not found';
Expand Down

0 comments on commit 286253b

Please sign in to comment.