implemented user page

well .. most of it anyway
This commit is contained in:
Sarjuuk
2015-05-20 01:22:09 +02:00
parent 6d488e5831
commit ebc7a9bee8
22 changed files with 1032 additions and 586 deletions

View File

@@ -5,6 +5,7 @@ class Lang
private static $timeUnits;
private static $main;
private static $account;
private static $user;
private static $mail;
private static $game;

View File

@@ -327,12 +327,8 @@ $lang = array(
// dashboard
'ipAddress' => "IP-Adresse",
'lastIP' => "Letzte bekannte IP",
'joinDate' => "Mitglied seit",
'lastLogin' => "Letzter Besuch",
'userGroups' => "Rolle",
'myAccount' => "Mein Account",
'editAccount' => "Benutze die folgenden Formulare um deine Account-Informationen zu aktualisieren",
'publicDesc' => "Öffentliche Beschreibung",
'viewPubDesc' => 'Die Beschreibung in deinem <a href="?user=%s">öffentlichen Profil</a> ansehen',
// bans
@@ -365,6 +361,22 @@ $lang = array(
'passCheckFail' => "Die Kennwörter stimmen nicht überein.", // message_passwordsdonotmatch
'newPassDiff' => "Euer neues Kennwort muss sich von eurem alten Kennwort unterscheiden." // message_newpassdifferent
),
'user' => array(
'notFound' => "Der Benutzer \"%s\" wurde nicht gefunden!",
'removed' => "(Entfernt)",
'joinDate' => "Mitglied seit",
'lastLogin' => "Letzter Besuch",
'userGroups' => "Rolle",
'consecVisits' => "Aufeinanderfolgende Besuche",
'publicDesc' => "Öffentliche Beschreibung",
'profileTitle' => "Profil von %s",
'contributions' => "Beiträge",
'uploads' => "Hochladevorgänge",
'comments' => "Kommentare",
'screenshots' => "Screenshots",
'videos' => "Videos",
'posts' => "Forenbeiträge"
),
'mail' => array(
'tokenExpires' => "Das Token wird in %s verfallen.",
'accConfirm' => ["Kontobestätigung", "Willkommen bei ".CFG_NAME_SHORT."!\r\n\r\nKlicke auf den Link um euren Account zu aktivieren.\r\n\r\n".HOST_URL."?account=signup&token=%s\r\n\r\nFalls Ihr diese Mail nicht angefordert habt kann sie einfach ignoriert werden."],

View File

@@ -322,12 +322,8 @@ $lang = array(
// dashboard
'ipAddress' => "IP-Adress",
'lastIP' => "last used IP",
'joinDate' => "Joined",
'lastLogin' => "Last visit",
'userGroups' => "Role",
'myAccount' => "My Account",
'editAccount' => "Simply use the forms below to update your account information",
'publicDesc' => "Public Description",
'viewPubDesc' => 'View your Public Description in your <a href="?user=%s">Profile Page</a>',
// bans
@@ -360,6 +356,22 @@ $lang = array(
'passCheckFail' => "Passwords do not match.", // message_passwordsdonotmatch
'newPassDiff' => "Your new password must be different than your previous one." // message_newpassdifferent
),
'user' => array(
'notFound' => "User \"%s\" not found!",
'removed' => "(Removed)",
'joinDate' => "Joined",
'lastLogin' => "Last visit",
'userGroups' => "Role",
'consecVisits' => "Consecutive visits",
'publicDesc' => "Public Description",
'profileTitle' => "%s's Profile",
'contributions' => "Contributions",
'uploads' => "Data uploads",
'comments' => "Comments",
'screenshots' => "Screenshots",
'videos' => "Videos",
'posts' => "Forum posts"
),
'mail' => array(
'tokenExpires' => "This token expires in %s.",
'accConfirm' => ["Account Confirmation", "Welcome to ".CFG_NAME_SHORT."!\r\n\r\nClick the Link below to activate your account.\r\n\r\n".HOST_URL."?account=signup&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],

View File

@@ -328,12 +328,8 @@ $lang = array(
// dashboard
'ipAddress' => "IP-Adress",
'lastIP' => "last used IP",
'joinDate' => "Joined",
'lastLogin' => "Last visit",
'userGroups' => "Role",
'myAccount' => "My Account",
'editAccount' => "Simply use the forms below to update your account information",
'publicDesc' => "Public Description",
'viewPubDesc' => 'View your Public Description in your <a href="?user=%s">Profile Page</a>',
// bans
@@ -366,6 +362,22 @@ $lang = array(
'passCheckFail' => "Las contraseñas no son iguales.", // message_passwordsdonotmatch
'newPassDiff' => "Su nueva contraseña tiene que ser diferente a Su contraseña anterior." // message_newpassdifferent
),
'user' => array(
'notFound' => "¡No se encontró el usuario \"%s\"!",
'removed' => "(Removido)",
'joinDate' => "Se unió",
'lastLogin' => "Última visita",
'userGroups' => "Rol",
'consecVisits' => "Visitas consecutivas",
'publicDesc' => "Descripción pública",
'profileTitle' => "Perfíl de %s",
'contributions' => "Contribuciones",
'uploads' => "Datos enviados",
'comments' => "Comentarios",
'screenshots' => "Capturas de pantalla",
'videos' => "Vídeos",
'posts' => "Mensajes en los foros"
),
'mail' => array(
'tokenExpires' => "This token expires in %s.",
'accConfirm' => ["Account Confirmation", "Welcome to ".CFG_NAME_SHORT."!\r\n\r\nClick the Link below to activate your account.\r\n\r\n".HOST_URL."?account=signup&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],

View File

@@ -327,12 +327,8 @@ $lang = array(
// dashboard
'ipAddress' => "IP-Adress",
'lastIP' => "last used IP",
'joinDate' => "Joined",
'lastLogin' => "Last visit",
'userGroups' => "Role",
'myAccount' => "My Account",
'editAccount' => "Simply use the forms below to update your account information",
'publicDesc' => "Public Description",
'viewPubDesc' => 'View your Public Description in your <a href="?user=%s">Profile Page</a>',
// bans
@@ -365,6 +361,22 @@ $lang = array(
'passCheckFail' => "Les mots de passe ne correspondent pas.", // message_passwordsdonotmatch
'newPassDiff' => "Votre nouveau mot de passe doit être différent de l'ancien." // message_newpassdifferent
),
'user' => array(
'notFound' => "Utilisateur \"%s\" non trouvé !",
'removed' => "(Supprimé)",
'joinDate' => "Inscription",
'lastLogin' => "Dernière visite",
'userGroups' => "Role",
'consecVisits' => "Visites consécutives",
'publicDesc' => "Description publique",
'profileTitle' => "Profil de %s",
'contributions' => "Contributions",
'uploads' => "Envois de données",
'comments' => "Commentaires",
'screenshots' => "Captures d'écran",
'videos' => "Vidéos",
'posts' => "Messages sur le forum"
),
'mail' => array(
'tokenExpires' => "This token expires in %s.",
'accConfirm' => ["Account Confirmation", "Welcome to ".CFG_NAME_SHORT."!\r\n\r\nClick the Link below to activate your account.\r\n\r\n".HOST_URL."?account=signup&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],

View File

@@ -327,12 +327,8 @@ $lang = array(
// dashboard
'ipAddress' => "IP-Adress",
'lastIP' => "last used IP",
'joinDate' => "Joined",
'lastLogin' => "Last visit",
'userGroups' => "Role",
'myAccount' => "My Account",
'editAccount' => "Simply use the forms below to update your account information",
'publicDesc' => "Public Description",
'viewPubDesc' => 'View your Public Description in your <a href="?user=%s">Profile Page</a>',
// bans
@@ -365,6 +361,22 @@ $lang = array(
'passCheckFail' => "Пароли не совпадают.", // message_passwordsdonotmatch
'newPassDiff' => "Прежний и новый пароли не должны совпадать." // message_newpassdifferent
),
'user' => array(
'notFound' => "Пользователь \"%s\" не найден!",
'removed' => "(Удалено)",
'joinDate' => "Зарегистрировался",
'lastLogin' => "Последняя активность",
'userGroups' => "Роль",
'consecVisits' => "Регулярные посещения",
'publicDesc' => "Описание",
'profileTitle' => "Профиль %s",
'contributions' => "Вклад",
'uploads' => "Данных загружено",
'comments' => "Комментарии",
'screenshots' => "Скриншоты",
'videos' => "Видео",
'posts' => "Сообщений на форумах"
),
'mail' => array(
'tokenExpires' => "This token expires in %s.",
'accConfirm' => ["Account Confirmation", "Welcome to ".CFG_NAME_SHORT."!\r\n\r\nClick the Link below to activate your account.\r\n\r\n".HOST_URL."?account=signup&token=%s\r\n\r\nIf you did not request this mail simply ignore it."],