From d5c2a2eda88f89bd3ed40523283fd601e90216ab Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 16 Jan 2005 11:13:30 +0000 Subject: - big update in thumbnail creation process : form is always shown with the comprehensive list of pictures without thumbnails (no matter the directory) unless there are no thumbnail missing. - thumbnail creation process : form parameters are saved between 2 thumbnail generations thanks to new process - thumbnail creation process : can ask to create all missing thumbnails - thumbnail creation process : default thumbnail width and height are configured in include/config.inc.php - thumbnail creation process : errors due to no write access directories are catched git-svn-id: http://piwigo.org/svn/trunk@695 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/admin.lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'language/en_UK.iso-8859-1') diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 93189f50b..22beb924e 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -52,6 +52,7 @@ $lang['unlock'] = 'Unlock'; $lang['up'] = 'Move up'; $lang['down'] = 'Move down'; $lang['path'] = 'path'; +$lang['no_write_access'] = 'no write access'; // Specific words $lang['phpinfos'] = 'PHP Information'; @@ -263,6 +264,7 @@ $lang['tn_params_format_info'] = 'only jpeg file format is supported for thumbna $lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)'; $lang['tn_dirs_title'] = 'Directories list'; $lang['tn_dirs_alone'] = 'pictures without thumbnail'; +$lang['tn_no_missing'] = 'No missing thumbnail'; // Waiting files $lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated'; -- cgit v1.2.3