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