link.lang.php 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?php
  2. $LANG['link'] = 'Partner Links';
  3. $LANG['link_add'] = 'Add';
  4. $LANG['link_name'] = 'Site name';
  5. $LANG['logo'] = 'LOGO';
  6. $LANG['url'] = 'URL';
  7. $LANG['link_type'] = 'Type';
  8. $LANG['typeid'] = 'Category';
  9. $LANG['status'] = 'Status';
  10. $LANG['type_id'] = 'Category ID';
  11. $LANG['type_name'] = 'Category Name';
  12. $LANG['list_type'] = 'Classification';
  13. $LANG['link_type_listorder'] = 'Priority';
  14. $LANG['web_description'] = 'Description';
  15. $LANG['type_description'] = 'Classification description';
  16. $LANG['username'] = 'Contact person';
  17. $LANG['elite'] = 'Promote';
  18. $LANG['passed'] = 'Approval';
  19. $LANG['setting_updates_successful'] = 'Updated successfully';
  20. $LANG['input_not_space'] = 'Please input content WITHOUT any spaces';
  21. $LANG['remove_all_selected'] = 'Remove all selected';
  22. $LANG['sitename_noempty'] = ' is Required';
  23. $LANG['siteurl_not_empty'] = ' is Required';
  24. $LANG['typename_noempty'] = ' is Required';
  25. $LANG['add_success'] = 'Submitted successfully, returning';
  26. $LANG['suspend_application'] = 'Suspended application, returning';
  27. $LANG['link_exit'] = 'Partner link does not exist';
  28. $LANG['linktype_exit'] = 'Classification does not exist';
  29. $LANG['all_linktype'] = 'All classification';
  30. $LANG['all'] = 'All';
  31. $LANG['word_link'] = 'Text link';
  32. $LANG['logo_link'] = 'Logo link';
  33. $LANG['before_select_operations'] = 'Please select';
  34. $LANG['yes'] = 'Yes';
  35. $LANG['no'] = 'No';
  36. $LANG['link_list'] = 'Partner Links';
  37. $LANG['go_website'] = 'Go to';
  38. $LANG['pass_check'] = 'Approval';
  39. $LANG['pass_or_not'] = 'Pass the review';
  40. $LANG['audit'] = 'Review';
  41. $LANG['passed'] = 'Approval';
  42. $LANG['move_success'] = 'Moved successfully';
  43. $LANG['application_or_not'] = 'Allow to apply';
  44. $LANG['code_or_not'] = 'Enable auth code';
  45. $LANG['choose_true_type'] = 'Please select correct classification';
  46. $LANG['application_links'] = 'Partner Link application';
  47. $LANG['link_onerror'] = 'Format should be http://www.dgg1688.com/';
  48. ?>