vogelor
2010-05-25 39c5d8be898f7679996f197528a2c1e7a3d8c8d5
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}';
?>