aboutsummaryrefslogtreecommitdiffstats
path: root/language/en_UK
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2007-10-09 21:39:15 +0000
committerplegall <plg@piwigo.org>2007-10-09 21:39:15 +0000
commita34f8c67b07c861212346252b766cf6131b65885 (patch)
treebc7dce174a0514bec93c6aa39c6c21a1d298337e /language/en_UK
parent78b838459d0a46f868fbef102feed804c424190b (diff)
Part of feature 32: fr_FR.iso-8859-1 and en_UK.iso-8859-1 contents become
utf-8 encoded and the directory names lose encoding information as the only supported encoding becomes utf-8. git-svn-id: http://piwigo.org/svn/trunk@2130 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r--language/en_UK/about.html10
-rw-r--r--language/en_UK/admin.lang.php651
-rw-r--r--language/en_UK/common.lang.php382
-rw-r--r--language/en_UK/help.html259
-rw-r--r--language/en_UK/help/advanced_feature.html16
-rw-r--r--language/en_UK/help/cat_modify.html141
-rw-r--r--language/en_UK/help/cat_move.html14
-rw-r--r--language/en_UK/help/cat_options.html36
-rw-r--r--language/en_UK/help/cat_perm.html15
-rw-r--r--language/en_UK/help/configuration.html130
-rw-r--r--language/en_UK/help/group_list.html22
-rw-r--r--language/en_UK/help/index.php33
-rw-r--r--language/en_UK/help/maintenance.html46
-rw-r--r--language/en_UK/help/notification_by_mail.html15
-rw-r--r--language/en_UK/help/permalinks.html7
-rw-r--r--language/en_UK/help/search.html24
-rw-r--r--language/en_UK/help/site_manager.html51
-rw-r--r--language/en_UK/help/synchronize.html13
-rw-r--r--language/en_UK/help/thumbnail.html28
-rw-r--r--language/en_UK/help/user_list.html43
-rw-r--r--language/en_UK/help/web_service.html47
-rw-r--r--language/en_UK/index.php33
-rw-r--r--language/en_UK/install.lang.php73
-rw-r--r--language/en_UK/iso.txt1
24 files changed, 2090 insertions, 0 deletions
diff --git a/language/en_UK/about.html b/language/en_UK/about.html
new file mode 100644
index 000000000..b5a46d006
--- /dev/null
+++ b/language/en_UK/about.html
@@ -0,0 +1,10 @@
+ <li>PhpWebGallery is a web application giving you the possibility to
+ create an online images gallery easily.</li>
+
+ <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant)
+ with a MySQL database (the SQuirreL).</li>
+
+ <li>If you have any suggestions or comments, please visit <a
+ href="http://www.phpwebgallery.net">PhpWebGallery</a> official site, and
+ its dedicated <a href="http://forum.phpwebgallery.net">forum</a>.</li>
+
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
new file mode 100644
index 000000000..ca16d9ba6
--- /dev/null
+++ b/language/en_UK/admin.lang.php
@@ -0,0 +1,651 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | PhpWebGallery - a PHP based picture gallery |
+// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// +-----------------------------------------------------------------------+
+// | file : $Id$
+// | last update : $Date$
+// | last modifier : $Author$
+// | revision : $Revision$
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
+$lang['%d association'] = '%d association';
+$lang['%d associations'] = '%d associations';
+$lang['cat_inclu_part1_S'] = '%d category including ';
+$lang['cat_inclu_part1_P'] = '%d categories including ';
+$lang['cat_inclu_part2_S'] = '%d physical';
+$lang['cat_inclu_part2_P'] = '%d physical';
+$lang['cat_inclu_part3_S'] = ' and %d virtual';
+$lang['cat_inclu_part3_P'] = ' and %d virtual';
+$lang['%d category moved'] = '%d category moved';
+$lang['%d categories moved'] = '%d categories moved';
+$lang['%d element'] = '%d element';
+$lang['%d elements'] = '%d elements';
+$lang['%d group'] = '%d group';
+$lang['%d groups'] = '%d groups';
+$lang['%d member'] = '%d member';
+$lang['%d members'] = '%d members';
+$lang['%d tag'] = '%d tag';
+$lang['%d tags'] = '%d tags';
+$lang['%d user comment rejected'] = '%d user comment rejected';
+$lang['%d user comments rejected'] = '%d user comments rejected';
+$lang['%d user comment validated'] = '%d user comment validated';
+$lang['%d user comments validated'] = '%d user comments validated';
+$lang['%d user deleted'] = '%d user deleted';
+$lang['%d users deleted'] = '%d users deleted';
+$lang['%d user'] = '%d user';
+$lang['%d users'] = '%d users';
+$lang['%d waiting for validation'] = '%d waiting for validation';
+$lang['%d waiting pictures rejected'] = '%d waiting pictures rejected';
+$lang['%d waiting pictures validated'] = '%d waiting pictures validated';
+$lang['A new version of PhpWebGallery is available.'] = 'A new version of PhpWebGallery is available.';
+$lang['Actions'] = 'Actions';
+$lang['Action: '] = 'Action: ';
+$lang['Activate'] = 'Activate';
+$lang['Add/delete a permalink'] = 'Add/delete a permalink';
+$lang['Add a tag'] = 'Add a tag';
+$lang['Add a user'] = 'Add a user';
+$lang['Add group'] = 'Add group';
+$lang['Add selected elements to caddie'] = 'Add selected elements to caddie';
+$lang['Add'] = 'Add';
+$lang['Allow user registration'] = 'Allow user registration';
+$lang['Apply to subcategories'] = 'Apply to subcategories';
+$lang['Are you sure?'] = 'Are you sure?';
+$lang['Associated'] = 'Associated';
+$lang['Association to categories'] = 'Association to categories';
+$lang['Batch management'] = 'Batch management';
+$lang['Caddie management'] = 'Caddie management';
+$lang['Caddie'] = 'Caddie';
+$lang['Categories authorized thanks to group associations'] = 'Categories authorized thanks to group associations';
+$lang['Categories manual order was saved'] = 'Categories manual order was saved';
+$lang['Categories ordered alphanumerically'] = 'Categories ordered alphanumerically';
+$lang['Category elements associated to the following categories: %s'] = 'Category elements associated to the following categories: %s';
+$lang['Check for upgrade failed for unknown reasons.'] = 'Check for upgrade failed for unknown reasons.';
+$lang['Check for upgrade'] = 'Check for upgrade';
+$lang['Comments for all'] = 'Comments for all';
+$lang['Controversy'] = 'Controversy';
+$lang['Creation date'] = 'Creation date';
+$lang['Current name'] = 'Current name';
+$lang['Database'] = 'Database';
+$lang['Deactivate'] = 'Deactivate';
+$lang['Delete Representant'] = 'Delete Representant';
+$lang['Delete selected tags'] = 'Delete selected tags';
+$lang['Delete selected users'] = 'Delete selected users';
+$lang['Deletions'] = 'Deletions';
+$lang['Deny selected groups'] = 'Deny selected groups';
+$lang['Deny selected users'] = 'Deny selected users';
+$lang['Description'] = 'Description';
+$lang['Display options'] = 'Display options';
+$lang['Dissociated'] = 'Dissociated';
+$lang['Does not represent'] = 'Does not represent';
+$lang['Edit all picture informations'] = 'Edit all picture informations';
+$lang['Edit selected tags'] = 'Edit selected tags';
+$lang['Edit tags'] = 'Edit tags';
+$lang['Elements'] = 'Elements';
+$lang['Email administrators when a new user registers'] = 'Email admins when a new user registers';
+$lang['Email administrators when a valid comment is entered'] = 'Email admins when a valid comment is entered';
+$lang['Email administrators when a comment requires validation'] = 'Email admins when a comment requires validation';
+$lang['Email administrators when a picture is uploaded'] = 'Email admins when a picture is uploaded';
+$lang['Empty caddie'] = 'Empty caddie';
+$lang['Environment'] = 'Environment';
+$lang['Form'] = 'Form';
+$lang['Gallery URL'] = 'Gallery URL';
+$lang['Gallery description'] = 'Gallery description';
+$lang['Gallery title'] = 'Gallery title';
+$lang['Grant selected groups'] = 'Grant selected groups';
+$lang['Grant selected users'] = 'Grant selected users';
+$lang['Group name'] = 'Group name';
+$lang['Groups'] = 'Groups';
+$lang['Guests'] = 'Guests';
+$lang['History'] = 'History';
+$lang['Informations'] = 'Informations';
+$lang['Install'] = 'Install';
+$lang['Link all category elements to a new category'] = 'Link all category elements to a new category';
+$lang['Link all category elements to some existing categories'] = 'Link all category elements to some existing categories';
+$lang['Linked categories'] = 'Linked categories';
+$lang['Lock gallery'] = 'Lock gallery';
+$lang['Maintenance'] = 'Maintenance';
+$lang['Manage permissions for a category'] = 'Manage permissions for a category';
+$lang['Manage permissions for group "%s"'] = 'Manage permissions for group "%s"';
+$lang['Manage permissions for user "%s"'] = 'Manage permissions for user "%s"';
+$lang['Manage tags'] = 'Manage tags';
+$lang['Members'] = 'Members';
+$lang['Metadata synchronized from file'] = 'Metadata synchronized from file';
+$lang['Move categories'] = 'Move categories';
+$lang['Move'] = 'Move';
+$lang['Name'] = 'Name';
+$lang['New name'] = 'New name';
+$lang['New parent category'] = 'New parent category';
+$lang['New tag'] = 'New tag';
+$lang['No tag defined. Use Administration>Pictures>Tags'] = 'No tag defined. Use Administration>Pictures>Tags';
+$lang['No'] = 'No';
+$lang['Number of comments per page'] = 'Number of comments per page';
+$lang['Number of rates'] = 'Number of rates';
+$lang['Number of thumbnails to create'] = 'Number of thumbnails to create';
+$lang['Only private categories are listed'] = 'Only private categories are listed';
+$lang['Operating system'] = 'Operating system';
+$lang['Options'] = 'Options';
+$lang['Order alphanumerically'] = 'Order alphanumerically';
+$lang['Order by'] = 'Order by';
+$lang['Other private categories'] = 'Other private categories';
+$lang['Page banner'] = 'Page banner';
+$lang['Parent category'] = 'Parent category';
+$lang['Path'] = 'Path';
+$lang['Permalink'] = 'Permalink';
+$lang['Permalink_%s_histo_used_by_%s'] = 'Permalink %s has been previously used by category %s. Delete from the permalink history first';
+$lang['Permalink_name_rule'] = 'The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"';
+$lang['Permalink %s is already used by category %s'] = 'Permalink %s is already used by category %s';
+$lang['Permalink history'] = 'Permalink history';
+$lang['Permalinks'] = 'Permalinks';
+$lang['Permission denied'] = 'Permission denied';
+$lang['Permission granted thanks to a group'] = 'Permission granted thanks to a group';
+$lang['Permission granted'] = 'Permission granted';
+$lang['PhpWebGallery Administration'] = 'PhpWebGallery Administration';
+$lang['PhpWebGallery version'] = 'PhpWebGallery version';
+$lang['Picture informations updated'] = 'Picture informations updated';
+$lang['Plugins'] = 'Plugins';
+$lang['Position'] = 'Position';
+$lang['Preferences'] = 'Preferences';
+$lang['Properties'] = 'Properties';
+$lang['Random picture'] = 'Random picture';
+$lang['Rate date'] = 'Rate date';
+$lang['Rating by guests'] = 'Rating by guests';
+$lang['Rating'] = 'Rating';
+$lang['Reject All'] = 'Reject All';
+$lang['Reject'] = 'Reject';
+$lang['Representant'] = 'Representant';
+$lang['Representation of categories'] = 'Representation of categories';
+$lang['Representative'] = 'Representative';
+$lang['Represents'] = 'Represents';
+$lang['Save order'] = 'Save order';
+$lang['Save to permalink history'] = 'Save to permalink history';
+$lang['Select at least one category'] = 'Select at least one category';
+$lang['Select at least one picture'] = 'Select at least one picture';
+$lang['Select at least one user'] = 'Select at least one user';
+$lang['Show info'] = 'Show info';
+$lang['Site manager'] = 'Site manager';
+$lang['Status'] = 'Status';
+$lang['Statistics'] = 'Statistics';
+$lang['Storage category'] = 'Storage category';
+$lang['Submit'] = 'Submit';
+$lang['Sum of rates'] = 'Sum of rates';
+$lang['Tag "%s" already exists'] = 'Tag "%s" already exists';
+$lang['Tag "%s" was added'] = 'Tag "%s" was added';
+$lang['Tag selection'] = 'Tag selection';
+$lang['Take selected elements out of caddie'] = 'Take selected elements out of caddie';
+$lang['The %d following tag were deleted'] = 'The following tag were deleted';
+$lang['The %d following tags were deleted'] = 'The %d following tags were deleted';
+$lang['Unable to check for upgrade since allow_url_fopen is disabled.'] = 'Unable to check for upgrade since allow_url_fopen is disabled.';
+$lang['Uninstall'] = 'Uninstall';
+$lang['Use default sort order']='Use the default image sort order (defined in the configuration file)';
+$lang['User comments validation'] = 'User comments validation';
+$lang['Users'] = 'Users';
+$lang['Validate All'] = 'Validate All';
+$lang['Validate'] = 'Validate';
+$lang['Validation'] = 'Validation';
+$lang['Version'] = 'Version';
+$lang['Virtual categories movement'] = 'Virtual categories movement';
+$lang['Virtual categories to move'] = 'Virtual categories to move';
+$lang['Virtual category name'] = 'Virtual category name';
+$lang['Webmaster cannot be deleted'] = 'Webmaster cannot be deleted';
+$lang['Yes'] = 'Yes';
+$lang['You are running on development sources, no check possible.'] = 'You are running on development sources, no check possible.';
+$lang['You are running the latest version of PhpWebGallery.'] = 'You are running the latest version of PhpWebGallery.';
+$lang['You cannot delete your account'] = "You cannot delete your account";
+$lang['You cannot move a category in its own sub category'] = 'You cannot move a category in its own sub category';
+$lang['You need to confirm deletion'] = 'You need to confirm deletion';
+$lang['actions'] = 'Actions';
+$lang['add keywords'] = 'add keywords';
+$lang['add tags'] = 'add tags';
+$lang['adviser'] = 'Adviser';
+$lang['associate to category'] = 'associate to category';
+$lang['associate to group'] = 'associate to group';
+$lang['authorized'] = 'Authorized';
+$lang['cat_add'] = 'Add a virtual category';
+$lang['cat_comments_title'] = 'Authorize users to add comments on selected categories';
+$lang['cat_error_name'] = 'The name of a category should not be empty';
+$lang['cat_lock_title'] = 'Lock categories';
+$lang['cat_private'] = 'Private category';
+$lang['cat_public'] = 'Public category';
+$lang['cat_representant'] = 'Find a new representant by random';
+$lang['cat_security'] = 'Public / Private';
+$lang['cat_status_title'] = 'Manage authorizations for selected categories';
+$lang['cat_upload_title'] = 'Select uploadable categories';
+$lang['cat_virtual_added'] = 'Virtual category added';
+$lang['cat_virtual_deleted'] = 'Virtual category deleted';
+$lang['category'] = 'category';
+$lang['conf_access'] = 'Access type';
+$lang['conf_comments_title'] = 'Comments';
+$lang['conf_confirmation'] = 'Information data registered in database';
+$lang['conf_display'] = 'Default display';
+$lang['conf_history_title'] = 'History';
+$lang['conf_gallery_url_error'] = 'The gallery URL is not valid.';
+$lang['conf_main_title'] = 'Main';
+$lang['conf_nb_comment_page_error'] = 'The number of comments a page must be between 5 and 50 included.';
+$lang['config'] = 'Configuration';
+$lang['confirm'] = 'confirm';
+$lang['date'] = 'date';
+$lang['delete category'] = 'delete category';
+$lang['description'] = 'description';
+$lang['dissociate from category'] = 'dissociate from category';
+$lang['dissociate from group'] = 'dissociate from group';
+$lang['edit category permissions'] = 'edit category permissions';
+$lang['edit'] = 'Edit';
+$lang['editcat_confirm'] = 'Category informations updated successfully.';
+$lang['editcat_uploadable'] = 'Authorize upload';
+$lang['elements per line'] = 'elements per line';
+$lang['elements per page'] = 'elements per page';
+$lang['elements'] = 'elements';
+$lang['enabled_high'] = 'High definition enabled';
+$lang['file'] = 'file';
+$lang['filesize'] = 'filesize';
+$lang['first element added on %s'] = 'first element added on %s';
+$lang['forbidden'] = 'Forbidden';
+$lang['conf_general'] = 'General';
+$lang['global mode'] = 'global mode';
+$lang['group "%s" added'] = 'group "%s" added';
+$lang['group "%s" deleted'] = 'group "%s" deleted';
+$lang['group "%s" updated'] = 'group "%s" updated';
+$lang['group'] = 'group';
+$lang['group_add_error1'] = 'The name of a group must not contain " or \' or be empty.';
+$lang['group_add_error2'] = 'This name is already used by another group.';
+$lang['group_id URL parameter is missing'] = 'group_id URL parameter is missing';
+$lang['groups'] = 'Groups';
+$lang['history'] = 'History';
+$lang['instructions'] = 'Instructions';
+$lang['is_high_disabled'] = '';
+$lang['is_high_enabled'] = 'High definition';
+$lang['jump to category'] = 'jump to category';
+$lang['jump to image'] = 'jump to image';
+$lang['leave'] = 'leave';
+$lang['lock'] = 'Lock';
+$lang['locked'] = 'Locked';
+$lang['manage category elements'] = 'manage category elements';
+$lang['manage sub-categories'] = 'manage sub-categories';
+$lang['manage'] = 'Manage';
+$lang['maximum height'] = 'maximum height';
+$lang['maximum width'] = 'maximum width';
+$lang['metadata_basic'] = 'basic';
+$lang['metadata_exif'] = 'EXIF';
+$lang['metadata_iptc'] = 'IPTC';
+$lang['name'] = 'name';
+$lang['nbm_background_treatment_redirect_second'] = 'Execution time is out, treatment must be continue [Estmated time: %d second].';
+$lang['nbm_background_treatment_redirect_seconds'] = 'Execution time is out, treatment must be continue [Estmated time: %d seconds].';
+$lang['nbm_break_timeout_list_user'] = 'Prepared time for list of users to send mail is limited. Others users are not listed.';
+$lang['nbm_break_timeout_send_mail'] = 'Time to send mail is limited. Others mails are skipped.';
+$lang['nbm_col_check_user_send_mail'] = 'To send ?';
+$lang['nbm_col_last_send'] = 'Last send';
+$lang['nbm_col_mail'] = 'email';
+$lang['nbm_col_user'] = 'User';
+$lang['nbm_complementary_mail_content'] = 'Complementary mail content';
+$lang['nbm_content_byebye'] = 'See you soon,';
+$lang['nbm_content_goto_1'] = 'Go to ';
+$lang['nbm_content_goto_2'] = '.';
+$lang['nbm_content_hello_1'] = 'Hello ';
+$lang['nbm_content_hello_2'] = ',';
+$lang['nbm_content_new_elements'] = 'New elements were added ';
+$lang['nbm_content_new_elements_single'] = ' on ';
+$lang['nbm_content_new_elements_between_1'] = 'between ';
+$lang['nbm_content_new_elements_between_2'] = ' and ';
+$lang['nbm_content_subscribe_by_admin'] = 'The webmaster has subscribed you to receiving notifications by mail.';
+$lang['nbm_content_subscribe_by_himself'] = 'You have subscribed to receiving notifications by mail.';
+$lang['nbm_content_subscribe_link'] = 'To subscribe';
+$lang['nbm_content_problem_contact'] = 'If you encounter problems or have any question, please send a message to ';
+$lang['nbm_content_pb_contact_object'] = '[NBM] Problems or questions';
+$lang['nbm_content_unsubscribe_by_admin'] = 'The webmaster has unsubscribed you from receiving notifications by mail.';
+$lang['nbm_content_unsubscribe_by_himself'] = 'You have unsubscribed from receiving notifications by mail.';
+$lang['nbm_content_click_on'] = ', click on ';
+$lang['nbm_content_unsubscribe_link'] = 'To unsubscribe';
+$lang['nbm_info_send_mail_as'] = 'With blank value, gallery title will be used';
+$lang['nbm_item_notification'] = 'Notification';
+$lang['nbm_msg_error_sending_email_to'] = 'Error when sending email to %s [%s].';
+$lang['nbm_msg_mail_sent_to'] = 'Mail sent to %s [%s].';
+$lang['nbm_msg_n_mail_sent'] = '%d mail was sent.';
+$lang['nbm_msg_n_mails_sent'] = '%d mails were sent.';
+$lang['nbm_msg_n_mail_not_send'] = '%d mail was not sent.';
+$lang['nbm_msg_n_mails_not_send'] = '%d mails were not sent.';
+$lang['nbm_no_mail_to_send'] = 'No mail to send.';
+$lang['nbm_no_user_available_to_send_L1'] = 'No user are available in order to send mail.';
+$lang['nbm_no_user_available_to_send_L2'] = 'A user is available, if there are new elements to notify.';
+$lang['nbm_no_user_available_to_send_L3'] = 'It\'s possible that the are no subscribed users (only webmaster can see this tab).';
+$lang['nbm_no_user_to send_notifications_by_mail'] = 'No user to send notifications by mail.';
+$lang['nbm_object_news'] = 'New elements added';
+$lang['nbm_object_subscribe'] = 'Subscribe to notification by mail';
+$lang['nbm_object_unsubscribe'] = 'Unsubscribe from notification by mail';
+$lang['nbm_param_mode'] = 'Parameter';
+$lang['nbm_redirect_msg'] = 'Processing treatment.'."\n\n".'Please wait...';
+$lang['nbm_repost_submit'] = 'Continue processing treatment';
+$lang['nbm_send_check_all'] = 'Check All';
+$lang['nbm_send_complementary_mail_content'] = 'Complementary mail content';
+$lang['nbm_send_detailed_content'] = 'Add detailed content';
+$lang['nbm_send_mail_as'] = 'Send mail as';
+$lang['nbm_send_mail_to_users'] = 'Send mail to users';
+$lang['nbm_send_mode'] = 'Send';
+$lang['nbm_send_options'] = 'Options';
+$lang['nbm_send_submit'] = 'Send';
+$lang['nbm_send_uncheck_all'] = 'Uncheck All';
+$lang['nbm_subscribe_col'] = 'Subscribed';
+$lang['nbm_subscribe_mode'] = 'Subscribe';
+$lang['nbm_title_param'] = 'Parameters';
+$lang['nbm_title_send'] = 'Select recipients';
+$lang['nbm_title_subscribe'] = 'Subscribe/unsubscribe users';
+$lang['nbm_unsubscribe_col'] = 'Unsubscribed';
+$lang['nbm_updated_param_count'] = '%d parameter was updated.';
+$lang['nbm_updated_params_count'] = '%d parameters were updated.';
+$lang['nbm_user_change_enabled_error_on_updated_data_count'] = '%d user was not updated.';
+$lang['nbm_users_change_enabled_error_on_updated_data_count'] = '%d users were not updated.';
+$lang['nbm_user_change_enabled_false'] = 'User %s [%s] was removed from the subscription list.';
+$lang['nbm_user_change_enabled_true'] = 'User %s [%s] was added to the subscription list.';
+$lang['nbm_user_change_enabled_updated_data_count'] = '%d user was updated.';
+$lang['nbm_users_change_enabled_updated_data_count'] = '%d users were updated.';
+$lang['nbm_user_not_change_enabled_false'] = 'User %s [%s] was not removed from the subscription list.';
+$lang['nbm_user_not_change_enabled_true'] = 'User %s [%s] was not added to the subscription list.';
+$lang['nbm_user_x_added'] = 'User %s [%s] added.';
+$lang['nbm_warning_subscribe_unsubscribe'] = 'Warning: subscribing or unsubscribing will send mails to users';
+$lang['nbm_send_html_mail'] = 'Send mail on HTML format';
+$lang['nbm_send_recent_post_dates'] = 'Include display of recent pictures group by dates';
+$lang['nbm_info_send_recent_post_dates'] = 'Available only with HTML format';
+$lang['no_write_access'] = 'no write access';
+$lang['path'] = 'path';
+$lang['permissions'] = 'Permissions';
+$lang['permuser_info'] = 'Only private categories are listed. Private/Public category status can be set in screen "Categories &gt; Public / Private"';
+$lang['private'] = 'private';
+$lang['properties'] = 'Properties';
+$lang['public'] = 'public';
+$lang['purge never used notification feeds'] = 'purge never used notification feeds';
+$lang['purge sessions'] = 'purge sessions';
+$lang['randomly represented'] = 'randomly represented';
+$lang['registration_date'] = 'registration date';
+$lang['remote_site'] = 'Remote site';
+$lang['remote_site_clean'] = 'clean';
+$lang['remote_site_clean_hint'] = 'remove remote listing.xml file';
+$lang['remote_site_generate'] = 'generate listing';
+$lang['remote_site_generate_hint'] = 'generate file listing.xml on remote site';
+$lang['remote_site_local_create'] = 'Create this site';
+$lang['remote_site_local_found'] = 'A local listing.xml file has been found for ';
+$lang['remote_site_local_update'] = 'read local listing.xml and update';
+$lang['remote_site_test'] = 'test';
+$lang['remote_site_test_hint'] = 'test this remote site';
+$lang['remote_site_uncorrect_url'] = 'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"';
+$lang['remove keyword'] = 'remove keyword';
+$lang['remove tags'] = 'remove tags';
+$lang['repair and optimize database'] = 'repair and optimize database';
+$lang['selection'] = 'selection';
+$lang['set to'] = 'set to';
+$lang['singly represented'] = 'singly represented';
+$lang['site_already_exists'] = 'This site already exists';
+$lang['site_create'] = 'Create a new site : (give its URL to create_listing_file.php)';
+$lang['site_created'] = 'created';
+$lang['site_delete'] = 'delete';
+$lang['site_delete_hint'] = 'delete this site and all its attached elements';
+$lang['site_deleted'] = 'deleted';
+$lang['site_err'] = 'an error happened';
+$lang['site_err_remote_file_not_found'] = 'file create_listing_file.php on remote site was not found';
+$lang['site_local'] = 'Local';
+$lang['site_remote'] = 'Remote';
+$lang['site_synchronize'] = 'synchronize';
+$lang['site_synchronize_hint'] = 'update the database from files';
+$lang['stats_addr'] = 'IP Address';
+$lang['stats_category'] = 'Category';
+$lang['stats_daily_graph_title'] = 'Pages seen by hour';
+$lang['stats_day_title'] = 'Daily statistics';
+$lang['stats_file'] = 'File';
+$lang['stats_global_graph_title'] = 'Pages seen by month';
+$lang['stats_hour'] = 'Hour';
+$lang['stats_login'] = 'Login';
+$lang['stats_month_title'] = 'Monthly statistics';
+$lang['stats_monthly_graph_title'] = 'Pages seen by day';
+$lang['stats_pages_seen'] = 'Pages seen';
+$lang['stats_picture'] = 'Picture';
+$lang['stats_title'] = 'Last year statistics';
+$lang['status'] = 'status';
+$lang['storage'] = 'Directory';
+$lang['sub-categories'] = 'sub-categories';
+$lang['synchronize metadata'] = 'synchronize metadata';
+$lang['synchronize'] = 'synchronize';
+$lang['target'] = 'target';
+$lang['thumbnail'] = 'thumbnail';
+$lang['title'] = 'title';
+$lang['title_categories'] = 'Categories management';
+$lang['title_configuration'] = 'PhpWebGallery configuration';
+$lang['title_default'] = 'PhpWebGallery administration';
+$lang['title_edit_cat'] = 'Edit a category';
+$lang['title_groups'] = 'Groups management';
+$lang['title_history'] = 'History';
+$lang['title_liste_users'] = 'Users list';
+$lang['title_picmod'] = 'Modify informations about a picture';
+$lang['title_thumbnails'] = 'Thumbnail creation';
+$lang['title_update'] = 'Database synchronization with files';
+$lang['title_upload'] = 'Pictures waiting for validation';
+$lang['tn_all'] = 'all';
+$lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
+$lang['tn_dirs_alone'] = 'pictures without thumbnail';
+$lang['tn_dirs_title'] = 'Directories list';
+$lang['tn_err_height'] = 'height must be a number superior to';
+$lang['tn_err_width'] = 'width must be a number superior to';
+$lang['tn_format'] = 'for the file format';
+$lang['tn_no_missing'] = 'No missing thumbnail';
+$lang['tn_no_support'] = 'Picture unreachable or no support';
+$lang['tn_params_GD'] = 'GD version';
+$lang['tn_params_create'] = 'create';
+$lang['tn_params_title'] = 'Miniaturization parameters';
+$lang['tn_results_gen_time'] = 'generated in';
+$lang['tn_results_title'] = 'Results of miniaturization';
+$lang['tn_stats'] = 'General statistics';
+$lang['tn_stats_max'] = 'max time';
+$lang['tn_stats_mean'] = 'average time';
+$lang['tn_stats_min'] = 'min time';
+$lang['tn_stats_nb'] = 'number of miniaturized pictures';
+$lang['tn_stats_total'] = 'total time';
+$lang['tn_thisformat'] = 'for this file format';
+$lang['unit mode'] = 'unit mode';
+$lang['unlocked'] = 'Unlocked';
+$lang['unset'] = 'unset';
+$lang['up'] = 'Move up';
+$lang['update categories informations'] = 'update categories informations';
+$lang['update images informations'] = 'update images informations';
+$lang['update'] = 'Synchronize';
+$lang['update_cats_subset'] = 'reduce to single existing categories';
+$lang['update_default_title'] = 'Choose an option';
+$lang['update_display_info'] = 'display maximum informations (added categories and elements, deleted categories and elements)';
+$lang['update_err_pwg_version_differs'] = 'PhpWebGallery version differs on the remote site';
+$lang['update_err_pwg_version_differs_info'] = 'Version of create_listing_file.php on the remote site and PhpWebGallery must be the same';
+$lang['update_err_remote_listing_not_found'] = 'listing.xml file was not found';
+$lang['update_err_remote_listing_not_found_info'] = 'listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager';
+$lang['update_error_list_title'] = 'Error list';
+$lang['update_errors_caption'] = 'Errors caption';
+$lang['update_infos_title'] = 'Detailed informations';
+$lang['update_missing_file_or_dir'] = 'File/directory read error';
+$lang['update_missing_file_or_dir_info'] = 'The file or directory cannot be accessed (either it does not exist or the access is denied)';
+$lang['update_missing_tn_info'] = 'a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :';
+$lang['update_missing_tn_short'] = 'missing thumbnail';
+$lang['update_nb_del_categories'] = 'categories deleted in the database';
+$lang['update_nb_del_elements'] = 'elements deleted in the database';
+$lang['update_nb_elements_metadata_available'] = 'images candidates for metadata synchronization';
+$lang['update_nb_elements_metadata_sync'] = 'elements informations synchronized with files metadata';
+$lang['update_nb_errors'] = 'errors during synchronization';
+$lang['update_nb_new_categories'] = 'categories added in the database';
+$lang['update_nb_new_elements'] = 'elements added in the database';
+$lang['update_nb_upd_elements'] = 'elements updated in the database';
+$lang['update_part_research'] = 'Search for new images in the directories';
+$lang['update_research_added'] = 'added';
+$lang['update_research_deleted'] = 'deleted';
+$lang['update_result_metadata'] = 'Metadata synchronization results';
+$lang['update_simulate'] = 'only perform a simulation (no change in database will be made)';
+$lang['update_simulation_title'] = '[Simulation]';
+$lang['update_sync_all'] = 'directories + files';
+$lang['update_sync_dirs'] = 'only directories';
+$lang['update_sync_files'] = 'synchronize files structure with database';
+$lang['update_sync_metadata'] = 'synchronize files metadata with database elements informations';
+$lang['update_sync_metadata_all'] = 'even already synchronized elements';
+$lang['update_sync_metadata_new'] = 'only never synchronized elements';
+$lang['update_used_metadata'] = 'Used metadata';
+$lang['update_wrong_dirname_info'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
+$lang['update_wrong_dirname_short'] = 'wrong filename';
+$lang['upload'] = 'Upload';
+$lang['upload_pictures'] = 'Pictures';
+$lang['user "%s" added'] = 'user "%s" added';
+$lang['user_status'] = 'User status';
+$lang['user_status_admin'] = 'Administrator';
+$lang['user_status_generic'] = 'Generic';
+$lang['user_status_guest'] = 'Guest';
+$lang['user_status_normal'] = 'User';
+$lang['user_status_webmaster'] = 'Webmaster';
+$lang['username'] = 'username';
+$lang['users'] = 'Users';
+$lang['virtual_category'] = 'Virtual category';
+$lang['visitors'] = 'Visitors';
+$lang['w_day'] = 'Day';
+$lang['waiting'] = 'Waiting';
+$lang['is_default_group'] = 'default';
+$lang['toggle_is_default_group'] = 'Toggle \'default group\' property';
+$lang['Advanced_features'] = 'Advanced features';
+$lang['Elements_not_linked'] = 'Not linked elements';
+$lang['web_services'] = 'Web services ';
+$lang['title_wscheck'] = ' Access management ';
+$lang['ws_set_status'] = ' Environment ';
+$lang['ws_enable'] = ' Enable ';
+$lang['ws_disable'] = ' Disable ';
+$lang['ws set to'] = ' Environment temporary set ';
+$lang['ws_failed_upd'] = ' -> <strong>Uncompleted demand</strong> ';
+$lang['ws_success_upd'] = ' -> Successfully completed ';
+$lang['ws_adding_legend'] = ' Add a new partner access to Web Services ';
+$lang['ws_update_legend'] = ' Revoke / Update selected partner access ';
+$lang['ws_delete_legend'] = ' Revoke selected partner access ';
+$lang['ws_Methods'] = ' Methods ';
+$lang['ws_KeyName'] = ' Partner ';
+$lang['ws_Access'] = ' Access ';
+$lang['ws_Start'] = ' Start ';
+$lang['ws_End'] = ' End ';
+$lang['ws_Request'] = ' Request ';
+$lang['ws_Limit'] = ' Limit ';
+$lang['ws_Comment'] = ' Comment ';
+$lang['Modify End from Now +'] = 'Modify End from Now + ';
+$lang['Free comment, use it to identify your partner clearly'] = ' Free comment, use it to identify your partner clearly ';
+$lang['Confirmation'] = ' Confirmation ';
+$lang['Delete'] = ' Remove ';
+$lang['Confidential partner key'] = 'Confidential partner key';
+$lang['Basis of access key calculation'] = 'Basis of access key calculation';
+$lang['Target'] = 'Target';
+$lang['Access: see help text for more'] = 'Access: see help text for more';
+$lang['Facultative and restrictive option'] = 'Facultative and restrictive option';
+$lang['Postponed availability in days'] = 'Postponed availability in days';
+$lang['Duration in days'] = 'Duration in days';
+$lang['Restrict access to'] = 'Restrict access to';
+$lang['Returned images limit'] = 'Returned images limit';
+$lang['Comment to identify your partner clearly'] = 'Comment to identify your partner clearly';
+$lang['Add this access definition'] = 'Add this access definition';
+$lang['Web Services availability duration in days'] = 'Web Services availability duration in days';
+$lang['Web Services under control'] = 'PhpWebGallery Web Services are fully operationals and all requests are under control.';
+$lang['special_admin_menu'] = 'Specials';
+$lang['pictures_menu'] = 'Pictures';
+$lang['Duplicates'] = 'Files with same name in more than one physical category';
+$lang['DEMO'] = 'DEMO';
+$lang['HOME'] = 'HOME';
+$lang['FORUM'] = 'FORUM';
+$lang['BUGS'] = 'BUGS';
+$lang['EXTENSIONS'] = 'EXTENSIONS';
+$lang['WIKI / DOC'] = 'WIKI / DOC';
+$lang['Export data'] = 'Export data';
+$lang['Overall'] = 'Overall';
+$lang['Year'] = 'Year';
+$lang['Month'] = 'Month';
+$lang['Day'] = 'Day';
+$lang['Pages seen'] = 'Pages seen';
+//$lang['only'] = 'only';
+$lang['Pictures'] = 'Pictures';
+$lang['High quality'] = 'High quality';
+$lang['time'] = 'time';
+$lang['user'] = 'user';
+$lang['IP'] = 'IP';
+$lang['image'] = '';
+$lang['high quality'] = 'high quality';
+$lang['section'] = 'section';
+$lang['tags'] = 'tags';
+$lang['conf_history_guest'] = 'Save page visits by guests';
+$lang['conf_history_user'] = 'Save page visits by users';
+$lang['conf_history_admin'] = 'Save page visits by administrators';
+$lang['cat_options_title'] = 'Properties';
+$lang['An information email was sent to group "%s"'] = 'An information email was sent to group "%s';
+$lang['Send an information email to group members'] = 'Send an information email to group members';
+$lang['Group'] = 'Group';
+$lang['[%s] Come to visit the category %s'] = '[%s] Come to visit the category %s';
+$lang['Hello,'] = 'Hello,';
+$lang['See you soon.'] = 'See you soon.';
+$lang['Come to discover the category:'] = 'Come to discover the category:';
+$lang['mail_content'] = 'Mail content';
+$lang['none'] = 'none';
+$lang['high'] = 'high';
+$lang['other'] = 'other';
+$lang['Element type'] = 'Element type';
+$lang['User'] = 'User';
+$lang['Image id'] = 'Image id';
+$lang['Summary'] = 'Summary';
+$lang['%d line filtered'] = '%d line filtered';
+$lang['%d lines filtered'] = '%d lines filtered';
+$lang['%d guest'] = '%d guest';
+$lang['%d guests'] = '%d guests';
+$lang['Hour'] = 'Hour';
+$lang['is_the_guest'] = 'guest';
+$lang['is_the_default'] = 'default values';
+$lang['High filesize'] = 'High filesize';
+// --------- Starting below: New or revised $lang ---- from version 1.7.1
+$lang['Guest cannot be deleted'] = 'Guest cannot be deleted';
+$lang['Default user cannot be deleted'] = 'Default user cannot be deleted';
+$lang['purge history detail'] = 'purge history detail';
+$lang['purge history summary'] = 'purge history summary';
+$lang['c13y_title'] = 'Check integrity';
+$lang['c13y_Anomaly'] = 'Anomaly';
+$lang['c13y_Correction'] = 'Correction';
+$lang['c13y_Automatic_correction'] = 'Automatic correction';
+$lang['c13y_Impossible_automatic_correction'] = 'Impossible automatic correction';
+$lang['c13y_Correction_applied_success'] = 'Correction applied with success';
+$lang['c13y_Correction_applied_error'] = 'Correction applied with error';
+$lang['c13y_Apply_selected_corrections'] = 'Apply selected corrections';
+$lang['c13y_anomaly_count'] = '%d anomaly has been detected.';
+$lang['c13y_anomalies_count'] = '%d anomalies has been detected.';
+$lang['c13y_anomaly_corrected_count'] = '%d anomaly has been corrected.';
+$lang['c13y_anomalies_corrected_count'] = '%d anomalies has been detected corrected.';
+$lang['c13y_anomaly_not_corrected_count'] = '%d anomaly hasn\'t been corrected.';
+$lang['c13y_anomalies_not_corrected_count'] = '%d anomalies hasn\'t been corrected.';
+$lang['c13y_more_info'] = 'Go to %s or %s for more informations';
+$lang['c13y_more_info_forum'] = 'the forum';
+$lang['c13y_more_info_wiki'] = 'the wiki';
+$lang['c13y_exif_anomaly'] = '%s value is not correct file because exif are not supported';
+$lang['c13y_exif_correction'] = '%s must be to set to false in your config_local.inc.php file';
+$lang['c13y_guest_non_existent'] = 'Main "guest" user don\'t exist any more';
+$lang['c13y_bad_guest_status'] = 'Main "guest" user status is incorrect';
+$lang['c13y_default_non_existent'] = 'Default user don\'t exist any more';
+$lang['c13y_webmaster_non_existent'] = 'Main "webmaster" user don\'t exist any more';
+$lang['c13y_bad_webmaster_status'] = 'Main "webmaster" user status is incorrect';
+$lang['c13y_user_created'] = 'User "%s" created with "%s" like password';
+$lang['c13y_user_status_updated'] = 'Status of user "%s" updated';
+// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
+$lang['no_display_thumbnail'] = 'No display';
+$lang['display_thumbnail_classic'] = 'Classic display';
+$lang['display_thumbnail_hoverbox'] = 'Hoverbox display';
+$lang['Thumbnails'] = 'Thumbnails';
+$lang['obligatory_user_mail_address'] = 'Mail address is obligatory for all users';
+$lang['Minimum privacy level'] = 'Minimum privacy level';
+$lang['Privacy level'] = 'Privacy level';
+$lang['Level 0'] = '---';
+$lang['Level 1'] = 'Contacts';
+$lang['Level 2'] = 'Friends';
+$lang['Level 4'] = 'Family';
+$lang['Level 8'] = 'Admins';
+?>
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
new file mode 100644
index 000000000..1b507ab9e
--- /dev/null
+++ b/language/en_UK/common.lang.php
@@ -0,0 +1,382 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | PhpWebGallery - a PHP based picture gallery |
+// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// +-----------------------------------------------------------------------+
+// | file : $Id$
+// | last update : $Date$
+// | last modifier : $Author$
+// | revision : $Revision$
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
+// Langage informations
+$lang_info['language_name'] = 'English';
+$lang_info['country'] = 'Great Britain';
+$lang_info['direction'] = 'ltr';
+$lang_info['code'] = 'en';
+$lang_info['zero_plural'] = true;
+
+$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (rated %d times, standard deviation = %.2f)';
+$lang['%d Kb'] = '%d Kb';
+$lang['%d category updated'] = '%d category updated';
+$lang['%d categories updated'] = '%d categories updated';
+$lang['%d comment to validate'] = '%d comment to validate';
+$lang['%d comments to validate'] = '%d comments to validate';
+$lang['%d new comment'] = '%d new comment';
+$lang['%d new comments'] = '%d new comments';
+$lang['%d comment'] = '%d comment';
+$lang['%d comments'] = '%d comments';
+$lang['%d hit'] = '%d hit';
+$lang['%d hits'] = '%d hits';
+$lang['%d new element'] = '%d new element';
+$lang['%d new elements'] = '%d new elements';
+$lang['%d new user'] = '%d new user';
+$lang['%d new users'] = '%d new users';
+$lang['%d picture are also linked to current tags'] = '%d picture is also linked to current tags';
+$lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags';
+$lang['%d waiting element'] = '%d waiting element';
+$lang['%d waiting elements'] = '%d waiting elements';
+$lang['About'] = 'About';
+$lang['All tags must match'] = 'All tags must match';
+$lang['All tags'] = 'All tags';
+$lang['Any tag'] = 'Any tag';
+$lang['At least one listed rule must be satisfied.'] = 'At least one listed rule must be satisfied.';
+$lang['At least one tag must match'] = 'At least one tag must match';
+$lang['Author'] = 'Author';
+$lang['Average rate'] = 'Average rate';
+$lang['Categories'] = 'Categories';
+$lang['Category'] = 'Category';
+$lang['Close this window'] = 'Close this window';
+$lang['Complete RSS feed'] = 'Complete RSS feed (images, comments)';
+$lang['Confirm Password'] = 'Confirm Password';
+$lang['Connection settings'] = 'Connection settings';
+$lang['Connection'] = 'Connection';
+$lang['Contact webmaster'] = 'Contact webmaster';
+$lang['Create a new account'] = 'Create a new account';
+$lang['Created on'] = 'Created on';
+$lang['Creation date'] = 'Creation date';
+$lang['Current password is wrong'] = 'Current password is wrong';
+$lang['Dimensions'] = 'Dimensions';
+$lang['Display'] = 'Display';
+$lang['Each listed rule must be satisfied.'] = 'Each listed rule must be satisfied.';
+$lang['Email address is missing'] = 'Email address is missing';
+$lang['Email address'] = 'Email address';
+$lang['Enter your personnal informations'] = 'Enter your personnal informations';
+$lang['Error sending email'] = 'Error sending email';
+$lang['File name'] = 'File name';
+$lang['File'] = 'File';
+$lang['Filesize'] = 'Filesize';
+$lang['Filter and display'] = 'Filter and display';
+$lang['Filter'] = 'Filter';
+$lang['Forgot your password?'] = 'Forgot your password?';
+$lang['Go through the gallery as a visitor'] = 'Go through the gallery as a visitor';
+$lang['Help'] = 'Help';
+$lang['Identification'] = 'Identification';
+$lang['Image only RSS feed'] = 'Image only RSS feed';
+$lang['Keyword'] = 'Keyword';
+$lang['Links'] = 'Links';
+$lang['Mail address'] = 'Mail address';
+$lang['N/A'] = 'N/A';
+$lang['New on %s'] = 'New on %s';
+$lang['New password confirmation does not correspond'] = 'New password confirmation does not correspond';
+$lang['New password sent by email'] = 'New password sent by email';
+$lang['No email address'] = 'No email address';
+$lang['No user matches this email address'] = 'No classic user matches this email address';
+$lang['Notification'] = 'Notification';
+$lang['Number of items'] = 'Number of items';
+$lang['Original dimensions'] = 'Original dimensions';
+$lang['Password forgotten'] = 'Password forgotten';
+$lang['Password'] = 'Password';
+$lang['PhpWebGallery Help'] = 'PhpWebGallery Help';
+$lang['Post date'] = 'Post date';
+$lang['Posted on'] = 'Posted on';
+$lang['Profile'] = 'Profile';
+$lang['Quick connect'] = 'Quick connect';
+$lang['RSS feed'] = 'RSS feed';
+$lang['Rate'] = 'Rate';
+$lang['Register'] = 'Register';
+$lang['Registration'] = 'Registration';
+$lang['Related tags'] = 'Related tags';
+$lang['Reset'] = 'Reset';
+$lang['Retrieve password'] = 'Retrieve password';
+$lang['Search rules'] = 'Search rules';
+$lang['Search tags'] = 'Search tags';
+$lang['Search'] = 'Search';
+$lang['See available tags'] = 'See available tags';
+$lang['See pictures linked to this tag only'] = 'See pictures linked to this tag only';
+$lang['Send new password'] = 'Send new password';
+$lang['Since'] = 'Since';
+$lang['Sort by'] = 'Sort by';
+$lang['Sort order'] = 'Sort order';
+$lang['Tag'] = 'Tag';
+$lang['Tags'] = 'Tags';
+$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.';
+$lang['Unknown feed identifier'] = 'Unknown feed identifier';
+$lang['User comments'] = 'User comments';
+$lang['Username'] = 'Username';
+$lang['Visits'] = 'Visits';
+$lang['Webmaster'] = 'Webmaster';
+$lang['Week %d'] = 'Week %d';
+$lang['about_page_title'] = 'About PhpWebGallery';
+$lang['access_forbiden'] = 'You are not authorized to access the requested page';
+$lang['add to caddie'] = 'add to caddie';
+$lang['add_favorites_alt'] = 'Add to favorites';
+$lang['add_favorites_hint'] = 'Add this picture to your favorites';
+$lang['admin'] = 'Administration';
+$lang['adviser_mode_enabled'] = 'Adviser mode enabled';
+$lang['all'] = 'all';
+$lang['ascending'] = 'ascending';
+$lang['author(s) : %s'] = 'author(s) : %s';
+$lang['auto_expand'] = 'Expand all categories';
+$lang['became available after %s (%s)'] = 'posted after %s (%s)';
+$lang['became available before %s (%s)'] = 'posted before %s (%s)';
+$lang['became available between %s (%s) and %s (%s)'] = 'posted between %s (%s) and %s (%s)';
+$lang['became available on %s'] = 'posted on %s';
+$lang['best_rated_cat'] = 'Best rated';
+$lang['best_rated_cat_hint'] = 'displays best rated items';
+$lang['caddie'] = 'caddie';
+$lang['calendar'] = 'Calendar';
+$lang['calendar_any'] = 'All';
+$lang['calendar_hint'] = 'displays each day with pictures, month per month';
+$lang['calendar_picture_hint'] = 'displays pictures added on ';
+$lang['calendar_view'] = 'View';
+$lang['chronology_monthly_calendar'] = 'Monthly calendar';
+$lang['chronology_monthly_list'] = 'Monthly list';
+$lang['chronology_weekly_list'] = 'Weekly list';
+$lang['click_to_redirect'] = 'Click here if your browser does not automatically forward you';
+$lang['comment date'] = 'comment date';
+$lang['comment'] = 'Comment';
+$lang['comment_added'] = 'Your comment has been registered';
+$lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment';
+$lang['comment_not_added'] = 'Your comment has NOT been registered because it did not pass the validation rules';
+$lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.';
+$lang['comment_user_exists'] = 'This login is already used by another user';
+$lang['comments'] = 'Comments';
+$lang['comments_add'] = 'Add a comment';
+$lang['comments_del'] = 'delete this comment';
+$lang['comments_title'] = 'Comments from the users of the site';
+$lang['created after %s (%s)'] = 'created after %s (%s)';
+$lang['created before %s (%s)'] = 'created before %s (%s)';
+$lang['created between %s (%s) and %s (%s)'] = 'created between %s (%s) and %s (%s)';
+$lang['created on %s'] = 'created on %s';
+$lang['customize'] = 'Customize';
+$lang['customize_page_title'] = 'Your Gallery Customization ';
+$lang['day'][0] = 'Sunday';
+$lang['day'][1] = 'Monday';
+$lang['day'][2] = 'Tuesday';
+$lang['day'][3] = 'Wednesday';
+$lang['day'][4] = 'Thursday';
+$lang['day'][5] = 'Friday';
+$lang['day'][6] = 'Saturday';
+$lang['days'] = 'days';
+$lang['default_sort'] = 'Default';
+$lang['del_favorites_alt'] = 'Delete from favorites';
+$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
+$lang['delete'] = 'Delete';
+$lang['descending'] = 'descending';
+$lang['download'] = 'download';
+$lang['download_hint'] = 'download this file';
+$lang['edit category informations'] = 'edit category informations';
+$lang['edit'] = 'edit';
+$lang['err_date'] = 'wrong date';
+$lang['excluded'] = 'excluded';
+$lang['favorite_cat'] = 'My favorites';
+$lang['favorite_cat_hint'] = 'displays my favorites pictures';
+$lang['favorites'] = 'Favorites';
+$lang['first_page'] = 'First';
+$lang['gallery_locked_message'] = 'The gallery is locked for maintenance. Please, come back later.';
+$lang['generation_time'] = 'Page generated in';
+$lang['guest'] = 'guest';
+$lang['hello'] = 'Hello';
+$lang['hint_admin'] = 'available for administrators only';
+$lang['hint_category'] = 'shows images at the root of this category';
+$lang['hint_comments'] = 'See last users comments';
+$lang['hint_customize'] = 'customize the appareance of the gallery';
+$lang['hint_search'] = 'search';
+$lang['home'] = 'Home';
+$lang['home_hint'] = 'Back to the home page';
+$lang['ident_title'] = 'ident_title';
+$lang['identification'] = 'Identification';
+$lang['image_available'] = '%d image';
+$lang['images_available'] = '%d images';
+$lang['images_available_cpl'] = 'in this category';
+$lang['images_available_cat'] = 'in %d sub-category';
+$lang['images_available_cats'] = 'in %d sub-categories';
+$lang['included'] = 'included';
+$lang['invalid_pwd'] = 'Invalid password!';
+$lang['language']='Language';
+$lang['last %d days'] = 'last %d days';
+$lang['last_page'] = 'Last';
+$lang['link_info_image'] = 'Modify information';
+$lang['logout'] = 'Logout';
+$lang['mail_address'] = 'E-mail address';
+$lang['mandatory'] = 'obligatory';
+$lang['maxheight'] = 'Maximum height of the pictures';
+$lang['maxheight_error'] = 'Maximum height must be a number superior to 50';
+$lang['maxwidth'] = 'Maximum width of the pictures';
+$lang['maxwidth_error'] = 'Maximum width must be a number superior to 50';
+$lang['mode_created_hint'] = 'displays a calendar by creation date';
+$lang['mode_flat_hint'] = 'displays all elements in all sub-categories';
+$lang['mode_normal_hint'] = 'return to normal view mode';
+$lang['mode_posted_hint'] = 'displays a calendar by posted date';
+$lang['month'][10] = 'October';
+$lang['month'][11] = 'November';
+$lang['month'][12] = 'December';
+$lang['month'][1] = 'January';
+$lang['month'][2] = 'February';
+$lang['month'][3] = 'March';
+$lang['month'][4] = 'April';
+$lang['month'][5] = 'May';
+$lang['month'][6] = 'June';
+$lang['month'][7] = 'July';
+$lang['month'][8] = 'August';
+$lang['month'][9] = 'September';
+$lang['most_visited_cat'] = 'Most visited';
+$lang['most_visited_cat_hint'] = 'displays most visited pictures';
+$lang['nb_image_line_error'] = 'The number of images per row must be a not null scalar';
+$lang['nb_image_per_row'] = 'Number of images per row';
+$lang['nb_line_page_error'] = 'The number of rows per page must be a not null scalar';
+$lang['nb_row_per_page'] = 'Number of rows per page';
+$lang['nbm_unknown_identifier'] = 'Unknown identifier';
+$lang['new_password'] = 'New password';
+$lang['new_rate'] = 'Rate this picture';
+$lang['next_page'] = 'Next';
+$lang['no'] = 'No';
+$lang['no_category'] = 'Home';
+$lang['no_rate'] = 'no rate';
+$lang['note_filter_day'] = 'Only displays elements posted within the last %s day.';
+$lang['note_filter_days'] = 'Only displays elements posted within the last %s days.';
+$lang['password updated'] = 'password updated';
+$lang['periods_error'] = 'Recent period must be a positive integer value';
+$lang['picture'] = 'picture';
+$lang['picture_high'] = 'Click on the picture to see it in high definition';
+$lang['picture_show_metadata'] = 'Show file metadata';
+$lang['pictures'] = 'pictures';
+$lang['powered_by'] = 'Powered by';
+$lang['preferences'] = 'Preferences';
+$lang['previous_page'] = 'Previous';
+$lang['random_cat'] = 'Random pictures';
+$lang['random_cat_hint'] = 'displays a set of random pictures';
+$lang['recent_cats_cat'] = 'Recent categories';
+$lang['recent_cats_cat_hint'] = 'displays recently updated categories';
+$lang['recent_image'] = 'Images within the';
+$lang['recent_period'] = 'Recent period';
+$lang['recent_pics_cat'] = 'Recent pictures';
+$lang['recent_pics_cat_hint'] = 'displays most recent pictures';
+$lang['redirect_msg'] = 'Redirection...';
+$lang['reg_err_login1'] = 'Please, enter a login';
+$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
+$lang['reg_err_login3'] = 'login mustn\'t start with a space character';
+$lang['reg_err_login5'] = 'this login is already used';
+$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
+$lang['reg_err_pass'] = 'please enter your password again';
+$lang['register'] = 'register';
+$lang['register_page_title'] = 'Registration';
+$lang['register_title'] = 'Registration';
+$lang['remember_me'] = 'Auto login';
+$lang['remove this tag'] = 'remove this tag from the list';
+$lang['representative'] = 'representative';
+$lang['reset'] = 'Reset';
+$lang['return to homepage'] = 'return to homepage';
+$lang['search'] = 'Search';
+$lang['search_ascending'] = 'Ascending';
+$lang['search_author'] = 'Search for Author';
+$lang['search_categories'] = 'Search in Categories';
+$lang['search_date'] = 'Search by Date';
+$lang['search_date_from'] = 'Date';
+$lang['search_date_to'] = 'End-Date';
+$lang['search_date_type'] = 'Kind of date';
+$lang['search_descending'] = 'Descending';
+$lang['search_keywords'] = 'Search for words';
+$lang['search_mode_and'] = 'Search for all terms ';
+$lang['search_mode_or'] = 'Search for any terms';
+$lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered.';
+$lang['search_options'] = 'Search Options';
+$lang['search_result'] = 'Search results';
+$lang['search_sort'] = 'Sort results by';
+$lang['search_subcats_included'] = 'Search in subcategories';
+$lang['search_title'] = 'Search';
+$lang['searched words : %s'] = 'searched words : %s';
+$lang['send_mail'] = 'Contact';
+$lang['set as category representative'] = 'set as category representative';
+$lang['show_nb_comments'] = 'Show number of comments';
+$lang['show_nb_hits'] = 'Show number of hits';
+$lang['slideshow'] = 'slideshow';
+$lang['slideshow_stop'] = 'stop the slideshow';
+$lang['special_categories'] = 'Specials';
+$lang['sql_queries_in'] = 'SQL queries in';
+$lang['start_filter_hint'] = 'displays only recently posted elements';
+$lang['stop_filter_hint'] = 'return to the display of all elements';
+$lang['submit'] = 'Submit';
+$lang['the beginning'] = 'the beginning';
+$lang['theme'] = 'Interface theme';
+$lang['thumbnails'] = 'Thumbnails';
+$lang['title_comments'] = 'Users comments';
+$lang['title_menu'] = 'Menu';
+$lang['title_send_mail'] = 'A comment on your site';
+$lang['today'] = 'today';
+$lang['total'] = 'images';
+$lang['update_rate'] = 'Update your rating';
+$lang['update_wrong_dirname'] = 'wrong filename';
+$lang['upload_advise'] = 'Choose an image to place in the category : ';
+$lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed : ';
+$lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gif or png';
+$lang['upload_advise_height'] = 'the height of the picture must not exceed : ';
+$lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to ';
+$lang['upload_advise_width'] = 'the width of the picture must not exceed : ';
+$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")';
+$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
+$lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)';
+$lang['upload_err_username'] = 'the username must be given';
+$lang['upload_file_exists'] = 'A picture\'s name already used';
+$lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image';
+$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
+$lang['upload_name'] = 'Name of the picture';
+$lang['upload_picture'] = 'Upload a picture';
+$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
+$lang['upload_title'] = 'Upload a picture';
+$lang['upload_username'] = 'Username';
+$lang['useful when password forgotten'] = 'useful when password forgotten';
+$lang['w_month'] = 'Month';
+$lang['yes'] = 'Yes';
+$lang['page_end'] = 'Page bottom';
+$lang['qsearch'] = 'Quick search';
+$lang['Connected user: %s'] = 'Connected user: %s';
+$lang['IP: %s'] = 'IP: %s';
+$lang['Browser: %s'] = 'Browser: %s';
+$lang['Author: %s'] = 'Author: %s';
+$lang['Comment: %s'] = 'Comment: %s';
+$lang['Delete: %s'] = 'Delete: %s';
+$lang['Validate: %s'] = 'Validate: %s';
+$lang['Comment by %s'] = 'Comment by %s';
+$lang['User: %s'] = 'User: %s';
+$lang['Email: %s'] = 'Email: %s';
+$lang['Admin: %s'] = 'Admin: %s';
+$lang['Registration of %s'] = 'Registration of %s';
+$lang['Category: %s'] = 'Category: %s';
+$lang['Picture name: %s'] = 'Picture name: %s';
+$lang['Creation date: %s'] = 'Creation date: %s';
+$lang['Waiting page: %s'] = 'Waiting page: %s';
+$lang['Picture uploaded by %s'] = 'Picture uploaded by %s';
+// --------- Starting below: New or revised $lang ---- from version 1.7.1
+$lang['guest_must_be_guest'] = 'Bad status for user "guest", using default status. Please notify the webmaster.';
+$lang['add new elements to caddie'] = 'add new elements to caddie';
+// --------- Starting below: New or revised $lang ---- from Butterfly (1.8)
+$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method';
+$lang['reg_err_mail_address_dbl'] = 'a user use already this mail address';
+?>
diff --git a/language/en_UK/help.html b/language/en_UK/help.html
new file mode 100644
index 000000000..f8fd2bcb8
--- /dev/null
+++ b/language/en_UK/help.html
@@ -0,0 +1,259 @@
+<h2>Help</h2>
+
+<h3>Quick start</h3>
+
+<ol>
+
+ <li>Create a local directory "test_category".</li>
+
+ <li>Copy pictures in "test_category".</li>
+
+ <li>Open an FTP connection to this remote gallery.</li>
+
+ <li>Upload local directory "test_category" into your remote directory
+ names "galleries". Set authorizations to 777 on directory
+ "galleries/test_category".</li>
+
+ <li>Connect to your PhpWebGallery as an admin.</li>
+
+ <li>Go to <span class="pwgScreen">Administration, Pictures,
+ Thumbnails</span>. PhpWebGallery find the picture from "test_category"
+ without thumbnails. Ask to create thumbnails.</li>
+
+ <li>Go to <span class="pwgScreen">Administration, Categories,
+ Synchronize</span>. Check "directories + files" option, uncheck "only
+ perform a simulation" and submit the synchronization.</li>
+
+ <li>Job's done. You've created a category "test_category" at the root of
+your gallery.</li>
+
+</ol>
+
+<h3>Adding elements</h3>
+
+<ul>
+
+ <li>
+
+ <p>Category directories are in the PhpWebGallery directory
+ "galleries". Here follow the directory tree of a very small gallery (but
+ using many features) :</p>
+
+ <pre>
+.
+|-- admin
+|-- doc
+|-- galleries
+| |-- category-1
+| | |-- category-1.1
+| | | |-- category-1.1.1
+| | | | |-- category-1.1.1.1
+| | | | | |-- pwg_high
+| | | | | | +-- wedding.jpg
+| | | | | |-- thumbnail
+| | | | | | +-- TN-wedding.jpg
+| | | | | +-- wedding.jpg
+| | | | +-- category-1.1.1.2
+| | | +-- category-1.1.2
+| | |-- category-1.2
+| | | |-- pookie.jpg
+| | | +-- thumbnail
+| | | +-- TN-pookie.jpg
+| | +-- category-1.3
+| +-- category-2
+| |-- piglet.gif
+| |-- pwg_representative
+| | +-- video.jpg
+| |-- thumbnail
+| | +-- TN-piglet.jpg
+| +-- video.avi
+|-- include
+|-- install
+|-- language
+|-- template
++-- tool</pre>
+
+ </li>
+
+ <li>Basically, a category is represented by a directory at any level in
+ PhpWebGallery directory "galleries". Each category can contain as many
+ sub-level as you wish. In the example above, category-1.1.1.1 is at level
+ 4 of deepness.</li>
+
+ <li>Basically, an element is represented by a file. A file can be a
+ PhpWebGallery element if its extenstion is among <code>file_ext</code>
+ configuration parameter possibilities (see <span
+ class="filename">include/config_default.inc.php</span> file). A file can
+ be a picture if its extension is among <code>picture_ext</code>
+ configuration parameter possibilities.</li>
+
+ <li>Picture elements must have an associated thumbnail (see section below
+ about thumbnails)</li>
+
+ <li>Picture elements can have a high quality file associated. As for
+ wedding.jpgin the example above. No prefix on the high quality picture is
+ required.</li>
+
+ <li>Non picture elements (video, sounds, file texts, what you want...) are
+ by default represented by an icon corresponding to the filename
+ extension. Optionaly, you can associate a thumbnail and a representative
+ file (see video.avi in the example above).</li>
+
+ <li><em>Warning</em> : the name of directories and files must be composed
+of letters, figures, "-", "_" or ".". No blank space, no accentuated
+characters</li>
+
+ <li><em>Advise</em> : a category can contain elements and sub-categories
+in the same time. Nerverthless, you are strongly advised for each category
+to choose between category containing elements <strong>or</strong> category
+containing sub-categories.</li>
+
+ <li>Once files, thumbnails and representatives are correctly placed in the
+ directories, go to : <span class="pwgScreen">Administration, Categories,
+ Synchronize</span></li>
+
+</ul>
+
+<h3>Thumbnails</h3>
+
+<ul>
+
+ <li>As said earlier, each element of picture type must be associated with
+ a thumbnail.</li>
+
+ <li>Thumbnails are stored in the sub-directory "thumbnail" of the category
+ directory. The thumbnail is a picture (same filename extensions possible
+ than picture files) which filename is prefixed by the configured
+ "Thumbnail prefix" (see admin panel, Configuration, General).</li>
+
+ <li>Thumbnails don't need to have the same extension as their associated
+ picture (a picture with .jpg extension can have a thumbnail in .GIF
+ extention for instance).</li>
+
+ <li>Advise: use an external module for thumbnails creation.</li>
+
+ <li>You can also use the thumbnail creation page (<span
+ class="pwgScreen">Administration, Pictures, Thumbnails</span>), but it is
+ not recommended. Indeed, thumbnail quality may be poor and it uses a high
+ CPU load which can be a problem if you use free web hosting.</li>
+
+ <li>If you choose to use your hosting provider to create thumbnails, you
+ must give write rights on all category directories and sub-directories
+ "thumbnail" for ugo (user, group, other).</li>
+
+</ul>
+
+<h3>Access authorization</h3>
+
+<ul>
+
+ <li>You can forbid access to categories. Categories can be "public" or
+ "private". Permissions (for groups and users) can be set only if the
+ category is private.</li>
+
+ <li>You can set a category to private by editing a single category (<span
+ class="pwgScreen">Administration, Categories, Manage, edit</span>) or by
+ setting options to your whole category tree (<span
+ class="pwgScreen">Administration, Categories, Properties, Public / Private</span>).</li>
+
+ <li>
+
+ <p>Once the category is private, you can manage permissions for groups
+ and users through 3 screens :</p>
+
+ <ul>
+
+ <li><span class="pwgScreen">Administration, Identification, Users,
+ permissions action (one link per user)</span></li>
+
+ <li><span class="pwgScreen">Administration, Identification, Groups,
+ permissions action (one link per group)</span></li>
+
+ <li><span class="pwgScreen">Administration, Categories, Manage, edit
+ category permissions action (one link per category)</span></li>
+
+ </ul>
+
+ </li>
+
+</ul>
+
+<h3>Users Groups</h3>
+
+<ul>
+
+ <li>PhpWebGallery is able to manage groups of users. It can be very useful
+ to have common permission access for private categories.</li>
+
+ <li>You can create groups in <span class="pwgScreen">Administration,
+ Identification, Groups</span> and associate users to this group in <span
+ class="pwgScreen">Administration, Identication, Users</span>.</li>
+
+ <li>A user can belong to several groups. The authorization is stronger
+ than prohibition : if user "jack" belongs to groups "family" and
+ "friends", and that only group "family" can see category "Christmas 2003",
+ "jack" will be able to see "Christmas 2003".</li>
+
+</ul>
+
+<h3>Files upload by users</h3>
+
+<p>PhpWebGallery offers the possibility for users to upload images. in
+order to do it:</p>
+
+<ol>
+
+ <li>authorize upload on any categories (<span
+ class="pwgScreen">Administration, Categories, Manage, edit</span> or <span
+ class="pwgScreen">Administration panel, Categories, Properties, Upload</span>)</li>
+
+ <li>give write rights on directories for ugo (user, group, other)</li>
+
+</ol>
+
+<p>Files uploaded by users are not directly visible on the website, they
+must be validated by an administrator. For that purpose, an administrator
+must go in <span class="pwgScreen">Administration, Pictures, Waiting</span>
+in order to validate or to refuse the files proposed, then to synchronize
+filesystem with database.</p>
+
+
+<h3>Links between elements and categories, virtual categories</h3>
+
+<ul>
+
+ <li>PhpWebGallery dissociates categories where elements are stored and
+ categories where they are shown.</li>
+
+ <li>By default, elements are shown only in their real categories : the
+ ones corresponding to directories on the web server.</li>
+
+ <li>To link an element to a category, you just have to make the
+ association on the page of element edition (link to this screen on
+ picture.php logged as an administrator) or on the informations of all
+ elements of a category.</li>
+
+ <li>Using this principle, it is possible to create virtual categories : no
+ directory coresponds to this category. You can create virtual categories
+ in <span class="pwgScreen">Administration, Categories, Manage</span>.</li>
+
+</ul>
+
+<h3>Miscellanous informations</h3>
+
+<ul>
+
+ <li>As soon as you created your gallery, modify default display properties
+ in <span class="pwgScreen">Administration panel, Configuration,
+ Default</span>. Indeed, every new registered user will have by default the
+ same display properties.</li>
+
+ <li>If you have any question, do not hesitate to take a look at the forum
+ or ask a question there. The <a
+ href="http://forum.phpwebgallery.net">forum</a> (message board) is
+ available on the presentation site of PhpWebGallery. Check the <a
+ href="http://phpwebgallery.net/doc/">official PhpWebGallery
+ documentation</a> for further reading.</li>
+
+</ul>
+
diff --git a/language/en_UK/help/advanced_feature.html b/language/en_UK/help/advanced_feature.html
new file mode 100644
index 000000000..2fd5341fb
--- /dev/null
+++ b/language/en_UK/help/advanced_feature.html
@@ -0,0 +1,16 @@
+<h2>Advanced features</h2>
+
+<p>List special functionnalties for expert PWG administrator:</p>
+
+<ul>
+
+ <li>
+ <strong>Not linked elements:</strong>
+ Display images which are not associated to any virtual category.
+ </li>
+ <li>
+ <strong>Files with same name in more than one physical category:</strong>
+ Display images or any files which are found with the same filename in some categories.
+ </li>
+
+</ul>
diff --git a/language/en_UK/help/cat_modify.html b/language/en_UK/help/cat_modify.html
new file mode 100644
index 000000000..9f7d3a264
--- /dev/null
+++ b/language/en_UK/help/cat_modify.html
@@ -0,0 +1,141 @@
+<h2>Edit a category</h2>
+
+<h3>Informations</h3>
+
+<ul>
+
+ <li><strong>name</strong>: rename the category (a virtual rename in case
+ of physical category).</li>
+
+ <li><strong>description</strong>: give a general idea of the content,
+ this text will be display under the thumbnail page.</li>
+
+</ul>
+
+<h3>Move</h3>
+
+<p>If the category is virtual, you can move it. Moving a category means
+changing its parent category.</p>
+
+<h3>Options</h3>
+
+<ul>
+
+ <li><strong>Access type</strong>: Permission management. If you make a
+ category private, all its child categories becomes private. If you make a
+ category public, all its parent categories becomes public.</li>
+
+ <li><strong>Lock</strong>: The category and its sub-categories will
+ temporary been disabled for maintenance.</li>
+
+ <li><strong>Comments</strong>: Authorize users to comment elements of this
+ category.</li>
+
+ <li><strong>Authorize upload</strong>: Authorize users to upload
+ files. This option is available only if category is physical (not
+ virtual).</li>
+
+</ul>
+
+<p>You can also manage these options with "Properties"
+management screen (screens <span class="pwgScreen">Upload</span>, <span
+class="pwgScreen">Comments</span>, <span class="pwgScreen">Lock</span>,
+<span class="pwgScreen">Public/Private</span>, <span
+class="pwgScreen">Representative</span> available from <span
+class="pwgScreen">Administration, Categories, Properties</span>).</p>
+
+<h3>Sort order</h3>
+
+<p>Choose if the default sort order will be used.</p>
+
+<p>Indicate if this sort order will be applied to subcategories.</p>
+
+<p>Select specific sort by columns to use with this category.</p>
+<ul>
+<li><strong>Creation date</strong>: Picture creation date</li>
+<li><strong>Post date</strong>: Synchronization date</li>
+<li><strong>Average rate (*)</strong>: Average rate could be changed by the visitor</li>
+<li><strong>Most visited (*)</strong>: The current visit change the most visited order</li>
+<li><strong>File name</strong>: Given name in informations field</li>
+<li><strong>Id</strong>: Internal Id (recent categories have an higher id than previous ones.</li>
+
+</ul>
+<p><strong>(*)</strong>Take care and test it for your self since it can give unpredictable results.</p>
+
+
+<h3>Representant</h3>
+
+<p>The representant of the category is the thumbnail displayed to represent
+the category on main page (<span class="pwgScreen">category.php</span>) when
+a category contains only sub-categories (just as the root category).</p>
+
+<p>There are 4 ways to set the representative picture of a category :</p>
+
+<ul>
+
+ <li><span class="pwgScreen">Picture page</span>: in the action buttons bar,
+ one of them let you set the displayed picture as representative for the
+ displayed category. This button is available only for administrators.</li>
+
+ <li><span class="pwgScreen">Modify informations about a picture</span> in
+ administration. This screen can be reach from <span
+ class="pwgScreen">picture.php</span> or <span class="pwgScreen">Batch
+ management</span> in <em>unit mode</em>. See the help of this screen for
+ details.</li>
+
+ <li><span class="pwgScreen">Administration, Categories, Properties,
+ Representative</span>. See the help of this screen for details.</li>
+
+ <li><span class="pwgScreen">Edit a category</span> (this screen).</li>
+
+</ul>
+
+<p>The representation depends on configuration parameter
+<code>allow_random_representative</code> (see <span
+class="filename">include/config_default.inc.php</span>).</p>
+
+<p>In default mode (<code>allow_random_representative</code> set to false)
+each category containing at least one element is represented by a fixed
+element. Once set (at category creation), the representative changes only
+when an administrator ask for it. If the representant is not appropriate,
+you can ask to <strong>Find a new representant by random</strong>.</p>
+
+<p>If configuration parameter <code>allow_random_representative</code> is
+set to true, a category containing elements can have no fixed
+representant. Just use <strong>Delete representant</strong> button.</p>
+
+<p>If the category contains no element (but only sub-categories) it can be
+represented by any element thanks to screen <span class="pwgScreen">Modify
+informations about a picture</span>. The only option on the current screen
+is to <strong>Delete representant</strong> button, after using this button,
+no representant option to set anymore.</p>
+
+<h3>Link all category elements to a new category</h3>
+
+<ul>
+
+<li><strong>Virtual category name</strong>: New category name to be created,
+all pictures of the current category will be linked to the new one.</li>
+
+<li><strong>Parent category</strong>: Where the new category will be,
+leave empty to create it from home.</li>
+
+</ul>
+
+<h3>Link all category elements to some existing categories</h3>
+
+<ul>
+
+<li><strong>Categories</strong>: Choose the destination category.</li>
+
+</ul>
+
+<h3>Send an information email to group members</h3>
+
+<ul>
+
+<li><strong>Group</strong>: addressees group</li>
+
+<li><strong>Mail content</strong>: Free text to be sent to them.</li>
+
+</ul> \ No newline at end of file
diff --git a/language/en_UK/help/cat_move.html b/language/en_UK/help/cat_move.html
new file mode 100644
index 000000000..8674f6149
--- /dev/null
+++ b/language/en_UK/help/cat_move.html
@@ -0,0 +1,14 @@
+<h2>Moving virtual categories</h2>
+
+<p>Only virtual categories can have a new parent category.</p>
+
+<h3>Virtual categories to move</h3>
+
+<p>Select any virtual categories you want to move.
+If the list is empty, that mean you didn't create one.</p>
+
+<h3>New parent category</h3>
+
+<p>Select the new parent (virtual or physical).
+If you don't, virtual selected categories will be moved to the root.
+You can't move a category to itself or to one of its child.</p> \ No newline at end of file
diff --git a/language/en_UK/help/cat_options.html b/language/en_UK/help/cat_options.html
new file mode 100644
index 000000000..c79d3aac3
--- /dev/null
+++ b/language/en_UK/help/cat_options.html
@@ -0,0 +1,36 @@
+<h2>Category options</h2>
+
+<p>This screen lets the administrator manage categories option for many
+categories at once.</p>
+
+<dl>
+
+ <dt>Upload</dt>
+ <dd>Make categories uploadable for gallery visitors. Only non virtual and
+ non remote categories are shown.</dd>
+
+ <dt>Comments</dt>
+ <dd>Authorize users to add comments on selected categories.
+Selects the categories which are commentable.
+An image is commentable if it belongs to at least one category that is commentable.</dd>
+
+ <dt>Lock</dt>
+ <dd>Selected categories will temporary been disabled for maintenance. If
+ you lock a category, all its child categories become locked. If you unlock
+ a category, all its parent categories become unlocked.</dd>
+
+ <dt>Public / private</dt>
+ <dd>Manage authorizations for selected categories. Selected categories are
+ private : you will need to authorize users and/or groups to access to
+ them. If you make a category private, all its child categories becomes
+ private. If you make a category public, all its parent categories becomes
+ public</dd>
+
+ <dt>Representative</dt>
+ <dd>This option can be managed only if you set configuration parameter
+ <code>allow_random_representative</code> (see <span
+ class="filename">include/config_defaults.inc.php</span>) to
+ <em>true</em>. Each category can be randomly represented or singly
+ represented (by a unique picture).</dd>
+
+</dl>
diff --git a/language/en_UK/help/cat_perm.html b/language/en_UK/help/cat_perm.html
new file mode 100644
index 000000000..3b3471fb9
--- /dev/null
+++ b/language/en_UK/help/cat_perm.html
@@ -0,0 +1,15 @@
+<h2>Manage permissions for a category</h2>
+
+<p>This screen is available only for a private category. Here you can select
+users and groups authorized for this category.</p>
+
+<h3>Groups</h3>
+
+<p>You can deny or grant groups for the current category. By modifying
+groups authorizations, you'll probably modify the list of users granted to
+the category thanks to group belongings.</p>
+
+<h3>Users</h3>
+
+<p>You can deny or grant individual users. Users granted thanks to group
+belongings can be denied or granted specifically.</p>
diff --git a/language/en_UK/help/configuration.html b/language/en_UK/help/configuration.html
new file mode 100644
index 000000000..c722be2e4
--- /dev/null
+++ b/language/en_UK/help/configuration.html
@@ -0,0 +1,130 @@
+<h2>Configuration</h2>
+
+<p>This screen let the administrator do basic configuration. Indeed, this
+screen only shows simple configuration parameters that should be enough for
+the vast majority of administrators. If you want to see other numerous (and
+advanced) configuration parameters, read file <span
+cass="filename">include/config_default.inc.php</span>.</p>
+
+<p>This screen is divided in several sections, regrouping configuration
+parameters by theme.</p>
+
+
+<h3>Main</h3>
+<ul>
+ <li><strong>Gallery title</strong>: used in RSS feed and notifications by
+email.</li>
+
+ <li><strong>Page banner</strong>: displayed on top of each public
+page.</li>
+
+ <li><strong>Gallery URL</strong>: used for the RSS feed.</li>
+
+ <li><strong>Lock gallery</strong>: Lock the entire gallery for
+ maintenance. Only administrator users will be able to reach the
+ gallery.</li>
+
+ <li><strong>Rating</strong>: Picture rating feature is enabled.</li>
+
+ <li><strong>Rating by guests</strong>: Even non registered users can rate images.</li>
+
+ <li><strong>Allow user registration</strong>: Registration is free for all.</li>
+
+ <li><strong>Mail address is obligatory for all users</strong>: Mail address will checked on registration or profile update except if the action is done on administration part.</li>
+
+ <li><strong>Email admins when a new user registers</strong>: Administrators will be received mail for each registration.</li>
+
+ <li><strong>Email adminis when a picture is uploaded</strong>: Administrators will be received mail for each picture uploaded by a user.</li>
+
+</ul>
+
+<h3>History</h3>
+<ul>
+ <p>Visits on pages <span
+ class="pwgScreen">category.php</span> and <span
+ class="pwgScreen">picture.php</span> will be saved in the
+ <code>history</code> table.</p>
+
+ <p>Visits will be shown in <span
+ class="pwgScreen">Administration, Specials, History</span>.</p>
+
+ <li><strong>Save page visits by guests</strong>: page visits by guests will be saved.</li>
+
+ <li><strong>Save page visits by users</strong>: visits by registrered users will be saved.</li>
+
+ <li><strong>Save page visits by administrators</strong>: page visits by administrators will be saved.</li>
+
+</ul>
+
+<h3>Comments</h3>
+<ul>
+
+ <li><strong>Comments for all</strong>: Even guest not registered can post
+ comments.</li>
+
+ <li><strong>Number of comments per page</strong>.</li>
+
+ <li><strong>Validation</strong>: an administrator validate users posted
+ comments before they become visible on the site. User comments validation
+ takes place in screen <span class="pwgScreen">Administration, Pictures,
+ Comments</span>.</li>
+
+ <li><strong>Email admins when a valid comment is entered</strong>:
+Sends an email to the administrators when a user enters a comment and this comment is validated.</li>
+
+ <li><strong>Email admins when a comment requires validation</strong>:
+Sends an email to the administrators when a user enters a comment that requires validation by the admin.
+User comments validation takes place in the screen <span class="pwgScreen">Administration, Pictures, Comments</span>.</li>
+
+</ul>
+
+<h3>Default display</h3>
+
+<p>Here you can change display options used by default, when guest is not
+connected. Once connected, these options are overloaded by user own options
+(modifiable in <span class="pwgScreen">profile</span>).</p>
+
+<p>It is possible to change display options for all existing users, but the
+screen to consider is <span class="pwgScreen">Administration,
+Identification, Users</span>, where you can options for a selected list of
+users.</p>
+
+<ul>
+
+ <li><strong>Language</strong>: concerns only PhpWebGallery
+ labels. Category names, picture names and all descriptions are not
+ localized.</li>
+
+ <li><strong>Number of images per row</strong></li>
+
+ <li><strong>Number of rows per page</strong></li>
+
+ <li><strong>Interface theme</strong></li>
+
+ <li><strong>Recent period</strong>: By days. Period within a picture is
+ shown as new. Must be superior to 1 day.</li>
+
+ <li><strong>Expand all categories</strong>: Expand all categories by
+ default in the menu? <em>Warning</em>: this option is resources consuming
+ and may generate a huge menu if your category tree is contains many
+ categories.</li>
+
+ <li><strong>Show number of comments</strong>: show the number of comments
+ for each picture on the thumbnails page. Resource consuming.</li>
+
+ <li><strong>Show hits count</strong>: display hits observed on picture
+ just under its thumbnail on the thumbnails page.
+ Only when advanced configuration parameter is: <br />
+ $conf['show_nb_hits'] = true; <br />
+ Notice: it is false by default.</li>
+
+ <li><strong>Maximum width of the pictures</strong>: maximum displayed
+ width. If pictures are larger than this setting, they will be resized on
+ display. If you consider filling this option, you'd better consider
+ modifying the width of your pictures instead.</li>
+
+ <li><strong>Maximum height of the pictures</strong>: same remarks as for
+ previous setting.</li>
+
+</ul>
+
diff --git a/language/en_UK/help/group_list.html b/language/en_UK/help/group_list.html
new file mode 100644
index 000000000..e918f2e5a
--- /dev/null
+++ b/language/en_UK/help/group_list.html
@@ -0,0 +1,22 @@
+<h2>Groups list</h2>
+
+<p>This is the place where you can manage defined groups.</p>
+
+<h3>Add a group</h3>
+
+<p>Administrator can add groups.</p>
+
+<h3>Groupes list</h3>
+
+<p>The list allows for each element to:</p>
+
+
+<ul>
+ <li>go to members list</li>
+ <li>go to permissions</li>
+ <li>delete the group (require a confirmation checkbox)</li>
+ <li>toggle status "default" (require a confirmation checkbox)</li>
+</ul>
+
+<h3>Default groups</h3>
+<p>Default groups are groups associated automatically to new user.</p> \ No newline at end of file
diff --git a/language/en_UK/help/index.php b/language/en_UK/help/index.php
new file mode 100644
index 000000000..61741e9cb
--- /dev/null
+++ b/language/en_UK/help/index.php
@@ -0,0 +1,33 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | PhpWebGallery - a PHP based picture gallery |
+// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// +-----------------------------------------------------------------------+
+// | file : $Id$
+// | last update : $Date$
+// | last modifier : $Author$
+// | revision : $Revision$
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
+// Recursive call
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/language/en_UK/help/maintenance.html b/language/en_UK/help/maintenance.html
new file mode 100644
index 000000000..a8571dae2
--- /dev/null
+++ b/language/en_UK/help/maintenance.html
@@ -0,0 +1,46 @@
+<h2>Maintenance</h2>
+
+<p>To optimize page generation time, PhpWebGallery uses cached
+information. For example, instead of counting the number of pictures
+contained in each category at each page reload, this information is stored
+in the database. In theory, this information should always be correct, but
+sometimes an error can occur and cached information becomes wrong.</p>
+
+<p>Some informations become useless with time. Deleting this useless
+information from database make you save disk space.</p>
+
+<ul>
+
+ <li><strong>Update categories informations:</strong> For each category,
+ informations to update or control are the following : list of parent
+ categories, number of pictures, date of the last picture, position among
+ brother categories, position among all categories. This action also checks
+ the coherence of representative picture.</li>
+
+ <li><strong>Update images informations:</strong> For each picture,
+ informations to update are : full path to file, average
+ rate. <em>Warning</em>: do not get confuse with metadata informations
+ which can be synchronized from <span class="pwgScreen">Administration,
+ Categories, Synchronize</span> or by reaching the modification screen of a
+ single picture (through <span class="pwgScreen">Picture</span> for
+ example).</li>
+
+ <li><strong>Repair and optimize database:</strong>
+ For each table, re-odrer, repair and optimize operations are done.
+ </li>
+</ul>
+
+<ul>
+ <li><strong>Purge history detail:</strong> Delete all lines from
+ <code>history</code> table. Screen <span class="pwgScreen">Administration,
+ Specials, History</span> shows no informations anymore on past
+ history. <em>Warning</em>: all data will be lost and there is no way to
+ get informations back.</li>
+
+ <li><strong>Purge history summary:</strong> Delete all the summary information about visit history. This summary is calculated from the history detail.</li>
+
+ <li><strong>Purge sessions:</strong> Delete expired user sessions.</li>
+
+ <li><strong>Purge never used notification feeds</strong></li>
+
+</ul>
diff --git a/language/en_UK/help/notification_by_mail.html b/language/en_UK/help/notification_by_mail.html
new file mode 100644
index 000000000..076bb7b34
--- /dev/null
+++ b/language/en_UK/help/notification_by_mail.html
@@ -0,0 +1,15 @@
+<h2>Notification by mail</h2>
+
+<p>This screen allows to configure and manage email notifications to users of news on your site.</p>
+
+<p>This screen is composed of 3 tabs:</p>
+
+<h3>Parameters</h3>
+<p>Available only for webmasters, this tab sets parameters of the notification by mail.</p>
+
+<h3>Subscribe</h3>
+<p>Available only for webmasters, this tab manages subscription/unsubscription of users to email notifications.</p>
+
+<h3>Envoi</h3>
+<p>Available only for webmasters and administrators, this tab allows to send mails to notify news.</p>
+
diff --git a/language/en_UK/help/permalinks.html b/language/en_UK/help/permalinks.html
new file mode 100644
index 000000000..d5261c94d
--- /dev/null
+++ b/language/en_UK/help/permalinks.html
@@ -0,0 +1,7 @@
+<h2>Permalinks</h2>
+
+<p>Permalinks are used to make category urls nicer. When a category has a permalink defined, the id of the category is not required anymore in the url.</p>
+
+<p>When a permalink is deleted, you have the ability to save it to the permalink history, so that external links to PWG pages still work. In the permalink history table you can see the date when the permalink has been deleted as well as the last time when it was used and the number of times this permalink has been used.</p>
+
+<p>Note that permalinks must be unique per category. Also in the permalink history you cannot have the same permalink defined more than once.</p>
diff --git a/language/en_UK/help/search.html b/language/en_UK/help/search.html
new file mode 100644
index 000000000..c98038b2b
--- /dev/null
+++ b/language/en_UK/help/search.html
@@ -0,0 +1,24 @@
+<h2>Search</h2>
+
+<p>This page let you search pictures among the whole gallery.</p>
+
+<dl>
+
+ <dt>Search for words</dt>
+ <dd>Search for entered words in all the attributes related to the pictures
+ displayed in the gallery. Use * as a wildcard for partial matches.</dd>
+
+ <dt>Search for Author</dt>
+ <dd>Use * as a wildcard for partial matches.</dd>
+
+ <dt>Search by Date</dt>
+ <dd>Select a date and/or an ending date for your query. Leave date empty
+ if you want to make a "before" query. The year must be entered in the last
+ field in the following format : 0000 (i.e. 2004)</dd>
+
+ <dt>Search in Categories</dt>
+ <dd>Select the category or categories you wish to search in. For speed all
+ subcategories can be searched by selecting the parent and setting enable
+ search subcategories below.</dd>
+
+</dl>
diff --git a/language/en_UK/help/site_manager.html b/language/en_UK/help/site_manager.html
new file mode 100644
index 000000000..1325a0ed2
--- /dev/null
+++ b/language/en_UK/help/site_manager.html
@@ -0,0 +1,51 @@
+<h2>Remote sites</h2>
+
+<p>PhpWebGallery offers the possibility to use several servers to store the
+images which will compose your gallery. It can be useful if your gallery is
+installed on one limited space and that you have a big quantity of images to
+be shown.</p>
+
+<ol>
+
+ <li>edit file <span class="filename">tools/create_listing_file.php</span>,
+ by modifying parameters section such as
+ <code>$conf['prefix_thumbnail']</code> or
+ <code>$conf['use_exif']</code>.</li>
+
+ <li>place file <span class="filename">tools/create_listing_file.php</span>
+ modified on your distant website, in the same directory than your category
+ directories (as the directory <span class="filename">galleries</span> of
+ this website) by ftp. For the example, let's say that you can access <span
+ class="filename">http://example.com/galleries/create_listing_file.php</span>.</li>
+
+ <li>go to <span class="pwgScreen">administration panel, Categories, Site
+ manager</span>. Ask to create a new site, for example <span
+ class="filename">http://example.com/galleries</span>.</li>
+
+ <li>a new remote site is registered. You can perform 4 actions :
+
+ <ol>
+
+ <li><strong>generate listing</strong> : launches a distant request to
+ generate a distant file listing</li>
+
+ <li><strong>synchronize</strong> : reads the distant <span
+ class="filename">listing.xml</span> file and synchronizes with
+ database informations.</li>
+
+ <li><strong>clean</strong> : removes distant <span
+ class="filename">listing.xml</span> file.</li>
+
+ <li><strong>delete</strong> : deletes the site (and all related
+ categories and elements) in the database.</li>
+
+ </ol>
+ </li>
+</ol>
+
+<!-- <p>You can do all this by hand by generating yourself the <span
+class="filename">listing.xml</span> file, moving it from your distant server
+to you local PhpWebGallery root directory and opening the remote site
+management screen : PhpWebGallery will propose you to use the found
+listing.xml file.</p>-->
+
diff --git a/language/en_UK/help/synchronize.html b/language/en_UK/help/synchronize.html
new file mode 100644
index 000000000..c1ae424f8
--- /dev/null
+++ b/language/en_UK/help/synchronize.html
@@ -0,0 +1,13 @@
+<h2>Synchronize</h2>
+
+<p>There are 2 synchronizations possible : directories/files and file
+metadata. directories/files is about synchronizing your directories tree
+with the category tree in the database. metadata is about updating elements
+informations such as filesize, dimensions in pixels, EXIF or IPTC
+informations.</p>
+
+<p>The first synchronization must be the directories/files one.</p>
+
+<p>Synchronization process may take long (depending on your server load and
+quantity of elements to manage) so it is possible to progress by step:
+category by category.</p>
diff --git a/language/en_UK/help/thumbnail.html b/language/en_UK/help/thumbnail.html
new file mode 100644
index 000000000..857a266ca
--- /dev/null
+++ b/language/en_UK/help/thumbnail.html
@@ -0,0 +1,28 @@
+<h2>Thumbnails creation</h2>
+
+<p>This page let you create missing thumbnails.</p>
+
+<dl>
+
+ <dt>GD version</dt>
+
+ <dd>GD is the picture manipulating library for PHP. Choose the version
+ installed on your server. If you choose the wrong, you'll just have errors
+ messages, come back with your browser and choose the other version. If no
+ version works, it means your server doesn't support GD.</dd>
+
+ <dt>Width and height</dt>
+
+ <dd>Maximum dimensions that thumbnails can take. Aspect ratio is
+ maintained.</dd>
+
+ <dt>Number of thumbnails to create</dt>
+
+ <dd>Do not try to miniaturize too many pictures in the same time. Indeed, miniaturization uses a lot of CPU. If you installed PhpWebGallery on a free provider, a too high CPU load can sometime lead to the deletion of your website.</dd>
+
+ <dt>File format</dt>
+
+ <dd>Only JPEG file format is supported for thumbnail creation. Thumbnails
+ can be created only from PNG and JPEG pictures.</dd>
+
+</dl>
diff --git a/language/en_UK/help/user_list.html b/language/en_UK/help/user_list.html
new file mode 100644
index 000000000..b09110537
--- /dev/null
+++ b/language/en_UK/help/user_list.html
@@ -0,0 +1,43 @@
+<h2>Users list</h2>
+
+<p>This is the place where you can manage registered users. Only permissions
+are managed in different several screens.</p>
+
+<h3>Add a user</h3>
+
+<p>Administrator can manually add users.</p>
+
+<h3>Users list</h3>
+
+<p>The list can be filtered on username (use * as wildcard), group or
+status. The list can be order by registration date or username, in ascending
+or descending order.</p>
+
+<p>This screen works be managing several users at once on different actions
+:</p>
+
+<ul>
+
+ <li>delete users (require a confirmation checkbox)</li>
+
+ <li>change status</li>
+
+ <li>associate or dissociate from groups</li>
+
+ <li>modify display properties</li>
+
+ <li>modify additional properties</li>
+
+</ul>
+
+<p>The target is the set users selected (by default) or all users is
+asked.</p>
+<h3>Adviser</h3>
+<p>Definition of adviser user:</p>
+<ul>
+ <li>allow access of all screens permitted by this status</li>
+ <li>read-only or simulate-only access</li>
+</ul>
+
+<p>It's possible to assign adviser mode with variable $conf['allow_adviser'].</p>
+<p>If this variable is 'true', it's possible to define user like an adviser</p>
diff --git a/language/en_UK/help/web_service.html b/language/en_UK/help/web_service.html
new file mode 100644
index 000000000..e106a35cb
--- /dev/null
+++ b/language/en_UK/help/web_service.html
@@ -0,0 +1,47 @@
+<h2>Web Service Checker</h2>
+
+<p>This page let you define all parameters for your web service.</p>
+
+<dl>
+
+ <dt>Environment setting</dt>
+
+ <dd>If Web Service access control is active (Advanced configuration => $conf['ws_access_control'])
+ you will see there all Advanced configuration related to Web Service.</dd>
+
+ <dt>Confidential partner key (Mandatory)</dt>
+
+ <dd>Unique key to share with your partner. Keep that one long enough (e.g. 8 characters).
+ Keep it as complex enough (mixed figures, upper and lower case characters, special characters).
+ For example: "P!e2r!k Le G@2l".
+
+ <strong>Hidden to anyone in adviser mode.</strong>
+
+ <dt>Target (Optional)</dt>
+
+ <dd>Can be an image id list like that:<ul><li>
+ list/277,275,142,235,178,190,204,236-238,253,268,276,285,41,73</li><li>
+ a category id list as : cat/16,32,21</li><li>
+ or a tag id list as: tag/22,61,36 </li></ul>
+ all id list will be reduced to the min list as:<ul><li>
+ list/41,73,142,178,190,204,<strong>235-238</strong>,253,268,<strong>275-277</strong>,285</li></ul>
+ </dd>
+
+ <dt>Restrict access (Optional)</dt>
+
+ <dd>If you want to limit your partner to a specific request.</dd>
+
+ <dt>Returned images limit </dt>
+
+ <dd>Images limit count: to return to your partner for each request.</dd>
+
+ <dt>Duration </dt>
+
+ <dd>From now, set availability in days. If you postpone over the duration, the service would never be available.</dd>
+
+ <dt>Comment </dt>
+
+ <dd>Let you describe who's behind this Web Service, be clear enough.
+ Don't forget that if someone is Admin and Adviser on your website. He can read this comment zone.</dd>
+
+</dl>
diff --git a/language/en_UK/index.php b/language/en_UK/index.php
new file mode 100644
index 000000000..61741e9cb
--- /dev/null
+++ b/language/en_UK/index.php
@@ -0,0 +1,33 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | PhpWebGallery - a PHP based picture gallery |
+// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// +-----------------------------------------------------------------------+
+// | file : $Id$
+// | last update : $Date$
+// | last modifier : $Author$
+// | revision : $Revision$
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
+// Recursive call
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php
new file mode 100644
index 000000000..d0e6f1139
--- /dev/null
+++ b/language/en_UK/install.lang.php
@@ -0,0 +1,73 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | PhpWebGallery - a PHP based picture gallery |
+// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// +-----------------------------------------------------------------------+
+// | file : $Id$
+// | last update : $Date$
+// | last modifier : $Author$
+// | revision : $Revision$
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+
+$lang['install_message'] = 'Message';
+$lang['Initial_config'] = 'Basic configuration';
+$lang['Default_lang'] = 'Default gallery language';
+$lang['step1_title'] = 'Database configuration';
+$lang['step2_title'] = 'Admin configuration';
+$lang['Start_Install'] = 'Start Install';
+$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
+
+$lang['install_webmaster'] = 'Webmaster login';
+$lang['install_webmaster_info'] = 'It will be shown to the visitors. It is necessary for website administration';
+
+$lang['step1_confirmation'] = 'Parameters are correct';
+$lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database';
+$lang['step1_err_server'] = 'Can\'t connect to server';
+$lang['step1_err_copy_2'] = 'The next step of the installation is now possible';
+$lang['step1_err_copy_next'] = 'next step';
+$lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)';
+
+$lang['step1_host'] = 'MySQL host';
+$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
+$lang['step1_user'] = 'User';
+$lang['step1_user_info'] = 'user login given by your host provider';
+$lang['step1_pass'] = 'Password';
+$lang['step1_pass_info'] = 'user password given by your host provider';
+$lang['step1_database'] = 'Database name';
+$lang['step1_database_info'] = 'also given by your host provider';
+$lang['step1_prefix'] = 'Database table prefix';
+$lang['step1_prefix_info'] = 'database tables names will be prefixed with it (enables you to manage better your tables)';
+$lang['step2_err_login1'] = 'enter a login for webmaster';
+$lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "';
+$lang['step2_err_pass'] = 'please enter your password again';
+$lang['install_end_title'] = 'Installation finished';
+$lang['step2_pwd'] = 'Webmaster password';
+$lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
+$lang['step2_pwd_conf'] = 'Password [confirm]';
+$lang['step2_pwd_conf_info'] = 'verification';
+$lang['install_help'] = 'Need help ? Ask your question on <a href="%s">PhpWebGallery message board</a>.';
+$lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
+For security reason, please delete file "install.php"<br />
+Once this file deleted , follow this instructions :
+<ul>
+<li>go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster</li>
+<li>this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories</li>
+</ul>';
+$lang['conf_mail_webmaster'] = 'Webmaster mail address';
+$lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail';
+?> \ No newline at end of file
diff --git a/language/en_UK/iso.txt b/language/en_UK/iso.txt
new file mode 100644
index 000000000..043ea105e
--- /dev/null
+++ b/language/en_UK/iso.txt
@@ -0,0 +1 @@
+English [UK] \ No newline at end of file