4 lines
102 B
PHP
4 lines
102 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Could not revert: %s" => "无法恢复:%s",
|
|
"Versions" => "版本"
|
|
);
|