Files
2025-07-18 16:20:14 +07:00

22 lines
1.1 KiB
PHP
Executable File

<?php
# English
# Language File for the ResourceSpace WordPress SSO Plugin
# -------
#
#
$lang["wordpress_sso_configuration"]="WordPress SSO - Setup";
$lang['wordpress_sso_url']="Enter the Wordpress URL";
$lang['wordpress_sso_secret']="Enter the shared secret - this will be used to identify this system to WordPress";
$lang['wordpress_sso_auto_create']="Automatically create user accounts?";
$lang['wordpress_sso_auto_approve']="Automatically approve user accounts?";
$lang['wordpress_sso_auto_create_group']="Enter group number for automatically created";
$lang['wordpress_sso_auto_created']="Automatically created by wordpress_sso plugin";
$lang["wordpress_sso_loggedout"]="You are being redirected to WordPress to complete your logout. Please click on the link below if you are not automatically redirected";
$lang['wordpress_sso_allow_standard_login']="Allow standard ResourceSpace logins";
$lang['wordpress_sso_use_standard_login']="Login using non-WordPress account";
$lang['wordpress_sso_use_wp_login']="Login using WordPress account";
$lang['wordpress_sso_retry']="Click here to try and log in again";
$lang["origin_wordpress_sso"] = "Wordpress SSO plugin";