|
9
FIND - Line 184
'_time_unit_d'=>'day(s)',
'_to_member'=>'To',
AND AFTER IT INSERT
'_top'=>'top',
10
FIND - Line 508
'H1_ARTICLES'=>'Articles',
AND AFTER IT INSERT
'_dating_article' => 'dating article',
11
FIND - Line 581
'txt_lookup_zip' => 'Look up ZIP',
'txt_lookup_city' => 'Look up city',
'txt_input_number_on_pic' => 'Input the number on the picture',
'txt_incorr_location' => 'Your Location',
AND REPLACE WITH
'txt_lookup_zip' => 'click here to select it from the list',
'txt_lookup_zip_more_info' => 'Please enter your US ZIP',
'txt_lookup_zip_more_info_or' => 'or',
'txt_lookup_city' => 'click here to select it from the list',
'txt_lookup_city_more_info' => 'Please enter your city',
'txt_lookup_city_more_info_or' => 'or',
'txt_input_number_on_pic' => 'Input the number on the picture',
'txt_incorr_location' => 'Your Location ( Make sure you entered your city correctly or select it from the list )',
12
FIND - Line 728
'_start_again'=>'Start from the scratch (clear all fields)',
AND REPLACE WITH
'_start_again'=>'Start from scratch (clear all fields)',
13
FIND - Line 900
Many other singles sites will send your actual e-mail address to another person if you contact another member, or respond to a message they sent to you. PARTNER SITE does give you a chance to correspond with each other first before deciding if you want to give them your e-mail address. Only you can give another member your contact information. Just like in conventional dating settings such as bars, we encourage our members to take all precautions when meeting other members, or providing any private information.<br />
AND REPLACE WITH
Many other singles sites will send your actual e-mail address to another person if you contact another member, or respond to a message they sent to you. <b>'.$_site['bizname'].'</b> does give you a chance to correspond with each other first before deciding if you want to give them your e-mail address. Only you can give another member your contact information. Just like in conventional dating settings such as bars, we encourage our members to take all precautions when meeting other members, or providing any private information.<br />
14
FIND - Line 920
Under special circumstances, it may be necessary for <b>'.$_site['bizname'].'</b> to disclose private information about our members to government agencies such as law enforcement. In addition, we may report "PARTNER SITE" users to the authorities in the case of legal wrongdoing, such as attempting to use a stolen credit card.<br />
AND REPLACE WITH
Under special circumstances, it may be necessary for <b>'.$_site['bizname'].'</b> to disclose private information about our members to government agencies such as law enforcement. In addition, we may report <b>'.$_site['bizname'].'</b> users to the authorities in the case of legal wrongdoing, such as attempting to use a stolen credit card.<br />
15
FIND - Line 1092
case '_title_country_part': return "{$params['country']} Personals, {$params['country']} Dating";
AND REPLACE WITH
case '_title_country_part': return $params['country'].' Personals, '.$params['country'].' Dating';
|