vote.lang.php 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?php
  2. $LANG['vote'] = 'Poll';
  3. $LANG['vote_add'] = 'Create your own poll';
  4. $LANG['vote_title'] = 'Enter a title';
  5. $LANG['select_type'] = 'Select Question type';
  6. $LANG['vote_option'] = 'Choices';
  7. $LANG['vote_description'] = 'Poll description';
  8. $LANG['statistics'] = 'Results';
  9. $LANG['vote_confirm_del'] = 'Are you sure you want to delete it?';
  10. $LANG['vote_mustinput'] = ' is Required';
  11. $LANG['vote_votepassed'] = 'The poll has already expired';
  12. $LANG['setting_updates_successful'] = 'Updated successfully';
  13. $LANG['truename'] = 'Real name';
  14. $LANG['addr'] = 'Address';
  15. $LANG['fromdate'] = 'Online Date';
  16. $LANG['todate'] = 'Offline Date';
  17. $LANG['enablecheckcode'] = 'Enable authentication';
  18. $LANG['allowguest'] = 'Allowing guests to vote';
  19. $LANG['credit'] = 'Reward points';
  20. $LANG['interval'] = 'Voting time interval';
  21. $LANG['template'] = 'Template';
  22. $LANG['enabled'] = 'Enabled';
  23. $LANG['allowview'] = 'View poll results';
  24. $LANG['yes'] = 'Yes';
  25. $LANG['no'] = 'No';
  26. $LANG['input_not_space'] = 'Enter text WITHOUT spaces';
  27. $LANG['remove_all_selected'] = 'Remove selected items';
  28. $LANG['description'] = 'Description';
  29. $LANG['call_js_code'] = 'Call JavaScript ';
  30. $LANG['startdate'] = 'Start Date';
  31. $LANG['enddate'] = 'Finish Date';
  32. $LANG['vote_title_noempty'] = 'Title field is required';
  33. $LANG['not_vote'] = 'Poll not found';
  34. $LANG['vote_num'] = 'Number of voters';
  35. $LANG['statistics'] = 'Statistics';
  36. $LANG['lock'] = 'Locked';
  37. $LANG['check_vote'] = 'View poll results';
  38. $LANG['call_code'] = 'Call JavaScript';
  39. $LANG['before_select_operation'] = 'Please select one or more before executing';
  40. $LANG['select'] = 'Please choose';
  41. $LANG['time_is_ok'] = 'Valid Time';
  42. $LANG['time_is_must'] = 'Time is required';
  43. $LANG['radio'] = 'Single Choice';
  44. $LANG['checkbox'] = 'Multiple Choice';
  45. $LANG['maxval'] = 'Maximum options ';
  46. $LANG['minval'] = 'Minimum options';
  47. $LANG['add_option'] = 'Add a choice';
  48. $LANG['del'] = 'Delete';
  49. $LANG['must_input'] = ' is Required';
  50. $LANG['allow'] = 'Allow';
  51. $LANG['not_allow'] = 'Disallow';
  52. $LANG['one_ip'] = 'One vote per IP address';
  53. $LANG['more_ip'] = 'N days to vote again';
  54. $LANG['user_list'] = 'List of user';
  55. $LANG['vote_result'] = 'Results';
  56. $LANG['pic_view'] = 'Figure';
  57. $LANG['vote_all_num'] = 'Number of voters';
  58. $LANG['vote_style'] = 'style';
  59. $LANG['vote_showresult'] = 'View results';
  60. $LANG['up_vote_time'] = 'Vote Time';
  61. $LANG['ip'] = 'IP';
  62. $LANG['user_info'] = 'Profile';
  63. $LANG['guest'] = 'Guest';
  64. $LANG['default_template'] = 'default template';
  65. $LANG['default_guest'] = 'default guests to vote';
  66. $LANG['default_enabled'] = 'default poll function';
  67. $LANG['default_vote_time'] = 'default time interval';
  68. $LANG['vote_post_point'] = 'Reward points';
  69. $LANG['subjectid_desc'] = 'ID descending';
  70. $LANG['subjectid_asc'] = 'ID ascending';
  71. $LANG['vote_call'] = 'Calling method';
  72. $LANG['vote_call_info'] = 'Calling method Description';
  73. $LANG['vote_call_infos'] = '1. Make your choice according to your needs. Then paste the code to your template. Please remember to update related site.';
  74. $LANG['vote_call_infos2'] = '2. Dynamic call in PHP provides a way to count impressions.';
  75. $LANG['vote_call_1'] = 'Call script on Homepage/ column page';
  76. $LANG['vote_call_2'] = 'Call script on Content page';
  77. $LANG['vote_phpcall'] = 'JS calling code (Dynamic call in PHP) <font color=\'red\'> The method provides a way to count impressions.</font>';
  78. $LANG['vote_jscall'] = 'Call to a .js file';
  79. $LANG['vote_jscall_info'] = 'JS calling code (Static call in JS)';
  80. $LANG['vote_overview'] = 'Poll overview';
  81. $LANG['vote_status'] = 'Status';
  82. $LANG['vote_Lockets'] = 'Unlimited';
  83. $LANG['vote_use'] = 'Enabled';
  84. $LANG['vote_lock'] = 'Locked';
  85. $LANG['vote_voteid'] = 'Poll ID';
  86. $LANG['vote_novote'] = 'Poll not found';
  87. $LANG['vote_voteyes'] = 'You have already voted';
  88. $LANG['vote_nooption'] = 'Please make a choice';
  89. $LANG['vote_votesucceed'] = 'Thank you for voting! Returning to ..';
  90. $LANG['vote_votelocked'] = 'The poll has been locked.You are NOT allowed to vote temporarily.';
  91. $LANG['vote_votenoguest'] = 'Sorry, guest users are not allowed to vote.';
  92. $LANG['confirm'] = 'Save configuration';
  93. $LANG['reset'] = 'Reset to defaults';
  94. $LANG['check_select'] = 'Click';
  95. $LANG['item'] = 'item';
  96. $LANG['copy_code'] = 'Copy to clipboard';
  97. $LANG['submit'] = 'Submit';
  98. $LANG['select_style'] = 'Select style';
  99. $LANG['right_all'] = 'Well done';
  100. ?>