formguide.lang.php 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. //add field
  7. $LANG['formguide'] = 'Form wizard';
  8. $LANG['input_form_title'] = 'Please input name';
  9. $LANG['title_min_3_chars'] = 'At least 6 characters';
  10. $LANG['right'] = 'Correct';
  11. $LANG['title_cannot_empty'] = 'Name is required';
  12. $LANG['field_manage'] = 'Manage';
  13. $LANG['add_field'] = 'Add field';
  14. $LANG['manage_field'] = 'Field management in form wizard';
  15. $LANG['priview_modelfield'] = 'Preview';
  16. $LANG['fieldname'] = 'Field name';
  17. $LANG['cnames'] = 'Alias';
  18. $LANG['type'] = 'Type';
  19. $LANG['system'] = 'System';
  20. $LANG['must_input'] = ' is Required';
  21. $LANG['search'] = 'Search';
  22. $LANG['listorder'] = 'Ordering';
  23. $LANG['contribute'] = 'Contribute';
  24. $LANG['field_enabled'] = '<font color="red"> Enable</font>';
  25. $LANG['field_disabled'] = 'Disable';
  26. $LANG['fieldname'] = 'Field type';
  27. $LANG['between_1_to_20'] = 'the length between 1 and 20';
  28. $LANG['fieldname_was_wrong'] = 'Name is invalid';
  29. $LANG['already_exist'] = 'Already exists';
  30. $LANG['connecting_please_wait'] = 'Connecting..please wait';
  31. $LANG['select_fieldtype'] = 'Please select field type';
  32. $LANG['input_nickname'] = 'Please input alias';
  33. $LANG['nickname_empty'] = 'Alias is required';
  34. $LANG['input_right'] = 'Correct';
  35. $LANG['field_type'] = 'Field type';
  36. $LANG['fieldname_tips'] = 'ONLY contain letters, digits, underscores. It must start with letters and NOT end up with underscore.';
  37. $LANG['field_nickname'] = 'Alias';
  38. $LANG['nickname_tips'] = 'For example, title';
  39. $LANG['field_tip'] = 'Field `s reference';
  40. $LANG['field_tips'] = 'Hints under field alias';
  41. $LANG['relation_parm'] = 'Related parameters ';
  42. $LANG['relation_parm_tips'] = 'Related properties';
  43. $LANG['form_attr'] = 'Additional properties';
  44. $LANG['form_attr_tips'] = 'Adding JavaScipt Event from here';
  45. $LANG['form_css_name'] = 'Style name';
  46. $LANG['form_css_name_tips'] = 'Define CSS name of form';
  47. $LANG['string_size'] = 'The range of characters length';
  48. $LANG['string_size_tips'] = 'The system will check length validation. Please leave blank if you do not want to limit the length.';
  49. $LANG['minlength'] = 'Min length';
  50. $LANG['maxlength'] = 'Max length';
  51. $LANG['data_preg'] = 'Verify input with regular expressions';
  52. $LANG['data_preg_tips'] = 'The system will verify data by using regular expressions. Please leave blank if you do not want to verify data';
  53. $LANG['often_preg'] = 'Common regular expressions';
  54. $LANG['figure'] = 'Digits';
  55. $LANG['integer'] = 'Integer';
  56. $LANG['letter'] = 'letters';
  57. $LANG['integer_letter'] = 'digits + letters';
  58. $LANG['hyperlink'] = 'Hyperlink';
  59. $LANG['mobile_number'] = 'Phone number';
  60. $LANG['tel_number'] = 'Tel';
  61. $LANG['zip'] = 'Zip';
  62. $LANG['data_passed_msg'] = 'Data validation error message';
  63. $LANG['unique'] = 'Unique value';
  64. $LANG['as_search_field'] = 'As search conditions';
  65. $LANG['disabled_groups_field'] = 'Select user groups. These group users cannot set up field value';
  66. $LANG['edit_field'] = 'Modify field';
  67. $LANG['public_field_manage'] = 'Manage global field';
  68. $LANG['fields'] = 'Field ';
  69. $LANG['picutre_list'] = 'A list of pictures';
  70. $LANG['max_upload_num'] = 'Maximum Number of File Uploads at a time';
  71. $LANG['zhang'] = 'page';
  72. $LANG['attachment_upload'] = 'Upload attachment';
  73. $LANG['select_picture'] = 'Select image';
  74. //add formguide
  75. $LANG['select_stardate'] = 'Please select start date when time limits is enabled';
  76. $LANG['select_downdate'] = 'Please select end date when time limits is enabled';
  77. $LANG['select_style'] = 'Select style';
  78. $LANG['name'] = 'Name';
  79. $LANG['tablename'] = 'Table name';
  80. $LANG['introduction'] = 'Intro';
  81. $LANG['time_limit'] = 'Time limits';
  82. $LANG['enable'] = 'Enable';
  83. $LANG['unenable'] = 'Disable';
  84. $LANG['start_time'] = 'Start time';
  85. $LANG['end_time'] = 'End time';
  86. $LANG['allowed_send_mail'] = 'Allow to send email';
  87. $LANG['e-mail_address'] = 'Email address';
  88. $LANG['multiple_with_commas'] = 'Use comma to separate mulitple addresses';
  89. $LANG['optional_style'] = 'Available style';
  90. $LANG['template_selection'] = 'Select template';
  91. $LANG['please_input_tallename'] = 'Please fill in table name';
  92. $LANG['standard'] = 'ONLY contain letters, digits, underscores.';
  93. $LANG['tablename_no_empty'] = 'Table name is required';
  94. $LANG['edit_formguide'] = 'Edit form';
  95. $LANG['public'] = 'Public';
  96. $LANG['stat_num'] = 'Statistics';
  97. $LANG['thumb_shi'] = 'Graphical representation';
  98. $LANG['selects'] = 'Name';
  99. $LANG['values'] = 'Content';
  100. $LANG['tablename_existed'] = 'data form is invalid';
  101. $LANG['tablename_was_wrong'] = 'Table name is invalid';
  102. //formguide list
  103. $LANG['remove_all_selected'] = 'Delete selected';
  104. $LANG['affirm_delete'] = 'Are you sure you want to remove?';
  105. $LANG['formguide_add'] = 'Add form wizard';
  106. $LANG['name_items'] = 'Name (number of records)';
  107. $LANG['create_time'] = 'Time created';
  108. $LANG['call'] = 'Invoke';
  109. $LANG['visit_front'] = 'Access frontend';
  110. $LANG['info_list'] = 'A list of infos ';
  111. $LANG['field_add'] = 'Add field';
  112. $LANG['field_manage'] = 'Manage field';
  113. $LANG['preview'] = 'Preview';
  114. $LANG['modify'] = 'Modify';
  115. $LANG['stat'] = 'Statistics';
  116. $LANG['form_preview'] = 'Form preview';
  117. $LANG['return_list'] = 'Back to a list of wizards';
  118. //formguide info
  119. $LANG['username'] = 'Username ';
  120. $LANG['userip'] = 'User IP';
  121. $LANG['times'] = 'Time';
  122. $LANG['operation'] = 'Operation';
  123. $LANG['check'] = 'View';
  124. $LANG['del'] = 'Remove';
  125. $LANG['form_details'] = 'Details';
  126. $LANG['submit_info'] = 'Submit Info';
  127. $LANG['stat_formguide'] = 'Statistics';
  128. //setting
  129. $LANG['formguide_setting'] = 'Module wizard';
  130. $LANG['allows_more_ip'] = 'Allow the same IP repeatedly submitted ';
  131. $LANG['allowunreg'] = 'Allow visitor to submit form';
  132. $LANG['mailmessage'] = 'Content';
  133. $LANG['not_meet_the_conditions'] = 'is invalid';
  134. $LANG['not_less_than'] = 'not less than';
  135. $LANG['not_more_than'] = 'not more than';
  136. $LANG['the_value_must_not_repeat'] = 'value cannot duplicate';
  137. $LANG['interval'] = 'Interval';
  138. $LANG['minute'] = 'minute';
  139. //index
  140. $LANG['formguide_list'] = 'A list of wizards';
  141. $LANG['please_login_in'] = 'Please sign in first';
  142. $LANG['form_no_exist'] = 'The form does not exist or has been marked for deletion';
  143. $LANG['form_expired'] = 'Form has Expired. Thank you for your interest!';
  144. $LANG['tips'] = 'Reminder for form submission';
  145. $LANG['thanks'] = 'Thank you for your participation';
  146. $LANG['had_participate'] = 'You have already participated.';
  147. ?>