initial commit of file from CVS for smeserver-coova-chilli on Sat Sep 7 20:15:38 AEST 2024
This commit is contained in:
21
root/opt/chilli/lang/hotspotlogin.en.pl
Normal file
21
root/opt/chilli/lang/hotspotlogin.en.pl
Normal file
@@ -0,0 +1,21 @@
|
||||
$lang{chillierror} = "You can only login while connected to the hotspot.";
|
||||
|
||||
$lang{login} = "Login";
|
||||
$lang{guestdesc} = "You can click here to have a limited guest access";
|
||||
$lang{guestbutton} = "Guest access";
|
||||
$lang{logout} = "Logout";
|
||||
$lang{loginfailed} = "Login failed";
|
||||
$lang{loggingin} = "Logging in";
|
||||
$lang{loggedin} = "Logged in";
|
||||
$lang{loggedout} = "Logged out";
|
||||
$lang{username} = "User";
|
||||
$lang{password} = "Password";
|
||||
$lang{wait} = "Please wait ...";
|
||||
$lang{onlinetime} = "Online time";
|
||||
$lang{remainingtime} = "Remaining time";
|
||||
$lang{needencrypted} = "Login must use encrypted connection (https)";
|
||||
$lang{saveuser} = "Remember user/password";
|
||||
# Custom resource vars
|
||||
$lang{loginstring} = "If you have any question, please contact <a href=mailto:$conf{contactinfo}>$conf{contactinfo}</a>";
|
||||
$lang{loggedinstring} = "Welcome!<br>Closing this windows will disconnect you..";
|
||||
$lang{loggedoutstring} = "Thanks for using $conf{domain} hotspot service";
|
22
root/opt/chilli/lang/hotspotlogin.fr.pl
Normal file
22
root/opt/chilli/lang/hotspotlogin.fr.pl
Normal file
@@ -0,0 +1,22 @@
|
||||
$lang{chillierror} = "L'identification doit se faire à travers le démon Coova-Chilli";
|
||||
|
||||
$lang{login} = "Identification";
|
||||
$lang{guestdesc} = "Si vous n'avez pas d'identifiants, cliquez sur ce boutton pour obtenir un accès limité";
|
||||
$lang{guestbutton} = "Accès invité";
|
||||
$lang{logout} = "Se déconnecter";
|
||||
$lang{loginfailed} = "L'identification a échoué";
|
||||
$lang{loggingin} = "Identification en cours";
|
||||
$lang{loggedin} = "Authentifié";
|
||||
$lang{loggedout} = "Déconnecé";
|
||||
$lang{username} = "Utilisateur";
|
||||
$lang{password} = "Mot de passe";
|
||||
$lang{wait} = "Veuillez patienter ...";
|
||||
$lang{onlinetime} = "Durée de la session";
|
||||
$lang{remainingtime} = "Temps restant";
|
||||
$lang{needencrypted} = "L'identification doit utiliser une connexion sécurisé (https)";
|
||||
$lang{saveuser} = "Se souvenir de mes identifiants";
|
||||
# Custom resource vars
|
||||
$lang{loginstring} = "Pour toute question relative au fonctionnement de cet accès, vous pouvez contacter le responsable <a href=mailto:$conf{contactinfo}>$conf{contactinfo}</a>";
|
||||
|
||||
$lang{loggedinstring} = "Bienvenue!<br>La fermeture de cette fenêtre terminera votre session.";
|
||||
$lang{loggedoutstring} = "$conf{domain} vous remercie";
|
Reference in New Issue
Block a user