mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
16 lines
605 B
PHP
16 lines
605 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");
|
|
define("LAN_PLUGIN_SOCIAL_NAME", "Social");
|