<?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 _';
|
?>
|