dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed a bug if a new server is added to a existing server-farm (pwd of the ...
vogelor
2010-05-25
39c5d8be898f7679996f197528a2c1e7a3d8c8d5
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
mail
/
lib
/
lang
/
fr_mail_user_stats_list.lng
1
2
3
4
5
6
7
8
<?php
$wb['list_head_txt'] = 'Traffic mail';
$wb['email_txt'] = 'Email';
$wb['this_month_txt'] = 'Ce mois';
$wb['last_month_txt'] = 'Le mois dernier';
$wb['this_year_txt'] = 'Cette année';
$wb['last_year_txt'] = 'Lannée dernière';
?>