latham
2011-05-05 7cd9971f543f12a5fb60b67631190712d0d9788e
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['rulename_txt'] = 'Name';
$wb['action_txt'] = '操作';
$wb['target_txt'] = 'フォルダー';
$wb['active_txt'] = '有効';
$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}';
$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
?>