59 lines
2.3 KiB
PHP
59 lines
2.3 KiB
PHP
<?php
|
|
/**
|
|
* setting.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-11 15:26:18
|
|
* @modified 2022-08-11 15:26:18
|
|
*/
|
|
|
|
return [
|
|
// Text
|
|
'text_module' => 'Modules',
|
|
'text_success' => 'Success: You have modified module OpenCart OmniAuth!',
|
|
'text_copyright' => 'OpenCart.cn <a href="http://www.opencart.cn" target="_blank">OmniAuth</a> © %s',
|
|
'text_omni_explain' => 'This plugin supports WeChat scan code, WeChat Official, QQ, Weibo, Facebook, Google, Twitter and others Social Network',
|
|
'text_omni_explain_2' => 'To use a third-party login, you need to apply to the corresponding platform, and fill in the obtained ID and key to the corresponding input box.',
|
|
'text_wechat_title' => 'WeChat scan code login application address',
|
|
'text_wechat_info' => 'WeChat open platform',
|
|
'text_qq_title' => 'QQ login application address',
|
|
'text_qq_info' => 'QQ interconnection',
|
|
'text_weibo_title' => 'Weibo login application address',
|
|
'text_weibo_info' => 'Weibo open platform',
|
|
'text_facebook_title' => 'Facebook login application address',
|
|
'text_google_title' => 'Google login application address',
|
|
'text_Twitter_title' => 'Twitter login application address',
|
|
'text_help_msg' => 'help information',
|
|
|
|
// Entry
|
|
'entry_status' => 'Status',
|
|
'entry_bind' => 'Force Bind',
|
|
'entry_debug' => 'Debug Mode',
|
|
|
|
'entry_provider' => 'Provider',
|
|
'entry_key' => 'Client ID',
|
|
'entry_secret' => 'Client Secret',
|
|
'entry_scope' => 'Flags (optional)',
|
|
'entry_callback' => 'Callback URL',
|
|
'entry_sort_order' => 'Sort Order',
|
|
|
|
// Button
|
|
'button_add_row' => 'Add Provider',
|
|
|
|
// Error
|
|
'error_permission' => 'Warning: You do not have permission to modify module OpenCart OmniAuth!',
|
|
|
|
// Providers
|
|
'wechat' => 'WeChat',
|
|
'wechatofficial' => 'WeChatOfficial',
|
|
'qq' => 'QQ',
|
|
'weibo' => 'Weibo',
|
|
'facebook' => 'Facebook',
|
|
'google' => 'Google',
|
|
'twitter' => 'Twitter',
|
|
|
|
'instagram' => 'Instagram',
|
|
];
|