Blame view

sources/apps/files_versions/l10n/de_DE.php 439 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Could not revert: %s" => "Konnte %s nicht zurücksetzen",
03e52840d   Kload   Init
4
  "Versions" => "Versionen",
0f30ed153   Kload   RC4
5
  "Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgänging machen.",
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
  "More versions..." => "Mehrere Versionen...",
  "No other versions available" => "Keine anderen Versionen verfügbar",
  "Restore" => "Wiederherstellen"
03e52840d   Kload   Init
9
  );
31b7f2792   Kload   Upgrade to ownclo...
10
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";