1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +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,25 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system -
| social plugin
+----------------------------------------------------------------------------+
*/
//LAN_SOCIAL_000 to LAN_SOCIAL_099 // Common parts of the frontend
define("LAN_SOCIAL_000", "Share On");
define("LAN_SOCIAL_001", "Like on");
define("LAN_SOCIAL_002", "Email to someone");
define("LAN_SOCIAL_003", "+1 on Google");
//LAN_SOCIAL_100 to LAN_SOCIAL_199 // Facebook specific
define("LAN_SOCIAL_100", "Unable to display feed. Facebook App ID has not been defined in preferences.");
//LAN_SOCIAL_200 to LAN_SOCIAL_299 // Twitter specific
define("LAN_SOCIAL_200", "Unable to display feed. Twitter URL has not been defined in preferences.");
define("LAN_SOCIAL_201", "Tweets by");
define("LAN_SOCIAL_202", "Post to Twitter");
define("LAN_SOCIAL_203", "Type your tweet here.");
?>