38 lines
1.4 KiB
PHP
38 lines
1.4 KiB
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";
|
|
$shortschooldescriptiontitle = "Short Description";
|
|
$latitudetitle = "Latitude";
|
|
$longitudetitle = "Longitude";
|
|
$fulladdresstitle = "Full address";
|
|
$settingtitle = "Setting";
|
|
$settinginstruction = "Here you can define the settings of your school";
|
|
$feeinclude = "Per Default the fee is included into the final price";
|
|
$feeinclude2 = "If you want to add the fee to the final price for the user activate the switch above";
|