redray
2009-04-11 08745a54a3a41dd4b2ae89b08910f07cc97eeb49
1
2
3
4
5
6
7
8
9
<?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';
?>