1 <?php 2 3 $lang['name'] = 'Popularity Feedback (may take some time to load)'; 4 $lang['submit'] = 'Send Data'; 5 $lang['autosubmit'] = 'Automatically send data once a month'; 6 $lang['submissionFailed'] = 'The data couldn\'t be sent due to the following error:'; 7 $lang['submitDirectly'] = 'You can send the data manually by submitting the following form.'; 8 $lang['autosubmitError'] = 'The last autosubmit failed, because of the following error: '; 9 $lang['lastSent'] = 'The data has been sent'; 10