You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/apps/files_sharing/l10n/de.php

27 lines
1.4 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
$TRANSLATIONS = array(
"Shared with you" => "Mit Dir geteilt",
"Shared with others" => "Von Dir geteilt",
"Shared by link" => "Geteilt über einen Link",
"No files have been shared with you yet." => "Es wurden bis jetzt keine Dateien mit Dir geteilt.",
"You haven't shared any files yet." => "Du hast bis jetzt keine Dateien mit anderen geteilt.",
"You haven't shared any files by link yet." => "Du hast bis jetzt keine Dateien über einen Link mit anderen geteilt.",
"Shared by {owner}" => "Geteilt von {owner}",
"Shared by" => "Geteilt von ",
"This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
"The password is wrong. Try again." => "Bitte überprüfe Dein Passwort und versuche es erneut.",
"Password" => "Passwort",
"Name" => "Name",
"Share time" => "Zeitpunkt der Freigabe",
"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, frage bitte die Person, die Dir diesen Link geschickt hat.",
"Download" => "Herunterladen",
"Download %s" => "Download %s",
"Direct link" => "Direkter Link"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";