default.inc.php 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. /**
  3. * Default English Lexicon Entries for HybridAuth
  4. *
  5. * @package hybridauth
  6. * @subpackage lexicon
  7. */
  8. $_lang['hybridauth'] = 'HybridAuth';
  9. $_lang['ha_err_no_providers'] = 'You must specify at least one provider.';
  10. $_lang['ha_err_no_provider_keys'] = 'Could not retrieve keys for provider [[+provider]] from system settings. [[+provider]] was not activated.';
  11. $_lang['ha_err_not_logged_in'] = 'You must be logged in to edit your profile.';
  12. $_lang['ha_register_disabled'] = 'Creation of new users is disabled.';
  13. $_lang['ha.username'] = 'Username';
  14. $_lang['ha.fullname'] = 'Full name';
  15. $_lang['ha.email'] = 'Email';
  16. $_lang['ha.updateProfile'] = 'Update Profile';
  17. $_lang['ha.profile_update_success'] = 'Profile was updated successfully';
  18. $_lang['ha.profile_update_error'] = 'Error when update profile';
  19. $_lang['ha.logout'] = 'Logout &rarr;';
  20. $_lang['ha.save_profile'] = 'Save profile';
  21. $_lang['ha.greeting'] = 'You are logged in as ';
  22. $_lang['ha.providers_available'] = 'Available providers are ';
  23. $_lang['ha.login_intro'] = 'You can authorize on site with: ';
  24. $_lang['ha.gravatar'] = 'Avatar';
  25. $_lang['ha.gravatar_desc'] = 'Image loads from <a href="http://gravatar.com/" target="_blank">Gravatar</a>';
  26. $_lang['ha.services'] = 'Auth Providers';
  27. $_lang['ha.services_tip'] = 'Here you can see what providers were used by this user to login on the website.';
  28. $_lang['ha.service_avatar'] = 'Avatar';
  29. $_lang['ha.service_createdon'] = 'Created';
  30. $_lang['ha.service_provider'] = 'Provider';
  31. $_lang['ha.service_identifier'] = 'Identifier';
  32. $_lang['ha.service_displayname'] = 'Display Name';
  33. $_lang['ha.service_email'] = 'Email';
  34. $_lang['ha.service_remove'] = 'Unbind provider';
  35. $_lang['ha.services_remove'] = 'Unbind providers';
  36. $_lang['ha.service_remove_confirm'] = 'Are you sure you want to unbind this provider from profile of the user?';
  37. $_lang['ha.services_remove_confirm'] = 'Are you sure you want to unbind this providers from profile of the user?';
  38. $_lang['area_ha.main'] = 'Main';
  39. $_lang['area_ha.keys'] = 'Keys';
  40. $_lang['setting_ha.keys.Google'] = 'Keys for Google';
  41. $_lang['setting_ha.keys.Google_desc'] = 'Add the application and generate the keys at this link: <a target="_blank" href="https://code.google.com/apis/console/">https://code.google.com/apis/console/</a>.';
  42. $_lang['setting_ha.keys.GitHub'] = 'Keys for GitHub';
  43. $_lang['setting_ha.keys.GitHub_desc'] = 'Add the application and generate the keys at this link: <a target="_blank" href="https://github.com/settings/applications/new">https://github.com/settings/applications/new</a>.';
  44. $_lang['setting_ha.keys.Twitter'] = 'Keys for Twitter';
  45. $_lang['setting_ha.keys.Twitter_desc'] = 'Add the application and generate the keys at this link: <a target="_blank" href="https://dev.twitter.com/apps/new">https://dev.twitter.com/apps/new</a>.';
  46. $_lang['setting_ha.keys.Yandex'] = 'Keys for Yandex';
  47. $_lang['setting_ha.keys.Yandex_desc'] = 'Add the application and generate the keys at this link: <a target="_blank" href="https://oauth.yandex.ru/client/new">https://oauth.yandex.ru/client/new</a>.';
  48. $_lang['setting_ha.keys.Facebook'] = 'Keys for Facebook';
  49. $_lang['setting_ha.keys.Facebook_desc'] = 'Add the application and generate the keys at this link: <a target="_blank" href="https://developers.facebook.com/apps">https://developers.facebook.com/apps</a>.';
  50. $_lang['setting_ha.keys.Vkontakte'] = 'Keys for Vkontakte';
  51. $_lang['setting_ha.keys.Vkontakte_desc'] = 'Add the application and generate the keys at this link: <a target="_blank" href="https://vk.com/editapp?act=create">https://vk.com/editapp?act=create</a>.';
  52. $_lang['setting_ha.frontend_css'] = 'Styles of frontend';
  53. $_lang['setting_ha.frontend_css_desc'] = 'Path to the file with styles of component. If you want to use your own styles - specify the path to it here, or clear and include them manually via the website template.';
  54. $_lang['setting_ha.register_users'] = 'Register new';
  55. $_lang['setting_ha.register_users_desc'] = 'This setting determines whether to create new users with authorization through HybridAuth.';