48 lines
1.9 KiB
PHP
48 lines
1.9 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' => '模块',
|
||
'text_success' => '成功: 您成功修改第三方登录配置!',
|
||
'text_copyright' => 'OpenCart.cn <a href="http://www.opencart.cn" target="_blank">获取帮助</a> © %s',
|
||
'text_omni_explain' => '本模块支持微信扫码, 微信公众号, QQ, 微博,Facebook,Google,Twitter等第三方登录',
|
||
'text_omni_explain_2' => '要使用第三方登录, 需要到对应平台申请开通, 并把获取到的 ID 和密钥填写到上面对应的输入框',
|
||
'text_wechat_title' => '微信扫码登录申请地址',
|
||
'text_wechat_info' => '微信开放平台',
|
||
'text_qq_title' => 'QQ登录申请地址',
|
||
'text_qq_info' => 'QQ互联',
|
||
'text_weibo_title' => '微博登录申请地址',
|
||
'text_weibo_info' => '微博开放平台',
|
||
'text_facebook_title' => 'Facebook登录申请地址',
|
||
'text_google_title' => 'Google登录申请地址',
|
||
'text_Twitter_title' => 'Twitter登录申请地址',
|
||
'text_help_msg' => '帮助信息',
|
||
|
||
// Entry
|
||
'entry_status' => '状态',
|
||
'entry_bind' => '强制绑定',
|
||
'entry_debug' => '调试模式',
|
||
|
||
'entry_provider' => '类型',
|
||
'entry_key' => 'Client ID',
|
||
'entry_secret' => 'Client Secret',
|
||
'entry_scope' => 'Flags (可选项)',
|
||
'entry_callback' => '回调地址',
|
||
'entry_sort_order' => '排序',
|
||
|
||
// Button
|
||
'button_add_row' => '添加类型',
|
||
|
||
// Error
|
||
'error_permission' => '警告: 您没有权限修改此配置!',
|
||
];
|