diff options
author | patdenice <patdenice@piwigo.org> | 2011-09-29 14:52:06 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-09-29 14:52:06 +0000 |
commit | d3a81948e775603283985bd5eea91c3e7ca1f6c2 (patch) | |
tree | 6586818e6251e6801bcd0b20e67cee7a25ab873c /language/en_UK/admin.lang.php | |
parent | 347fb6e3213f2b8429b5fbfd4a850b16c56a282d (diff) |
Add missing language keys for auto-upgrade (only error keys).
git-svn-id: http://piwigo.org/svn/trunk@12261 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index ec25e56bc..96d064893 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -860,4 +860,8 @@ $lang['Learn more'] = 'Learn more'; $lang['Select an album'] = 'Select an album'; $lang['By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'] = 'By default, Piwigo will create a new websize from the HD (high definition) version of your photo.'; $lang['If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'] = 'If no HD is available and if the current websize is bigger than resize dimensions, Piwigo will move it as HD and create a downsized websize photo from it.'; + +$lang['An error has occured during upgrade.'] = 'An error has occured during upgrade.'; +$lang['An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'] = 'An error has occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.'; +$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo cannot retrieve upgrade file from server'; ?> |