diff options
author | rub <rub@piwigo.org> | 2008-05-16 18:59:37 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2008-05-16 18:59:37 +0000 |
commit | dc2adc5b614a43179eda505eb13d0de5f6fa10d2 (patch) | |
tree | b2a91f1734684f5e3286408892a6c5416f842dec /language/en_UK/admin.lang.php | |
parent | 3cffa07182c016d29d82666e03a1423fb6160bd8 (diff) |
Resolved issue 0000826: Required versions (Php & MySql)
git-svn-id: http://piwigo.org/svn/trunk@2343 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 58c0f078f..bf2354185 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -643,4 +643,7 @@ $lang['A new version of Piwigo is available.'] = 'A new version of Piwigo is ava $lang['Piwigo Administration'] = 'Piwigo Administration'; $lang['Piwigo version'] = 'Piwigo version'; $lang['You are running the latest version of Piwigo.'] = 'You are running the latest version of Piwigo.'; +$lang['c13y_version_anomaly'] = 'The version of %s [%s] installed is not compatible with the version required [%s]'; +$lang['c13y_version_correction'] = 'You need to upgrade your system to take full advantage of the application else the application will not work correctly see not at all'; + ?> |