diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-17 18:23:36 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-20 19:21:35 +0530 |
commit | fac6ab1fd4b2509b0cf387231c8a4bba8383efb6 (patch) | |
tree | 97cb638e53aeee0f9d396076db4e8d59e04933a9 /phpBB/language | |
parent | 70d4ede9b204ba9d2c3e1ae14258cd8c879db403 (diff) | |
download | forums-fac6ab1fd4b2509b0cf387231c8a4bba8383efb6.tar forums-fac6ab1fd4b2509b0cf387231c8a4bba8383efb6.tar.gz forums-fac6ab1fd4b2509b0cf387231c8a4bba8383efb6.tar.bz2 forums-fac6ab1fd4b2509b0cf387231c8a4bba8383efb6.tar.xz forums-fac6ab1fd4b2509b0cf387231c8a4bba8383efb6.zip |
[ticket/12733] Add Twitter custom profile field
PHPBB3-12733
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/memberlist.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 9a44337294..360bb73ce7 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -771,6 +771,7 @@ $lang = array_merge($lang, array( 2 => 'Total members <strong>%d</strong>', ), 'TRACKED_PHP_ERROR' => 'Tracked PHP errors: %s', + 'TWITTER' => 'Twitter', 'UNABLE_GET_IMAGE_SIZE' => 'It was not possible to determine the dimensions of the image. Please verify that the URL you entered is correct.', 'UNABLE_TO_DELIVER_FILE'=> 'Unable to deliver file.', diff --git a/phpBB/language/en/memberlist.php b/phpBB/language/en/memberlist.php index d900ababd1..d8cc224d6f 100644 --- a/phpBB/language/en/memberlist.php +++ b/phpBB/language/en/memberlist.php @@ -144,4 +144,5 @@ $lang = array_merge($lang, array( 'USERS_PER_PAGE' => 'Users per page', 'VIEWING_PROFILE' => 'Viewing profile - %s', + 'VIEW_TWITTER_PROFILE' => 'View Twitter Profile', )); |