dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'stable-3.1' of git.ispconfig.org:ispconfig/ispconfig3 into st...
Marius Burkard
2016-05-03
50922784c5d6b5206a830c73b467e1551f4cda5c
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
dashboard
/
lib
/
lang
/
de_dashlet_databasequota.lng
1
2
3
4
5
6
7
<?php
$wb['databasequota_txt'] = 'Datenbank Quota';
$wb['database_txt'] = 'Datenbank Name';
$wb['used_txt'] = 'Verwendet';
$wb['quota_txt'] = 'Verfügbar';
$wb['no_database_accounts_txt'] = 'Keine Datenbanken gefunden.';
?>