jwarnier
2010-09-03 772fc1cea558fbf23d9d720d61a99aecea412c45
1
2
3
4
5
6
7
8
9
10
<?php
$wb['rulename_txt'] = 'Name';
$wb['action_txt'] = 'Action';
$wb['target_txt'] = 'Folder';
$wb['active_txt'] = 'Active';
$wb['rulename_error_empty'] = 'Name is empty.';
$wb['searchterm_is_empty'] = 'Search term is empty.';
$wb['source_txt'] = 'Source';
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
?>