summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/zh_CN.GB2312.php
blob: eaa97bb1b6ff7730c4a3b9841d27e140b5e73996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Error" => "出错",
"Delete permanently" => "永久删除",
"Name" => "名称",
"_%n folder_::_%n folders_" => array("%n 个文件夹"),
"_%n file_::_%n files_" => array("%n 个文件"),
"Restore" => "恢复",
"Delete" => "删除",
"Deleted Files" => "删除的文件"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";