2013-08-09 16:06:31 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2013-03-02 03:05:42 +04:00
|
|
|
"Could not revert: %s" => "无法恢复: %s",
|
2013-07-28 09:58:28 +04:00
|
|
|
"Versions" => "版本",
|
2014-03-11 09:59:39 +04:00
|
|
|
"Failed to revert {file} to revision {timestamp}." => "无法恢复 {file} 到 {timestamp} 的版本。",
|
|
|
|
"More versions..." => "更多版本...",
|
|
|
|
"No other versions available" => "无其他版本可用",
|
2013-07-28 09:58:28 +04:00
|
|
|
"Restore" => "恢复"
|
2012-09-07 04:07:22 +04:00
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|