dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
language strings for the client_id column
redray
2008-11-03
1d48d193bb3c454725dca60a661b7ed5825f997f
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
client
/
lib
/
lang
/
nl.lng
1
2
3
4
5
6
7
8
9
10
<?php
$wb['Client'] = 'Klant';
$wb['Address'] = 'Adres';
$wb['Limits'] = 'Limieten';
$wb['Add Client'] = 'Toevoegen klant';
$wb['Edit Client'] = 'Wijzigen klant';
$wb['Clients'] = 'Klanten';
?>