1
0
opencart-languagepack-finnish/admin/extension/module/google_hangouts.php

19 lines
702 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?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 &amp; paste the generated code into the text box.';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify Google Hangouts module!';
2020-02-12 21:25:39 +00:00
$_['error_code'] = 'Code Required';