Trans
This commit is contained in:
parent
26eb4a7bd7
commit
da01c7ea49
@ -302,7 +302,7 @@ if ($result) {
|
|||||||
|
|
||||||
$center = '';
|
$center = '';
|
||||||
if ($num) {
|
if ($num) {
|
||||||
$center = '<a class="butActionDelete" href="'.$_SERVER["PHP_SELF"].'?action=purge">'.$langs->trans("Purge").'</a>';
|
$center = '<a class="butActionDelete small" href="'.$_SERVER["PHP_SELF"].'?action=purge">'.$langs->trans("Purge").'</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
|
print '<form method="POST" action="'.$_SERVER["PHP_SELF"].'">';
|
||||||
@ -459,7 +459,7 @@ if ($result) {
|
|||||||
// More informations
|
// More informations
|
||||||
print '<td class="right">';
|
print '<td class="right">';
|
||||||
$htmltext = '<b>'.$langs->trans("UserAgent").'</b>: '.($obj->user_agent ? dol_string_nohtmltag($obj->user_agent) : $langs->trans("Unknown"));
|
$htmltext = '<b>'.$langs->trans("UserAgent").'</b>: '.($obj->user_agent ? dol_string_nohtmltag($obj->user_agent) : $langs->trans("Unknown"));
|
||||||
$htmltext .= '<br><b>'.$langs->trans("PrefixSession").'</b>: '.($obj->prefix_session ? dol_string_nohtmltag($obj->prefix_session) : $langs->trans("Unknown"));
|
$htmltext .= '<br><b>'.$langs->trans("SuffixSessionName").' (DOLSESSID_...)</b>: '.($obj->prefix_session ? dol_string_nohtmltag($obj->prefix_session) : $langs->trans("Unknown"));
|
||||||
print $form->textwithpicto('', $htmltext);
|
print $form->textwithpicto('', $htmltext);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
|
|
||||||
|
|||||||
@ -2298,4 +2298,4 @@ MAIN_MAIL_SMTPS_AUTH_TYPE=Authentification method
|
|||||||
UsePassword=Use a password
|
UsePassword=Use a password
|
||||||
UseOauth=Use a OAUTH token
|
UseOauth=Use a OAUTH token
|
||||||
Images=Images
|
Images=Images
|
||||||
MaxNumberOfImagesInGetPost=Max number of images allowed in GETPOST check
|
MaxNumberOfImagesInGetPost=Max number of images allowed in GETPOST check
|
||||||
@ -1188,3 +1188,4 @@ UrlToCheck=Url to check
|
|||||||
Automation=Automation
|
Automation=Automation
|
||||||
CreatedByEmailCollector=Created by Email collector
|
CreatedByEmailCollector=Created by Email collector
|
||||||
CreatedByPublicPortal=Created from Public portal
|
CreatedByPublicPortal=Created from Public portal
|
||||||
|
UserAgent=User Agent
|
||||||
Loading…
Reference in New Issue
Block a user