Arkadaşlar ilk okul ingilizcesi ile bunu kolaylıkla Türkçeye çevirebilirsiniz gramer denen bişe yok sadece sözlüğe bakın çevirin o kadar eğer çeviremeyen olursa talep halinde bi gece yaparım
<?
$trans = array(
  "charset"=>"iso-8859-1",
  "menu"=>array("home"=>"Home",
    "list_objects"=>"Show Objects",
    "new_object"=>"New Object",
    "list_contacts"=>"Show Contacts",
    "new_contact"=>"New Contact",
    "edit_users"=>"Edit Users",
    "create_pdf"=>"Create PDF Files",
    "general_settings"=>"General Settings",
    "maintenance"=>"Maintenance",
    "edit_areas"=>"Edit Areas",
    "public_website"=>"Public Website",
    "log_out"=>"Log out"
    ),
  "categories"=>array("1"=>"Houses for Sale",
    "2"=>"Houses for Rent",
    "3"=>"Plots of Land for Sale",
    "4"=>"Plots of Land for Rent",
    "5"=>"Businesses for Sale",
    "6"=>"Businesses for Rent",
    "7"=>"Apartments for Sale",
    "8"=>"Apartments for Rent"),
  "items"=>array("please_log_in"=>"Please log in!",
  "invalid_login"=>"Invalid Login. Please try again",
  "invalid_mail"=>"Invalid Email Address",
  "add_to_wishlist"=>"Add to Wishlist",
  "see_wishlist"=>"See Wishlist",
  "contact_form"=>"Contact Form",
  "send_wishlist_text"=>"You can send this wishlist to any email address by filling out this form!",
  "send_wishlist"=>"Send Wishlist",
  "your_wishlist"=>"Your Wishlist",
  "wishlist_pdf"=>"Save Wishlist as PDF file",
  "no_wishlist"=>"There are no items in your wishlist",
  "wishlist_sent"=>"Your Wishlist has been sent!",
  "fill_in_form"=>"Please fill in this form for further information",
  "want_more_info"=>"I would like to have more information on this object",
  "delete"=>"Delete",
  "edit"=>"Edit",
  "enter"=>"Enter",
  "insert"=>"Insert",
  "install"=>"install",
  "name"=>"Name",
  "contact"=>"Contact",
  "how_to_reach_us"=>"How to reach us",
  "number"=>"No.",
  "month"=>"Month",
  "area"=>"Area",
  "areas"=>"Areas",
  "categories"=>"Categories",
  "more_information"=>"More Information",
  "found"=>"Found",
  "action"=>"Action",
  "entered"=>"Entered",
  "deleted"=>"Deleted",
  "inserted"=>"Inserted",
  "updated"=>"Updated",
  "login_wishlist"=>"Please provide your email address so you can later use it to see your wishlist.",
  "added_to_wishlist"=>"Added to Wishlist",
  "last"=>"Last",
  "next"=>"Next",
  "more"=>"More",
  "object"=>"Object",
  "objects"=>"Objects",
  "images"=>"Images",
  "check"=>"Check",
  "search"=>"Search",
  "field"=>"Field",
  "all"=>"all",
  "and"=>"and",
  "in"=>"in",
  "for"=>"for",
  "of"=>"of",
  "sqm"=>"Square Meters",
  "price"=>"Price",
  "title"=>"Title",
  "long"=>"Long",
  "short"=>"Short",
  "text"=>"Text",
  "object_type"=>"Object Type",
  "city"=>"City",
  "special_offer"=>"Special Offer",
  "sold"=>"Sold",
  "new"=>"New",
  "close"=>"Close",
  "close_window"=>"Close Window",
  "user"=>"User",
  "users"=>"Users",
  "login_name"=>"Login Name",
  "window"=>"Window",
  "sure_delete"=>"Are you sure you want to delete this item?",
  "no_privileges"=>"You have no privileges for this action",
  "operator"=>"Operator",
  "administrator"=>"Administrator",
  "again"=>"again",
  "password"=>"Password",
  "email"=>"Email",
  "mail_sent"=>"Your Request has been sent!",
  "phone"=>"Telephone",
  "message"=>"Message",
  "send_message"=>"Send Message",
  "call_me"=>"Please call me back",
  "status"=>"Status",
  "add_user"=>"Add User",
  "user_request"=>"User Request",
  "click_on_map"=>"Click on the map to see the objects",
  "convert_to"=>"Convert to",
  "show_on_map"=>"Show on Map",
  "description"=>"Description",
  "find_by_map"=>"Find By Map",
  "hits_per_page"=>"Hits per Page",
  "for_sale"=>"For Sale",
  "for_rent"=>"For Rent")
  );
$trans['usermenu'] = array(
  "about"=>"About the Company",
  "services"=>"Services",
  "construction"=>"Construction",
  "loans"=>"Loans & Mortgages",
  "links"=>"Links",
  "key_in_hand"=>"Key in Hand Service",
  "clearing"=>"Property Title Clearing",
  "consulting"=>"Investment Consulting",
  "remodelling"=>"Remodelling",
  "management"=>"Property Management",
  "legal_issues"=>"Legal Issues",
  "ownership"=>"Ownership for Foreigners",
  "howtobuy"=>"How to Buy",
  "howtobuild"=>"How to Build",
  "closing_costs"=>"Closing Costs and Taxes",
  "profile"=>"Profile",
  "people"=>"People"
);
$trans['languages'] = array(
  "en"=>"English",
  "de"=>"German",
  "es"=>"Spanish",
  "fr"=>"French",
  "gr"=>"Greek"
  );
?>