Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
<?php
2
 
3
/*
4
zh.php
5
汉语 - Chinese
6
Translation by Allen Chen
7
*/
8
 
9
$words = array(
10
'index of' => '索引',
11
'parent directory' => '上一级目录',
12
'file' => '文件',
13
'size' => '大小',
14
'modified' => '最后修改日期',
15
'total size' => '占用总空间',
16
'total files' => '总文件数',
17
'total folders' => '总目录数',
18
'search' => '搜索',
19
'files' => '文件',
20
'folders' => '目录',
21
'both' => '两者都有',
22
'search results' => '搜索结果',
23
'no results' => '没有找到你要的',
24
'end of results' => '搜索结束',
25
'found' => '寻找');
26
 
27
?>