diff options
author | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-23 14:06:01 -0400 |
---|---|---|
committer | Joseph Warner <hardolaf@hardolaf.com> | 2013-07-23 14:06:24 -0400 |
commit | 93cbdc37b51edf14cb2dbebb1ccb71a612f7fd94 (patch) | |
tree | abc2f0197322da0c58c14890c6bf3168e7345c3b /phpBB/language/en | |
parent | 5578b7a578cd9b2e8045d65c883a355f7a9f5394 (diff) | |
download | forums-93cbdc37b51edf14cb2dbebb1ccb71a612f7fd94.tar forums-93cbdc37b51edf14cb2dbebb1ccb71a612f7fd94.tar.gz forums-93cbdc37b51edf14cb2dbebb1ccb71a612f7fd94.tar.bz2 forums-93cbdc37b51edf14cb2dbebb1ccb71a612f7fd94.tar.xz forums-93cbdc37b51edf14cb2dbebb1ccb71a612f7fd94.zip |
[feature/oauth] ACP options for OAuth, needs some work
PHPBB3-11673
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/board.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index ce15dfefb4..892d3f61fe 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -394,6 +394,15 @@ $lang = array_merge($lang, array( 'AUTH_METHOD' => 'Select an authentication method', + 'AUTH_PROVIDER_OAUTH_KEY' => 'Key', + 'AUTH_PROVIDER_OAUTH_KEY_EXPLAIN' => '', + 'AUTH_PROVIDER_OAUTH_SERVICE_BITLY' => 'Bitly', + 'AUTH_PROVIDER_OAUTH_SERVICE_FACEBOOK' => 'Facebook', + 'AUTH_PROVIDER_OAUTH_SERVICE_GOOGLE' => 'Google', + 'AUTH_PROVIDER_OAUTH_TITLE' => 'OAuth', + 'AUTH_PROVIDER_OAUTH_SECRET' => 'Secret', + 'AUTH_PROVIDER_OAUTH_SECRET_EXPLAIN' => '', + 'APACHE_SETUP_BEFORE_USE' => 'You have to setup apache authentication before you switch phpBB to this authentication method. Keep in mind that the username you use for apache authentication has to be the same as your phpBB username. Apache authentication can only be used with mod_php (not with a CGI version) and safe_mode disabled.', 'LDAP_DN' => 'LDAP base <var>dn</var>', |