mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
19 lines
732 B
PHP
19 lines
732 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system -
|
|
| social plugin
|
|
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
|
|
return [
|
|
'LAN_SOCIAL_ADMIN_SUMM' => "Adds Facebook, Twitter and other social media widgets to e107.",
|
|
'LAN_PLUGIN_SOCIAL_DESCR' => "Adds options to replace the e107 comment engine with Facebook. Add Twitter feeds to your site. etc.",
|
|
'LAN_PLUGIN_SOCIAL_SIGNIN' => "Sign in with:",
|
|
'LAN_PLUGIN_SOCIAL_XUP_SIGNUP' => "Sign-in with your [x] account",
|
|
'LAN_PLUGIN_SOCIAL_XUP_REG' => "Register with your [x] account",
|
|
'LAN_PLUGIN_SOCIAL_NAME' => "Social",
|
|
];
|