| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?php
- /**
- * Default English Lexicon Entries for HybridAuth
- *
- * @package hybridauth
- * @subpackage lexicon
- */
- $_lang['hybridauth'] = 'HybridAuth';
- $_lang['ha_err_no_providers'] = 'You must specify at least one provider.';
- $_lang['ha_err_no_provider_keys'] = 'Could not retrieve keys for provider [[+provider]] from system settings. [[+provider]] was not activated.';
- $_lang['ha_err_not_logged_in'] = 'You must be logged in to edit your profile.';
- $_lang['ha_register_disabled'] = 'Creation of new users is disabled.';
- $_lang['ha.username'] = 'Username';
- $_lang['ha.fullname'] = 'Full name';
- $_lang['ha.email'] = 'Email';
- $_lang['ha.updateProfile'] = 'Update Profile';
- $_lang['ha.profile_update_success'] = 'Profile was updated successfully';
- $_lang['ha.profile_update_error'] = 'Error when update profile';
- $_lang['ha.logout'] = 'Logout →';
- $_lang['ha.save_profile'] = 'Save profile';
- $_lang['ha.greeting'] = 'You are logged in as ';
- $_lang['ha.providers_available'] = 'Available providers are ';
- $_lang['ha.login_intro'] = 'You can authorize on site with: ';
- $_lang['ha.gravatar'] = 'Avatar';
- $_lang['ha.gravatar_desc'] = 'Image loads from <a href="http://gravatar.com/" target="_blank">Gravatar</a>';
- $_lang['ha.services'] = 'Auth Providers';
- $_lang['ha.services_tip'] = 'Here you can see what providers were used by this user to login on the website.';
- $_lang['ha.service_avatar'] = 'Avatar';
- $_lang['ha.service_createdon'] = 'Created';
- $_lang['ha.service_provider'] = 'Provider';
- $_lang['ha.service_identifier'] = 'Identifier';
- $_lang['ha.service_displayname'] = 'Display Name';
- $_lang['ha.service_email'] = 'Email';
- $_lang['ha.service_remove'] = 'Unbind provider';
- $_lang['ha.services_remove'] = 'Unbind providers';
- $_lang['ha.service_remove_confirm'] = 'Are you sure you want to unbind this provider from profile of the user?';
- $_lang['ha.services_remove_confirm'] = 'Are you sure you want to unbind this providers from profile of the user?';
- $_lang['area_ha.main'] = 'Main';
- $_lang['area_ha.keys'] = 'Keys';
- $_lang['setting_ha.keys.Google'] = 'Keys for Google';
- $_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>.';
- $_lang['setting_ha.keys.GitHub'] = 'Keys for GitHub';
- $_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>.';
- $_lang['setting_ha.keys.Twitter'] = 'Keys for Twitter';
- $_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>.';
- $_lang['setting_ha.keys.Yandex'] = 'Keys for Yandex';
- $_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>.';
- $_lang['setting_ha.keys.Facebook'] = 'Keys for Facebook';
- $_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>.';
- $_lang['setting_ha.keys.Vkontakte'] = 'Keys for Vkontakte';
- $_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>.';
- $_lang['setting_ha.frontend_css'] = 'Styles of frontend';
- $_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.';
- $_lang['setting_ha.register_users'] = 'Register new';
- $_lang['setting_ha.register_users_desc'] = 'This setting determines whether to create new users with authorization through HybridAuth.';
|