diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-01 00:19:28 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-01 00:19:28 +0100 |
commit | 94f744672431d5d4fc98ba3970aa9c5fb70cbc93 (patch) | |
tree | 00beaed492553312610888b417db86f0ba23f294 /apps/files_trashbin/l10n/de.php | |
parent | 5dd2c9152e86a5b4e0ca050aa1aca29ce3b813b1 (diff) | |
download | nextcloud-server-94f744672431d5d4fc98ba3970aa9c5fb70cbc93.tar.gz nextcloud-server-94f744672431d5d4fc98ba3970aa9c5fb70cbc93.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/de.php')
-rw-r--r-- | apps/files_trashbin/l10n/de.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/de.php b/apps/files_trashbin/l10n/de.php new file mode 100644 index 00000000000..dbd370f5678 --- /dev/null +++ b/apps/files_trashbin/l10n/de.php @@ -0,0 +1,12 @@ +<?php $TRANSLATIONS = array( +"perform restore operation" => "Wiederherstellung ausführen", +"perform undelete operation" => "löschen rückgängig machen", +"Name" => "Name", +"Deleted" => "gelöscht", +"1 folder" => "1 Ordner", +"{count} folders" => "{count} Ordner", +"1 file" => "1 Datei", +"{count} files" => "{count} Dateien", +"Nothing in here. Your trash bin is empty!" => "Nichts zu löschen, der Papierkorb ist leer", +"Restore" => "Wiederherstellen" +); |