nextcloud/apps/files_sharing/l10n/de_DE.php

12 lines
505 B
PHP
Raw Normal View History

2012-10-17 01:39:13 +04:00
<?php $TRANSLATIONS = array(
2013-07-08 04:09:41 +04:00
"The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
2012-10-17 01:39:13 +04:00
"Password" => "Passwort",
2013-04-27 04:24:29 +04:00
"Submit" => "Bestätigen",
2012-10-20 04:03:53 +04:00
"%s shared the folder %s with you" => "%s hat den Ordner %s mit Ihnen geteilt",
"%s shared the file %s with you" => "%s hat die Datei %s mit Ihnen geteilt",
2013-04-27 04:24:29 +04:00
"Download" => "Herunterladen",
2013-06-30 04:13:07 +04:00
"Upload" => "Hochladen",
"Cancel upload" => "Upload abbrechen",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Es ist keine Vorschau verfügbar für"
2012-10-17 01:39:13 +04:00
);