aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK.iso-8859-1/admin.lang.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-01-16 11:13:30 +0000
committerplegall <plg@piwigo.org>2005-01-16 11:13:30 +0000
commitd5c2a2eda88f89bd3ed40523283fd601e90216ab (patch)
tree14ae7f3aded18e19ae294a7e1c12d8dcac01b3a6 /language/en_UK.iso-8859-1/admin.lang.php
parentcc5ba30bd061d00be17bb26061962016e4112b9d (diff)
- 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
Diffstat (limited to 'language/en_UK.iso-8859-1/admin.lang.php')
-rw-r--r--language/en_UK.iso-8859-1/admin.lang.php2
1 files changed, 2 insertions, 0 deletions
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';