| | |
| | | <?php |
| | | $wb['rulename_txt'] = 'Nome'; |
| | | $wb['action_txt'] = 'Ação'; |
| | | $wb['target_txt'] = 'Pasta'; |
| | | $wb['active_txt'] = 'Ativo'; |
| | | $wb['rulename_error_empty'] = 'Nome está em branco.'; |
| | | $wb['searchterm_is_empty'] = 'Termo de busca em branco.'; |
| | | $wb['source_txt'] = 'Origem'; |
| | | $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, . and _'; |
| | | ?> |
| | | <?php
|
| | | $wb['rulename_txt'] = 'Nome';
|
| | | $wb['action_txt'] = 'Ação';
|
| | | $wb['target_txt'] = 'Pasta';
|
| | | $wb['active_txt'] = 'Ativo';
|
| | | $wb['rulename_error_empty'] = 'Nome está em branco.';
|
| | | $wb['searchterm_is_empty'] = 'Termo de busca em branco.';
|
| | | $wb['source_txt'] = 'Origem';
|
| | | $wb['target_error_regex'] = 'O destino só aceita os caracteres nos intervalos: a-z, 0-9, -, . e _';
|
| | | ?>
|