View Single Post
Old February 13th, 2006, 12:39 PM   #5 (permalink)
snoopy5
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
Thanks Cguck, this is a great software. I just compared with my language fikes and only 2 files seems to have changed

1. the english.php and
2. with in the folder english the file emails.php

in english.php add and translate this:

---------------------

// Set the meta tag/doctype for this language
$contentmeta = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />";
$doctype = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt\">";


$Globals['pp_lang']['editcat'] = "Edit";
$Globals['pp_lang']['euro'] = "Euro";
$Globals['pp_lang']['gbp'] = "Pounds";
$Globals['pp_lang']['makeindex'] = "Make Index Thumb";
$Globals['pp_lang']['noexpire'] = "No Expiration";
$Globals['pp_lang']['searchzip'] = "Sort by Distance";
$Globals['pp_lang']['untagged'] = "You have untagged this image";
$Globals['pp_lang']['yes'] = "Yes";


$Globals['pp_lang']['100'] = "100.00";
$Globals['pp_lang']['1000'] = "1000.00";
$Globals['pp_lang']['25'] = "25.00";
$Globals['pp_lang']['250'] = "250.00";
$Globals['pp_lang']['50'] = "50.00";
$Globals['pp_lang']['500'] = "500.00";
$Globals['pp_lang']['5000'] = "5000.00";
$Globals['pp_lang']['buycost'] = "The payment for this ad is";
$Globals['pp_lang']['buynotice'] = "Allow Users to Buy your Ad via Paypal Immediately? Please note your email on the system here must match your paypal email account for you to enable this feature.";
$Globals['pp_lang']['buynow'] = "Buy It Now";
$Globals['pp_lang']['buypage'] = "Ad Purchase Page";
$Globals['pp_lang']['buysuccess'] = "Thank you for your purchase! Please contact the seller if you have any questions.";
$Globals['pp_lang']['buytrans'] = "To complete your transaction and purchase this ad, you need to provide payment. Please click on the link below to process your PayPal payment.";
$Globals['pp_lang']['currency'] = "Currency";
$Globals['pp_lang']['dailyuplimit'] = " exceeds your limit of ads allowed";
$Globals['pp_lang']['default'] = "Use Default Currency";
$Globals['pp_lang']['day1'] = "So";
$Globals['pp_lang']['day2'] = "Mo";
$Globals['pp_lang']['day3'] = "Di";
$Globals['pp_lang']['day4'] = "Mi";
$Globals['pp_lang']['day5'] = "Do";
$Globals['pp_lang']['day6'] = "Fr";
$Globals['pp_lang']['day7'] = "Sa";
$Globals['pp_lang']['delete2'] = "You have successfully deleted your ad.";
$Globals['pp_lang']['endauction'] = "Close Auction";
$Globals['pp_lang']['exphplimit'] = "exceeds your PHP maximum upload value.";
$Globals['pp_lang']['good'] = "Good";
$Globals['pp_lang']['high'] = "High Price";
$Globals['pp_lang']['low'] = "Low Price";
$Globals['pp_lang']['moderators'] = "Moderators";
$Globals['pp_lang']['no'] = "No";
$Globals['pp_lang']['nozipfound'] = "Sorry Your Zip Code was found in our Database. Please check to ensure you have entered it correctly!";
$Globals['pp_lang']['overload'] = "Server busy, try again shortly.";
$Globals['pp_lang']['pricerange'] = "Specify a price range";
$Globals['pp_lang']['removeindex'] = "Remove Index Thumb";
$Globals['pp_lang']['rotateccw1'] = "Image has been rotated counter-clockwise!";
$Globals['pp_lang']['rotatecw1'] = "Image has been rotated clockwise!";
$Globals['pp_lang']['sortdist'] = "Enter your zipcode";
$Globals['pp_lang']['suberror'] = "Subscriptions not allowed.";
$Globals['pp_lang']['submsg'] = "You have been subscribed to this category. You will receive email notifications for any uploads.";
$Globals['pp_lang']['submitreg'] = "Submit Registration Form";
$Globals['pp_lang']['unsubgallery'] = "Unsubscribe to Category";
$Globals['pp_lang']['unsubmsg'] = "You have been unsubscribed from this category. You will not receive any further email notifications.";
$Globals['pp_lang']['uplimit'] = "You have exceeded your maximum allowed limit of %pics% ads.";
$Globals['pp_lang']['userlimit'] = "Upload Limit";
$Globals['pp_lang']['uplimit2'] = " %pictures% ads allowed.";
$Globals['pp_lang']['usd'] = "US Dollar";

---------------

in emails.php add this at the buttom before the ?> sign:

---------------

$Globals['pp_lang']['subnotify'] = "{$tusername} has uploaded one or more ads to a category you subscribe to.

Image name: {$realname}
Title: {$title}
Description: {$desc}

Link to ad: {$Globals['maindir']}/showproduct.php?product=$lastproductid

To turn off subscriptions for this category, click on the following link:

{$Globals['maindir']}/misc.php?action=subscribe&sub={$thecat}

The {$Globals['webname']} Team
{$Globals['domain']}";

$Globals['pp_lang']['emsubscr'] = "{$Globals['webname']} Ad upload notification";
----------------------
snoopy5 is offline   Reply With Quote