Blame view

sources/apps/files_sharing/l10n/de.php 1.11 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
  <?php
  $TRANSLATIONS = array(
  "This share is password-protected" => "Diese Freigabe ist durch ein Passwort geschützt",
0f30ed153   Kload   RC4
4
  "The password is wrong. Try again." => "Bitte überprüfen sie Ihr Passwort und versuchen Sie es erneut.",
03e52840d   Kload   Init
5
  "Password" => "Passwort",
31b7f2792   Kload   Upgrade to ownclo...
6
7
  "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:",
0f30ed153   Kload   RC4
8
  "the item was removed" => "Die Elemente wurden entfernt",
31b7f2792   Kload   Upgrade to ownclo...
9
10
  "the link expired" => "Der Link ist abgelaufen",
  "sharing is disabled" => "Teilen ist deaktiviert",
0f30ed153   Kload   RC4
11
  "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.",
03e52840d   Kload   Init
12
13
14
  "%s shared the folder %s with you" => "%s hat den Ordner %s mit Dir geteilt",
  "%s shared the file %s with you" => "%s hat die Datei %s mit Dir geteilt",
  "Download" => "Download",
0f30ed153   Kload   RC4
15
  "Upload" => "Hochladen",
31b7f2792   Kload   Upgrade to ownclo...
16
  "Cancel upload" => "Upload abbrechen",
03e52840d   Kload   Init
17
  "No preview available for" => "Es ist keine Vorschau verfügbar für",
0f30ed153   Kload   RC4
18
  "Direct link" => "Direkte Verlinkung"
03e52840d   Kload   Init
19
  );
31b7f2792   Kload   Upgrade to ownclo...
20
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";