de.php 407 B

12345678910
  1. <?php $TRANSLATIONS = array(
  2. "Password" => "Passwort",
  3. "Submit" => "Absenden",
  4. "%s shared the folder %s with you" => "%s hat den Ordner %s mit Dir geteilt",
  5. "%s shared the file %s with you" => "%s hat die Datei %s mit Dir geteilt",
  6. "Download" => "Download",
  7. "No preview available for" => "Es ist keine Vorschau verfügbar für",
  8. "web services under your control" => "Web-Services unter Deiner Kontrolle"
  9. );