de_CH.php 1009 B

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