Till Brehm
2014-04-03 a08e6c32e70561a3fadbd6062ca02c5f8c94b81d
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
$wb['server_id_txt'] = 'Servidor';
$wb['priority_txt'] = 'Prioridade';
$wb['policy_id_txt'] = 'Política';
$wb['email_txt'] = 'Correio (Padrão)';
$wb['fullname_txt'] = 'Nome';
$wb['local_txt'] = 'Local';
$wb['email_error_notempty'] = 'The email address must not be empty.';
$wb['fullname_error_notempty'] = 'The name must not be empty.';
$wb['10 - highest'] = '10 - highest';
$wb['5 - medium'] = '5 - medium';
$wb['1 - lowest'] = '1 - lowest';
?>