tbrehm
2010-05-11 2e961201be67cc348e7da22ad7c32c87c9f3d30d
1
2
3
4
5
6
7
8
9
10
<?php
$wb['rulename_txt'] = 'Név';
$wb['action_txt'] = 'Művelet';
$wb['target_txt'] = 'Mappa';
$wb['active_txt'] = 'Aktív';
$wb['rulename_error_empty'] = 'A név üres';
$wb['searchterm_is_empty'] = 'Keresési feltétel üres';
$wb['source_txt'] = 'Forrás';
$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
?>