blob: 2b5bf3e9347d213998c188a30b3b6fa705b10d60 (
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..." => "Weitere Versionen...",
"No other versions available" => "Keine anderen Versionen verfügbar",
"Restore" => "Wiederherstellen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|