vogelor
2008-12-16 c11b7d9af50694fe72445c487a7b1e8660893051
1
2
3
4
5
6
7
8
<?php
$wb['Client'] = 'Cliente';
$wb['Address'] = 'Dirección';
$wb['Limits'] = 'Límites';
$wb['Add Client'] = 'Añadir cliente';
$wb['Edit Client'] = 'Editar cliente';
$wb['Clients'] = 'Clientes';
?>