Guest User

Untitled

a guest
Aug 1st, 2017
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <?php
  2.  
  3. return array(
  4. // form
  5. "form.title" => "Edit Profile",
  6.  
  7. "form.section_photo" => "Profile Photo",
  8. "form.logo.placeholder" => "Upload a official logo is an important way for people to recognize your company.<br/>Please upload a official logo.",
  9. "form.logo.btn" => "Upload Photo",
  10.  
  11. "form.section_company" => "Company Information",
  12. "form.company.name" => "Company Name",
  13. "form.company.reg_no" => "Company Registration Number",
  14. "form.company.about" => "About",
  15.  
  16. "form.section_gallery" => "Photo Gallery",
  17. "form.section_services" => "Services",
  18. "form.services" => "Services",
  19.  
  20. "form.section_contact" => "Contact Information",
  21. "form.contact.number" => "Contact Number",
  22. "form.contact.fax"=> "Fax",
  23. "form.contact.display_address" => "Display Address",
  24. "form.contact.display_city" => "City/State",
  25. "form.contact.address" => "Address",
  26. );
Add Comment
Please, Sign In to add comment