31 lines
945 B
PHP
31 lines
945 B
PHP
<?php
|
|
$dashboard="Dashboard";
|
|
$myschool="My School";
|
|
$schooldetails="Details";
|
|
$schoolphotos="Photos";
|
|
$teachers="Teachers";
|
|
$yourclasses="Your Classes";
|
|
$showclasses="Show Classes";
|
|
$bookings="Bookings";
|
|
$showbookings="Show bookings";
|
|
$contactus="Contact us";
|
|
$contactusform="Contact us Form";
|
|
$supportticket="Support tickets";
|
|
$gotosection="Go to section";
|
|
$pagepreview="Page Preview";
|
|
$schoolname="School Name";
|
|
$address="Address";
|
|
$city="City";
|
|
$zip="Zip";
|
|
$country="Country";
|
|
$phoneschool="Phone School";
|
|
$emailschool="Email School";
|
|
$referencenameschool="Reference name school";
|
|
$referencemeailschool="Reference Email School";
|
|
$schooldescription="School decription";
|
|
$schooldetailstitle="School Details";
|
|
$updateschooldetailstitle="Update yoru school details. These info will be present into the personal school page";
|
|
$photoup="Upload a Photo";
|
|
$photoupinstruction="Upload here one or more photo. They will be visible into your page";
|
|
?>
|