11 lines
439 B
PHP
11 lines
439 B
PHP
<?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änging machen.",
|
|
"More versions..." => "Mehrere Versionen...",
|
|
"No other versions available" => "Keine anderen Versionen verfügbar",
|
|
"Restore" => "Wiederherstellen"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|