source: trunk/language/english.php @ 146

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

Add a message to inform that only private categories can have access rights

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 36.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['recent_image'] = 'image within the';
41$lang['days'] = 'days';
42$lang['send_mail'] = 'Any comment? Send me an e-mail';
43$lang['title_send_mail'] = 'A comment on your site';
44$lang['sub-cat'] = 'subcategories';
45$lang['images_available'] = 'images in this category';
46$lang['total'] = 'images';
47$lang['upload_picture'] = 'Upload a picture';
48
49// both diapo and photo pages
50$lang['registration_date'] = 'registered on';
51$lang['creation_date'] = 'created on';
52$lang['comment'] = 'comment';
53$lang['author'] = 'author';
54$lang['size'] = 'size';
55$lang['filesize'] = 'filesize';
56$lang['file'] = 'file';
57$lang['generation_time'] = 'Page generated in';
58$lang['favorites'] = 'Favorites';
59$lang['search_result'] = 'Search results';
60
61// about page
62$lang['about_page_title'] = 'About PhpWebGallery';
63$lang['about_title'] = 'About...';
64$lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div>
65<ul>
66  <li>This website uses <a href="'.$conf['site_url'].'" style="text-decoration:underline">PhpWebGallery</a> release '.$conf['version'].'. PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li>
67  <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).</li>
68  <li>If you have any suggestions or comments, please visit <a href="'.$conf['site_url'].'" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a>.</li>
69</ul>';
70$lang['about_return'] = 'Back';
71
72// identification page
73$lang['ident_page_title'] = 'Identification';
74$lang['ident_title'] = 'Identification';
75$lang['ident_register'] = 'Register';
76$lang['ident_forgotten_password'] = 'Forget your password ?';
77$lang['ident_guest_visit'] = 'Go through the gallery as a visitor';
78
79// profile page
80$lang['customize_page_title'] = 'Customization';
81$lang['customize_title'] = 'Customization';
82$lang['customize_nb_image_per_row'] = 'number of images per row';
83$lang['customize_nb_row_per_page'] = 'number of rows per page';
84$lang['customize_language'] = 'language';
85$lang['maxwidth'] = 'maximum width of the pictures';
86$lang['maxheight'] = 'maximum height of the pictures';
87$lang['err_maxwidth'] = 'maximum width must be a number superior to 50';
88$lang['err_maxheight'] = 'maximum height must be a number superior to 50';
89
90// photo page
91$lang['previous_image'] = 'Previous';
92$lang['next_image'] = 'Next';
93$lang['back'] = 'Click on the image to go back to the thumbnails page';
94$lang['info_image_title'] = 'Image information';
95$lang['link_info_image'] = 'Modify information';
96$lang['true_size'] = 'Real size';
97$lang['comments_title'] = 'Comments from the users of the site';
98$lang['comments_del'] = 'delete this comment';
99$lang['comments_add'] = 'Add a comment';
100$lang['month'][1] = 'January';
101$lang['month'][2] = 'February';
102$lang['month'][3] = 'March';
103$lang['month'][4] = 'April';
104$lang['month'][5] = 'May';
105$lang['month'][6] = 'June';
106$lang['month'][7] = 'July';
107$lang['month'][8] = 'August';
108$lang['month'][9] = 'September';
109$lang['month'][10] = 'October';
110$lang['month'][11] = 'November';
111$lang['month'][12] = 'December';
112$lang['day'][0] = 'Sunday';
113$lang['day'][1] = 'Monday';
114$lang['day'][2] = 'Tuesday';
115$lang['day'][3] = 'Wednesday';
116$lang['day'][4] = 'Thursday';
117$lang['day'][5] = 'Friday';
118$lang['day'][6] = 'Saturday';
119$lang['add_favorites_alt'] = 'Add to favorites';
120$lang['add_favorites_hint'] = 'Add this picture to your favorites';
121$lang['del_favorites_alt'] = 'Delete from favorites';
122$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
123       
124// page register
125$lang['register_page_title'] = 'Registration';
126$lang['register_title'] = 'Registration';
127$lang['reg_err_login1'] = 'Please, enter a login';
128$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
129$lang['reg_err_login3'] = 'login mustn\'t start with a space character';
130$lang['reg_err_login4'] = 'login mustn\'t contain characters " and \'';
131$lang['reg_err_login5'] = 'this login is already used';
132$lang['reg_err_pass'] = 'please enter your password again';
133$lang['reg_confirm'] = 'confirm';
134$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
135       
136// page search
137$lang['search_title'] = 'Search';
138$lang['invalid_search'] = 'search must be done on 3 caracters or more';
139$lang['search_field_search'] = 'Search';
140$lang['search_return_main_page'] = 'Return to thumbnails page';
141       
142// page upload
143$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
144$lang['upload_file_exists'] = 'A picture\'s name already used';
145$lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image';
146$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
147$lang['upload_title'] = 'Upload a picture';
148$lang['upload_advise'] = 'Choose an image to place in the category : ';
149$lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to ';
150$lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed : ';
151$lang['upload_advise_width'] = 'the width of the picture must not exceed : ';
152$lang['upload_advise_height'] = 'the height of the picture must not exceed : ';
153$lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gif or png';
154$lang['upload_err_username'] = 'the username must be given';
155$lang['upload_username'] = 'Username';
156$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
157
158// new in release 1.3
159$lang['charset'] = 'ISO_8859-1';
160$lang['no'] = 'no';
161$lang['yes'] = 'yes';
162$lang['guest'] = 'guest';
163$lang['mail_address'] = 'mail address';
164$lang['public'] = 'public';
165$lang['private'] = 'private';
166$lang['add'] = 'add';
167$lang['dissociate'] = 'dissociate';
168$lang['mandatory'] = 'obligatory';
169$lang['err_date'] = 'wrong date';
170$lang['picture'] = 'picture';
171$lang['IP'] = 'IP';
172$lang['close'] = 'close';
173$lang['open'] = 'open';
174$lang['keywords'] = 'keywords';
175$lang['errors_title'] = 'Errors';
176$lang['infos_title'] = 'Informations';
177$lang['default'] = 'default';
178$lang['comments'] = 'comments';
179$lang['category_representative'] = 'representative';
180$lang['stats'] = 'statistics';
181$lang['most_visited_cat_hint'] = 'displays most visited pictures';
182$lang['most_visited_cat'] = 'most visited';
183$lang['best_rated_cat_hint'] = 'displays pictures best rated';
184$lang['best_rated_cat'] = 'best rated';
185$lang['recent_cat_hint'] = 'displays most recent pictures';
186$lang['recent_cat'] = 'most recent';
187$lang['recent_cat_title'] = 'Recent pictures';
188$lang['visited'] = 'visited';
189$lang['times'] = 'times';
190$lang['customize_theme'] = 'interface theme';
191$lang['customize_expand'] = 'expand all categories';
192$lang['customize_show_nb_comments'] = 'show number of comments';
193$lang['customize_short_period'] = 'short period';
194$lang['customize_long_period'] = 'long period';
195$lang['customize_template'] = 'template';
196$lang['err_periods'] = 'periods must be integer values';
197$lang['err_periods_2'] = 'periods must be superior to 0. The long period must be grater than the short period.';
198$lang['create_cookie'] = 'create a cookie';
199$lang['customize_day'] = 'day';
200$lang['customize_week'] = 'week';
201$lang['customize_month'] = 'month';
202$lang['customize_year'] = 'year';
203$lang['slideshow'] = 'slideshow';
204$lang['period_seconds'] = 'seconds per picture';
205$lang['slideshow_stop'] = 'stop the slideshow';
206$lang['comment_added'] = 'Your comment has been registered';
207$lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.';
208$lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment';
209$lang['comment_user_exists'] = 'This login is already used by another user';
210$lang['invalid_search'] = 'Searched words must be grater than 3 characters and must not contain punctuation mark';
211$lang['search_mode_or'] = 'at least one word';
212$lang['search_mode_and'] = 'all the words';
213$lang['search_comments'] = 'separate different words with spaces';
214$lang['upload_name'] = 'Name of the picture';
215$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")';
216$lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)';
217$lang['upload_comment'] = 'Comment';
218$lang['mail_hello'] = 'Hi,';
219$lang['mail_new_upload_subject'] = 'New picture on the website';
220$lang['mail_new_upload_content'] = 'A new picture has been uploaded on the gallery. It is waiting for your validation. Let\'s meet in the administration panel to authorize or refuse this picture.';
221$lang['mail_new_comment_subject'] = 'New comment on website';
222$lang['mail_new_comment_content'] = 'A new comment has been registered on the gallery. If you chose to validate each comment, you first have to validate this comment in the administration panel to make it visible in the gallery.'."\n\n".'You can see last comments in the administration panel';
223$lang['connected_user'] = 'connected user';
224
225//-------------------------------------------------------------- administration
226if ( $isadmin )
227{
228  // page admin
229  $lang['title_liste_users'] = 'Users list';
230  $lang['title_history'] = 'History';
231  $lang['title_update'] = 'Database update';
232  $lang['title_configuration'] = 'PhpWebGallery configuration';
233  $lang['title_instructions'] = 'Instructions';
234  $lang['title_categories'] = 'Categories management';
235  $lang['title_edit_cat'] = 'Edit a category';
236  $lang['title_info_images'] = 'Modify category\'s image information';
237  $lang['title_thumbnails'] = 'Thumbnail creation';
238  $lang['title_thumbnails_2'] = 'for';
239  $lang['title_default'] = 'PhpWebGallery administration';
240
241  $lang['menu_title'] = 'Administration';
242  $lang['menu_config'] = 'Configuration';
243  $lang['menu_users'] = 'Users';
244  $lang['menu_add_user'] = 'add';
245  $lang['menu_list_user'] = 'list';
246  $lang['menu_categories'] = 'Categories';
247  $lang['menu_update'] = 'Database update';
248  $lang['menu_thumbnails'] = 'Thumbnails';
249  $lang['menu_history'] = 'History';
250  $lang['menu_instructions'] = 'Instructions';
251  $lang['menu_back'] = 'Back to galleries';
252               
253  $lang['title_waiting'] = 'Pictures waiting for validation';
254  $lang['menu_waiting'] = 'Waiting';
255
256  $lang['default_message'] = 'PhpWebGallery administration panel';
257
258  // page de configuration 
259  $lang['conf_err_prefixe'] = 'thumbnail\'s prefix mustn\'t contain any accentued character';
260  $lang['conf_err_mail'] = 'e-mail address refused, it must be like name@server.com';
261  $lang['conf_err_sid_size'] = 'the session identifier size must be an integer value between 4 and 50';
262  $lang['conf_err_sid_time'] = 'the session time must be an integer value between 5 and 60';
263  $lang['conf_err_max_user_listbox'] = 'the max user listbox number must be an integer value between 0 and 255';
264  $lang['conf_confirmation'] = 'Information data registered in database';
265               
266  $lang['conf_general_title'] = 'Main configuration';
267  $lang['conf_general_webmaster'] = 'webmaster login';
268  $lang['conf_general_webmaster_info'] = 'It will be shown to the visitors. It is necessary for website administration';
269  $lang['conf_general_mail'] = 'webmaster mail adress';
270  $lang['conf_general_mail_info'] = 'Visitors will be able to contact by this mail';
271  $lang['conf_general_prefix'] = 'thumbnail prefix';
272  $lang['conf_general_prefix_info'] = 'Thumbnails use this prefix. Do not fill if your not sure.';
273  $lang['conf_general_access'] = 'access type';
274  $lang['conf_general_access_1'] = 'free';
275  $lang['conf_general_access_2'] = 'restricted';
276  $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';
277  $lang['conf_general_max_user_listbox'] = 'max listbox users number';
278  $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';
279  $lang['conf_comments'] = 'users comments';
280  $lang['conf_comments_title'] = 'Configuration of '.$lang['conf_comments'];
281  $lang['conf_comments_show_comments'] = $lang['conf_comments'];
282  $lang['conf_comments_show_comments_info'] = 'display the users comments under each picture ?';
283  $lang['conf_comments_comments_number'] = 'number of comments per page';
284  $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.';
285  $lang['conf_err_comment_number'] = 'The number of comments a page must be between 5 and 50 included.';
286  $lang['conf_remote_site_delete_info'] = 'Deleting a remote server will delete all the image and the categories in relation with this server.';
287  $lang['conf_upload_title'] = 'Configuration of the users upload';
288  $lang['conf_upload_available'] = 'authorized the upload of pictures';
289  $lang['conf_upload_available_info'] = 'Authorizing the upload of pictures by users on the categories of the website (not on a remote server).';
290  $lang['conf_upload_maxfilesize'] = 'maximum filesize';
291  $lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 Ko.';
292  $lang['conf_err_upload_maxfilesize'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 Ko.';
293  $lang['conf_upload_maxwidth'] = 'maximum width';
294  $lang['conf_upload_maxwidth_info'] = 'Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels';
295  $lang['conf_err_upload_maxwidth'] = 'maximum width authorized for the uploaded images must be a number superior to 10 pixels.';
296  $lang['conf_upload_maxheight'] = 'maximum height';
297  $lang['conf_upload_maxheight_info'] = 'Maximum height authorized for the uploaded images. Must be a number superior to 10 pixels';
298  $lang['conf_err_upload_maxwidth'] = 'maximum height authorized for the uploaded images must be a number superior to 10 pixels.';
299  $lang['conf_upload_maxwidth_thumbnail'] = 'thumbnails maximum width';
300  $lang['conf_upload_maxwidth_thumbnail_info'] = 'Maximum width authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
301  $lang['conf_err_upload_maxwidth_thumbnail'] = 'Maximum width authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
302  $lang['conf_upload_maxheight_thumbnail'] = 'thumbnails maximum height';
303  $lang['conf_upload_maxheight_thumbnail_info'] = 'Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
304  $lang['conf_err_upload_maxheight_thumbnail'] = 'Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
305               
306  $lang['conf_default_title'] = 'Default display properties for unregistered visitors and new accounts';
307  $lang['conf_default_language_info'] = 'default language';
308  $lang['conf_default_theme_info'] = 'default theme';
309               
310  $lang['conf_session_title'] = 'Sessions configuration';
311  $lang['conf_session_size'] = 'identifier size';
312  $lang['conf_session_size_info'] = '- the longer your identifier is, the more secure your site is<br />- enter a number between 4 and 50';
313  $lang['conf_session_time'] = 'validity period';
314  $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';
315  $lang['conf_session_key'] = 'keyword';
316  $lang['conf_session_key_info'] = '- the session keyword improve the encoding of the session identifier<br />- enter any sentence shorter than 255 caracters';
317  $lang['conf_session_delete'] = 'delete out-of-date sessions';
318  $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)';
319               
320  // page user, clés générales
321  $lang['user_err_modify'] = 'This user can\'t be modified or deleted';
322  $lang['user_err_unknown'] = 'This user doesn\'t exist in the database';
323               
324  // page d\'ajout/modification d\'utilisateur
325  $lang['adduser_info_message'] = 'Informations registered in the database for user ';
326  $lang['adduser_info_password_updated'] = '(password updated)';
327  $lang['adduser_info_back'] = 'back to the users list';
328               
329  $lang['adduser_fill_form'] = 'Please fill the following form';
330  $lang['adduser_unmodify'] = 'unmodifiable';
331  $lang['adduser_status'] = 'status';
332  $lang['adduser_status_admin'] = 'admin';
333  $lang['adduser_status_guest'] = 'guest';
334               
335  // page permissions
336  $lang['permuser_info_message'] = 'Permissions registered';
337  $lang['permuser_title'] = 'Restrictions for user';
338  $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';
339  $lang['permuser_authorized'] = 'authorized';
340  $lang['permuser_forbidden'] = 'forbidden';
341  $lang['permuser_parent_forbidden'] = 'parent category forbidden';
342
343  // page list users
344  $lang['listuser_confirm'] = 'Do you really want to delete this user';
345  $lang['listuser_info_deletion'] = 'was removed from database';
346  $lang['listuser_user_group'] = 'Users group';
347  $lang['listuser_modify'] = 'modify';
348  $lang['listuser_modify_hint'] = 'modify informations of';
349  $lang['listuser_permission'] = 'permissions';
350  $lang['listuser_permission_hint'] = 'modify permissions of';
351  $lang['listuser_delete'] = 'delete';
352  $lang['listuser_delete_hint'] = 'delete user';
353  $lang['listuser_button_all'] = 'all';
354  $lang['listuser_button_invert'] = 'invert';
355  $lang['listuser_button_create_address'] = 'create mail address';
356               
357  // page categories
358  $lang['cat_invisible'] = 'invisible';
359  $lang['cat_edit'] = 'Edit';
360  $lang['cat_up'] = 'Move up';
361  $lang['cat_down'] = 'Move down';
362  $lang['cat_image_info'] = 'Images info';
363  $lang['cat_total'] = 'total';
364               
365  // page édition d\'une catégorie
366  $lang['editcat_confirm'] = 'Information registered in the database';
367  $lang['editcat_back'] = 'categories';
368  $lang['editcat_title1'] = 'Options for the';
369  $lang['editcat_name'] = 'Name';
370  $lang['editcat_comment'] = 'Comment';
371  $lang['editcat_status'] = 'Status';
372               
373  // page info images
374  $lang['infoimage_general'] = 'General options for the category';
375  $lang['infoimage_useforall'] = 'use for all pictures ?';
376  $lang['infoimage_creation_date'] = 'creation date';
377  $lang['infoimage_detailed'] = 'Option for each picture';
378  $lang['infoimage_title'] = 'title';
379  $lang['infoimage_comment'] = 'comment';
380               
381  // page database update
382  $lang['update_missing_tn'] = 'the thumbnail is missing for';
383  $lang['update_disappeared_tn'] = 'the thumbnail disapeared';
384  $lang['update_disappeared'] = 'doesn\'t exist';
385  $lang['update_part_deletion'] = 'Deletion of images that have no thumbnail or that doesn\'t exist';
386  $lang['update_deletion_conclusion'] = 'pictures removed from database';
387  $lang['update_part_research'] = 'Search for new images in the directories';
388  $lang['update_research_added'] = 'added';
389  $lang['update_research_tn_ext'] = 'thumbnail in';
390  $lang['update_research_conclusion'] = 'pictures added to the database';
391  $lang['update_default_title'] = 'Choose an option';
392  $lang['update_only_cat'] = 'update categories, not pictures';
393  $lang['update_all'] = 'update all';
394               
395  // page de génération miniatures
396  $lang['tn_width'] = 'width';
397  $lang['tn_height'] = 'height';
398               
399  $lang['tn_no_support'] = 'Picture unreachable or no support';
400  $lang['tn_format'] = 'for the file format';
401  $lang['tn_thisformat'] = 'for this file format';
402  $lang['tn_err_width'] = 'width must be a number superior to';
403  $lang['tn_err_height'] = 'height must be a number superior to';
404               
405  $lang['tn_results_title'] = 'Results of miniaturization';
406  $lang['tn_picture'] = 'picture';
407  $lang['tn_results_gen_time'] = 'generated in';
408               
409  $lang['tn_stats'] = 'General statistics';
410  $lang['tn_stats_nb'] = 'number of miniaturized pictures';
411  $lang['tn_stats_total'] = 'total time';
412  $lang['tn_stats_max'] = 'max time';
413  $lang['tn_stats_min'] = 'min time';
414  $lang['tn_stats_mean'] = 'average time';
415               
416  $lang['tn_err'] = 'You made mistakes';
417               
418  $lang['tn_params_title'] = 'Miniaturization parameters';
419  $lang['tn_params_GD'] = 'GD version';
420  $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.';
421  $lang['tn_params_width_info'] = 'maximum width that thumbnails can take';
422  $lang['tn_params_height_info'] = 'maximum height that thumbnails can take';
423  $lang['tn_params_create'] = 'create';
424  $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.';
425  $lang['tn_params_format'] = 'file format';
426  $lang['tn_params_format_info'] = 'only jpeg file format is supported for thumbnail creation';
427               
428  $lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
429               
430  $lang['tn_dirs_title'] = 'Directories list';
431  $lang['tn_dirs_alone'] = 'pictures without thumbnail';
432               
433  // help page
434  $lang['help_images_title'] = 'Adding pictures';
435  $lang['help_images_intro'] = 'How to place pictures in your directories';
436  $lang['help_images'][0] = 'in the directory "galleries", create directories that will represent your categories';
437  $lang['help_images'][1] = 'in each directory, you can create as many sub-level directories as you wish.';
438  $lang['help_images'][2] = 'you can create as many categories and sub-categories for each category as you wish';
439  $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).';
440  $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';
441               
442  $lang['help_thumbnails_title'] = 'Thumbnails';
443  $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.';
444  $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).';
445  $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).';
446  $lang['help_thumbnails'][3] = 'I advise you to use the module for windows downloadable on the presentation site of PhpWebGallery for thumbnails management.';
447  $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.';
448  $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.';
449               
450  $lang['help_database_title'] = 'Updating database';
451  $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.';
452               
453  $lang['help_infos_title'] = 'Miscellanous informations';
454  $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.';
455               
456  $lang['help_remote_title'] = 'Remote site';
457  $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 : ';
458  $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-".';
459  $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.';
460  $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.';
461  $lang['help_remote'][4] = '4. get back file listing.xml from your distant website to place it in directory "admin" of this website.';
462  $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".';
463  $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.'.
464               
465    $lang['help_upload_title'] = 'Added images by users';
466  $lang['help_upload'][0] = 'PhpWebGallery offers the possibility for users to upload images. in order to do it :';
467  $lang['help_upload'][1] = '1. authorize the option in the configuration zone of the administration panel';
468  $lang['help_upload'][2] = '2. authorize the rights in writing in the images directories';
469       
470  // installation
471  $lang['install_message'] = 'Message';
472               
473  $lang['step1_confirmation'] = 'Parameters are correct';
474  $lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to connect to database';
475  $lang['step1_err_server'] = 'Can\'t connect to server';
476  $lang['step1_err_copy_2'] = 'The next step of the installation is now possible';
477  $lang['step1_err_copy_next'] = 'next step';
478  $lang['step1_title'] = 'Step 1/2';
479  $lang['step1_host'] = 'MySQL host';
480  $lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
481  $lang['step1_user'] = 'user';
482  $lang['step1_user_info'] = 'user login given by your host provider';
483  $lang['step1_pass'] = 'Password';
484  $lang['step1_pass_info'] = 'user password given by your host provider';
485  $lang['step1_database'] = 'Database name';
486  $lang['step1_database_info'] = 'also given by your host provider';
487  $lang['step1_prefix'] = 'Database table prefix';
488  $lang['step1_prefix_info'] = 'database tables names will be prefixed with it (enables you to manage better your tables)';
489
490  $lang['step2_err_login1'] = 'enter a login for webmaster';
491  $lang['step2_err_login3'] = 'webmaster login can\'t contain characters \' or "';
492  $lang['step2_err_pass'] = 'please enter your password again';
493  $lang['step2_err_mail'] = $lang['conf_err_mail'];
494               
495  $lang['install_end_title'] = 'Installation finished';
496  $lang['install_end_message'] = 'The configuration of PhpWebGallery is finished, here is the next step<br /><br />
497For security reason, please delete file "install.php" in the directory "admin"<br />
498Once this file deleted , follow this instructions :
499<ul>
500  <li>go to the identification page : [ <a href="../identification.php">identification</a> ] and use the login/password given for webmaster</li>
501  <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>
502</ul>';
503  $lang['step2_title'] = 'Step 2/2';
504  $lang['step2_pwd'] = 'webmaster password';
505  $lang['step2_pwd_info'] = 'Keep it confidential, it enables you to access administration panel';
506  $lang['step2_pwd_conf'] = 'confirm password';
507  $lang['step2_pwd_conf_info'] = 'verification';
508
509  // new in release 1.3
510  $lang['remote_site'] = 'Remote site';
511  $lang['title_add'] = 'Add a user';
512  $lang['title_modify'] = 'Modify a user';
513  $lang['title_groups'] = 'Groups management';
514  $lang['title_user_perm'] = 'Modify permission for user';
515  $lang['title_cat_perm'] = 'Modify permissions for category';
516  $lang['title_group_perm'] = 'Modify permissions for group';
517  $lang['title_comments'] = 'Users comments';
518  $lang['title_picmod'] = 'Modify informations about a picture';
519  $lang['menu_groups'] = 'Groups';
520  $lang['menu_comments'] = 'Comments';
521  $lang['conf_general_log'] = 'history';
522  $lang['conf_general_log_info'] = 'Keep an history of visits on your website ? Visits will be shown in the history section of the administration panel';
523  $lang['conf_general_mail_notification'] = 'Mail notification';
524  $lang['conf_general_mail_notification_info'] = 'Automated mail notification for adminsitrators (and only for them) when a user add a comment or upload a picture.';
525  $lang['conf_comments_validation'] = 'validation';
526  $lang['conf_comments_validation_info'] = 'An administrator validate users posted comments before the becom visible on the site';
527  $lang['conf_comments_forall'] = 'for all ?';
528  $lang['conf_comments_forall_info'] = 'Even guest not registered can post comments';
529  $lang['conf_default_nb_image_per_row_info'] = 'number of pictures for each row by default';
530  $lang['conf_default_nb_row_per_page_info'] = 'number of rows by page by default';
531  $lang['conf_default_short_period_info'] = 'By days. Period within a picture is shown with a red mark. The short period must be superior to 1 day.';
532  $lang['conf_default_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.';
533  $lang['conf_default_expand_info'] = 'expand all categories by default in the menu ?';
534  $lang['conf_default_show_nb_comments_info'] = 'show the number of comments for each picture on the thumbnails page';
535  $lang['conf_default_maxwidth_info'] = 'Maximum width for display pictures : picture will have a new width only for display, picture files won\'t be changed. Let empty if you don\'t wish to have a limit.';
536  $lang['conf_default_maxheight_info'] = 'Just as the maximum width, but for the height';
537  $lang['conf_session_cookie'] = 'authorize cookies';
538  $lang['conf_session_cookie_info'] = 'users won\'t have to log on each visit any more. Less secure.';
539  $lang['adduser_associate'] = 'Associate to group';
540  $lang['group_add'] = 'Add a group';
541  $lang['group_add_error1'] = 'The name of a group must not contain " or \'';
542  $lang['group_add_error2'] = 'This name is already used by another group';
543  $lang['group_confirm'] = 'Are you sure you want to remove this group ?';
544  $lang['group_list_title'] = 'List of existing groups';
545  $lang['group_err_unknown'] = 'This group doesn\'t exist in the database';
546  $lang['cat_permission'] = 'permissions';
547  $lang['cat_update'] = 'update';
548  $lang['cat_add'] = 'Add a virtual category';
549  $lang['cat_parent'] = 'parent category';
550  $lang['cat_error_name'] = 'The name of a category mustn\'t be empty';
551  $lang['cat_virtual'] = 'virtual';
552  $lang['cat_first'] = 'Move first';
553  $lang['cat_last'] = 'Move last';
554  $lang['editcat_visible_info'] = '(invisible but for administrators)';
555  $lang['editcat_visible'] = 'Visible';
556  $lang['editcat_uploadable'] = 'Upload available';
557  $lang['infoimage_keyword_separation'] = '(separate with coma ",")';
558  $lang['infoimage_addtoall'] = 'add to all';
559  $lang['infoimage_removefromall'] = 'remove from all';
560  $lang['infoimage_associate'] = 'Associate to the category';
561  $lang['update_wrong_dirname'] = 'The name of the directory must be composed of letters, figures, "-", "_" or "."';
562  $lang['stats_last_days'] = 'last days';
563  $lang['stats_pages_seen'] = 'pages seen';
564  $lang['stats_visitors'] = 'guests';
565  $lang['stats_empty'] = 'empty history';
566  $lang['stats_pages_seen_graph_title'] = 'Number of pages seen by day';
567  $lang['stats_visitors_graph_title'] = 'Number of guests by day';
568  $lang['comments_last_title'] = 'Last comments';
569  $lang['comments_non_validated_title'] = 'Comments waiting for validation';
570  $lang['help_database'][1] = 'In order to avoid the update of too many pictures in a single update, I advise to start by updating only categories, then on the categories section of the administration panel, update each category thanks to the link "update"';
571  $lang['help_upload'][3] = 'The category must have upload available itself for upload.';
572  $lang['help_upload'][4] = '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.';
573  $lang['help_virtual_title'] = 'Links between pictures and categories and virtual categories';
574  $lang['help_virtual'][0] = 'PhpWebGallery is able to dissociate categories where pictures are stored and categories where pictures are shown.';
575  $lang['help_virtual'][1] = 'By default, pictures are shown only in their real categories : the ones corresponding to directories on the web server.';
576  $lang['help_virtual'][2] = 'To link a picture to a category, you just have to make the association on the page of picture informations or on the informations of all pictures of a category.';
577  $lang['help_virtual'][3] = 'Using this principle, it is possible to create virtual categories in PhpWebGallery : no real directory coresponds to this category. You just have to create this category on the section "categories" of the admin panel.';
578  $lang['help_groups_title'] = 'Users Groups';
579  $lang['help_groups'][0] = 'PhpWebGallery is able to manage groups of users. It can be very useful to have common permission access for private categories.';
580  $lang['help_groups'][1] = '1. Create the group "family" on the section "Groups" of admin panel.';
581  $lang['help_groups'][2] = '2. On the section "Users", edit on of them and associate him to the group "family".';
582  $lang['help_groups'][3] = '3. By modifying the permissions for a category or for a group, you\'ll see that all categories accessible for a group are accessible for its members.';
583  $lang['help_groups'][4] = 'A user can belong to several groups. The authorization is stronger than prohibition : if a user "jack" belongs to the group "family" and "friends", and that only group "family" can see category "Christmas 2003", "jack" will be able to see "Christmas 2003".';
584  $lang['help_access_title'] = 'Access authorization';
585  $lang['help_access'][0] = 'PhpWebGallery is able to forbid access to categories. Categories can be "public" or "private". In order to forbid access to a category :';
586  $lang['help_access'][1] = '1. Modify category informations (from the "categories" section in tha admin panel) and make it "private".';
587  $lang['help_access'][2] = '2. On the page of permissions (for a group or a user) the private category will be shown and you\'ll be able to authorize access or not.';
588  $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 <a href="'.$conf['forum_url'].'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';
589  $lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)';
590  $lang['permuser_only_private'] = 'Only private categories are shown';
591}
592?>
Note: See TracBrowser for help on using the repository browser.