jmontoya
2010-08-04 e8a29cf134f7df1a1e7637083f6d7adf64949b7c
1
2
3
4
5
6
7
8
9
10
<?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}';
?>