mood.lang.php 532 B

1234567891011121314151617
  1. <?php
  2. $LANG['id_cannot_be_empty'] = 'ID不能为空';
  3. $LANG['total'] = '总数';
  4. $LANG['expressed'] = '你已经表达过心情了,保持平常心有益身体健康!';
  5. $LANG['category'] = '栏目';
  6. $LANG['time'] = '时间';
  7. $LANG['sort'] = '排序';
  8. $LANG['today'] = '今天';
  9. $LANG['yesterday'] = '昨天';
  10. $LANG['this_week'] = '本周';
  11. $LANG['this_month'] = '本月';
  12. $LANG['all'] = '所有';
  13. $LANG['view'] = '查看';
  14. $LANG['title'] = '标题';
  15. $LANG['on_hand'] = '可用';
  16. $LANG['name'] = '名称';
  17. $LANG['pic'] = '图片';