aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/common.php
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-24 10:35:36 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-24 10:35:36 -0400
commit5401673f965aaef7048797d1f696bd5e43bbfaf6 (patch)
tree15c2cdb008f0f49f5a8057a12f3b6eebed1bcb96 /phpBB/language/en/common.php
parent38d4eb073e1915f60cb4c9912d7567cf032e0776 (diff)
downloadforums-5401673f965aaef7048797d1f696bd5e43bbfaf6.tar
forums-5401673f965aaef7048797d1f696bd5e43bbfaf6.tar.gz
forums-5401673f965aaef7048797d1f696bd5e43bbfaf6.tar.bz2
forums-5401673f965aaef7048797d1f696bd5e43bbfaf6.tar.xz
forums-5401673f965aaef7048797d1f696bd5e43bbfaf6.zip
[feature/oauth] Move language constants for oauth services to common.php
PHPBB3-11673
Diffstat (limited to 'phpBB/language/en/common.php')
-rw-r--r--phpBB/language/en/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index a68c027554..0b658f22b6 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -88,6 +88,9 @@ $lang = array_merge($lang, array(
'ATTACHED_IMAGE_NOT_IMAGE' => 'The image file you tried to attach is invalid.',
'AUTHOR' => 'Author',
'AUTH_NO_PROFILE_CREATED' => 'The creation of a user profile was unsuccessful.',
+ 'AUTH_PROVIDER_OAUTH_SERVICE_BITLY' => 'Bitly',
+ 'AUTH_PROVIDER_OAUTH_SERVICE_FACEBOOK' => 'Facebook',
+ 'AUTH_PROVIDER_OAUTH_SERVICE_GOOGLE' => 'Google',
'AVATAR_DISALLOWED_CONTENT' => 'The upload was rejected because the uploaded file was identified as a possible attack vector.',
'AVATAR_DISALLOWED_EXTENSION' => 'This file cannot be displayed because the extension <strong>%s</strong> is not allowed.',
'AVATAR_EMPTY_REMOTE_DATA' => 'The specified avatar could not be uploaded because the remote data appears to be invalid or corrupted.',