vogelor
2010-05-01 cbff9d43e25e44d5e1ee716b8898b27e746a045c
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}';
?>