diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-27 00:06:21 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-27 00:06:21 +0100 |
commit | 00a28062e12761c6b806497a6e4a811a8f363ce1 (patch) | |
tree | 720ad8f9ab4192ecc85c33ff0b016975125583ad /apps/files/l10n/de.php | |
parent | c9e25d3fab17b178759dd6d2f9488aa4cf37fbbb (diff) | |
download | nextcloud-server-00a28062e12761c6b806497a6e4a811a8f363ce1.tar.gz nextcloud-server-00a28062e12761c6b806497a6e4a811a8f363ce1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/de.php')
-rw-r--r-- | apps/files/l10n/de.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/de.php b/apps/files/l10n/de.php index c851f7df2a7..84aed12b5c1 100644 --- a/apps/files/l10n/de.php +++ b/apps/files/l10n/de.php @@ -1,5 +1,4 @@ <?php $TRANSLATIONS = array( -"Upload" => "Hochladen", "Could not move %s - File with this name already exists" => "Konnte %s nicht verschieben - Datei mit diesem Namen existiert bereits.", "Could not move %s" => "Konnte %s nicht verschieben", "Unable to rename file" => "Konnte Datei nicht umbenennen", @@ -11,7 +10,6 @@ "No file was uploaded" => "Es wurde keine Datei hochgeladen.", "Missing a temporary folder" => "Temporärer Ordner fehlt.", "Failed to write to disk" => "Fehler beim Schreiben auf die Festplatte", -"Not enough space available" => "Nicht genug Speicherplatz verfügbar", "Invalid directory." => "Ungültiges Verzeichnis", "Files" => "Dateien", "Unshare" => "Nicht mehr freigeben", @@ -49,6 +47,7 @@ "{count} folders" => "{count} Ordner", "1 file" => "1 Datei", "{count} files" => "{count} Dateien", +"Upload" => "Hochladen", "File handling" => "Dateibehandlung", "Maximum upload size" => "Maximale Upload-Größe", "max. possible: " => "maximal möglich:", |