dashboard
repositories
filestore
activity
search
login
gitlabFork
/
ISPConfig3
ISPConfig3 devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+ added password strength meter
karailiev
2008-11-20
f66aaef4e353942d6d1711717d99f5d597482b0a
[gitlabFork/ISPConfig3.git]
/
interface
/
web
/
client
/
lib
/
lang
/
it.lng
1
2
3
4
5
6
7
8
<?php
$wb['Client'] = 'Cliente';
$wb['Address'] = 'Indirizzo';
$wb['Limits'] = 'Limiti';
$wb['Add Client'] = 'Aggiungi cliente';
$wb['Edit Client'] = 'Modifica cliente';
$wb['Clients'] = 'Clienti';
?>