This is the corrected english language file...
And I suggest to use a file 'install_mod.php' and to adjust the file 'gallery.php' a bit so people can use the prefix they want for that sql-table
If you need it I can give you some help with it
(The script isn't working when I try it -> DB error)
<?php
// Language definitions used in gallery.php
$lang_gallery = array(
// Navigation and sections
'Page Title' => 'Gallery',
'Error Annonce' => 'Error:',
'Navigation' => 'Navigation:',
'Page Desc Up' => 'Send an image',
'Page Desc Gal' => 'Every images sent by members',
'Title Form' => 'Title:',
'Desc Form' => 'Description:',
'Img Form' => 'Your image:',
'Button Up' => 'Download',
'Add Time' => 'Sent at:',
'Add By' => 'by:',
'Add image' => '[Add an image]',
'Moderation' => '[Mod images]',
'Modo_del' => '[Delete image]',
// Miscellaneous
'Upload Ok' => 'Your image has been correctly sent.',
'Post Title' => 'Post an image in the gallery',
'Image Info' => 'Type details of the image',
'Image Use' => '<strong>Use:</strong><br />The form below allows you to send an image into the site\'s gallery. The extension must be GIF or JPG, with a maximum size of <MAX_SIZE>. Don\'t forget to add a title and a little description',
'Image Regle' => '<strong>Caution:</strong><br />The admin has the right to delete your image without notice.',
'Image Desc' => '(Write a short description of your image)',
'Del Ok' => 'Image has been successfully deleted.',
// Error
'Error Guest' => 'Only members can add images in the gallery.',
'Error Title' => 'You have to fill in the title.',
'Error Description' => 'You have to fill in a description.',
'Error Too large ini' => 'File too large. Server refuses download.',
'Error Too large' => 'File\'s size exceeds the maximum allowed.',
'Error Partial upload' => 'File partially downloaded. Try again.',
'Error No file' => 'You didn\'t select any file to download.',
'Error No tmp directory' => 'PHP couldn\'t save the file in a temporary directory.',
'Error No good file' => 'The type of the file isn\'t allowed. (Only GIF & JPG)',
'Error Move failed' => 'Server couldn\'t save downloaded file. Contact the admin.',
'Error Visu failed' => 'Label\'s creation has failed.',
'Error Unknown failure' => 'Unknown error. Try again.',
'Error Del' => 'Deleting of image has failed.',
'Error FTP connect' => 'FTP connection has failed. Please try again later!',
);