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