mood.lang.php 527 B

1234567891011121314151617
  1. <?php
  2. $LANG['id_cannot_be_empty'] = 'ID is required';
  3. $LANG['total'] = 'Total';
  4. $LANG['expressed'] = 'You have already expressed your feelings. Have a nice day! ';
  5. $LANG['category'] = 'Column';
  6. $LANG['time'] = 'Time';
  7. $LANG['sort'] = 'Ordering';
  8. $LANG['today'] = 'Today';
  9. $LANG['yesterday'] = 'Yesterday';
  10. $LANG['this_week'] = 'This week';
  11. $LANG['this_month'] = 'This month';
  12. $LANG['all'] = 'All';
  13. $LANG['view'] = 'View';
  14. $LANG['title'] = 'Title';
  15. $LANG['on_hand'] = 'Available';
  16. $LANG['name'] = 'Name';
  17. $LANG['pic'] = 'Photo';