blob: 781774dcdd91cd2404081c018dd7b8a932871d5f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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..." => "Mehrere Versionen...",
"No other versions available" => "Keine anderen Versionen verfügbar",
"Restore" => "Wiederherstellen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|