Forked from
ISPConfig / ISPConfig 3
783 commits behind the upstream repository.
cn_dashlet_databasequota.lng 221 B
<?php
$wb['databasequota_txt'] = '数据库配额';
$wb['database_txt'] = '数据库名称';
$wb['used_txt'] = '已使用空间';
$wb['quota_txt'] = '配额';
$wb['no_database_accounts_txt'] = '未找到数据库。';
?>