5 lines
131 B
PHP
5 lines
131 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "Nemožno obnoviť: %s",
|
|
"Versions" => "Verzie",
|
|
"Restore" => "Obnoviť"
|
|
);
|