5 lines
150 B
PHP
5 lines
150 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "Konnte %s nicht zurücksetzen",
|
|
"Versions" => "Versionen",
|
|
"Restore" => "Wiederherstellen"
|
|
);
|