aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-05-09 12:42:42 +0000
committerz0rglub <z0rglub@piwigo.org>2003-05-09 12:42:42 +0000
commit867c2379ff66ce0f2c4f872a13027fd649aa076d (patch)
treefd182bca99fc6cfe09a7821fab35ce2629fdab44 /language
parentfe51c10474152f319d08229147adbc95fcd6c219 (diff)
Initial revision
git-svn-id: http://piwigo.org/svn/trunk@2 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/english.php492
-rw-r--r--language/francais.php556
-rw-r--r--language/index.htm8
3 files changed, 1056 insertions, 0 deletions
diff --git a/language/english.php b/language/english.php
new file mode 100644
index 000000000..bc4642ae3
--- /dev/null
+++ b/language/english.php
@@ -0,0 +1,492 @@
+<?php
+ $lang['only_members'] = "Only members can access this page";
+ $lang['invalid_pwd'] = "Invalid password!";
+ $lang['access_forbiden'] = "You are not authorized to access this page";
+ $lang['submit'] = "Submit";
+ $lang['login'] = "login";
+ $lang['password'] = "password";
+ $lang['new'] = "new";
+ $lang['delete'] = "delete";
+ $lang['category'] = "category";
+ $lang['thumbnail'] = "thumbnail";
+ $lang['date'] = "date";
+
+ // diapo page
+ $lang['diapo_default_page_title'] = "No category selected";
+ $lang['thumbnails'] = "Thumbnails";
+ $lang['categories'] = "Categories";
+ $lang['hint_category'] = "shows images at the root of this categry";
+ $lang['total_images'] = "total";
+ $lang['title_menu'] = "Menu";
+ $lang['change_login'] = "change login";
+ $lang['login'] = "login";
+ $lang['hint_login'] = "identification enables site's appareance customization";
+ $lang['logout'] = "logout";
+ $lang['customize'] = "customize";
+ $lang['hint_customize'] = "customize the appareance of the gallery";
+ $lang['hint_search'] = "search";
+ $lang['search'] = "search";
+ $lang['favorite_cat'] = "favorites";
+ $lang['favorite_cat_hint'] = "display your favorites";
+ $lang['about'] = "about";
+ $lang['hint_about'] = "more informations on PhpWebGallery...";
+ $lang['admin'] = "admin";
+ $lang['hint_admin'] = "available for administrators only";
+ $lang['no_category'] = "No category selected<br />please select it in the menu";
+ $lang['page_number'] = "page number";
+ $lang['previous_page'] = "Previous";
+ $lang['next_page'] = "Next";
+ $lang['nb_image_category'] = "number of images in this category";
+ $lang['connected_user_female'] = "connected user";
+ $lang['connected_user_male'] = "connected user";
+ $lang['recent_image'] = "image within the";
+ $lang['days'] = "days";
+ $lang['send_mail'] = "Any comment? Send me an e-mail";
+ $lang['title_send_mail'] = "A comment on your site";
+ $lang['sub-cat'] = "subcategories";
+ $lang['images_available'] = "images in this category";
+ $lang['total'] = "images";
+ $lang['upload_picture'] = "Upload a picture";
+
+ // both diapo and photo pages
+ $lang['registration_date'] = "registered on";
+ $lang['creation_date'] = "created on";
+ $lang['comment'] = "comment";
+ $lang['author'] = "author";
+ $lang['size'] = "size";
+ $lang['filesize'] = "filesize";
+ $lang['file'] = "file";
+ $lang['generation_time'] = "Page generated in";
+ $lang['favorites'] = "Favorites";
+ $lang['search_result'] = "Search results";
+
+ // about page
+ $lang['about_page_title'] = "About PhpWebGallery";
+ $lang['about_title'] = "About...";
+ $lang['about_message'] = "<div style=\"text-align:center;font-weigh:bold;\">Information about PhpWebGallery</div>
+ <ul>
+ <li>This website uses <a href=\"http://www.z0rglub.com/phpwebgallery\" style=\"text-decoration:underline\">PhpWebGallery</a> version 1.2. 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.z0rglub.com/phpwebgallery\" style=\"text-decoration:underline\">PhpWebGallery</a> official site, and its dedicated <a href=\"http://www.z0rglub.com/phpwebgallery/forum\" style=\"text-decoration:underline\">forum</a>.</li>
+ </ul>";
+ $lang['about_return'] = "Back";
+
+ // identification page
+ $lang['ident_page_title'] = "Identification";
+ $lang['ident_title'] = "Identification";
+ $lang['actual_user'] = "User currently registered as: ";
+ $lang['ident_register'] = "Register";
+ $lang['ident_forgotten_password'] = "Forget your password ?";
+ $lang['ident_guest_visit'] = "Go through the gallery as a visitor";
+
+ // page personnalisation
+ $lang['customize_page_title'] = "Customization";
+ $lang['customize_title'] = "Customization";
+ $lang['customize_nb_image_per_row'] = "number of images per row";
+ $lang['customize_nb_row_per_page'] = "number of rows per page";
+ $lang['customize_color'] = "site color";
+ $lang['customize_language'] = "language";
+ $lang['sex'] = "sex";
+ $lang['male'] = "male";
+ $lang['female'] = "female";
+ $lang['maxwidth'] = "maximum width of the pictures";
+ $lang['maxheight'] = "maximum height of the pictures";
+ $lang['err_maxwidth'] = "maximum width must be a number superior to 50";
+ $lang['err_maxheight'] = "maximum height must be a number superior to 50";
+
+ // photo page
+ $lang['previous_image'] = "Previous";
+ $lang['next_image'] = "Next";
+ $lang['back'] = "Click on the image to go back to the thumbnails page";
+ $lang['info_image_title'] = "Image information";
+ $lang['link_info_image'] = "Modify information";
+ $lang['true_size'] = "Real size";
+ $lang['comments_title'] = "Comments from the users of the site";
+ $lang['comments_del'] = "delete this comment";
+ $lang['comments_add'] = "Add a comment";
+ $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['month'][10] = "October";
+ $lang['month'][11] = "November";
+ $lang['month'][12] = "December";
+ $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['add_favorites_alt'] = "Add to favorites";
+ $lang['add_favorites_hint'] = "Add this picture to your favorites";
+ $lang['del_favorites_alt'] = "Delete from favorites";
+ $lang['del_favorites_hint'] = "Delete this picture from your favorites";
+
+ // page register
+ $lang['register_page_title'] = "Registration";
+ $lang['register_title'] = "Registration";
+ $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_login4'] = "login mustn't contain characters \" and '";
+ $lang['reg_err_login5'] = "this login is already used";
+ $lang['reg_err_pass'] = "please enter your password again";
+ $lang['reg_confirm'] = "confirm";
+ $lang['reg_mail_address'] = "mail address";
+ $lang['reg_err_mail_address'] = "mail address must be like xxx@yyy.eee (example : jack@altern.org)";
+
+ // page search
+ $lang['search_title'] = "Search";
+ $lang['invalid_search'] = "search must be done on 3 caracters or more";
+ $lang['search_field_search'] = "Search";
+ $lang['search_return_main_page'] = "Return to thumbnails page";
+
+ // page upload
+ $lang['upload_forbidden'] = "You can't upload pictures in this category";
+ $lang['upload_file_exists'] = "A picture's name already used";
+ $lang['upload_filenotfound'] = "You must choose a picture fileformat for the image";
+ $lang['upload_cannot_upload'] = "can't upload the picture on the server";
+ $lang['upload_title'] = "Upload a picture";
+ $lang['upload_advise'] = "Choose an image to place in the category : ";
+ $lang['upload_advise_thumbnail'] = "Optional, but recommended : choose a thumbnail to associate to ";
+ $lang['upload_advise_filesize'] = "the filesize of the picture must not exceed : ";
+ $lang['upload_advise_width'] = "the width of the picture must not exceed : ";
+ $lang['upload_advise_height'] = "the height of the picture must not exceed : ";
+ $lang['upload_advise_filetype'] = "the picture must be to the fileformat jpg, gif or png";
+ $lang['upload_err_username'] = "the username must be given";
+ $lang['upload_username'] = "Username";
+ $lang['upload_successful'] = "Picture uploaded with success, an administrator will validate it as soon as possible";
+
+ //----------------------------------administration
+ if ( $isadmin )
+ {
+ // page admin
+ $lang['title_add'] = "Add/Modify a user";
+ $lang['title_liste_users'] = "Users list";
+ $lang['title_history'] = "History";
+ $lang['title_update'] = "Database update";
+ $lang['title_configuration'] = "PhpWebGallery configuration";
+ $lang['title_instructions'] = "Instructions";
+ $lang['title_permissions'] = "Modify an user permission";
+ $lang['title_categories'] = "Categories management";
+ $lang['title_edit_cat'] = "Edit a category";
+ $lang['title_info_images'] = "Modify category's image information";
+ $lang['title_thumbnails'] = "Thumbnail creation";
+ $lang['title_thumbnails_2'] = "for";
+ $lang['title_default'] = "PhpWebGallery administration";
+
+ $lang['menu_title'] = "Administration";
+ $lang['menu_config'] = "Configuration";
+ $lang['menu_users'] = "Users";
+ $lang['menu_add_user'] = "add";
+ $lang['menu_list_user'] = "list";
+ $lang['menu_categories'] = "Categories";
+ $lang['menu_update'] = "Database update";
+ $lang['menu_thumbnails'] = "Thumbnails";
+ $lang['menu_history'] = "History";
+ $lang['menu_instructions'] = "Instructions";
+ $lang['menu_back'] = "Back to galleries";
+
+ $lang['title_waiting'] = "Pictures waiting for validation";
+ $lang['menu_waiting'] = "Waiting";
+
+ $lang['default_message'] = "PhpWebGallery administration panel";
+
+ // page de configuration
+ $lang['conf_err_prefixe'] = "thumbnail's prefix mustn't contain any accentued character";
+ $lang['conf_err_mail'] = "e-mail address refused, it must be like name@server.com";
+ $lang['conf_err_periods'] = "periods must be integer values";
+ $lang['conf_err_periods_2'] = "periods must be superior to 0, the long period must be superior to the short one";
+ $lang['conf_err_sid_size'] = "the session identifier size must be an integer value between 4 and 50";
+ $lang['conf_err_sid_time'] = "the session time must be an integer value between 5 and 60";
+ $lang['conf_err_max_user_listbox'] = "the max user listbox number must be an integer value between 0 and 255";
+ $lang['conf_err_message'] = "The number of mistakes you have done is ";
+ $lang['conf_confirmation'] = "Information data registered in database";
+
+ $lang['no'] = "no";
+ $lang['yes'] = "yes";
+
+ $lang['conf_general_title'] = "Main configuration";
+ $lang['conf_general_webmaster'] = "webmaster login";
+ $lang['conf_general_webmaster_info'] = "It will be shown to the visitors. It is necessary for website administration";
+ $lang['conf_general_mail'] = "webmaster mail adress";
+ $lang['conf_general_mail_info'] = "Visitors will be able to contact by this mail";
+ $lang['conf_general_prefix'] = "thumbnail prefix";
+ $lang['conf_general_prefix_info'] = "Thumbnails use this prefix. Do not fill if your not sure.";
+ $lang['conf_general_short_period'] = "short period";
+ $lang['conf_general_short_period_info'] = "By days. Period within a picture is shown with a red mark. The short period must be superior to 1 day.";
+ $lang['conf_general_long_period'] = "long period";
+ $lang['conf_general_long_period_info'] = "By days. Period within a picture is shown with a green mark. The long period must be superior to the short period.";
+ $lang['conf_general_access'] = "access type";
+ $lang['conf_general_access_1'] = "free";
+ $lang['conf_general_access_2'] = "restricted";
+ $lang['conf_general_access_info'] = "- free : anyone can enter the site, any visitor can create an account in order to customize the appareance of the website<br />- restricted : the webmaster create accounts. Only registered users can enter the site";
+ $lang['conf_general_max_user_listbox'] = "max listbox users number";
+ $lang['conf_general_max_user_listbox_info'] = "- this is the number maximum of users for which PhpWebGallery display a listbox instead of a simple text box on the identification page<br />- enter a number between 0 and 255, 0 means that you want to display the listbox";
+ $lang['conf_general_default_page'] = "default page";
+ $lang['conf_general_default_page_1'] = "thumbnails";
+ $lang['conf_general_default_page_2'] = "identification";
+ $lang['conf_general_default_page_info'] = "page on which users are redirected when they go to the root of the site";
+ $lang['conf_general_expand'] = "expand all categories";
+ $lang['conf_general_expand_1'] = "no";
+ $lang['conf_general_expand_2'] = "yes";
+ $lang['conf_general_expand_info'] = "expand all categories by default in the menu ?";
+ $lang['conf_comments'] = "users comments";
+ $lang['conf_comments_title'] = "Configuration of ".$lang['conf_comments'];
+ $lang['conf_comments_show_comments'] = $lang['conf_comments'];
+ $lang['conf_comments_show_comments_info'] = "display the users comments under each picture ?";
+ $lang['conf_comments_comments_number'] = "number of comments per page";
+ $lang['conf_comments_comments_number_info'] = "number of comments to display on each page. This number is unlimited for a picture. Enter a number between 5 and 50.";
+ $lang['conf_err_comment_number'] = "The number of comments a page must be between 5 and 50 included.";
+ $lang['conf_remote_site_title'] = "Remote server";
+ $lang['conf_remote_site_delete_info'] = "Deleting a remote server will delete all the image and the categories in relation with this server.";
+ $lang['conf_upload_title'] = "Configuration of the users upload";
+ $lang['conf_upload_available'] = "authorized the upload of pictures";
+ $lang['conf_upload_available_info'] = "Authorizing the upload of pictures by users on the categories of the website (not on a remote server).";
+ $lang['conf_upload_maxfilesize'] = "maximum filesize";
+ $lang['conf_upload_maxfilesize_info'] = "Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 Ko.";
+ $lang['conf_err_upload_maxfilesize'] = "Maximum filesize for the uploaded pictures must be a number between 10 and 1000 Ko.";
+ $lang['conf_upload_maxwidth'] = "maximum width";
+ $lang['conf_upload_maxwidth_info'] = "Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels";
+ $lang['conf_err_upload_maxwidth'] = "maximum width authorized for the uploaded images must be a number superior to 10 pixels.";
+ $lang['conf_upload_maxheight'] = "maximum height";
+ $lang['conf_upload_maxheight_info'] = "Maximum height authorized for the uploaded images. Must be a number superior to 10 pixels";
+ $lang['conf_err_upload_maxwidth'] = "maximum height authorized for the uploaded images must be a number superior to 10 pixels.";
+ $lang['conf_upload_maxwidth_thumbnail'] = "thumbnails maximum width";
+ $lang['conf_upload_maxwidth_thumbnail_info'] = "Maximum width authorized for the uploaded thumbnails. Must be a number superior to 10 pixels";
+ $lang['conf_err_upload_maxwidth_thumbnail'] = "Maximum width authorized for the uploaded thumbnails must be a number superior to 10 pixels.";
+ $lang['conf_upload_maxheight_thumbnail'] = "thumbnails maximum height";
+ $lang['conf_upload_maxheight_thumbnail_info'] = "Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels";
+ $lang['conf_err_upload_maxheight_thumbnail'] = "Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.";
+
+ $lang['conf_default_title'] = "Default display properties for unregistered visitors and new accounts";
+ $lang['conf_default_language'] = "default language";
+ $lang['conf_default_language_info'] = "default language";
+ $lang['conf_default_image_per_row'] = "number of images per row";
+ $lang['conf_default_image_per_row_info'] = "default number of images per row";
+ $lang['conf_default_row_per_page'] = "number of row per page";
+ $lang['conf_default_row_per_page_info'] = "default number of row per page";
+ $lang['conf_default_theme'] = "theme";
+ $lang['conf_default_theme_info'] = "default theme";
+
+ $lang['conf_session_title'] = "Sessions configuration";
+ $lang['conf_session_size'] = "identifier size";
+ $lang['conf_session_size_info'] = "- the longer your identifier is, the more secure your site is<br />- enter a number between 4 and 50";
+ $lang['conf_session_time'] = "validity period";
+ $lang['conf_session_time_info'] = "- the shorter the validity period is, the more secure your site is<br />- enter a number between 5 and 60, in minutes";
+ $lang['conf_session_key'] = "keyword";
+ $lang['conf_session_key_info'] = "- the session keyword improve the encoding of the session identifier<br />- enter any sentence shorter than 255 caracters";
+ $lang['conf_session_delete'] = "delete out-of-date sessions";
+ $lang['conf_session_delete_info'] = "it is recommanded to empty the database table of session, because out-of-date sessions remains in the database (but it doesn't make any security trouble)";
+
+ // page user, clés générales
+ $lang['user_err_modify'] = "This user can't be modified or deleted";
+ $lang['user_err_unknown'] = "This user doesn't exist in the database";
+
+ // page d'ajout/modification d'utilisateur
+ $lang['adduser_err_message'] = "The number of mistakes you have done is ";
+ $lang['adduser_info_message'] = "Informations registered in the database for user ";
+ $lang['adduser_info_password_updated'] = "(password updated)";
+ $lang['adduser_info_back'] = "back to the users list";
+
+ $lang['adduser_fill_form'] = "Please fill the following form";
+ $lang['adduser_login'] = "login";
+ $lang['adduser_unmodify'] = "unmodifiable";
+ $lang['adduser_status'] = "status";
+ $lang['adduser_status_admin'] = "admin";
+ $lang['adduser_status_member'] = "member";
+ $lang['adduser_status_guest'] = "guest";
+
+ // page permissions
+ $lang['permuser_info_message'] = "Permissions registered";
+ $lang['permuser_title'] = "Restrictions for user";
+ $lang['permuser_warning'] = "Warning : a \"<span style=\"font-weight:bold;\">forbidden access</span>\" to the root of a category prevent from accessing the whole category";
+ $lang['permuser_authorized'] = "authorized";
+ $lang['permuser_forbidden'] = "forbidden";
+ $lang['permuser_parent_forbidden'] = "parent category forbidden";
+ $lang['permuser_cat_title'] = "Modify permissions for ";
+
+ // page list users
+ $lang['listuser_confirm'] = "Do you really want to delete this user";
+ $lang['listuser_yes'] = "yes";
+ $lang['listuser_no'] = "no";
+ $lang['listuser_info_deletion'] = "was removed from database";
+ $lang['listuser_user_group'] = "Users group";
+ $lang['listuser_modify'] = "modify";
+ $lang['listuser_modify_hint'] = "modify informations of";
+ $lang['listuser_permission'] = "permissions";
+ $lang['listuser_permission_hint'] = "modify permissions of";
+ $lang['listuser_delete'] = "delete";
+ $lang['listuser_delete_hint'] = "delete user";
+ $lang['listuser_button_all'] = "all";
+ $lang['listuser_button_invert'] = "invert";
+ $lang['listuser_button_create_address'] = "create mail address";
+
+ // page categories
+ $lang['cat_invisible'] = "invisible";
+ $lang['cat_edit'] = "Edit";
+ $lang['cat_up'] = "Move up";
+ $lang['cat_down'] = "Move down";
+ $lang['cat_image_info'] = "Images info";
+ $lang['cat_total'] = "total";
+
+ // page édition d'une catégorie
+ $lang['editcat_confirm'] = "Information registered in the database";
+ $lang['editcat_back'] = "categories";
+ $lang['editcat_title1'] = "Options for the";
+ $lang['editcat_name'] = "Name";
+ $lang['editcat_comment'] = "Comment";
+ $lang['editcat_status'] = "Status";
+ $lang['editcat_status_info'] = "(invisible except for the administrators)";
+
+ // page info images
+ $lang['infoimage_err_date'] = "wrong date";
+ $lang['infoimage_general'] = "General options for the category";
+ $lang['infoimage_useforall'] = "use for all pictures ?";
+ $lang['infoimage_creation_date'] = "creation date";
+ $lang['infoimage_detailed'] = "Option for each picture";
+ $lang['infoimage_title'] = "title";
+ $lang['infoimage_comment'] = "comment";
+
+ // page database update
+ $lang['update_missing_tn'] = "the thumbnail is missing for";
+ $lang['update_disappeared_tn'] = "the thumbnail disapeared";
+ $lang['update_disappeared'] = "doesn't exist";
+ $lang['update_part_deletion'] = "Deletion of images that have no thumbnail or that doesn't exist";
+ $lang['update_deletion_conclusion'] = "pictures removed from database";
+ $lang['update_part_research'] = "Search for new images in the directories";
+ $lang['update_research_added'] = "added";
+ $lang['update_research_tn_ext'] = "thumbnail in";
+ $lang['update_research_conclusion'] = "pictures added to the database";
+ $lang['update_default_title'] = "Choose an option";
+ $lang['update_only_cat'] = "update categories, not pictures";
+ $lang['update_all'] = "update all";
+
+ // page de génération miniatures
+ $lang['tn_width'] = "width";
+ $lang['tn_height'] = "height";
+
+ $lang['tn_no_support'] = "Picture unreachable or no support";
+ $lang['tn_format'] = "for the file format";
+ $lang['tn_thisformat'] = "for this file format";
+ $lang['tn_err_width'] = "width must be a number superior to";
+ $lang['tn_err_height'] = "height must be a number superior to";
+ $lang['tn_err_GD'] = "you must choose a version of GD library";
+
+ $lang['tn_results_title'] = "Results of miniaturization";
+ $lang['tn_picture'] = "picture";
+ $lang['tn_filesize'] = "filesize";
+ $lang['tn_results_gen_time'] = "generated in";
+
+ $lang['tn_stats'] = "General statistics";
+ $lang['tn_stats_nb'] = "number of miniaturized pictures";
+ $lang['tn_stats_total'] = "total time";
+ $lang['tn_stats_max'] = "max time";
+ $lang['tn_stats_min'] = "min time";
+ $lang['tn_stats_mean'] = "average time";
+
+ $lang['tn_err'] = "You made mistakes";
+
+ $lang['tn_params_title'] = "Miniaturization parameters";
+ $lang['tn_params_GD'] = "GD version";
+ $lang['tn_params_GD_info'] = "- GD is the picture manipulating library for PHP<br />-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.";
+ $lang['tn_params_width_info'] = "maximum width that thumbnails can take";
+ $lang['tn_params_height_info'] = "maximum height that thumbnails can take";
+ $lang['tn_params_create'] = "create";
+ $lang['tn_params_create_info'] = "Do not try to miniaturize too many pictures in the same time.<br />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.";
+ $lang['tn_params_format'] = "file format";
+ $lang['tn_params_format_info'] = "only jpeg file format is supported for thumbnail creation";
+
+ $lang['tn_alone_title'] = "pictures without thumbnail (jpeg and png only)";
+
+ $lang['tn_dirs_title'] = "Directories list";
+ $lang['tn_dirs_alone'] = "pictures without thumbnail";
+
+ // help page
+ $lang['help_images_title'] = "Adding pictures";
+ $lang['help_images_intro'] = "How to place pictures in your directories";
+ $lang['help_images'][0] = "in the directory \"galleries\", create directories that will represent your categories";
+ $lang['help_images'][1] = "in each directory, you can create as many sub-level directories as you wish.";
+ $lang['help_images'][2] = "you can create as many categories and sub-categories for each category as you wish";
+ $lang['help_images'][3] = "picture files must have jpeg format (extension jpg or JPG), gif format (extension gif or GIF) or png format (extension png or PNG).";
+ $lang['help_images'][4] = "try not to use blank space \" \" or hyphen \"-\" in picture files, I advise you to use underscore \"_\" character which is managed by PhpWebGallery and will provide better results";
+
+ $lang['help_thumbnails_title'] = "Thumbnails";
+ $lang['help_thumbnails'][0] = "in each directory containing picture to display on your site, there is a sub-directory nammed \"thumbnail\", if it doesn't exist, create it to place your thumbnails into it.";
+ $lang['help_thumbnails'][1] = "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).";
+ $lang['help_thumbnails'][2] = "the thumbnail associated to a picture must be prefixed with the prefix given on the configuration page(image.jpg -> TN_image.GIF for instance).";
+ $lang['help_thumbnails'][3] = "I advise you to use the module for windows downloadable on the presentation site of PhpWebGallery for thumbnails management.";
+ $lang['help_thumbnails'][4] = "you can use the thumbnail creation page integrated in PhpWebGallery, but I don't advice you so, because thumbnail quality may be poor and it uses a high CPU load which can be a problem if you use free web hosting.";
+ $lang['help_thumbnails'][5] = "if you choose to use your hosting provider to create thumbnails, you must give 775 rights on \"galleries\" folder and all its sub-folders.";
+
+ $lang['help_database_title'] = "Updating database";
+ $lang['help_database'][0] = "once pictures files and thumbnails correctly placed in the directories, clic on \"database update\" in the menu of the administration panel.";
+
+ $lang['help_infos_title'] = "Miscellanous informations";
+ $lang['help_infos'][0] = "The webmaster has the possibility to forbid the access to galleries for a identified user. In ordre to do this, go in the user list, then clic on \"permissions\" for any user.";
+ $lang['help_infos'][1] = "As soon as you created your gallery, go in the user list and modify permissions for user \"visiteur\". Indeed, every new registered users will have by default the same permissions as \"visiteur\" user.";
+ $lang['help_infos'][2] = "If you have any question, do not hesitate to take a look at the forum or ask a question there. The forum (message board) is available on the presentation site of PhpWebGallery.";
+
+ $lang['help_remote_title'] = "Remote site";
+ $lang['help_remote'][0] = "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. Please , follow this procedure : ";
+ $lang['help_remote'][1] = "1. edit file \"create_listing_file.php\" (you will find it in the directory \"admin\"), by modifying the line \"$prefixe_thumbnail = \"TN-\";\" if the prefix for your thumbnails is not \"TN-\".";
+ $lang['help_remote'][2] = "2. place file \"create_listing_file.php\" modified on your distant website, in the root directory of your directories of images (as the directory \"galleries\" of this website) by ftp.";
+ $lang['help_remote'][3] = "3. launch script using the url http://domaineDistant/repGalerie/create_listing_file.php, a file listing.xml has just been created.";
+ $lang['help_remote'][4] = "4. get back file listing.xml from your distant website to place it in directory \"admin\" of this website.";
+ $lang['help_remote'][5] = "5. please , launch an update of the data of images by the interface of administration, once the listing.xml used file, kill it from the directory \"admin\".";
+ $lang['help_remote'][6] = "You can update the contents of a distant website by redoing the described manipulation. You can also kill a distant website by choosing the option in the configuration section of the administration panel.".
+
+ $lang['help_upload_title'] = "Added images by users";
+ $lang['help_upload'][0] = "PhpWebGallery offers the possibility for users to upload images. in order to do it :";
+ $lang['help_upload'][1] = "1. authorize the option in the configuration zone of the administration panel";
+ $lang['help_upload'][2] = "2. authorize the rights in writing in the images directories";
+ $lang['help_upload'][3] = "Uploaded images by the users are not directly visible on the website, they must be validated by an administrator. For that purpose, an administrator must go on the page \"en attente\" of the administration panel, to validate or to refuse the images proposed, then launch an update of the images data.";
+
+ // installation
+ $lang['install_message'] = "Message";
+
+ $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'] = "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)";
+ $lang['step1_err_copy_2'] = "The next step of the installation is now possible";
+ $lang['step1_err_copy_next'] = "next step";
+ $lang['step1_title'] = "Step 1/2";
+ $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_login2'] = "webmaster login can't start or end with a space character";
+ $lang['step2_err_login3'] = "webmaster login can't contain characters ' or \"";
+ $lang['step2_err_pass'] = "please enter your password again";
+ $lang['step2_err_mail'] = $lang['conf_err_mail'];
+
+ $lang['install_end_title'] = "Installation finished";
+ $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\" in the directory \"admin\"<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 [ <a href='admin.php'>administration panel</a> ] and to the instructions in order to place pictures in your directories</li>
+ </ul>";
+ $lang['step2_title'] = "Step 2/2";
+ $lang['step2_pwd'] = "webmaster password";
+ $lang['step2_pwd_info'] = "Keep it confidential, it enables you to access administration panel";
+ $lang['step2_pwd_conf'] = "confirm password";
+ $lang['step2_pwd_conf_info'] = "verification";
+ }
+?>
diff --git a/language/francais.php b/language/francais.php
new file mode 100644
index 000000000..5ff817ab3
--- /dev/null
+++ b/language/francais.php
@@ -0,0 +1,556 @@
+<?php
+$lang['only_members'] = 'Seuls les membres du site peuvent accéder à cette page';
+$lang['invalid_pwd'] = 'le mot de passe rentré n\'est pas valide';
+$lang['access_forbiden'] = 'Vous n\'êtes pas autorisé à aller dans cette section';
+$lang['submit'] = 'Valider';
+$lang['login'] = 'login';
+$lang['password'] = 'mot de passe';
+$lang['new'] = 'nouveau';
+$lang['delete'] = 'supprimer';
+$lang['category'] = 'catégorie';
+$lang['thumbnail'] = 'miniature';
+$lang['date'] = 'date';
+// start version 1.3
+$lang['no'] = 'non';
+$lang['yes'] = 'oui';
+$lang['guest'] = 'visiteur';
+// end version 1.3
+
+// page diapo
+$lang['diapo_default_page_title'] = 'Aucune catégorie séléctionnée';
+$lang['thumbnails'] = 'Miniatures';
+$lang['categories'] = 'Rubriques';
+$lang['hint_category'] = 'affiche les images à la racine de cette catégorie';
+$lang['total_images'] = 'total';
+$lang['title_menu'] = 'Sommaire';
+$lang['change_login'] = 'changer de login';
+$lang['hint_login'] = 's&#039;identifier permet de personnaliser l&#039;apparence du site';
+$lang['logout'] = 'logout';
+$lang['customize'] = 'personnalisation';
+$lang['hint_customize'] = 'personnaliser votre affichage';
+$lang['hint_search'] = 'lancer une recherche';
+$lang['search'] = 'rechercher';
+$lang['favorite_cat'] = 'favoris';
+$lang['favorite_cat_hint'] = 'afficher vos favoris';
+$lang['about'] = 'à propos';
+$lang['hint_about'] = 'des infos sur PhpWebGallery...';
+$lang['admin'] = 'admin';
+$lang['hint_admin'] = 'accessible uniquement aux administrateurs';
+$lang['no_category'] = 'Aucune rubrique n\'est selectionnée,<br />veuillez en choisir une dans le menu.';
+$lang['page_number'] = 'numéro de page';
+$lang['previous_page'] = 'Précédente';
+$lang['next_page'] = 'Suivante';
+$lang['nb_image_category'] = 'nombre d\'images dans la catégorie';
+// start version 1.3
+//$lang['connected_user_female'] = 'utilisatrice connectée';
+// end version 1.3
+$lang['connected_user_male'] = 'utilisateur connecté';
+$lang['recent_image'] = 'image datant de moins de';
+$lang['days'] = 'jours';
+$lang['send_mail'] = 'Une remarque : mailez moi';
+$lang['title_send_mail'] = '[phpwebgallery] une remarque sur ton site';
+$lang['sub-cat'] = 'sous-catégories';
+$lang['images_available'] = 'images dans cette catégorie';
+$lang['total'] = 'images';
+$lang['upload_picture'] = 'Ajouter une image';
+
+// page diapo et photo
+$lang['registration_date'] = 'enregistré le';
+$lang['creation_date'] = 'créé le';
+$lang['comment'] = 'commentaire';
+$lang['author'] = 'auteur';
+$lang['size'] = 'dimensions';
+$lang['filesize'] = 'poids';
+$lang['file'] = 'fichier';
+$lang['generation_time'] = 'Page générée en';
+$lang['favorites'] = 'Favoris';
+$lang['search_result'] = 'Résultats de la recherche';
+// start version 1.3
+$lang['stats'] = 'statistiques';
+$lang['most_visited_cat_hint'] = 'affiche les images les plus visitées';
+$lang['most_visited_cat'] = 'plus vues';
+$lang['best_rated_cat_hint'] = 'affiche les images les mieux notées';
+$lang['best_rated_cat'] = 'mieux notées';
+$lang['recent_cat_hint'] = 'affiche les images les plus récentes';
+$lang['recent_cat'] = 'plus récentes';
+$lang['recent_cat_title'] = 'Images récentes';
+$lang['visited'] = 'visité';
+$lang['times'] = 'fois';
+// end version 1.3
+
+// page a_propos
+$lang['about_page_title'] = 'A propos de PhpWebGallery';
+$lang['about_title'] = 'A propos...';
+// start version 1.3
+$lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Informations sur le PhpWebGallery</div>
+<ul>
+ <li>Ce site utilise la version '.$conf['version'].' de <a href="'.$conf['site_url'].'" style="text-decoration:underline">PhpWebGallery</a>. PhpWebGallery est une application web permettant de créer simplement une galerie d\'images en ligne.</li>
+ <li>D\'un point de vue technique, PhpWebGallery est entièrement développé en PHP (l\'elePHPant) avec une base de données MySQL(le mySQreuiL).</li>
+ <li>Si vous avez des suggestions ou des commentaires, n\'hésitez pas à visiter le site de <a href="'.$conf['site_url'].'" style="text-decoration:underline">PhpWebGallery</a> et son <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a>.</li>
+</ul>';
+// end version 1.3
+$lang['about_return'] = 'Retour';
+
+// page identification
+$lang['ident_page_title'] = 'Identification';
+$lang['ident_title'] = 'Identification';
+// start version 1.3
+//$lang['actual_user'] = 'Vous êtes actuellement : ';
+// end version 1.3
+$lang['ident_register'] = 'S\'enregistrer';
+$lang['ident_forgotten_password'] = 'Mot de passe oublié ?';
+$lang['ident_guest_visit'] = 'Parcourir la galerie en tant que visiteur';
+
+// page profile
+$lang['customize_page_title'] = 'Personnalisation';
+$lang['customize_title'] = 'Personnalisation';
+$lang['customize_nb_image_per_row'] = 'nombre d\'images par ligne';
+$lang['customize_nb_row_per_page'] = 'nombre de lignes par page';
+// start version 1.3
+// $lang['customize_color'] = 'couleur interface';
+$lang['customize_theme'] = 'theme de l\'interface';
+// end version 1.3
+$lang['customize_language'] = 'langue';
+// start version 1.3
+// $lang['sex'] = 'sexe';
+// $lang['male'] = 'masculin';
+// $lang['female'] = 'féminin';
+$lang['customize_expand'] = 'développer toutes les catégories';
+$lang['customize_show_nb_comments'] = 'montrer le nombre de commentaires';
+$lang['customize_short_period'] = 'période courte';
+$lang['customize_long_period'] = 'période longue';
+$lang['customize_template'] = 'template';
+$lang['err_periods'] = 'les périodes doivent être des entiers';
+$lang['err_periods_2'] = 'les périodes doivent être supérieures à 0, la période longue doit être plus grande que la période courte';
+// end version 1.3
+$lang['maxwidth'] = 'largeur maximum des images';
+$lang['maxheight'] = 'hauteur maximum des images';
+$lang['err_maxwidth'] = 'la largeur maximum des images doit être un entier supérieur à 50';
+$lang['err_maxheight'] = 'la hauteur maximum des images doit être un entier supérieur à 50';
+
+// page photo
+$lang['previous_image'] = 'Précédent';
+$lang['next_image'] = 'Suivant';
+$lang['back'] = 'Cliquez sur l\'image pour revenir à la page des miniatures';
+$lang['info_image_title'] = 'Informations';
+$lang['link_info_image'] = 'Modifier les informations de cette image';
+$lang['true_size'] = 'Taille réelle';
+$lang['comments_title'] = 'Commentaires des visiteurs du site';
+$lang['comments_del'] = 'supprimer ce message';
+$lang['comments_add'] = 'Ajouter un commentaire';
+$lang['month'][1] = 'Janvier';
+$lang['month'][2] = 'Février';
+$lang['month'][3] = 'Mars';
+$lang['month'][4] = 'Avril';
+$lang['month'][5] = 'Mai';
+$lang['month'][6] = 'Juin';
+$lang['month'][7] = 'Juillet';
+$lang['month'][8] = 'Août';
+$lang['month'][9] = 'Septembre';
+$lang['month'][10] = 'Octobre';
+$lang['month'][11] = 'Novembre';
+$lang['month'][12] = 'Décembre';
+$lang['day'][0] = 'Dimanche';
+$lang['day'][1] = 'Lundi';
+$lang['day'][2] = 'Mardi';
+$lang['day'][3] = 'Mercredi';
+$lang['day'][4] = 'Jeudi';
+$lang['day'][5] = 'Vendredi';
+$lang['day'][6] = 'Samedi';
+$lang['add_favorites_alt'] = 'Ajouter aux favoris';
+$lang['add_favorites_hint'] = 'ajouter cette image à vos favoris';
+$lang['del_favorites_alt'] = 'Retirer des favoris';
+$lang['del_favorites_hint'] = 'supprimer cette image de vos favoris';
+
+// page register
+$lang['register_page_title'] = 'Enregistrement';
+$lang['register_title'] = 'Enregistrement';
+$lang['reg_err_login1'] = 'veuillez rentrer un pseudo';
+$lang['reg_err_login2'] = 'le pseudo ne doit pas se terminer par un espace';
+$lang['reg_err_login3'] = 'le pseudo ne doit pas commencer par un espace';
+$lang['reg_err_login4'] = 'le pseudo ne doit pas comporter les caractère " et \'';
+$lang['reg_err_login5'] = 'ce pseudo est déjà utilisé';
+$lang['reg_err_pass'] = 'veuillez retaper le mot de passe';
+$lang['reg_confirm'] = 'confirmer';
+$lang['reg_mail_address'] = 'adresse mail';
+$lang['reg_err_mail_address'] = 'l\'adresse mail doit être de la forme xxx@yyy.eee (exemple : jack@altern.org)';
+
+// page search
+$lang['search_title'] = 'Recherche';
+$lang['invalid_search'] = 'La recherche doit porter sur 3 caractères ou plus';
+$lang['search_field_search'] = 'Rechercher';
+$lang['search_return_main_page'] = 'Retour à la page des miniatures';
+
+// page upload
+$lang['upload_forbidden'] = 'On ne peut pas ajouter d\'image dans cette catégorie';
+$lang['upload_file_exists'] = 'Une image du même nom existe déjà';
+$lang['upload_filenotfound'] = 'vous devez choisir un fichier image pour la photo';
+$lang['upload_cannot_upload'] = 'impossible d\'uploader la photo sur le serveur';
+$lang['upload_title'] = 'Ajouter une image';
+$lang['upload_advise'] = 'Choisissez une image à placer dans la catégorie : ';
+$lang['upload_advise_thumbnail'] = 'Optionnel, mais recommandé : Choisissez la miniature à associer à ';
+$lang['upload_advise_filesize'] = 'le poids de l\'image ne doit pas dépasser : ';
+$lang['upload_advise_width'] = 'la largeur de l\'image ne doit pas dépasser : ';
+$lang['upload_advise_height'] = 'la hauteur de l\'image ne doit pas dépasser : ';
+$lang['upload_advise_filetype'] = 'l\'image doit être au format jpg, gif ou png';
+$lang['upload_err_username'] = 'le nom de l\'utilisateur doit être renseigné';
+$lang['upload_username'] = 'Nom d\'utilisateur';
+$lang['upload_successful'] = 'Image uploadée avec succès, un administrateur validera celle-ci dès que possible.';
+
+//----------------------------------administration
+if ( $isadmin )
+{
+ // page admin
+ $lang['title_add'] = 'Ajouter/Modifier un utilisateur';
+ $lang['title_liste_users'] = 'Liste des utilisateurs';
+ $lang['title_history'] = 'Historique';
+ $lang['title_update'] = 'Mise à jour de la base de données';
+ $lang['title_configuration'] = 'Configuration de PhpWebGallery';
+ $lang['title_instructions'] = 'Instructions';
+ $lang['title_permissions'] = 'Modifier les permissions pour un utilisateur';
+ $lang['title_categories'] = 'Gestion des catégories';
+ $lang['title_edit_cat'] = 'Editer une catégorie';
+ $lang['title_info_images'] = 'Modifier les informations sur les images d\'une catégorie';
+ $lang['title_thumbnails'] = 'Création des miniatures';
+ $lang['title_thumbnails_2'] = 'pour';
+ $lang['title_default'] = 'Administration de PhpWebGallery';
+
+ $lang['menu_title'] = 'Administration';
+ $lang['menu_config'] = 'Configuration';
+ $lang['menu_users'] = 'Utilisateurs';
+ $lang['menu_add_user'] = 'ajout';
+ $lang['menu_list_user'] = 'liste';
+ $lang['menu_categories'] = 'Catégories';
+ $lang['menu_update'] = 'MaJ base d\'images';
+ $lang['menu_thumbnails'] = 'Miniatures';
+ $lang['menu_history'] = 'Historique';
+ $lang['menu_instructions'] = 'Instructions';
+ $lang['menu_back'] = 'Page diapo';
+
+ $lang['title_waiting'] = 'Images en attente de validation';
+ $lang['menu_waiting'] = 'En attente';
+
+ $lang['default_message'] = 'Zone d\'administration de PhpWebGallery';
+
+ // page de configuration
+ $lang['conf_err_prefixe'] = 'le préfixe des thumbnails ne doit pas comporter d\'accent';
+ $lang['conf_err_mail'] = 'mail refusé, il doit être de la forme nom@serveur.com';
+ // start version 1.3
+// $lang['conf_err_periods'] = 'les périodes doivent être des entiers';
+// $lang['conf_err_periods_2'] = 'les périodes doivent être supérieures à 0, la période longue doit être plus grande que la période courte';
+ // end version 1.3
+ $lang['conf_err_sid_size'] = 'la taille de l\'identifiant de session doit être un entier supérieur ou égal à 4 et inférieur à 50';
+ $lang['conf_err_sid_time'] = 'la durée de la session doit être comprise entre 5 et 60 minutes';
+ $lang['conf_err_max_user_listbox'] = 'le nombre max utilisateur listbox doit être un entier compris entre 0 et 255';
+ // start version 1.3
+// $lang['conf_err_message'] = 'Vous avez commis des erreurs au nombre de ';
+ // end version 1.3
+ $lang['conf_confirmation'] = 'Informations enregistrées dans la base de données';
+ // start version 1.3
+// $lang['no'] = 'non';
+// $lang['yes'] = 'oui';
+ // end version 1.3
+ $lang['conf_general_title'] = 'Configuration générale';
+ $lang['conf_general_webmaster'] = 'pseudo webmaster';
+ $lang['conf_general_webmaster_info'] = 'Il apparaîtra à tous vos visiteurs. Il vous sert pour administrer le site';
+ $lang['conf_general_mail'] = 'mail webmaster';
+ $lang['conf_general_mail_info'] = 'Les visiteurs pourront vous contacter par ce mail';
+ $lang['conf_general_prefix'] = 'préfixe thumbnail';
+ $lang['conf_general_prefix_info'] = 'Les noms des fichiers miniatures en sont préfixé. Laissez vide en cas de doute.';
+ // start version 1.3
+// $lang['conf_general_short_period'] = 'période courte';
+// $lang['conf_general_short_period_info'] = 'En nombre de jours. Période pendant laquelle l\'image est notée avec une marque rouge. La période courte fait au minimum 1 jour.';
+// $lang['conf_general_long_period'] = 'période longue';
+// $lang['conf_general_long_period_info'] = 'En nombre de jours. Période pendant laquelle l\'image est notée avec une marque verte. La période longue doit être plus grande que la période courte.';
+ // end version 1.3
+ $lang['conf_general_access'] = 'type d\'acces';
+ $lang['conf_general_access_1'] = 'libre';
+ $lang['conf_general_access_2'] = 'restreint';
+ $lang['conf_general_access_info'] = '- libre : n\'importe qui peut accéder à vos photos, tous les visiteurs peuvent se créer un compte pour pouvoir personnaliser l\'affichage<br />- restreint : l\'administrateur s\'occupe de créer des comptes, seuls les personnes membres peuvent accéder au site';
+ $lang['conf_general_max_user_listbox'] = 'nombre max utilisateur listbox';
+ $lang['conf_general_max_user_listbox_info'] = '- c\'est le nombre maximum d\'utilisateurs pour lequel on affiche une liste déroulante sur la page d\'identification<br />- mettez un nombre entier entre 0 et 255, 0 signifiant que vous ne voulez jamais qu\'on affiche de liste déroulante';
+ // start version 1.3
+// $lang['conf_general_default_page'] = 'page par défaut';
+// $lang['conf_general_default_page_1'] = 'diapo';
+// $lang['conf_general_default_page_2'] = 'identification';
+// $lang['conf_general_default_page_info'] = 'page sur laquelle les utilisateurs sont redirigés s\'ils vont à la racine du site.';
+// $lang['conf_general_expand'] = 'développer toutes les catégories';
+// $lang['conf_general_expand_info'] = 'développer toutes les catégories par défaut dans le menu ?';
+ // end version 1.3
+ $lang['conf_comments'] = 'commentaires utilisateurs';
+ $lang['conf_comments_title'] = 'Configuration des '.$lang['conf_comments'];
+ $lang['conf_comments_show_comments'] = $lang['conf_comments'];
+ $lang['conf_comments_show_comments_info'] = 'afficher les commentaires utilisateurs sous chaque images ?';
+ $lang['conf_comments_comments_number'] = 'nombre de commentaires par page';
+ $lang['conf_comments_comments_number_info'] = 'nombre de commentaire à afficher sur chaque page. Le nombre de commentaires pour une image reste illimité. Entrer un nombre entre 5 et 50.';
+ $lang['conf_err_comment_number'] = 'le nombre de commentaires par page doit être compris entre 5 et 50 inclus.';
+ $lang['conf_remote_site_title'] = 'Site distant';
+ $lang['conf_remote_site_delete_info'] = 'Supprimer un site revient à supprimer toutes les images et les catégories en relation avec ce site.';
+ $lang['conf_upload_title'] = 'Configurer l\'upload des utilisateurs';
+ $lang['conf_upload_available'] = 'autoriser l\'ajout d\'images';
+ $lang['conf_upload_available_info'] = 'Autoriser l\'ajout d\'image par les utilisateurs dans les catégories du site (pas sur un site distant).';
+ $lang['conf_upload_maxfilesize'] = 'poids maximum';
+ $lang['conf_upload_maxfilesize_info'] = 'Poids maximum autorisé pour les images uploadées. Celui-ci doit être un entier compris entre 10 et 1000, en Ko.';
+ $lang['conf_err_upload_maxfilesize'] = 'Le poids maximum pour les images uploadés doit être un entier compris entre 10 et 1000.';
+ $lang['conf_upload_maxwidth'] = 'largeur maximum';
+ $lang['conf_upload_maxwidth_info'] = 'Largeur maximum autorisée pour les images. Celle-ci doit être un entier supérieur à 10, en pixels.';
+ $lang['conf_err_upload_maxwidth'] = 'la largeur maximum des images uploadées doit être un entier supérieur à 10.';
+ $lang['conf_upload_maxheight'] = 'hauteur maximum';
+ $lang['conf_upload_maxheight_info'] = 'Hauteur maximum autorisée pour les images. Celle-ci doit être un entier supérieur à 10, en pixels.';
+ $lang['conf_err_upload_maxwidth'] = 'la hauteur maximum des images uploadées doit être un entier supérieur à 10.';
+ $lang['conf_upload_maxwidth_thumbnail'] = 'largeur maximum miniatures.';
+ $lang['conf_upload_maxwidth_thumbnail_info'] = 'Largeur maximum autorisée pour les miniatures. Celle-ci doit être un entier supérieur à 10, en pixels.';
+ $lang['conf_err_upload_maxwidth_thumbnail'] = 'la largeur maximum des miniatures uploadées doit être un entier supérieur à 10.';
+ $lang['conf_upload_maxheight_thumbnail'] = 'hauteur maximum miniatures';
+ $lang['conf_upload_maxheight_thumbnail_info'] = 'Hauteur maximum autorisée pour les miniatures. Celle-ci doit être un entier supérieur à 10, en pixels.';
+ $lang['conf_err_upload_maxheight_thumbnail'] = 'la hauteur maximum des miniatures uploadées doit être un entier supérieur à 10.';
+
+ $lang['conf_default_title'] = 'Affichage par défaut pour les visiteurs non enregistrés et les nouveaux comptes';
+ // start version 1.3
+// $lang['conf_default_language'] = 'langue par défaut';
+ // end version 1.3
+ $lang['conf_default_language_info'] = 'langue par défaut';
+ // start version 1.3
+// $lang['conf_default_image_per_row'] = 'nombre d\'images par ligne';
+// $lang['conf_default_image_per_row_info'] = 'nombre d\'images par ligne par défaut';
+// $lang['conf_default_row_per_page'] = 'nombre de lignes par page';
+// $lang['conf_default_row_per_page_info'] = 'nombre de lignes par page par défaut';
+ $lang['conf_default_nb_image_per_row_info'] = 'nombre d\'images par ligne par défaut';
+ $lang['conf_default_nb_row_per_page_info'] = 'nombre de lignes par page par défaut';
+// $lang['conf_default_theme'] = 'thème';
+ // end version 1.3
+ $lang['conf_default_theme_info'] = 'thème par défaut';
+ // start version 1.3
+ $lang['conf_default_short_period_info'] = 'En nombre de jours. Période pendant laquelle l\'image est notée avec une marque rouge. La période courte fait au minimum 1 jour.';
+ $lang['conf_default_long_period_info'] = 'En nombre de jours. Période pendant laquelle l\'image est notée avec une marque verte. La période longue doit être plus grande que la période courte.';
+ $lang['conf_default_expand_info'] = 'développer toutes les catégories par défaut dans le menu ?';
+ $lang['conf_default_show_nb_comments_info'] = 'montrer le nombre de commentaires pour chaque image sur la page des miniatures';
+ // end version 1.3
+
+ $lang['conf_session_title'] = 'Configuration des sessions';
+ $lang['conf_session_size'] = 'taille de l\'identifiant';
+ $lang['conf_session_size_info'] = '- plus votre identifiant de session est grand, plus la sécurité est bonne<br />- mettez une valeur entre 4 et 50';
+ $lang['conf_session_time'] = 'durée de validité';
+ $lang['conf_session_time_info'] = '- plus votre durée de validité de la session est petite, plus la sécurité est bonne<br />- elle doit supérieur à 5 et inférieur à 60, en minutes';
+ $lang['conf_session_key'] = 'mot-clef';
+ $lang['conf_session_key_info'] = '- le mot-clef de session permet d\'améliorer le cryptage des identifiants de session.<br />- mettez n\'importe quelle chaîne de moins de 255 caractères.';
+ $lang['conf_session_delete'] = 'supprimer les sessions périmées';
+ $lang['conf_session_delete_info'] = 'il est recommandé de vider sa table de sessions car les sessions périmées restent enregistrées (mais ça ne pose pas de problème de sécurité)';
+
+ // page user, clés générales
+ $lang['user_err_modify'] = 'Cet utilisateur ne peut pas être modifé ou supprimé';
+ $lang['user_err_unknown'] = 'Cet utilisateur n\'existe pas dans la base de données';
+
+ // page d\'ajout/modification d\'utilisateur
+
+ $lang['reg_err_login1'] = 'veuillez rentrer un pseudo';
+ $lang['reg_err_login2'] = 'le pseudo ne doit pas se terminer par un espace';
+ $lang['reg_err_login3'] = 'le pseudo ne doit pas commencer par un espace';
+ $lang['reg_err_login4'] = 'le pseudo ne doit pas comporter les caractère " et \'';
+ $lang['reg_err_login5'] = 'ce pseudo est déjà utilisé';
+
+ $lang['adduser_err_message'] = 'Vous avez commis des erreurs au nombre de ';
+ $lang['adduser_info_message'] = 'Informations enregistrées dans la base de données concernant ';
+ $lang['adduser_info_password_updated'] = '(mot de passe modifié)';
+ $lang['adduser_info_back'] = 'retour liste utilisateurs';
+
+ $lang['adduser_fill_form'] = 'Veuillez remplir les champs suivants';
+ $lang['adduser_login'] = 'pseudo';
+ $lang['adduser_unmodify'] = 'non modifiable';
+ $lang['adduser_status'] = 'status';
+ $lang['adduser_status_admin'] = 'admin';
+ $lang['adduser_status_member'] = 'membre';
+ $lang['adduser_status_guest'] = 'visiteur';
+
+ // page permissions
+ $lang['permuser_info_message'] = 'Permissions enregistrées';
+ $lang['permuser_title'] = 'Restrictions pour l\'utilisateur';
+ $lang['permuser_warning'] = 'Attention : un "<span style="font-weight:bold;">accès interdit</span>" à la racine d\'une catégorie empêche l\'accès à toute la catégorie';
+ $lang['permuser_authorized'] = 'autorisé';
+ $lang['permuser_forbidden'] = 'interdit';
+ $lang['permuser_parent_forbidden'] = 'catégorie parente interdite';
+ $lang['permuser_cat_title'] = 'Modifier les permissions pour ';
+
+ // page liste utilisateurs
+ $lang['listuser_confirm'] = 'Etes-vous sûr de vouloir supprimer l\'utilisateur';
+ // start version 1.3
+// $lang['listuser_yes'] = 'oui';
+// $lang['listuser_no'] = 'non';
+ // end version 1.3
+ $lang['listuser_info_deletion'] = 'a été supprimé de la base de données';
+ $lang['listuser_user_group'] = 'Utilisateurs';
+ $lang['listuser_modify'] = 'modifier';
+ $lang['listuser_modify_hint'] = 'modifier les infos de';
+ $lang['listuser_permission'] = 'permissions';
+ $lang['listuser_permission_hint'] = 'modifier les permissions de';
+ $lang['listuser_delete'] = 'supprimer';
+ $lang['listuser_delete_hint'] = 'supprimer';
+ $lang['listuser_button_all'] = 'tous';
+ $lang['listuser_button_invert'] = 'inverser';
+ $lang['listuser_button_create_address'] = 'générer adresse mail';
+
+ // page catégories
+ $lang['cat_invisible'] = 'invisible';
+ $lang['cat_edit'] = 'Editer';
+ $lang['cat_up'] = 'Monter';
+ $lang['cat_down'] = 'Descendre';
+ $lang['cat_image_info'] = 'infos images';
+ $lang['cat_total'] = 'total';
+ // start version 1.3
+ $lang['cat_permission'] = 'permissions';
+ $lang['cat_update'] = 'mis à jour';
+ // end version 1.3
+
+ // page édition d\'une catégorie
+ $lang['editcat_confirm'] = 'Informations enregistrées dans la base de données';
+ $lang['editcat_back'] = 'catégories';
+ $lang['editcat_title1'] = 'Options pour la';
+ $lang['editcat_name'] = 'Nom';
+ $lang['editcat_comment'] = 'Commentaire';
+ $lang['editcat_status'] = 'Status';
+ $lang['editcat_status_info'] = '(invisible sauf pour les administrateurs)';
+
+ // page info images
+ $lang['infoimage_err_date'] = 'date erronée';
+ $lang['infoimage_general'] = 'Options générale pour la catégorie';
+ $lang['infoimage_useforall'] = 'utiliser pour toutes les images ?';
+ $lang['infoimage_creation_date'] = 'date de création';
+ $lang['infoimage_detailed'] = 'Options pour chaque image / photo';
+ $lang['infoimage_title'] = 'titre';
+ $lang['infoimage_comment'] = 'commentaire';
+
+ // page de mise à jour de la base de données
+ $lang['update_missing_tn'] = 'il manque la miniature pour';
+ $lang['update_disappeared_tn'] = 'la miniature a disparu';
+ $lang['update_disappeared'] = 'a disparu';
+ $lang['update_part_deletion'] = 'Suppression des images de la base qui n\'ont pas de thumbnail ou qui n\'existent pas';
+ $lang['update_deletion_conclusion'] = 'images supprimées de la base de données';
+ $lang['update_part_research'] = 'Recherche des nouvelles images dans les répertoires';
+ $lang['update_research_added'] = 'ajouté';
+ $lang['update_research_tn_ext'] = 'miniature en';
+ $lang['update_research_conclusion'] = 'images ajoutées à la base de données';
+ $lang['update_default_title'] = 'Choisir une option';
+ $lang['update_only_cat'] = 'mettre à jour les catégories, mais pas les images';
+ $lang['update_all'] = 'mettre tout à jour';
+
+ // page de génération miniatures
+ $lang['tn_width'] = 'largeur';
+ $lang['tn_height'] = 'hauteur';
+
+ $lang['tn_no_support'] = 'Image inexistante ou aucun support';
+ $lang['tn_format'] = 'pour le format';
+ $lang['tn_thisformat'] = 'pour ce format de fichier';
+ $lang['tn_err_width'] = 'la largeur doit être un entier supérieur à';
+ $lang['tn_err_height'] = 'la hauteur doit être un entier supérieur à';
+ $lang['tn_err_GD'] = 'il faut choisir une version de GD';
+
+ $lang['tn_results_title'] = 'Résultats de la miniaturisation';
+ $lang['tn_picture'] = 'image';
+ $lang['tn_filesize'] = 'poids';
+ $lang['tn_results_gen_time'] = 'généré en';
+
+ $lang['tn_stats'] = 'Statistiques générales';
+ $lang['tn_stats_nb'] = 'nombre d\'images miniaturisées';
+ $lang['tn_stats_total'] = 'temps total';
+ $lang['tn_stats_max'] = 'temps max';
+ $lang['tn_stats_min'] = 'temps min';
+ $lang['tn_stats_mean'] = 'temps moyen';
+
+ $lang['tn_err'] = 'Vous avez commis des erreurs';
+
+ $lang['tn_params_title'] = 'Paramètres de miniaturisation';
+ $lang['tn_params_GD'] = 'version de GD';
+ $lang['tn_params_GD_info'] = '- GD est la bibliothèque de manipulation graphique pour PHP<br />- cochez la version de GD installée sur le serveur. Si vous choisissez l\'une et que vous obtenez ensuite des messages d\'erreur, choisissez l\'autre version. Si aucune version ne marche, cela signifie que GD n\'est pas installé sur le serveur.';
+ $lang['tn_params_width_info'] = 'largeur maximum que peut prendre les miniatures';
+ $lang['tn_params_height_info'] = 'hauteur maximum que peut prendre les miniatures';
+ $lang['tn_params_create'] = 'en créer';
+ $lang['tn_params_create_info'] = 'N\'essayez pas de lancer directement un grand nombre de miniaturisation.<br />En effet la miniaturisation est coûteuse en ressources processeur pour le serveur. Si vous êtes chez un hébergeur gratuit, une trop forte occupation processeur peut amener l\'hébergeur à supprimer votre compte.';
+ $lang['tn_params_format'] = 'format';
+ $lang['tn_params_format_info'] = 'seul le format jpeg est supporté pour la création des miniatures';
+
+ $lang['tn_alone_title'] = 'images sans miniatures (format jpg et png uniquement)';
+
+ $lang['tn_dirs_title'] = 'Liste des répertoires';
+ $lang['tn_dirs_alone'] = 'images sans miniatures';
+
+ // help page
+ $lang['help_images_title'] = 'Ajout d\'images';
+ $lang['help_images_intro'] = 'Voici comment il faut placer les images dans vos répertoires';
+ $lang['help_images'][0] = 'dans le répertoire "galleries" placer des repertoires qui vont représenter vos futures catégories';
+ $lang['help_images'][1] = 'dans chacun de ces répertoires, vous avez le droit de créer autant de niveau de sous-répertoire que vous le souhaitez';//modifié
+ $lang['help_images'][2] = 'vous avez le droit à un nombre illimité de catégories et de sous catégories pour chaque catégorie';
+ $lang['help_images'][3] = 'les fichiers images doivent être au format jpg (extension jpg ou JPG), gif (GIF ou gif) ou encore png (PNG ou png)';
+ $lang['help_images'][4] = 'Evitez d\'utiliser des espaces " " ou des tirets "-" dans les noms de fichiers ou de catégorie, je conseille d\'utiliser le caractère underscore "_" qui est géré par l\'application et donnera des résultats plus appréciables';
+
+ $lang['help_thumbnails_title'] = 'Miniatures';
+ $lang['help_thumbnails'][0] = 'dans chaque répertoire contenant des images à afficher sur le site, il y a un sous-répertoire nommé "thumbnail", s\'il n\'existe pas, créez-le pour placer vos miniatures dedans';
+ $lang['help_thumbnails'][1] = 'les miniatures n\'ont pas besoin d\'avoir la même extension que les images associées (une image en .jpg peut avoir sa miniature en .GIF par exemple)';
+ $lang['help_thumbnails'][2] = 'la miniature associée à une image doit être préfixée par le préfixe donné sur la page de configuration générale (image.jpg -> TN_image.GIF par exemple).';
+ $lang['help_thumbnails'][3] = 'il est conseillé d\'utiliser le module pour windows téléchargeable sur le site de PhpWebGallery pour la création des miniatures.';
+ $lang['help_thumbnails'][4] = 'vous pouvez utilisez la gestion de création de miniatures, intégrée à PhpWebGallery, mais ce n\'est pas conseillé, car la qualité des miniatures sera moindre qu\'avec un véritable outil de manipulation d\'images et que cela consommera des ressources sur le serveur, ce qui peut se révéler gênant pour un hébergement gratuit.';
+ $lang['help_thumbnails'][5] = 'si vous choisissez d\'utiliser votre hébergeur pour créer les miniatures, il faut avant cela passer le répertoire "galleries" en 775 ainsi que tous ses sous-répertoires.';
+
+ $lang['help_database_title'] = 'Remplissage de la base de données';
+ $lang['help_database'][0] = 'Une fois les fichiers placés correctement et les miniatures placées ou créées, cliquez sur "MaJ base d\'images" dans le menu de la zone d\'administration.';
+
+ $lang['help_remote_title'] = 'Site distant';
+ $lang['help_remote'][0] = 'PhpWebGallery offre la possibilité d\'utiliser plusieurs serveurs pour stocker les images qui composeront votre galerie. Cela peut être utile si votre galerie est installée sur une espace limité et que vous avez une grande quantité d\'images à montrer. Suivez la procédure suivante :';
+ $lang['help_remote'][1] = '1. éditez le fichier "create_listing_file.php" (vous le trouverez dans le répertoire "admin"), en modifiant la ligne "$prefixe_thumbnail = "TN-";" si le préfixe pour vos miniatures n\'est pas "TN-".';
+ $lang['help_remote'][2] = '2. placez le fichier "create_listing_file.php" modifié sur votre site distant, dans le répertoire racine de vos répertoires d\'images (comme le répertoire "galleries" du présent site) par ftp.';
+ $lang['help_remote'][3] = '3. lancez le script en allant à l\'url http://domaineDistant/repGalerie/create_listing_file.php, un fichier listing.xml vient de se créer.';
+ $lang['help_remote'][4] = '4. récupérez le fichier listing.xml de votre site distant pour le placer dans le répertoire "admin" du présent site.';
+ $lang['help_remote'][5] = '5. lancez une mise à jour de la base d\'images par l\'interface d\'administration, une fois le fichier listing.xml utilisé, supprimez le du répertoire "admin".';
+ $lang['help_remote'][6] = 'Vous pouvez mettre à jour le contenu d\'un site distant en refaisant la manipulation décrite. Vous pouvez également supprimer un site distant en choisissant l\'option dans la section configuration du panneau d\'administration.';
+ $lang['help_upload_title'] = 'Ajout d\'images par les utilisateurs';
+ $lang['help_upload'][0] = 'PhpWebGallery offre la possibilité aux visiteurs d\'uploader des images. Pour cela :';
+ $lang['help_upload'][1] = '1. autorisez l\'option dans la zone configuration du panneau d\'administration';
+ $lang['help_upload'][2] = '2. autorisez les droits en écriture sur les répertoires d\'images';
+ $lang['help_upload'][3] = 'Les images uploadées par les visiteurs ne sont pas directement visibles sur le site, elles doivent être validées par un administrateur. Pour cela, un administrateur doit se rendre sur la page "en attente" du panneau d\'administration, valider ou refuser les images proposée, puis lancer une mise à jour de la base d\'images.';
+
+ $lang['help_infos_title'] = 'Informations complémentaires';
+ $lang['help_infos'][0] = 'Le webmaster a la possiblité d\'interdire certaines rubrique ou sous-rubriques à certains utilisateurs. Pour cela, allez voir la liste des utilisateurs, puis cliquez sur "permissions" pour l\'un d\'entre eux';
+ $lang['help_infos'][1] = 'Dès que vous avez créé votre galerie, allez dans la gestion des utilisateurs et modifiez les permissions pour l\'utilisateur visiteur. En effet, tous les utilisateurs qui s\'enregistrent eux-même auront par défaut les mêmes permissions que l\'utilisateur "visiteur".';
+ $lang['help_infos'][2] = 'Pour n\'importe quelle question, n\'hésitez pas à consulter le forum ou à y poser une question, sur le site';
+
+ // installation
+ $lang['install_message'] = 'Message';
+
+ $lang['step1_confirmation'] = 'Les paramètres rentrés sont corrects';
+ $lang['step1_err_db'] = 'La connexion au serveur est OK, mais impossible de se connecter à cette base de données';
+ $lang['step1_err_server'] = 'Impossible de se connecter au serveur';
+ $lang['step1_err_copy'] = 'Copiez le texte entre les tirets et collez-le dans le fichier mysql.inc.php qui se trouve dans le répertoire "include" à la base de l\'endroit où vous avez installé PhpWebGallery (le fichier mysql.inc.php ne doit comporter QUE ce qui est en bleu entre les tirets)';
+ $lang['step1_err_copy_2'] = 'La configuration du reste de l\'application est maintenant possible';
+ $lang['step1_err_copy_next'] = 'prochaine étape';
+ $lang['step1_title'] = 'Etape 1 sur 2';
+ $lang['step1_host'] = 'Hôte MySQL';
+ $lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
+ $lang['step1_user'] = 'Utilisateur';
+ $lang['step1_user_info'] = 'nom d\'utilisateur pour votre hébergeur';
+ $lang['step1_pass'] = 'Password';
+ $lang['step1_pass_info'] = 'celui fourni par votre hébergeur';
+ $lang['step1_database'] = 'Nom de la base';
+ $lang['step1_database_info'] = 'celui fourni par votre hébergeur';
+ $lang['step1_prefix'] = 'Préfixe des noms de table';
+ $lang['step1_prefix_info'] = 'le nom des tables apparaîtra avec ce préfixe (permet de mieux gérer sa base de données)';
+
+ $lang['step2_err_login1'] = 'veuillez rentrer un pseudo pour le webmaster';
+ $lang['step2_err_login2'] = 'le pseudo du webmaster ne doit pas se terminer ou commencer par un espace';
+ $lang['step2_err_login3'] = 'le pseudo du webmaster ne doit pas comporter les caractère " et \'';
+ $lang['step2_err_pass'] = 'veuillez retaper votre mot de passe';
+ $lang['step2_err_mail'] = $lang['conf_err_mail'];
+
+ $lang['install_end_title'] = 'Installation terminée';
+ $lang['install_end_message'] = 'La configuration de l\'application s\'est correctement déroulée, place à la prochaine étape<br /><br />
+Par mesure de sécurité, merci de supprimer le fichier "install.php" du repertoire "admin"<br />
+Un fois ce fichier supprimé, veuillez suivre ces indications :
+<ul>
+ <li>allez sur la page d\'identification : [ <a href="../identification.php">identification</a> ] et connectez-vous avec le pseudo donné pour le webmaster</li>
+ <li>celui-ci vous permet d\'accéder à la [ <a href="admin.php">partie administration</a> ] et aux instructions pour placer les images dans les répertoires.</li>
+</ul>';
+ $lang['step2_title'] = 'Etape 2 sur 2';
+ $lang['step2_pwd'] = 'password webmaster';
+ $lang['step2_pwd_info'] = 'Il doit rester confidentiel, il permet d\'accéder au panneau d\'administration.';
+ $lang['step2_pwd_conf'] = 'confirmer password';
+ $lang['step2_pwd_conf_info'] = 'Vérification';
+}
+?> \ No newline at end of file
diff --git a/language/index.htm b/language/index.htm
new file mode 100644
index 000000000..960cd928d
--- /dev/null
+++ b/language/index.htm
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <title>PhpWebGallery</title>
+ </head>
+ <body>
+ No access authorized
+ </body>
+</html> \ No newline at end of file