Add missing language keys for auto-upgrade (only error keys).

git-svn-id: http://piwigo.org/svn/trunk@12261 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2011-09-29 14:52:06 +00:00
commit d3a81948e7
3 changed files with 17 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{footer_script}
jQuery(document).ready(function() {ldelim}
jQuery('input[name="submit"]').click(function() {ldelim}
if(!confirm('{'autoupdate_alert'|@translate}'))
if(!confirm('{'Are you sure?'|@translate}'))
return false;
jQuery(this).hide();
jQuery('.autoupdate_bar').show();