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