File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ public function __construct() {
2020 $ array ["index.version.yes.title " ] = "A new update is available " ;
2121 $ array ["index.version.yes.sub " ] = "Newer version : %version%. Actually, you're using %actual_version% " ;
2222
23- $ array ["account .empty " ] = "No account found yet " ;
23+ $ array ["accounts .empty " ] = "No account found yet " ;
2424 $ array ["bans.empty " ] = "No bans found yet " ;
2525 $ array ["bans_logs.empty " ] = "No old bans found yet " ;
2626 $ array ["admin_roles.empty " ] = "No roles found yet " ;
27+ $ array ["proofs.empty " ] = "No proofs found yet. " ;
2728
2829 $ array ["connection.name " ] = "Connection " ;
2930 $ array ["connection.form.login " ] = "Your login " ;
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ public function __construct() {
2020 $ array ["index.version.yes.title " ] = "Une nouvelle mise à jour est disponible " ;
2121 $ array ["index.version.yes.sub " ] = "Nouvelle version : %version%. Actuellement, vous avez %actual_version% " ;
2222
23- $ array ["account .empty " ] = "Aucun compte créé pour le moment. " ;
23+ $ array ["accounts .empty " ] = "Aucun compte créé pour le moment. " ;
2424 $ array ["bans.empty " ] = "Aucun banissement effectué pour le moment. " ;
2525 $ array ["bans_logs.empty " ] = "Aucun ancien banissement pour le moment. " ;
2626 $ array ["admin_roles.empty " ] = "Aucun rôle disponible pour le moment. " ;
27+ $ array ["proofs.empty " ] = "Aucune preuve n'est disponible pour le moment. " ;
2728
2829 $ array ["connection.name " ] = "Connexion " ;
2930 $ array ["connection.form.login " ] = "Identifiant " ;
You can’t perform that action at this time.
0 commit comments