Thomas Bruederli
2012-11-18 6fa61759e2369f4702ecebe584c133f9d79e0d93
1
2
3
4
5
6
7
8
<?php
 
$labels = array();
$labels['help'] = '說明';
$labels['about'] = '關於';
$labels['license'] = '許可證';
 
?>