5 lines
127 B
PHP
5 lines
127 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "Nelze navrátit: %s",
|
|
"Versions" => "Verze",
|
|
"Restore" => "Obnovit"
|
|
);
|