source: trunk/language/en_UK.iso-8859-1/admin.lang.php @ 527

Last change on this file since 527 was 527, checked in by gweltas, 20 years ago
  • dispatch of configuration
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 25.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// |                           en_EN/common.lang.php                           |
4// +-----------------------------------------------------------------------+
5// | application   : PhpWebGallery <http://phpwebgallery.net>              |
6// | branch        : 1.4                                                   |
7// +-----------------------------------------------------------------------+
8// | file          : $RCSfile$
9// | last update   : $Date: 2004-09-19 22:26:41 +0000 (Sun, 19 Sep 2004) $
10// | last modifier : $Author: gweltas $
11// | revision      : $Revision: 527 $
12// +-----------------------------------------------------------------------+
13// | This program is free software; you can redistribute it and/or modify  |
14// | it under the terms of the GNU General Public License as published by  |
15// | the Free Software Foundation                                          |
16// |                                                                       |
17// | This program is distributed in the hope that it will be useful, but   |
18// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
19// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
20// | General Public License for more details.                              |
21// |                                                                       |
22// | You should have received a copy of the GNU General Public License     |
23// | along with this program; if not, write to the Free Software           |
24// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
25// | USA.                                                                  |
26// +-----------------------------------------------------------------------+
27
28// Main words
29$lang['links'] = 'Links';
30$lang['general'] = 'General';
31$lang['config'] = 'Configuration';
32$lang['users'] = 'Users';
33$lang['instructions'] = 'Instructions';
34$lang['history'] = 'History';
35$lang['manage'] = 'Manage';
36$lang['waiting'] = 'Waiting';
37$lang['groups'] = 'Groups';
38$lang['permissions'] = 'Permissions';
39$lang['update'] = 'Synchronize';
40$lang['storage'] = 'Directory';
41$lang['edit'] = 'Edit';
42$lang['authorized'] = 'Authorized';
43$lang['forbidden'] = 'Forbidden';
44$lang['free'] = 'Free';
45$lang['restricted'] = 'Restricted';
46$lang['metadata']='Metadata';
47
48// Specific words
49$lang['phpinfos'] = 'PHP Information';
50$lang['remote_site'] = 'Remote site';
51$lang['remote_sites'] = 'Remote sites';
52$lang['gallery_default'] = 'Gallery Default';
53$lang['upload'] = 'Upload';
54
55// Remote sites management
56$lang['remote_site_create'] = 'Create a new site : (give its URL to generate_file_listing.php)';
57$lang['remote_site_uncorrect_url'] = 'Remote site url must start by http or https and must only contain characters among "/", "a-zA-Z0-9", "-" or "_"';
58$lang['remote_site_already_exists'] = 'This site already exists';
59$lang['remote_site_generate'] = 'generate listing';
60$lang['remote_site_generate_hint'] = 'generate file listing.xml on remote site';
61$lang['remote_site_update'] = 'update';
62$lang['remote_site_update_hint'] = 'read remote listing.xml and updates database';
63$lang['remote_site_clean'] = 'clean';
64$lang['remote_site_clean_hint'] = 'remove remote listing.xml file';
65$lang['remote_site_delete'] = 'delete';
66$lang['remote_site_delete_hint'] = 'delete this site and all its attached elements';
67$lang['remote_site_file_not_found'] = 'file create_listing_file.php on remote site was not found';
68$lang['remote_site_error'] = 'an error happened';
69$lang['remote_site_listing_not_found'] = 'remote listing file was not found';
70$lang['remote_site_removed'] = 'was removed on remote site';
71$lang['remote_site_removed_title'] = 'Removed elements';
72$lang['remote_site_created'] = 'created';
73$lang['remote_site_deleted'] = 'deleted';
74
75// Categorie words
76$lang['cat_up'] = 'Move up';
77$lang['cat_down'] = 'Move down';
78$lang['cat_add'] = 'Add a virtual category';
79$lang['cat_virtual'] = 'Virtual category';
80$lang['cat_public'] = 'Public category';
81$lang['cat_private'] = 'Private category';
82$lang['cat_image_info'] = 'Images info';
83$lang['editcat_status'] = 'Status';
84$lang['editcat_confirm'] = 'Category informations updated successfully.';
85$lang['editcat_perm'] = 'To set permissions for this category, click';
86$lang['cat_upload'] = 'Select uploadable categories';
87$lang['cat_upload_info'] = 'Only non virtual categories are shown.';
88$lang['cat_lock'] = 'Lock';
89$lang['cat_lock_info'] = 'This category will temporary been disabled for maintenance.';
90$lang['cat_access_info'] = 'Permission management.';
91
92// Titles
93$lang['admin_panel'] = 'Administration Panel';
94$lang['default_message'] = 'PhpWebGallery Administration Control Panel';
95$lang['title_liste_users'] = 'Users list';
96$lang['title_history'] = 'History';
97$lang['title_update'] = 'Database update';
98$lang['title_configuration'] = 'PhpWebGallery configuration';
99$lang['title_instructions'] = 'Instructions';
100$lang['title_categories'] = 'Categories management';
101$lang['title_edit_cat'] = 'Edit a category';
102$lang['title_info_images'] = 'Modify category\'s image information';
103$lang['title_thumbnails'] = 'Thumbnail creation';
104$lang['title_thumbnails_2'] = 'for';
105$lang['title_default'] = 'PhpWebGallery administration';
106$lang['title_waiting'] = 'Pictures waiting for validation';
107
108//Error messages
109$lang['cat_error_name'] = 'The name of a category mustn\'t be empty';
110
111//Configuration
112$lang['conf_confirmation'] = 'Information data registered in database';
113$lang['conf_default'] = 'Default display';
114$lang['conf_cookie'] = 'Session & Cookie';
115
116// Configuration -> general
117$lang['conf_general_title'] = 'Main configuration';
118$lang['conf_mail_webmaster'] = 'Webmaster mail adress';
119$lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail';
120$lang['conf_mail_webmaster_error'] = 'e-mail address refused, it must be like name@domain.com';
121$lang['conf_prefix'] = 'Thumbnail prefix';
122$lang['conf_prefix_info'] = 'Thumbnails use this prefix. Do not fill if your not sure.';
123$lang['conf_prefix_error'] = 'Thumbnail\'s prefix must only contain characters among : a to z (case insensitive), "-" or "_"';
124$lang['conf_access'] = 'Access type';
125$lang['conf_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';
126$lang['conf_log_info'] = 'Keep an history of visits on your website ? Visits will be shown in the history section of the administration panel';
127$lang['conf_notification'] = 'Mail notification';
128$lang['conf_notification_info'] = 'Automated mail notification for adminsitrators (and only for them) when a user add a comment or upload a picture.';
129
130// Configuration -> comments
131$lang['conf_comments_title'] = 'Users comments';
132$lang['conf_show_comments'] = 'Show users comments';
133$lang['conf_show_comments_info'] = 'Display the users comments under each picture ?';
134$lang['conf_comments_forall'] = 'Comments for all ?';
135$lang['conf_comments_forall_info'] = 'Even guest not registered can post comments';
136$lang['conf_nb_comment_page'] = 'Number of comments per page';
137$lang['conf_nb_comment_page_info'] = 'number of comments to display on each page. This number is unlimited for a picture. Enter a number between 5 and 50.';
138$lang['conf_nb_comment_page_error'] = 'The number of comments a page must be between 5 and 50 included.';
139$lang['conf_comments_validation'] = 'Validation';
140$lang['conf_comments_validation_info'] = 'An administrator validate users posted comments before the becom visible on the site';
141
142// Configuration -> default
143$lang['conf_default_title'] = 'Default display';
144$lang['conf_default_language_info'] = 'Default language';
145$lang['conf_default_theme_info'] = 'Default theme';
146$lang['conf_nb_image_line_info'] = 'Number of pictures for each row by default';
147$lang['conf_nb_line_page_info'] = 'Number of rows by page by default';
148$lang['conf_recent_period_info'] = 'By days. Period within a picture is shown as new. Must be superior to 1 day.';
149$lang['conf_default_expand_info'] = 'Expand all categories by default in the menu ?';
150$lang['conf_show_nb_comments_info'] = 'show the number of comments for each picture on the thumbnails page';
151
152// Configuration -> upload
153$lang['conf_upload_title'] = 'Users upload';
154$lang['conf_authorize_upload'] = 'Authorize upload of pictures';
155$lang['conf_authorize_upload_info'] = '';
156$lang['conf_upload_maxfilesize'] = 'Maximum filesize';
157$lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 KB.';
158$lang['conf_upload_maxfilesize_error'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 KB.';
159$lang['conf_upload_maxwidth'] = 'Maximum width';
160$lang['conf_upload_maxwidth_info'] = 'Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels';
161$lang['conf_upload_maxwidth_error'] = 'maximum width authorized for the uploaded images must be a number superior to 10 pixels.';
162$lang['conf_upload_maxheight'] = 'Maximum height';
163$lang['conf_upload_maxheight_info'] = 'Maximum height authorized for the uploaded images. Must be a number superior to 10 pixels';
164$lang['conf_upload_maxheight_error'] = 'maximum height authorized for the uploaded images must be a number superior to 10 pixels.';
165$lang['conf_upload_tn_maxwidth'] = 'thumbnails maximum width';
166$lang['conf_upload_tn_maxwidth_info'] = 'Maximum width authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
167$lang['conf_upload_maxwidth_thumbnail_error'] = 'Maximum width authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
168$lang['conf_upload_tn_maxheight'] = 'Thumbnails maximum height';
169$lang['conf_upload_tn_maxheight_info'] = 'Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
170$lang['conf_upload_maxheight_thumbnail_error'] = 'Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
171
172// Configuration -> session
173$lang['conf_session_title'] = 'Sessions';
174$lang['conf_cookies'] = 'Authorize cookies';
175$lang['conf_cookies_info'] = 'Users won\'t have to log on each visit any more. Less secure.';
176$lang['conf_session_size'] = 'Identifier size';
177$lang['conf_session_size_info'] = '- the longer your identifier is, the more secure your site is<br />- enter a number between 4 and 50';
178$lang['conf_session_size_error'] = 'the session identifier size must be an integer value between 4 and 50';
179$lang['conf_session_time'] = 'validity period';
180$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';
181$lang['conf_session_time_error'] = 'the session time must be an integer value between 5 and 60';
182
183// Configuration -> metadata
184$lang['conf_metadata_title'] = 'Metadata';
185$lang['conf_use_exif'] = 'Use EXIF';
186$lang['conf_use_exif_info'] = 'Use EXIF data during metadata synchronization into PhpWebGallery database';
187$lang['conf_use_iptc'] = 'Use IPTC';
188$lang['conf_use_iptc_info'] = 'Use IPTC data during metadata synchronization into PhpWebGallery database';
189$lang['conf_show_exif'] = 'Show EXIF';
190$lang['conf_show_exif_info'] = 'Give the possibility to show EXIF metadata on visualisation page. See include/config.inc.php for available EXIF fields';
191$lang['conf_show_iptc'] = 'Show IPTC';
192$lang['conf_show_iptc_info'] = 'Give the possibility to show IPTC metadata on visualisation page. See include/config.inc.php for available IPTC fields';
193
194// Configuration -> remote
195$lang['conf_remote_site_delete_info'] = 'Deleting a remote server will delete all the image and the categories in relation with this server.';
196
197//FAQ
198$lang['help_images_title'] = 'Adding pictures';
199$lang['help_images_intro'] = 'How to place pictures in your directories';
200$lang['help_images'][0] = 'in the directory "galleries", create directories that will represent your categories';
201$lang['help_images'][1] = 'in each directory, you can create as many sub-level directories as you wish.';
202$lang['help_images'][2] = 'you can create as many categories and sub-categories for each category as you wish';
203$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).';
204$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';
205$lang['help_thumbnails_title'] = 'Thumbnails';
206$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.';
207$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).';
208$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).';
209$lang['help_thumbnails'][3] = 'I advise you to use the module for windows downloadable on the presentation site of PhpWebGallery for thumbnails management.';
210$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.';
211$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.';
212$lang['help_database_title'] = 'Updating database';
213$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.';
214$lang['help_infos_title'] = 'Miscellanous informations';
215$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.';
216$lang['help_remote_title'] = 'Remote site';
217$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 : ';
218$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-".';
219$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.';
220$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.';
221$lang['help_remote'][4] = '4. get back file listing.xml from your distant website to place it in directory "admin" of this website.';
222$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".';
223$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.';
224$lang['help_upload_title'] = 'Added images by users';
225$lang['help_upload'][0] = 'PhpWebGallery offers the possibility for users to upload images. in order to do it :';
226$lang['help_upload'][1] = '1. authorize the option in the configuration zone of the administration panel';
227$lang['help_upload'][2] = '2. authorize the rights in writing in the images directories';
228$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"';
229$lang['help_upload'][3] = 'The category must have upload available itself for upload.';
230$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.';
231$lang['help_virtual_title'] = 'Links between pictures and categories and virtual categories';
232$lang['help_virtual'][0] = 'PhpWebGallery is able to dissociate categories where pictures are stored and categories where pictures are shown.';
233$lang['help_virtual'][1] = 'By default, pictures are shown only in their real categories : the ones corresponding to directories on the web server.';
234$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.';
235$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.';
236$lang['help_groups_title'] = 'Users Groups';
237$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.';
238$lang['help_groups'][1] = '1. Create the group "family" on the section "Groups" of admin panel.';
239$lang['help_groups'][2] = '2. On the section "Users", edit on of them and associate him to the group "family".';
240$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.';
241$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".';
242$lang['help_access_title'] = 'Access authorization';
243$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 :';
244$lang['help_access'][1] = '1. Modify category informations (from the "categories" section in tha admin panel) and make it "private".';
245$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.';
246$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="'.PHPWG_FORUM_URL.'" style="text-decoration:underline">forum</a> (message board) is available on the presentation site of PhpWebGallery.';
247
248// Image informations
249$lang['infoimage_general'] = 'General options for the category';
250$lang['infoimage_useforall'] = 'use for all pictures ?';
251$lang['infoimage_creation_date'] = 'Creation date';
252$lang['infoimage_detailed'] = 'Option for each picture';
253$lang['infoimage_title'] = 'Title';
254$lang['infoimage_keyword_separation'] = '(separate with coma ",")';
255$lang['infoimage_addtoall'] = 'add to all';
256$lang['infoimage_removefromall'] = 'remove from all';
257$lang['infoimage_associate'] = 'Associate to the category';
258
259// Update
260$lang['update_missing_tn'] = 'the thumbnail is missing for';
261$lang['update_disappeared_tn'] = 'the thumbnail disapeared';
262$lang['update_disappeared'] = 'doesn\'t exist';
263$lang['update_part_deletion'] = 'Deletion of images that have no thumbnail or that doesn\'t exist';
264$lang['update_part_research'] = 'Search for new images in the directories';
265$lang['update_research_added'] = 'added';
266$lang['update_research_tn_ext'] = 'thumbnail in';
267$lang['update_nb_new_elements'] = 'elements added in the database';
268$lang['update_nb_del_elements'] = 'elements deleted in the database';
269$lang['update_nb_new_categories'] = 'categories added in the database';
270$lang['update_nb_del_categories'] = 'categories deleted in the database';
271$lang['update_default_title'] = 'Choose an option';
272$lang['update_only_cat'] = 'update categories, not pictures';
273$lang['update_all'] = 'update all';
274$lang['update_sync_metadata_question'] = 'Do you want to synchronize new elements informations with files metadata ?';
275
276$lang['menu_add_user'] = 'add';
277$lang['menu_list_user'] = 'list';
278$lang['user_err_modify'] = 'This user can\'t be modified or deleted';
279$lang['user_err_unknown'] = 'This user doesn\'t exist in the database';
280$lang['adduser_info_message'] = 'Informations registered in the database for user ';
281$lang['adduser_info_password_updated'] = '(password updated)';
282$lang['adduser_info_back'] = 'back to the users list';
283$lang['adduser_fill_form'] = 'Please fill the following form';
284$lang['adduser_unmodify'] = 'unmodifiable';
285$lang['adduser_status'] = 'status';
286$lang['adduser_status_admin'] = 'admin';
287$lang['adduser_status_guest'] = 'guest';
288$lang['permuser_info_message'] = 'Permissions registered';
289$lang['permuser_title'] = 'Restrictions for user';
290$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';
291
292$lang['permuser_parent_forbidden'] = 'parent category forbidden';
293$lang['listuser_confirm'] = 'Do you really want to delete this user';
294$lang['listuser_info_deletion'] = 'was removed from database';
295$lang['listuser_user_group'] = 'Users group';
296$lang['listuser_modify'] = 'modify';
297$lang['listuser_modify_hint'] = 'modify informations of';
298$lang['listuser_permission'] = 'Permissions';
299$lang['listuser_permission_hint'] = 'modify permissions of';
300$lang['listuser_delete'] = 'delete';
301$lang['listuser_delete_hint'] = 'delete user';
302$lang['listuser_button_all'] = 'all';
303$lang['listuser_button_invert'] = 'invert';
304$lang['listuser_button_create_address'] = 'create mail address';
305
306$lang['tn_width'] = 'width';
307$lang['tn_height'] = 'height';
308$lang['tn_no_support'] = 'Picture unreachable or no support';
309$lang['tn_format'] = 'for the file format';
310$lang['tn_thisformat'] = 'for this file format';
311$lang['tn_err_width'] = 'width must be a number superior to';
312$lang['tn_err_height'] = 'height must be a number superior to';
313$lang['tn_results_title'] = 'Results of miniaturization';
314$lang['tn_picture'] = 'picture';
315$lang['tn_results_gen_time'] = 'generated in';
316$lang['tn_stats'] = 'General statistics';
317$lang['tn_stats_nb'] = 'number of miniaturized pictures';
318$lang['tn_stats_total'] = 'total time';
319$lang['tn_stats_max'] = 'max time';
320$lang['tn_stats_min'] = 'min time';
321$lang['tn_stats_mean'] = 'average time';
322$lang['tn_err'] = 'You made mistakes';
323$lang['tn_params_title'] = 'Miniaturization parameters';
324$lang['tn_params_GD'] = 'GD version';
325$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.';
326$lang['tn_params_width_info'] = 'maximum width that thumbnails can take';
327$lang['tn_params_height_info'] = 'maximum height that thumbnails can take';
328$lang['tn_params_create'] = 'create';
329$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.';
330$lang['tn_params_format'] = 'file format';
331$lang['tn_params_format_info'] = 'only jpeg file format is supported for thumbnail creation';
332$lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
333$lang['tn_dirs_title'] = 'Directories list';
334$lang['tn_dirs_alone'] = 'pictures without thumbnail';
335
336
337$lang['title_add'] = 'Add a user';
338$lang['title_modify'] = 'Modify a user';
339$lang['title_groups'] = 'Groups management';
340$lang['title_user_perm'] = 'Modify permission for user';
341$lang['title_cat_perm'] = 'Modify permissions for category';
342$lang['title_group_perm'] = 'Modify permissions for group';
343$lang['title_picmod'] = 'Modify informations about a picture';
344$lang['adduser_associate'] = 'Associate to group';
345$lang['group_add'] = 'Add a group';
346$lang['group_add_error1'] = 'The name of a group must not contain " or \'';
347$lang['group_add_error2'] = 'This name is already used by another group';
348$lang['group_confirm'] = 'Are you sure you want to remove this group ?';
349$lang['group_list_title'] = 'List of existing groups';
350$lang['group_err_unknown'] = 'This group doesn\'t exist in the database';
351$lang['stats_pages_seen'] = 'pages seen';
352$lang['stats_visitors'] = 'guests';
353$lang['stats_empty'] = 'empty history';
354$lang['stats_pages_seen_graph_title'] = 'Number of pages seen by day';
355$lang['stats_visitors_graph_title'] = 'Number of guests by day';
356$lang['comments_last_title'] = 'Last comments';
357$lang['comments_non_validated_title'] = 'Comments waiting for validation';
358
359$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)';
360$lang['permuser_only_private'] = 'Only private categories are shown';
361$lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';
362$lang['cat_unknown_id'] = 'This category is unknown in the database';
363$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
364
365 ?>
Note: See TracBrowser for help on using the repository browser.