server/apps/files_trashbin/l10n/zh_CN.GB2312.php

10 lines
238 B
PHP
Raw Normal View History

2013-01-31 23:19:28 +00:00
<?php $TRANSLATIONS = array(
2013-04-09 00:14:02 +00:00
"Error" => "出错",
2013-01-31 23:19:28 +00:00
"Name" => "名称",
"1 folder" => "1 个文件夹",
"{count} folders" => "{count} 个文件夹",
"1 file" => "1 个文件",
2013-02-21 23:08:47 +00:00
"{count} files" => "{count} 个文件",
"Delete" => "删除"
2013-01-31 23:19:28 +00:00
);