de_DE.php 438 B

1234567891011
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Could not revert: %s" => "Konnte %s nicht zurücksetzen",
  4. "Versions" => "Versionen",
  5. "Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgängig machen.",
  6. "More versions..." => "Mehrere Versionen...",
  7. "No other versions available" => "Keine anderen Versionen verfügbar",
  8. "Restore" => "Wiederherstellen"
  9. );
  10. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";