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