nextcloud/apps/files_sharing/l10n/de_DE.php

21 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-10-14 04:33:30 +04:00
"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
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-08-01 09:57:04 +04:00
"Sorry, this link doesnt seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
"Reasons might be:" => "Gründe könnten sein:",
"the item was removed" => "Das Element wurde entfernt",
"the link expired" => "Der Link ist abgelaufen",
"sharing is disabled" => "Teilen ist deaktiviert",
"For more info, please ask the person who sent this link." => "Für mehr Informationen, fragen Sie bitte die Person, die Ihnen diesen Link geschickt hat.",
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-10-27 10:32:11 +04:00
"No preview available for" => "Es ist keine Vorschau verfügbar für",
"Direct link" => "Direkte Verlinkung"
2012-10-17 01:39:13 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";