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