nextcloud/files/l10n/de.php

15 lines
566 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php $TRANSLATIONS = array(
"Files" => "Dateien",
"Maximum upload size" => "Maximale Größe",
"Upload" => "Hochladen",
"New Folder" => "Neuer Ordner",
"Nothing in here. Upload something!" => "Alles leer. Lad was hoch!",
"Name" => "Name",
"Download" => "Herunterladen",
"Size" => "Größe",
"Modified" => "Bearbeitet",
"Delete" => "Löschen",
"Upload too large" => "Upload zu groß",
"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Die Datei überschreitet die Maximalgröße für Uploads auf diesem Server."
);