summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/zh_CN.GB2312.php
blob: 2c6a7891e98078c2fd8c4356c8b16e9b1ced6bdd (plain)
1
2
3
4
5
6
7
<?php $TRANSLATIONS = array(
"Name" => "名称",
"1 folder" => "1 个文件夹",
"{count} folders" => "{count} 个文件夹",
"1 file" => "1 个文件",
"{count} files" => "{count} 个文件"
);