dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fixed #3835 Delete MailBackup not working - Log shows a warning about SQL I...
Till Brehm
2016-04-20
86853d4d0fd66c277746e9e0cf07fbecbfbbc362
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dashboard
/
lib
/
lang
/
se_dashlet_mailquota.lng
1
2
3
4
5
6
7
8
<?php
$wb['mailquota_txt'] = 'Epostkontonas kvota';
$wb['email_txt'] = 'Epostadress';
$wb['name_txt'] = 'Namn';
$wb['used_txt'] = 'Använt utrymme';
$wb['quota_txt'] = 'Kvot';
$wb['no_email_accounts_txt'] = 'Inga epostkonton hittades';
?>