en.php 753 B

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Modbash Clean Elgg Theme
  4. *
  5. * Copyright (c) 2015 ModBash
  6. *
  7. * @author Shane Barron <admin@modbash.com>
  8. * @copyright 2015 SocialApparatus
  9. * @license GNU General Public License (GPL) version 2
  10. * @version 1
  11. * @link http://modbash.com
  12. */
  13. $english = array(
  14. "your-account" => "Your Account",
  15. "view-your-profile" => "Your Profile",
  16. "edit-your-profile" => "Edit Profile",
  17. "edit-your-avatar" => "Edit Avatar",
  18. "view-your-dashboard" => "Desktop",
  19. "view-your-visitants" => "Visitants",
  20. "view-your-inbox" => "Your Inbox",
  21. "view-your-friends" => "Your Friends",
  22. "view-your-settings" => "Your Settings",
  23. "signin" => "Sign In",
  24. );
  25. add_translation("en", $english);