Yet another subversion notice.

This commit is contained in:
Michal Čihař
2010-03-30 15:00:00 +02:00
parent 502285f9bc
commit f5359b393b
60 changed files with 258 additions and 198 deletions

View File

@@ -350,7 +350,7 @@ $strSetupVersionCheckDataError = __('Reading of version failed. Maybe you\'re of
$strSetupVersionCheckInvalid = __('Got invalid version string from server');
$strSetupVersionCheckLink = __('Check for latest version');
$strSetupVersionCheckNewAvailable = __('A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.');
$strSetupVersionCheckNewAvailableSvn = __('You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.');
$strSetupVersionCheckNewAvailableSvn = __('You are using Git version, run [kbd]git pull[/kbd] :-)[br]The latest stable version is %s, released on %s.');
$strSetupVersionCheckNone = __('No newer stable version is available');
$strSetupVersionCheckUnparsable = __('Unparsable version string');
$strSetupVersionCheck = __('Version check');