| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 | 
							- <?php
 
- /*Language Format:
 
- Add a new file(.lang.php) with your module name at /phpcms/languages/
 
- translation save at the array:$LANG
 
- */
 
- $LANG['wap_del_cofirm'] = 'Are you sure you would like to delete it?';
 
- $LANG['phpcms_friends'] = 'Mobile user';
 
- $LANG['confirm_delete'] = 'You are about to permanently delete the selected items. Are you sure?';
 
- $LANG['wap_add_site'] = 'Create a mobile website';
 
- $LANG['parameter_error'] = 'The parameter is incorrect';
 
- $LANG['wap_add_site'] = 'Create a mobile website';
 
- $LANG['wap_del_succ'] = 'Item permanently deleted.';
 
- $LANG['wap_change_status'] = 'The status has been updated.';
 
- $LANG['wap_add_samesite_error'] = ' Another site with the same parent has the same alias';
 
- $LANG['wap_empty_type'] = 'Category name field is required.';
 
- $LANG['wap_empty_bound_type'] = 'Please choose a binding column';
 
- $LANG['wap_repeat_bound_error'] = 'This column has already been binded. The repeat bindings are NOT allowed.';
 
- $LANG['wap_add_subtype'] = '+ add a child category';
 
- $LANG['wap_repeat_bound'] = 'The repeat bindings are NOT allowed';
 
- $LANG['wap_type_del_error'] = 'The category includes child column, please delete the child column first.';
 
- $LANG['wap_permission_denied_del'] = 'No permissions to delete the site';
 
- $LANG['basic_config'] = 'Basic Settings';
 
- $LANG['parameter_config'] = 'Parameter Settings';
 
- $LANG['wap_sel_site'] = 'Select site';
 
- $LANG['wap_belong_site'] = 'Parent site';
 
- $LANG['wap_sitename'] = 'Site name';
 
- $LANG['wap_logo'] = 'LOGO';
 
- $LANG['wap_domain'] = 'Domain site bindings';
 
- $LANG['wap_listnum'] = 'List limit';
 
- $LANG['wap_thumb'] = 'Thumbnail size';
 
- $LANG['wap_content_page'] = 'Length of trimmed posts';
 
- $LANG['wap_index_tpl'] = 'Homepage template';
 
- $LANG['wap_cat_tpl'] = 'Channel template ';
 
- $LANG['wap_list_tpl'] = 'List page template';
 
- $LANG['wap_show_tpl'] = 'Content page template';
 
- $LANG['wap_hotword'] = 'Popular words';
 
- $LANG['wap_open'] = 'Open';
 
- $LANG['wap_close'] = 'Close';
 
- $LANG['wap_type_manage'] = 'Category Management';
 
- $LANG['wap_type_name'] = 'Category alias';
 
- $LANG['wap_toptype_add'] = 'Add parent classification';
 
- $LANG['wap_type_bound'] = 'Select a binding column';
 
- $LANG['wap_bound_type'] = 'Binding column';
 
- $LANG['wap_guestbook'] = 'Your comment has been successfully posted. The page is returning...';
 
- $LANG['wap_goback'] = 'Back to content page';
 
- $LANG['wap_close_status'] = 'The page cannot found or WAP is not enabled.';
 
- $LANG['wap_hotword_desc'] = 'For example, "dggcms|http://wap.dgg1688.com", Each popular word must start on a new line.';
 
- ?>
 
 
  |