google_hangouts.php (719B)
1 <?php 2 // Heading 3 $_['heading_title'] = 'Google Hangouts'; 4 5 // Text 6 $_['text_extension'] = 'Extensions'; 7 $_['text_success'] = 'Success: You have modified Google Hangouts module!'; 8 $_['text_edit'] = 'Edit Google Hangouts Module'; 9 10 // Entry 11 $_['entry_code'] = 'Google Talk Code'; 12 $_['entry_status'] = 'Status'; 13 14 // Help 15 $_['help_code'] = 'Goto <a href="https://developers.google.com/+/hangouts/button" target="_blank">Create a Google Hangout chatback badge</a> and copy & paste the generated code into the text box.'; 16 17 // Error 18 $_['error_permission'] = 'Warning: You do not have permission to modify Google Hangouts module!'; 19 $_['error_code'] = 'Code Required';