1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php
/* ---------Header---------------------- */
$logo_name = "Transport Service";
$Username = "Username";
$Password = "Password";
$Corporate = "Corporate";
$remember = "Remember me";
$Forgot = "Forgot Password ?";
/* --------Language-------------------- */
$english = "English";
$arabic = "Arabic";
$urdu = "Urdu";
/* ---------Center---------------------- */
$Name = "Name";
$Phone = "Phone";
$Country = "Country";
/* --------Center---------------------- */
$post_inq = "Post Inquiry";
$get_bid = "Get Bids";
$deal_done = "Deal Done";
$desc = "Lorem Ipsum is simply dummy text of the printing and typesetting industry. when an unknown printer took a galley of type and scrambled it to make a type specimen book. ";
/* ---------Menu---------------------- */
$home = "Home";
$services = "Services";
$aboutus = "About us";
$career = "Career";
/* --------footer---------------------- */
$compny = "Company";
$info = "Information";
$Help = "Help";
$quick = "Quick Links";
$Support = "Support";
$terms = "Terms & Conditions";
$prvcy = "Privacy Police";
$hw = "How it works";
$benifits = "My Benifits";
$faq = "FAQ";
$Customer = "Customer Support";
$Accessibility = "Accessibility";
$Advertise = "Advertise with us";
$contact = "Contact us";
$join = "Join Now !";
$wts = "What is TS";
$Live = "Live Auctions";
$testy = "Testimonials";
$refund = "Refund Policy";
$report = "Report Spam";
$hcenter = "Help Center";
$secure = "Secure Payment by";
/* --------footer- Social--------------------- */
$fcb = "Facebook";
$twt = "Twitter";
$ingt = "Instagram";
?>