Deutsche Umlaute in UI und Dokumentation korrigieren

This commit is contained in:
2026-07-14 22:11:33 +02:00
parent f9544f24fd
commit 539117b409
31 changed files with 561 additions and 564 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ function csv_prepare_upload(array $file): array
}
if (($file['size'] ?? 0) <= 0 || $file['size'] > 5 * 1024 * 1024) {
return [null, 'Die CSV-Datei ist leer oder groesser als 5 MB.'];
return [null, 'Die CSV-Datei ist leer oder größer als 5 MB.'];
}
$originalName = (string)($file['name'] ?? '');
@@ -248,7 +248,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
}elseif($eintrag[3] == 3){
echo "Benutzer nicht gefunden";
}elseif($eintrag[3] == 4){
echo "Ungueltige CSV-Zeile";
echo "Ungültige CSV-Zeile";
}
echo "</td>