server/apps/files_versions/l10n/zh_CN.php

8 lines
165 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-03-01 23:05:42 +00:00
"Could not revert: %s" => "无法恢复: %s",
2013-07-28 05:58:28 +00:00
"Versions" => "版本",
"Restore" => "恢复"
2012-09-07 00:07:22 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";