mirror of
https://github.com/e107inc/e107.git
synced 2025-02-07 15:51:18 +01:00
17 lines
565 B
PHP
17 lines
565 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system -
|
|
| social plugin
|
|
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("LAN_PLUGIN_SOCIAL_DESCR", "Adds options to replace the e107 comment engine with Facebook. Add Twitter feeds to your site. etc.");
|
|
|
|
define("LAN_PLUGIN_SOCIAL_SIGNIN", "Sign in with:");
|
|
define("LAN_PLUGIN_SOCIAL_XUP_SIGNUP", "Sign-in with your [x] account");
|
|
define("LAN_PLUGIN_SOCIAL_XUP_REG", "Register with your [x] account");
|
|
|
|
|
|
?>
|