XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
📘  
Loading...
Searching...
No Matches
blocks.php
1<?php
2
3define( '_MB_USER_USERNAME' , "Utilisateur:");
4define( '_MB_USER_PASSWORD' , "Mot de Passe:");
5define( '_MB_USER_LOGIN' , "Connexion");
6define( '_MB_USER_LOSTPASS' , "Mot de passe perdu?");
7define( '_MB_USER_USERREG' , "Inscrivez-vous maintenant!");
8define( '_MB_USER_SECURE' , "SSL");
9define( '_MB_USER_REMEMBERME' , "Mémoriser");
10
11define( '_MB_USER_ONLINEPHRASE' , '<span class="badge">%s</span> utilisateur(s) en ligne');
12define( '_MB_USER_ONLINEPHRASEX' , '<span class="badge">%s</span> utilisateur(s) en ligne sur %s');
13define( '_MB_USER_MEMBERS' , "Utilisateurs");
14define( '_MB_USER_GUESTS' , "Visiteurs");
15define( '_MB_USER_MORE' , "plus...");
16
17define( '_MB_USER_DISPLAY' , "Afficher %s membres");
18define( '_MB_USER_DISPLAYA' , "Afficher avatars membres");
19define( '_MB_USER_NODISPGR' , "Ne pas afficher les utilisateurs du rang:");