wap.lang.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?php
  2. /*Language Format:
  3. Add a new file(.lang.php) with your module name at /phpcms/languages/
  4. translation save at the array:$LANG
  5. */
  6. $LANG['wap_del_cofirm'] = 'Are you sure you would like to delete it?';
  7. $LANG['phpcms_friends'] = 'Mobile user';
  8. $LANG['confirm_delete'] = 'You are about to permanently delete the selected items. Are you sure?';
  9. $LANG['wap_add_site'] = 'Create a mobile website';
  10. $LANG['parameter_error'] = 'The parameter is incorrect';
  11. $LANG['wap_add_site'] = 'Create a mobile website';
  12. $LANG['wap_del_succ'] = 'Item permanently deleted.';
  13. $LANG['wap_change_status'] = 'The status has been updated.';
  14. $LANG['wap_add_samesite_error'] = ' Another site with the same parent has the same alias';
  15. $LANG['wap_empty_type'] = 'Category name field is required.';
  16. $LANG['wap_empty_bound_type'] = 'Please choose a binding column';
  17. $LANG['wap_repeat_bound_error'] = 'This column has already been binded. The repeat bindings are NOT allowed.';
  18. $LANG['wap_add_subtype'] = '+ add a child category';
  19. $LANG['wap_repeat_bound'] = 'The repeat bindings are NOT allowed';
  20. $LANG['wap_type_del_error'] = 'The category includes child column, please delete the child column first.';
  21. $LANG['wap_permission_denied_del'] = 'No permissions to delete the site';
  22. $LANG['basic_config'] = 'Basic Settings';
  23. $LANG['parameter_config'] = 'Parameter Settings';
  24. $LANG['wap_sel_site'] = 'Select site';
  25. $LANG['wap_belong_site'] = 'Parent site';
  26. $LANG['wap_sitename'] = 'Site name';
  27. $LANG['wap_logo'] = 'LOGO';
  28. $LANG['wap_domain'] = 'Domain site bindings';
  29. $LANG['wap_listnum'] = 'List limit';
  30. $LANG['wap_thumb'] = 'Thumbnail size';
  31. $LANG['wap_content_page'] = 'Length of trimmed posts';
  32. $LANG['wap_index_tpl'] = 'Homepage template';
  33. $LANG['wap_cat_tpl'] = 'Channel template ';
  34. $LANG['wap_list_tpl'] = 'List page template';
  35. $LANG['wap_show_tpl'] = 'Content page template';
  36. $LANG['wap_hotword'] = 'Popular words';
  37. $LANG['wap_open'] = 'Open';
  38. $LANG['wap_close'] = 'Close';
  39. $LANG['wap_type_manage'] = 'Category Management';
  40. $LANG['wap_type_name'] = 'Category alias';
  41. $LANG['wap_toptype_add'] = 'Add parent classification';
  42. $LANG['wap_type_bound'] = 'Select a binding column';
  43. $LANG['wap_bound_type'] = 'Binding column';
  44. $LANG['wap_guestbook'] = 'Your comment has been successfully posted. The page is returning...';
  45. $LANG['wap_goback'] = 'Back to content page';
  46. $LANG['wap_close_status'] = 'The page cannot found or WAP is not enabled.';
  47. $LANG['wap_hotword_desc'] = 'For example, "dggcms|http://wap.dgg1688.com", Each popular word must start on a new line.';
  48. ?>