1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

Merge pull request #1664 from tgtje/2016-may

Social plugin language files #6
This commit is contained in:
Cameron
2016-05-21 09:50:10 -07:00
12 changed files with 156 additions and 55 deletions

View File

@@ -33,5 +33,6 @@ define("LAN_EMAIL_187", "Email address to send to");
define("LAN_EMAIL_188", "I thought you might be interested in this news story from");
define("LAN_EMAIL_189", "I thought you might be interested in this article from");
define("LAN_EMAIL_190", "Enter visible code");
define("LAN_SOCIAL_LINK_CHK", "Check out this link: "); //called in soc.plugin
?>

View File

@@ -115,6 +115,14 @@ define("LAN_USER_84", "This will prevent your email address from being displayed
define("LAN_USER_85", "If you want to change your user name, you must ask a site administrator");
define("LAN_USER_86", "Maximum avatar size is --WIDTH-- x --HEIGHT-- pixels");
// social plugin
define("LAN_XUP_ERRM_01", "Signup failed! This feature is disabled.");
define("LAN_XUP_ERRM_02", "Signup failed! Wrong provider.");
define("LAN_XUP_ERRM_03", "Log in Failed! Wrong provider.");
define("LAN_XUP_ERRM_04", "Signup failed! User already signed in.");
define("LAN_XUP_ERRM_05", "Signup failed! User already exists. Please use 'login' instead.");
define("LAN_XUP_ERRM_06", "Signup failed! Can't access user email - registration without an email is impossible.");
// Error messages for when user data is missing. Done this way so that other code can override the default messages