1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00
Files
php-e107/e107_plugins/social/languages/English/English_front.php
2025-04-11 07:23:57 -07:00

27 lines
1.1 KiB
PHP

<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system -
| social plugin
+----------------------------------------------------------------------------+
*/
//LAN_SOCIAL_000 to LAN_SOCIAL_099 // Common parts of the frontend
return [
'LAN_SOCIAL_000' => "Share On [x]",
'LAN_SOCIAL_001' => "Like on [x]",
'LAN_SOCIAL_002' => "Email to someone",
'LAN_SOCIAL_003' => "+1 on Google",
'LAN_SOCIAL_004' => "Add to [x]",
'LAN_SOCIAL_005' => "Check out this link:",
'LAN_SOCIAL_100' => "Unable to display feed. Facebook App ID has not been defined in preferences.",
'LAN_SOCIAL_200' => "Unable to display feed. Twitter URL has not been defined in preferences.",
'LAN_SOCIAL_201' => "Tweets by",
'LAN_SOCIAL_202' => "Post to Twitter",
'LAN_SOCIAL_203' => "Type your tweet here.",
'LAN_SOCIAL_204' => "Share",
'LAN_SOCIAL_205' => "Unable to render comments. Missing Facebook appID.",
'LAN_SOCIAL_WARNING' => "Facebook comments requires that you have a facebook App ID. See the 'social login' area in admin-preferences to add one.",
];