mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Slightly adjust version check on index page to be a bit more descriptive
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9889 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -250,7 +250,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'MANAGE' => 'Manage',
|
||||
'MENU_TOGGLE' => 'Hide or display the side menu',
|
||||
'MORE' => 'More »',
|
||||
'MORE' => 'More', // Not used at the moment
|
||||
'MORE_INFORMATION' => 'More information »',
|
||||
'MOVE_DOWN' => 'Move down',
|
||||
'MOVE_UP' => 'Move up',
|
||||
|
||||
@@ -377,7 +378,7 @@ $lang = array_merge($lang, array(
|
||||
'USERS_PER_DAY' => 'Users per day',
|
||||
|
||||
'VALUE' => 'Value',
|
||||
'VERSIONCHECK_FAIL' => 'Failed to obtain latest version',
|
||||
'VERSIONCHECK_FAIL' => 'Failed to obtain latest version information.',
|
||||
'VERSIONCHECK_FORCE_UPDATE' => 'Re-Check version',
|
||||
'VIEW_ADMIN_LOG' => 'View administrator log',
|
||||
'VIEW_INACTIVE_USERS' => 'View inactive users',
|
||||
|
@@ -564,6 +564,7 @@ $lang = array_merge($lang, array(
|
||||
'VERSION_CHECK_EXPLAIN' => 'Checks to see if the version of phpBB you are currently running is up to date.',
|
||||
'VERSION_NOT_UP_TO_DATE' => 'Your version of phpBB is not up to date. Please continue the update process.',
|
||||
'VERSION_NOT_UP_TO_DATE_ACP'=> 'Your version of phpBB is not up to date.<br />Below you will find a link to the release announcement for the latest version as well as instructions on how to perform the update.',
|
||||
'VERSION_NOT_UP_TO_DATE_TITLE' => 'Your version of phpBB is not up to date.',
|
||||
'VERSION_UP_TO_DATE' => 'Your installation is up to date, no updates are available for your version of phpBB. You may want to continue anyway to perform a file validity check.',
|
||||
'VERSION_UP_TO_DATE_ACP' => 'Your installation is up to date, no updates are available for your version of phpBB. You do not need to update your installation.',
|
||||
'VIEWING_FILE_CONTENTS' => 'Viewing file contents',
|
||||
|
Reference in New Issue
Block a user