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