2013-08-09 12:06:31 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2013-04-08 00:18:28 +00:00
|
|
|
"Could not revert: %s" => "无法恢复:%s",
|
2013-07-27 06:03:03 +00:00
|
|
|
"Versions" => "版本"
|
2012-09-18 00:04:26 +00:00
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|