Blame view

sources/apps/files_sharing/l10n/de_DE.php 1.11 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
  <?php
  $TRANSLATIONS = array(
  "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
  "The password is wrong. Try again." => "Das Passwort ist falsch. Bitte versuchen Sie es erneut.",
03e52840d   Kload   Init
5
  "Password" => "Passwort",
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
9
10
11
  "Sorry, this link doesn’t 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.",
03e52840d   Kload   Init
12
13
  "%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",
31b7f2792   Kload   Upgrade to ownclo...
14
15
16
  "Download" => "Herunterladen",
  "Upload" => "Hochladen",
  "Cancel upload" => "Upload abbrechen",
03e52840d   Kload   Init
17
  "No preview available for" => "Es ist keine Vorschau verfügbar für",
31b7f2792   Kload   Upgrade to ownclo...
18
  "Direct link" => "Direkte Verlinkung"
03e52840d   Kload   Init
19
  );
31b7f2792   Kload   Upgrade to ownclo...
20
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";