Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 898 → Rev 899

/web/acc/manager/lib/langues.php
18,6 → 18,7
switch ($origine){
//Administration
case 'user_new':
case 'user_edit':
$l_title = "Création d'un usager";
$l_frame_top = "Gestion des usagers";
$l_frame = "Création d'un usager";
30,9 → 31,20
$l_name = "Nom et prénom";
$l_email = "Adresse de couriel";
$l_lang_ticket = "Langue du ticket";
$l_simultaneous_use = "<a href=\"help/simultaneous_use_help.html\" target=su_help onclick=window.open(\"help/simultaneous_use_help.html\",\"su_help\",\"width=600,height=250,toolbar=no,scrollbars=no,resizable=yes\") title=\"Simultaneous Use Help Page\"><font color=\"blue\">Nombre de session simultanée</font></a>";
$l_max_all_session = "<a href=\"help/max_all_session_help.html\" target=mas_help onclick=window.open(\"help/max_all_session_help.html\",\"mas_help\",\"width=600,height=250,toolbar=no,scrollbars=no,resizable=yes\") title=\"Maximum time of conection Help Page\"><font color=\"blue\">Durée maximale de conexion</font></a>";
$l_expiration = "<a href=\"help/expiration_help.html\" target=lt_help onclick=window.open(\"help/expiration_help.html\",\"lt_help\",\"width=600,height=250,toolbar=no,scrollbars=no,resizable=yes\") title=\"Expiration Help Page\"><font color=\"blue\">Date d'expiration</font></a>";
$l_simultaneous_use = "Nombre de session simultanée";
$l_max_all_session = "Durée maximale de connexion<br>(en secondes)";
$l_expiration = "Date d'expiration";
$l_session_timout = "Durée maximale d'une session<br>(en secondes)";
$l_daily_timout = "Durée de connexion maximale journalière<br>(en secondes)";
$l_monthly_timout = "Durée de connexion maximale mensuelle<br>(en secondes)";
$l_login_time = "Période hebdomadaire";
$l_max_input_octets = "Maximum de données émises<br>(en octets)";
$l_max_output_octets = "Maximum de données reçues<br>(en octets)";
$l_max_total_octets = "Maximum de données échangées<br>(en octets)";
$l_max_bandwidth_up = "Limite de débit montant<br>(en kbits/seconde)";
$l_max_bandwidth_down = "Limite de débit descendant<br>(en kbits/seconde)";
$l_wispr_redirection = "URL de redirection";
$l_click_for_help = "Cliquez pour afficher l'aide sur cet attribut";
break;
case 'group_new':
$l_title = "Cr&eacute;ation d'un groupe";
47,6 → 59,7
switch ($origine){
//Administration
case 'user_new':
case 'user_edit':
$l_title = "Create a user";
$l_frame_top = "Users admin";
$l_frame = "Create a user";
59,9 → 72,20
$l_name = "Surname and name";
$l_email = "Email Address";
$l_lang_ticket = "Voucher language";
$l_simultaneous_use = "<a href=\"help/simultaneous_use_help.html\" target=su_help onclick=window.open(\"help/simultaneous_use_help.html\",\"su_help\",\"width=600,height=250,toolbar=no,scrollbars=no,resizable=yes\") title=\"Simultaneous Use Help Page\"><font color=\"blue\">Number of concurent login</font></a>";
$l_max_all_session = "<a href=\"help/max_all_session_help.html\" target=mas_help onclick=window.open(\"help/max_all_session_help.html\",\"mas_help\",\"width=600,height=250,toolbar=no,scrollbars=no,resizable=yes\") title=\"Maximum time of conection Help Page\"><font color=\"blue\">Maximum time of connection</font></a>";
$l_expiration = "<a href=\"help/expiration_help.html\" target=lt_help onclick=window.open(\"help/expiration_help.html\",\"lt_help\",\"width=600,height=250,toolbar=no,scrollbars=no,resizable=yes\") title=\"Expiration Help Page\"><font color=\"blue\">Expiration date</font></a>";
$l_simultaneous_use = "Number of concurent login";
$l_max_all_session = "Maximum time of connection<br>(in seconds)";
$l_expiration = "Expiration date";
$l_session_timeout = "Maximum time for a session<br>(in seconds)";
$l_daily_timeout = "Maximum time of connection per day<br>(in seconds)";
$l_monthly_timeout = "Maximum time of connection per month<br>(in seconds)";
$l_login_time = "Weekly period";
$l_max_input_octets = "Maximum of data uploaded<br>(in octets)";
$l_max_output_octets = "Maximum of data downloaded<br>(in octets)";
$l_max_total_octets = "Maximum of data exchanged<br>(in octets)";
$l_max_bandwidth_up = "Maximum upload bandwidth<br>(in kbits/second)";
$l_max_bandwidth_down = "Maximum download bandwidth<br>(in kbits/second)";
$l_wispr_redirection = "Redirection URL";
$l_click_for_help = "Click to show help about this attribute";
break;
case 'group_new':
$l_title = "Create a group";