diff options
Diffstat (limited to 'public/admin/language/es-es/extension/module/google_hangouts.php')
-rw-r--r-- | public/admin/language/es-es/extension/module/google_hangouts.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/admin/language/es-es/extension/module/google_hangouts.php b/public/admin/language/es-es/extension/module/google_hangouts.php new file mode 100644 index 0000000..cc921ca --- /dev/null +++ b/public/admin/language/es-es/extension/module/google_hangouts.php @@ -0,0 +1,19 @@ +<?php +// Heading +$_['heading_title'] = 'Google Hangouts'; + +// Text +$_['text_extension'] = 'Extensions'; +$_['text_success'] = 'Success: You have modified Google Hangouts module!'; +$_['text_edit'] = 'Edit Google Hangouts Module'; + +// Entry +$_['entry_code'] = 'Google Talk Code'; +$_['entry_status'] = 'Status'; + +// Help +$_['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.'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify Google Hangouts module!'; +$_['error_code'] = 'Code Required';
\ No newline at end of file |