source: trunk/language/english.php @ 19

Last change on this file since 19 was 19, checked in by z0rglub, 21 years ago

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 29.7 KB
Line 
1<?php
2        $lang['only_members'] = "Only members can access this page";
3        $lang['invalid_pwd'] = "Invalid password!";
4        $lang['access_forbiden'] = "You are not authorized to access this page";
5        $lang['submit'] = "Submit";
6        $lang['login'] = "login";
7        $lang['password'] = "password";
8        $lang['new'] = "new";
9        $lang['delete'] = "delete";
10        $lang['category'] = "category";
11        $lang['thumbnail'] = "thumbnail";
12        $lang['date'] = "date";
13
14        // diapo page
15        $lang['diapo_default_page_title'] = "No category selected";
16        $lang['thumbnails'] = "Thumbnails";
17        $lang['categories'] = "Categories";
18        $lang['hint_category'] = "shows images at the root of this categry";
19        $lang['total_images'] = "total";
20        $lang['title_menu'] = "Menu";
21        $lang['change_login'] = "change login";
22        $lang['login'] = "login";
23        $lang['hint_login'] = "identification enables site's appareance customization";
24        $lang['logout'] = "logout";
25        $lang['customize'] = "customize";
26        $lang['hint_customize'] = "customize the appareance of the gallery";
27        $lang['hint_search'] = "search";
28        $lang['search'] = "search";
29        $lang['favorite_cat'] = "favorites";
30        $lang['favorite_cat_hint'] = "display your favorites";
31        $lang['about'] = "about";
32        $lang['hint_about'] = "more informations on PhpWebGallery...";
33        $lang['admin'] = "admin";
34        $lang['hint_admin'] = "available for administrators only";
35        $lang['no_category'] = "No category selected<br />please select it in the menu";
36        $lang['page_number'] = "page number";
37        $lang['previous_page'] = "Previous";
38        $lang['next_page'] = "Next";
39        $lang['nb_image_category'] = "number of images in this category";
40        $lang['connected_user_female'] = "connected user";
41        $lang['connected_user_male'] = "connected user";
42        $lang['recent_image'] = "image within the";
43        $lang['days'] = "days";
44        $lang['send_mail'] = "Any comment? Send me an e-mail";
45        $lang['title_send_mail'] = "A comment on your site";
46        $lang['sub-cat'] = "subcategories";
47        $lang['images_available'] = "images in this category";
48        $lang['total'] = "images";
49        $lang['upload_picture'] = "Upload a picture";
50
51        // both diapo and photo pages
52        $lang['registration_date'] = "registered on";
53        $lang['creation_date'] = "created on";
54        $lang['comment'] = "comment";
55        $lang['author'] = "author";
56        $lang['size'] = "size";
57        $lang['filesize'] = "filesize";
58        $lang['file'] = "file";
59        $lang['generation_time'] = "Page generated in";
60        $lang['favorites'] = "Favorites";
61        $lang['search_result'] = "Search results";
62
63        // about page
64        $lang['about_page_title'] = "About PhpWebGallery";
65        $lang['about_title'] = "About...";
66        $lang['about_message'] = "<div style=\"text-align:center;font-weigh:bold;\">Information about PhpWebGallery</div>
67                                                                                                                <ul>
68                                                                                                                        <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>
69                                                                                                                        <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).</li>
70                                                                                                                        <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>
71                                                                                                                </ul>";
72        $lang['about_return'] = "Back";
73
74        // identification page
75        $lang['ident_page_title'] = "Identification";
76        $lang['ident_title'] = "Identification";
77        $lang['actual_user'] = "User currently registered as: ";
78        $lang['ident_register'] = "Register";
79        $lang['ident_forgotten_password'] = "Forget your password ?";
80        $lang['ident_guest_visit'] = "Go through the gallery as a visitor";
81
82        // page personnalisation
83        $lang['customize_page_title'] = "Customization";
84        $lang['customize_title'] = "Customization";
85        $lang['customize_nb_image_per_row'] = "number of images per row";
86        $lang['customize_nb_row_per_page'] = "number of rows per page";
87        $lang['customize_color'] = "site color";
88        $lang['customize_language'] = "language";
89        $lang['sex'] = "sex";
90        $lang['male'] = "male";
91        $lang['female'] = "female";
92        $lang['maxwidth'] = "maximum width of the pictures";
93        $lang['maxheight'] = "maximum height of the pictures";
94        $lang['err_maxwidth'] = "maximum width must be a number superior to 50";
95        $lang['err_maxheight'] = "maximum height must be a number superior to 50";
96
97        // photo page
98        $lang['previous_image'] = "Previous";
99        $lang['next_image'] = "Next";
100        $lang['back'] = "Click on the image to go back to the thumbnails page";
101        $lang['info_image_title'] = "Image information";
102        $lang['link_info_image'] = "Modify information";
103        $lang['true_size'] = "Real size";
104        $lang['comments_title'] = "Comments from the users of the site";
105        $lang['comments_del'] = "delete this comment";
106        $lang['comments_add'] = "Add a comment";
107        $lang['month'][1] = "January";
108        $lang['month'][2] = "February";
109        $lang['month'][3] = "March";
110        $lang['month'][4] = "April";
111        $lang['month'][5] = "May";
112        $lang['month'][6] = "June";
113        $lang['month'][7] = "July";
114        $lang['month'][8] = "August";
115        $lang['month'][9] = "September";
116        $lang['month'][10] = "October";
117        $lang['month'][11] = "November";
118        $lang['month'][12] = "December";
119        $lang['day'][0] = "Sunday";
120        $lang['day'][1] = "Monday";
121        $lang['day'][2] = "Tuesday";
122        $lang['day'][3] = "Wednesday";
123        $lang['day'][4] = "Thursday";
124        $lang['day'][5] = "Friday";
125        $lang['day'][6] = "Saturday";
126        $lang['add_favorites_alt'] = "Add to favorites";
127        $lang['add_favorites_hint'] = "Add this picture to your favorites";
128        $lang['del_favorites_alt'] = "Delete from favorites";
129        $lang['del_favorites_hint'] = "Delete this picture from your favorites";
130       
131        // page register
132        $lang['register_page_title'] = "Registration";
133        $lang['register_title'] = "Registration";
134        $lang['reg_err_login1'] = "Please, enter a login";
135        $lang['reg_err_login2'] = "login mustn't end with a space character";
136        $lang['reg_err_login3'] = "login mustn't start with a space character";
137        $lang['reg_err_login4'] = "login mustn't contain characters \" and '";
138        $lang['reg_err_login5'] = "this login is already used";
139        $lang['reg_err_pass'] = "please enter your password again";
140        $lang['reg_confirm'] = "confirm";
141        $lang['reg_mail_address'] = "mail address";
142        $lang['reg_err_mail_address'] = "mail address must be like xxx@yyy.eee (example : jack@altern.org)";
143       
144        // page search
145        $lang['search_title'] = "Search";
146        $lang['invalid_search'] = "search must be done on 3 caracters or more";
147        $lang['search_field_search'] = "Search";
148        $lang['search_return_main_page'] = "Return to thumbnails page";
149       
150        // page upload
151        $lang['upload_forbidden'] = "You can't upload pictures in this category";
152        $lang['upload_file_exists'] = "A picture's name already used";
153        $lang['upload_filenotfound'] = "You must choose a picture fileformat for the image";
154        $lang['upload_cannot_upload'] = "can't upload the picture on the server";
155        $lang['upload_title'] = "Upload a picture";
156        $lang['upload_advise'] = "Choose an image to place in the category : ";
157        $lang['upload_advise_thumbnail'] = "Optional, but recommended : choose a thumbnail to associate to ";
158        $lang['upload_advise_filesize'] = "the filesize of the picture must not exceed : ";
159        $lang['upload_advise_width'] = "the width of the picture must not exceed : ";
160        $lang['upload_advise_height'] = "the height of the picture must not exceed : ";
161        $lang['upload_advise_filetype'] = "the picture must be to the fileformat jpg, gif or png";
162        $lang['upload_err_username'] = "the username must be given";
163        $lang['upload_username'] = "Username";
164        $lang['upload_successful'] = "Picture uploaded with success, an administrator will validate it as soon as possible";
165
166        //----------------------------------administration
167        if ( $isadmin )
168        {
169                // page admin
170                $lang['title_add'] = "Add/Modify a user";
171                $lang['title_liste_users'] = "Users list";
172                $lang['title_history'] = "History";
173                $lang['title_update'] = "Database update";
174                $lang['title_configuration'] = "PhpWebGallery configuration";
175                $lang['title_instructions'] = "Instructions";
176                $lang['title_permissions'] = "Modify an user permission";
177                $lang['title_categories'] = "Categories management";
178                $lang['title_edit_cat'] = "Edit a category";
179                $lang['title_info_images'] = "Modify category's image information";
180                $lang['title_thumbnails'] = "Thumbnail creation";
181                $lang['title_thumbnails_2'] = "for";
182                $lang['title_default'] = "PhpWebGallery administration";
183
184                $lang['menu_title'] = "Administration";
185                $lang['menu_config'] = "Configuration";
186                $lang['menu_users'] = "Users";
187                $lang['menu_add_user'] = "add";
188                $lang['menu_list_user'] = "list";
189                $lang['menu_categories'] = "Categories";
190                $lang['menu_update'] = "Database update";
191                $lang['menu_thumbnails'] = "Thumbnails";
192                $lang['menu_history'] = "History";
193                $lang['menu_instructions'] = "Instructions";
194                $lang['menu_back'] = "Back to galleries";
195               
196                $lang['title_waiting'] = "Pictures waiting for validation";
197                $lang['menu_waiting'] = "Waiting";
198
199                $lang['default_message'] = "PhpWebGallery administration panel";
200
201                // page de configuration 
202                $lang['conf_err_prefixe'] = "thumbnail's prefix mustn't contain any accentued character";
203                $lang['conf_err_mail'] = "e-mail address refused, it must be like name@server.com";
204                $lang['conf_err_periods'] = "periods must be integer values";
205                $lang['conf_err_periods_2'] = "periods must be superior to 0, the long period must be superior to the short one";
206                $lang['conf_err_sid_size'] = "the session identifier size must be an integer value between 4 and 50";
207                $lang['conf_err_sid_time'] = "the session time must be an integer value between 5 and 60";
208                $lang['conf_err_max_user_listbox'] = "the max user listbox number must be an integer value between 0 and 255";
209                $lang['conf_err_message'] = "The number of mistakes you have done is ";
210                $lang['conf_confirmation'] = "Information data registered in database";
211               
212                $lang['no'] = "no";
213                $lang['yes'] = "yes";
214               
215                $lang['conf_general_title'] = "Main configuration";
216                $lang['conf_general_webmaster'] = "webmaster login";
217                $lang['conf_general_webmaster_info'] = "It will be shown to the visitors. It is necessary for website administration";
218                $lang['conf_general_mail'] = "webmaster mail adress";
219                $lang['conf_general_mail_info'] = "Visitors will be able to contact by this mail";
220                $lang['conf_general_prefix'] = "thumbnail prefix";
221                $lang['conf_general_prefix_info'] = "Thumbnails use this prefix. Do not fill if your not sure.";
222                $lang['conf_general_short_period'] = "short period";
223                $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.";
224                $lang['conf_general_long_period'] = "long period";
225                $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.";
226                $lang['conf_general_access'] = "access type";
227                $lang['conf_general_access_1'] = "free";
228                $lang['conf_general_access_2'] = "restricted";
229                $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";
230                $lang['conf_general_max_user_listbox'] = "max listbox users number";
231                $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";
232                $lang['conf_general_default_page'] = "default page";
233                $lang['conf_general_default_page_1'] = "thumbnails";
234                $lang['conf_general_default_page_2'] = "identification";
235                $lang['conf_general_default_page_info'] = "page on which users are redirected when they go to the root of the site";
236                $lang['conf_general_expand'] = "expand all categories";
237                $lang['conf_general_expand_1'] = "no";
238                $lang['conf_general_expand_2'] = "yes";
239                $lang['conf_general_expand_info'] = "expand all categories by default in the menu ?";
240                $lang['conf_comments'] = "users comments";
241                $lang['conf_comments_title'] = "Configuration of ".$lang['conf_comments'];
242                $lang['conf_comments_show_comments'] = $lang['conf_comments'];
243                $lang['conf_comments_show_comments_info'] = "display the users comments under each picture ?";
244                $lang['conf_comments_comments_number'] = "number of comments per page";
245                $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.";
246                $lang['conf_err_comment_number'] = "The number of comments a page must be between 5 and 50 included.";
247                $lang['conf_remote_site_title'] = "Remote server";
248                $lang['conf_remote_site_delete_info'] = "Deleting a remote server will delete all the image and the categories in relation with this server.";
249                $lang['conf_upload_title'] = "Configuration of the users upload";
250                $lang['conf_upload_available'] = "authorized the upload of pictures";
251                $lang['conf_upload_available_info'] = "Authorizing the upload of pictures by users on the categories of the website (not on a remote server).";
252                $lang['conf_upload_maxfilesize'] = "maximum filesize";
253                $lang['conf_upload_maxfilesize_info'] = "Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 Ko.";
254                $lang['conf_err_upload_maxfilesize'] = "Maximum filesize for the uploaded pictures must be a number between 10 and 1000 Ko.";
255                $lang['conf_upload_maxwidth'] = "maximum width";
256                $lang['conf_upload_maxwidth_info'] = "Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels";
257                $lang['conf_err_upload_maxwidth'] = "maximum width authorized for the uploaded images must be a number superior to 10 pixels.";
258                $lang['conf_upload_maxheight'] = "maximum height";
259                $lang['conf_upload_maxheight_info'] = "Maximum height authorized for the uploaded images. Must be a number superior to 10 pixels";
260                $lang['conf_err_upload_maxwidth'] = "maximum height authorized for the uploaded images must be a number superior to 10 pixels.";
261                $lang['conf_upload_maxwidth_thumbnail'] = "thumbnails maximum width";
262                $lang['conf_upload_maxwidth_thumbnail_info'] = "Maximum width authorized for the uploaded thumbnails. Must be a number superior to 10 pixels";
263                $lang['conf_err_upload_maxwidth_thumbnail'] = "Maximum width authorized for the uploaded thumbnails must be a number superior to 10 pixels.";
264                $lang['conf_upload_maxheight_thumbnail'] = "thumbnails maximum height";
265                $lang['conf_upload_maxheight_thumbnail_info'] = "Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels";
266                $lang['conf_err_upload_maxheight_thumbnail'] = "Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.";
267               
268                $lang['conf_default_title'] = "Default display properties for unregistered visitors and new accounts";
269                $lang['conf_default_language'] = "default language";
270                $lang['conf_default_language_info'] = "default language";
271                $lang['conf_default_image_per_row'] = "number of images per row";
272                $lang['conf_default_image_per_row_info'] = "default number of images per row";
273                $lang['conf_default_row_per_page'] = "number of row per page";
274                $lang['conf_default_row_per_page_info'] = "default number of row per page";
275                $lang['conf_default_theme'] = "theme";
276                $lang['conf_default_theme_info'] = "default theme";
277               
278                $lang['conf_session_title'] = "Sessions configuration";
279                $lang['conf_session_size'] = "identifier size";
280                $lang['conf_session_size_info'] = "- the longer your identifier is, the more secure your site is<br />- enter a number between 4 and 50";
281                $lang['conf_session_time'] = "validity period";
282                $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";
283                $lang['conf_session_key'] = "keyword";
284                $lang['conf_session_key_info'] = "- the session keyword improve the encoding of the session identifier<br />- enter any sentence shorter than 255 caracters";
285                $lang['conf_session_delete'] = "delete out-of-date sessions";
286                $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)";
287               
288                // page user, clés générales
289                $lang['user_err_modify'] = "This user can't be modified or deleted";
290                $lang['user_err_unknown'] = "This user doesn't exist in the database";
291               
292                // page d'ajout/modification d'utilisateur
293                $lang['adduser_err_message'] = "The number of mistakes you have done is ";
294                $lang['adduser_info_message'] = "Informations registered in the database for user ";
295                $lang['adduser_info_password_updated'] = "(password updated)";
296                $lang['adduser_info_back'] = "back to the users list";
297               
298                $lang['adduser_fill_form'] = "Please fill the following form";
299                $lang['adduser_login'] = "login";
300                $lang['adduser_unmodify'] = "unmodifiable";
301                $lang['adduser_status'] = "status";
302                $lang['adduser_status_admin'] = "admin";
303                $lang['adduser_status_member'] = "member";
304                $lang['adduser_status_guest'] = "guest";
305               
306                // page permissions
307                $lang['permuser_info_message'] = "Permissions registered";
308                $lang['permuser_title'] = "Restrictions for user";
309                $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";
310                $lang['permuser_authorized'] = "authorized";
311                $lang['permuser_forbidden'] = "forbidden";
312                $lang['permuser_parent_forbidden'] = "parent category forbidden";
313                $lang['permuser_cat_title'] = "Modify permissions for ";
314               
315                // page list users
316                $lang['listuser_confirm'] = "Do you really want to delete this user";
317                $lang['listuser_yes'] = "yes";
318                $lang['listuser_no'] = "no";
319                $lang['listuser_info_deletion'] = "was removed from database";
320                $lang['listuser_user_group'] = "Users group";
321                $lang['listuser_modify'] = "modify";
322                $lang['listuser_modify_hint'] = "modify informations of";
323                $lang['listuser_permission'] = "permissions";
324                $lang['listuser_permission_hint'] = "modify permissions of";
325                $lang['listuser_delete'] = "delete";
326                $lang['listuser_delete_hint'] = "delete user";
327                $lang['listuser_button_all'] = "all";
328                $lang['listuser_button_invert'] = "invert";
329                $lang['listuser_button_create_address'] = "create mail address";
330               
331                // page categories
332                $lang['cat_invisible'] = "invisible";
333                $lang['cat_edit'] = "Edit";
334                $lang['cat_up'] = "Move up";
335                $lang['cat_down'] = "Move down";
336                $lang['cat_image_info'] = "Images info";
337                $lang['cat_total'] = "total";
338               
339                // page édition d'une catégorie
340                $lang['editcat_confirm'] = "Information registered in the database";
341                $lang['editcat_back'] = "categories";
342                $lang['editcat_title1'] = "Options for the";
343                $lang['editcat_name'] = "Name";
344                $lang['editcat_comment'] = "Comment";
345                $lang['editcat_status'] = "Status";
346                $lang['editcat_status_info'] = "(invisible except for the administrators)";
347               
348                // page info images
349                $lang['infoimage_err_date'] = "wrong date";
350                $lang['infoimage_general'] = "General options for the category";
351                $lang['infoimage_useforall'] = "use for all pictures ?";
352                $lang['infoimage_creation_date'] = "creation date";
353                $lang['infoimage_detailed'] = "Option for each picture";
354                $lang['infoimage_title'] = "title";
355                $lang['infoimage_comment'] = "comment";
356               
357                // page database update
358                $lang['update_missing_tn'] = "the thumbnail is missing for";
359                $lang['update_disappeared_tn'] = "the thumbnail disapeared";
360                $lang['update_disappeared'] = "doesn't exist";
361                $lang['update_part_deletion'] = "Deletion of images that have no thumbnail or that doesn't exist";
362                $lang['update_deletion_conclusion'] = "pictures removed from database";
363                $lang['update_part_research'] = "Search for new images in the directories";
364                $lang['update_research_added'] = "added";
365                $lang['update_research_tn_ext'] = "thumbnail in";
366                $lang['update_research_conclusion'] = "pictures added to the database";
367                $lang['update_default_title'] = "Choose an option";
368                $lang['update_only_cat'] = "update categories, not pictures";
369                $lang['update_all'] = "update all";
370               
371                // page de génération miniatures
372                $lang['tn_width'] = "width";
373                $lang['tn_height'] = "height";
374               
375                $lang['tn_no_support'] = "Picture unreachable or no support";
376                $lang['tn_format'] = "for the file format";
377                $lang['tn_thisformat'] = "for this file format";
378                $lang['tn_err_width'] = "width must be a number superior to";
379                $lang['tn_err_height'] = "height must be a number superior to";
380                $lang['tn_err_GD'] = "you must choose a version of GD library";
381               
382                $lang['tn_results_title'] = "Results of miniaturization";
383                $lang['tn_picture'] = "picture";
384                $lang['tn_filesize'] = "filesize";
385                $lang['tn_results_gen_time'] = "generated in";
386               
387                $lang['tn_stats'] = "General statistics";
388                $lang['tn_stats_nb'] = "number of miniaturized pictures";
389                $lang['tn_stats_total'] = "total time";
390                $lang['tn_stats_max'] = "max time";
391                $lang['tn_stats_min'] = "min time";
392                $lang['tn_stats_mean'] = "average time";
393               
394                $lang['tn_err'] = "You made mistakes";
395               
396                $lang['tn_params_title'] = "Miniaturization parameters";
397                $lang['tn_params_GD'] = "GD version";
398                $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.";
399                $lang['tn_params_width_info'] = "maximum width that thumbnails can take";
400                $lang['tn_params_height_info'] = "maximum height that thumbnails can take";
401                $lang['tn_params_create'] = "create";
402                $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.";
403                $lang['tn_params_format'] = "file format";
404                $lang['tn_params_format_info'] = "only jpeg file format is supported for thumbnail creation";
405               
406                $lang['tn_alone_title'] = "pictures without thumbnail (jpeg and png only)";
407               
408                $lang['tn_dirs_title'] = "Directories list";
409                $lang['tn_dirs_alone'] = "pictures without thumbnail";
410               
411                // help page
412                $lang['help_images_title'] = "Adding pictures";
413                $lang['help_images_intro'] = "How to place pictures in your directories";
414                $lang['help_images'][0] = "in the directory \"galleries\", create directories that will represent your categories";
415                $lang['help_images'][1] = "in each directory, you can create as many sub-level directories as you wish.";
416                $lang['help_images'][2] = "you can create as many categories and sub-categories for each category as you wish";
417                $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).";
418                $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";
419               
420                $lang['help_thumbnails_title'] = "Thumbnails";
421                $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.";
422                $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).";
423                $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).";
424                $lang['help_thumbnails'][3] = "I advise you to use the module for windows downloadable on the presentation site of PhpWebGallery for thumbnails management.";
425                $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.";
426                $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.";
427               
428                $lang['help_database_title'] = "Updating database";
429                $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.";
430               
431                $lang['help_infos_title'] = "Miscellanous informations";
432                $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.";
433                $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.";
434                $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.";
435               
436                $lang['help_remote_title'] = "Remote site";
437                $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 : ";
438                $lang['help_remote'][1] = "1. edit file \"create_listing_file.php\" (you will find it in the directory \"admin\"), by modifying the line \"$prefix_thumbnail = \"TN-\";\" if the prefix for your thumbnails is not \"TN-\".";
439                $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.";
440                $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.";
441                $lang['help_remote'][4] = "4. get back file listing.xml from your distant website to place it in directory \"admin\" of this website.";
442                $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\".";
443                $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.".
444               
445                $lang['help_upload_title'] = "Added images by users";
446                $lang['help_upload'][0] = "PhpWebGallery offers the possibility for users to upload images. in order to do it :";
447                $lang['help_upload'][1] = "1. authorize the option in the configuration zone of the administration panel";
448                $lang['help_upload'][2] = "2. authorize the rights in writing in the images directories";
449                $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.";
450       
451                // installation
452                $lang['install_message'] = "Message";
453               
454                $lang['step1_confirmation'] = "Parameters are correct";
455                $lang['step1_err_db'] = "Connection to server succeed, but it was impossible to connect to database";
456                $lang['step1_err_server'] = "Can't connect to server";
457                $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)";
458                $lang['step1_err_copy_2'] = "The next step of the installation is now possible";
459                $lang['step1_err_copy_next'] = "next step";
460                $lang['step1_title'] = "Step 1/2";
461                $lang['step1_host'] = "MySQL host";
462                $lang['step1_host_info'] = "localhost, sql.multimania.com, toto.freesurf.fr";
463                $lang['step1_user'] = "user";
464                $lang['step1_user_info'] = "user login given by your host provider";
465                $lang['step1_pass'] = "Password";
466                $lang['step1_pass_info'] = "user password given by your host provider";
467                $lang['step1_database'] = "Database name";
468                $lang['step1_database_info'] = "also given by your host provider";
469                $lang['step1_prefix'] = "Database table prefix";
470                $lang['step1_prefix_info'] = "database tables names will be prefixed with it (enables you to manage better your tables)";
471               
472                $lang['step2_err_login1'] = "enter a login for webmaster";
473                $lang['step2_err_login2'] = "webmaster login can't start or end with a space character";
474                $lang['step2_err_login3'] = "webmaster login can't contain characters ' or \"";
475                $lang['step2_err_pass'] = "please enter your password again";
476                $lang['step2_err_mail'] = $lang['conf_err_mail'];
477               
478                $lang['install_end_title'] = "Installation finished";
479                $lang['install_end_message'] = "The configuration of PhpWebGallery is finished, here is the next step<br /><br />
480                                                                        For security reason, please delete file \"install.php\" in the directory \"admin\"<br />
481                                                                        Once this file deleted , follow this instructions :
482                                                                        <ul>
483                                                                                <li>go to the identification page : [ <a href='../identification.php'>identification</a> ] and use the login/password given for webmaster</li>
484                                                                                <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>
485                                                                        </ul>";
486                $lang['step2_title'] = "Step 2/2";
487                $lang['step2_pwd'] = "webmaster password";
488                $lang['step2_pwd_info'] = "Keep it confidential, it enables you to access administration panel";
489                $lang['step2_pwd_conf'] = "confirm password";
490                $lang['step2_pwd_conf_info'] = "verification";
491        }
492?>
Note: See TracBrowser for help on using the repository browser.