1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +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

@@ -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