nextcloud/apps/files_sharing/l10n/de_DE.php

10 lines
410 B
PHP
Raw Normal View History

2012-10-17 01:39:13 +04:00
<?php $TRANSLATIONS = array(
"Password" => "Passwort",
"Submit" => "Absenden",
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",
2012-10-17 01:39:13 +04:00
"Download" => "Download",
"No preview available for" => "Es ist keine Vorschau verfügbar für",
2012-10-20 04:03:53 +04:00
"web services under your control" => "Web-Services unter Ihrer Kontrolle"
2012-10-17 01:39:13 +04:00
);