Blame view

sources/apps/files_versions/l10n/de.php 438 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",
6d9380f96   Cédric Dupont   Update sources OC...
5
6
  "Failed to revert {file} to revision {timestamp}." => "Konnte {file} der Revision {timestamp} nicht rückgängig machen.",
  "More versions..." => "Weitere Versionen...",
31b7f2792   Kload   Upgrade to ownclo...
7
8
  "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);";