vogelor
2010-05-17 8143c39240c5773cc2dfb30b4a8b19f59e4a8d1d
1
2
3
4
5
6
7
8
9
10
<?php
$wb['rulename_txt'] = 'İsim';
$wb['action_txt'] = 'Eylem';
$wb['target_txt'] = 'Klasör';
$wb['active_txt'] = 'Aktif';
$wb['rulename_error_empty'] = 'İsim boş.';
$wb['searchterm_is_empty'] = 'Search term is empty.';
$wb['source_txt'] = 'Kaynak';
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
?>