diff options
author | David King <imkingdavid@gmail.com> | 2013-10-26 10:17:24 -0700 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2013-11-02 15:34:18 -0700 |
commit | 54e82392f0788d442e856a663a931e5811816c55 (patch) | |
tree | dc430b534f4097f1671d0f0e03e4484a65e81415 /phpBB/language | |
parent | abd035fcc963803ad4bbce140dcf0050f0402960 (diff) | |
download | forums-54e82392f0788d442e856a663a931e5811816c55.tar forums-54e82392f0788d442e856a663a931e5811816c55.tar.gz forums-54e82392f0788d442e856a663a931e5811816c55.tar.bz2 forums-54e82392f0788d442e856a663a931e5811816c55.tar.xz forums-54e82392f0788d442e856a663a931e5811816c55.zip |
[ticket/11975] Make link text shorter on smaller resolutions
PHPBB3-11975
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 08d28e24b9..796b6eedda 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -62,6 +62,7 @@ $lang = array_merge($lang, array( 'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.', 'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.', 'ACP' => 'Administration Control Panel', + 'ACP_SHORT' => 'ACP', 'ACTIVE' => 'active', 'ACTIVE_ERROR' => 'The specified username is currently inactive. If you have problems activating your account, please contact a board administrator.', 'ADMINISTRATOR' => 'Administrator', @@ -381,6 +382,7 @@ $lang = array_merge($lang, array( 'MB' => 'MB', 'MIB' => 'MiB', 'MCP' => 'Moderator Control Panel', + 'MCP_SHORT' => 'MCP', 'MEMBERLIST' => 'Members', 'MEMBERLIST_EXPLAIN' => 'View complete list of members', 'MERGE' => 'Merge', |