de_DE.php 1.1 KB

123456789101112131415161718192021
  1. <?php
  2. $TRANSLATIONS = array(
  3. "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
  4. "The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
  5. "Password" => "Passwort",
  6. "Sorry, this link doesn’t seem to work anymore." => "Entschuldigung, dieser Link scheint nicht mehr zu funktionieren.",
  7. "Reasons might be:" => "Gründe könnten sein:",
  8. "the item was removed" => "Das Element wurde entfernt",
  9. "the link expired" => "Der Link ist abgelaufen",
  10. "sharing is disabled" => "Teilen ist deaktiviert",
  11. "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.",
  12. "%s shared the folder %s with you" => "%s hat den Ordner %s mit Ihnen geteilt",
  13. "%s shared the file %s with you" => "%s hat die Datei %s mit Ihnen geteilt",
  14. "Download" => "Herunterladen",
  15. "Upload" => "Hochladen",
  16. "Cancel upload" => "Upload abbrechen",
  17. "No preview available for" => "Es ist keine Vorschau verfügbar für",
  18. "Direct link" => "Direkte Verlinkung"
  19. );
  20. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";