1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Social plugin language use (05-21-16)

This commit is contained in:
tgtje
2016-05-21 10:55:28 +02:00
parent 6952cb9272
commit 201730b25d
12 changed files with 156 additions and 55 deletions

View File

@@ -0,0 +1,17 @@
<?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");
?>