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

Last change on this file since 709 was 709, checked in by plg, 19 years ago
  • new features : multipages users list. The list can be ordered by id (same effect than registration date) or by username. On each line, you can access properties and permissions for the user
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 19.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | PhpWebGallery - a PHP based picture gallery                           |
4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
5// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net |
6// +-----------------------------------------------------------------------+
7// | branch        : BSF (Best So Far)
8// | file          : $RCSfile$
9// | last update   : $Date: 2005-01-19 23:36:43 +0000 (Wed, 19 Jan 2005) $
10// | last modifier : $Author: plg $
11// | revision      : $Revision: 709 $
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['public'] = 'public';
45$lang['private'] = 'private';
46$lang['metadata']='Metadata';
47$lang['visitors'] = 'Visitors';
48$lang['locked'] = 'Locked';
49$lang['unlocked'] = 'Unlocked';
50$lang['lock'] = 'Lock';
51$lang['unlock'] = 'Unlock';
52$lang['up'] = 'Move up';
53$lang['down'] = 'Move down';
54$lang['path'] = 'path';
55$lang['no_write_access'] = 'no write access';
56
57// Specific words
58$lang['phpinfos'] = 'PHP Information';
59$lang['remote_site'] = 'Remote site';
60$lang['remote_sites'] = 'Remote sites';
61$lang['gallery_default'] = 'Gallery Default';
62$lang['upload'] = 'Upload';
63
64// Remote sites management
65$lang['remote_site_create'] = 'Create a new site : (give its URL to generate_file_listing.php)';
66$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 "_"';
67$lang['remote_site_already_exists'] = 'This site already exists';
68$lang['remote_site_generate'] = 'generate listing';
69$lang['remote_site_generate_hint'] = 'generate file listing.xml on remote site';
70$lang['remote_site_update'] = 'update';
71$lang['remote_site_update_hint'] = 'read remote listing.xml and updates database';
72$lang['remote_site_clean'] = 'clean';
73$lang['remote_site_clean_hint'] = 'remove remote listing.xml file';
74$lang['remote_site_delete'] = 'delete';
75$lang['remote_site_delete_hint'] = 'delete this site and all its attached elements';
76$lang['remote_site_file_not_found'] = 'file create_listing_file.php on remote site was not found';
77$lang['remote_site_error'] = 'an error happened';
78$lang['remote_site_listing_not_found'] = 'listing.xml file was not found';
79$lang['remote_site_removed'] = 'was removed on remote site';
80$lang['remote_site_removed_title'] = 'Removed elements';
81$lang['remote_site_created'] = 'created';
82$lang['remote_site_deleted'] = 'deleted';
83$lang['remote_site_local_found'] = 'A local listing.xml file has been found for ';
84$lang['remote_site_local_new'] = '(new site)';
85$lang['remote_site_local_update'] = 'read local listing.xml and update';
86
87// Categories
88$lang['cat_security'] = 'Public / Private';
89$lang['cat_options'] = 'Category options';
90$lang['cat_add'] = 'Add a virtual category';
91$lang['cat_virtual'] = 'Virtual category';
92$lang['cat_public'] = 'Public category';
93$lang['cat_private'] = 'Private category';
94$lang['cat_image_info'] = 'Images info';
95$lang['editcat_status'] = 'Status';
96$lang['editcat_confirm'] = 'Category informations updated successfully.';
97$lang['editcat_perm'] = 'To set permissions for this category, click';
98$lang['editcat_lock_info'] = 'The category and its sub-categories will temporary been disabled for maintenance.';
99$lang['editcat_uploadable'] = 'Authorize upload';
100$lang['editcat_uploadable_info'] = 'Authorize users to upload files';
101$lang['editcat_commentable_info'] = 'Authorize users to comment elements of this category';
102$lang['cat_access_info'] = 'Permission management. If you make a category private, all its child categories becomes private. If you make a category public, all its parent categories becomes public';
103$lang['cat_virtual_added'] = 'Virtual category added';
104$lang['cat_virtual_deleted'] = 'Virtual category deleted';
105$lang['cat_upload_title'] = 'Select uploadable categories';
106$lang['cat_upload_info'] = 'Only non virtual and non remote categories are shown.';
107$lang['cat_lock_title'] = 'Lock categories';
108$lang['cat_lock_info'] = 'Selected categories will temporary been disabled for maintenance.
109<br />If you lock a category, all its child categories become locked.
110<br />If you unlock a category, all its parent categories become unlocked.';
111$lang['cat_comments_title'] = 'Authorize users to add comments on selected categories';
112$lang['cat_comments_info'] = 'By inheritance, an element is commentable if it belongs at least to one commentable category.';
113$lang['cat_status_title'] = 'Manage authorizations for selected categories';
114$lang['cat_status_info'] = 'Selected categories are private : you will need to authorize users and/or groups to access to them.
115<br />If you make a category private, all its child categories becomes private.
116<br />If you make a category public, all its parent categories becomes public';
117$lang['cat_representant'] = 'Random representant';
118
119// Titles
120$lang['admin_panel'] = 'Administration Panel';
121$lang['default_message'] = 'PhpWebGallery Administration Control Panel';
122$lang['title_liste_users'] = 'Users list';
123$lang['title_history'] = 'History';
124$lang['title_update'] = 'Database update';
125$lang['title_configuration'] = 'PhpWebGallery configuration';
126$lang['title_instructions'] = 'Instructions';
127$lang['title_categories'] = 'Categories management';
128$lang['title_edit_cat'] = 'Edit a category';
129$lang['title_info_images'] = 'Modify category\'s image information';
130$lang['title_thumbnails'] = 'Thumbnail creation';
131$lang['title_thumbnails_2'] = 'for';
132$lang['title_default'] = 'PhpWebGallery administration';
133$lang['title_waiting'] = 'Pictures waiting for validation';
134$lang['title_cat_options'] = 'Categories options';
135$lang['title_groups'] = 'Groups management';
136$lang['title_cat_perm'] = 'Modify permissions for category';
137
138//Error messages
139$lang['cat_error_name'] = 'The name of a category should not be empty';
140
141//Configuration
142$lang['conf_confirmation'] = 'Information data registered in database';
143$lang['conf_default'] = 'Default display';
144$lang['conf_cookie'] = 'Session & Cookie';
145
146// Configuration -> general
147$lang['conf_general_title'] = 'Main configuration';
148$lang['conf_mail_webmaster'] = 'Webmaster mail adress';
149$lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail';
150$lang['conf_mail_webmaster_error'] = 'e-mail address refused, it must be like name@domain.com';
151$lang['conf_prefix'] = 'Thumbnail prefix';
152$lang['conf_prefix_info'] = 'Thumbnails use this prefix. Do not fill if your not sure.';
153$lang['conf_prefix_error'] = 'Thumbnail\'s prefix must only contain characters among : a to z (case insensitive), "-" or "_"';
154$lang['conf_access'] = 'Access type';
155$lang['conf_log_info'] = 'Keep an history of visits on your website ? Visits will be shown in the history section of the administration panel';
156$lang['conf_notification'] = 'Mail notification';
157$lang['conf_notification_info'] = 'Automated mail notification for adminsitrators (and only for them) when a user add a comment or upload a picture.';
158$lang['conf_gallery_locked'] = 'Lock gallery';
159$lang['conf_gallery_locked_info'] = 'Lock the entire gallery for maintenance. Only administrator users will be able to reach the gallery';
160
161// Configuration -> comments
162$lang['conf_comments_title'] = 'Users comments';
163$lang['conf_comments_forall'] = 'Comments for all ?';
164$lang['conf_comments_forall_info'] = 'Even guest not registered can post comments';
165$lang['conf_nb_comment_page'] = 'Number of comments per page';
166$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.';
167$lang['conf_nb_comment_page_error'] = 'The number of comments a page must be between 5 and 50 included.';
168$lang['conf_comments_validation'] = 'Validation';
169$lang['conf_comments_validation_info'] = 'An administrator validate users posted comments before the becom visible on the site';
170
171// Configuration -> default
172$lang['conf_default_title'] = 'Default display';
173$lang['conf_default_language_info'] = 'Default language';
174$lang['conf_default_theme_info'] = 'Default theme';
175$lang['conf_nb_image_line_info'] = 'Number of pictures for each row by default';
176$lang['conf_nb_line_page_info'] = 'Number of rows by page by default';
177$lang['conf_recent_period_info'] = 'By days. Period within a picture is shown as new. Must be superior to 1 day.';
178$lang['conf_default_expand_info'] = 'Expand all categories by default in the menu ?';
179$lang['conf_show_nb_comments_info'] = 'show the number of comments for each picture on the thumbnails page';
180
181// Configuration -> upload
182$lang['conf_upload_title'] = 'Users upload';
183$lang['conf_upload_maxfilesize'] = 'Maximum filesize';
184$lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 KB.';
185$lang['conf_upload_maxfilesize_error'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 KB.';
186$lang['conf_upload_maxwidth'] = 'Maximum width';
187$lang['conf_upload_maxwidth_info'] = 'Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels';
188$lang['conf_upload_maxwidth_error'] = 'maximum width authorized for the uploaded images must be a number superior to 10 pixels.';
189$lang['conf_upload_maxheight'] = 'Maximum height';
190$lang['conf_upload_maxheight_info'] = 'Maximum height authorized for the uploaded images. Must be a number superior to 10 pixels';
191$lang['conf_upload_maxheight_error'] = 'maximum height authorized for the uploaded images must be a number superior to 10 pixels.';
192$lang['conf_upload_tn_maxwidth'] = 'thumbnails maximum width';
193$lang['conf_upload_tn_maxwidth_info'] = 'Maximum width authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
194$lang['conf_upload_maxwidth_thumbnail_error'] = 'Maximum width authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
195$lang['conf_upload_tn_maxheight'] = 'Thumbnails maximum height';
196$lang['conf_upload_tn_maxheight_info'] = 'Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
197$lang['conf_upload_maxheight_thumbnail_error'] = 'Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
198
199// Configuration -> session
200$lang['conf_session_title'] = 'Sessions';
201$lang['conf_authorize_remembering'] = 'Authorize remembering';
202$lang['conf_authorize_remembering_info'] = 'Permits user to log for a long time. It creates a cookie on client side, with duration set in include/config.inc.php (1 year per default)';
203
204// Configuration -> metadata
205$lang['conf_metadata_title'] = 'Metadata';
206$lang['conf_use_exif'] = 'Use EXIF';
207$lang['conf_use_exif_info'] = 'Use EXIF data during metadata synchronization into PhpWebGallery database';
208$lang['conf_use_iptc'] = 'Use IPTC';
209$lang['conf_use_iptc_info'] = 'Use IPTC data during metadata synchronization into PhpWebGallery database';
210$lang['conf_show_exif'] = 'Show EXIF';
211$lang['conf_show_exif_info'] = 'Give the possibility to show EXIF metadata on visualisation page. See include/config.inc.php for available EXIF fields';
212$lang['conf_show_iptc'] = 'Show IPTC';
213$lang['conf_show_iptc_info'] = 'Give the possibility to show IPTC metadata on visualisation page. See include/config.inc.php for available IPTC fields';
214
215// Configuration -> remote
216$lang['conf_remote_site_delete_info'] = 'Deleting a remote server will delete all the image and the categories in relation with this server.';
217
218// Image informations
219$lang['title_picmod'] = 'Modify informations about a picture';
220$lang['infoimage_general'] = 'General options for the category';
221$lang['infoimage_useforall'] = 'use for all pictures ?';
222$lang['infoimage_creation_date'] = 'Creation date';
223$lang['infoimage_detailed'] = 'Option for each picture';
224$lang['infoimage_title'] = 'Title';
225$lang['infoimage_keyword_separation'] = '(separate with coma ",")';
226$lang['infoimage_addtoall'] = 'add to all';
227$lang['infoimage_removefromall'] = 'remove from all';
228$lang['infoimage_associate'] = 'Associate to the category';
229$lang['infoimage_associated'] = 'virtually associated to';
230$lang['infoimage_dissociated'] = 'dissociated from';
231$lang['storage_category'] = 'storage category';
232$lang['represents'] = 'represents';
233$lang['doesnt_represent'] = 'doesn\'t represent';
234$lang['cat_unknown_id'] = 'This category is unknown in the database';
235$lang['dissociate'] = 'dissociate';
236
237// Thumbnails
238$lang['tn_width'] = 'width';
239$lang['tn_height'] = 'height';
240$lang['tn_no_support'] = 'Picture unreachable or no support';
241$lang['tn_format'] = 'for the file format';
242$lang['tn_thisformat'] = 'for this file format';
243$lang['tn_err_width'] = 'width must be a number superior to';
244$lang['tn_err_height'] = 'height must be a number superior to';
245$lang['tn_results_title'] = 'Results of miniaturization';
246$lang['tn_picture'] = 'picture';
247$lang['tn_results_gen_time'] = 'generated in';
248$lang['tn_stats'] = 'General statistics';
249$lang['tn_stats_nb'] = 'number of miniaturized pictures';
250$lang['tn_stats_total'] = 'total time';
251$lang['tn_stats_max'] = 'max time';
252$lang['tn_stats_min'] = 'min time';
253$lang['tn_stats_mean'] = 'average time';
254$lang['tn_err'] = 'You made mistakes';
255$lang['tn_params_title'] = 'Miniaturization parameters';
256$lang['tn_params_GD'] = 'GD version';
257$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.';
258$lang['tn_params_width_info'] = 'maximum width that thumbnails can take';
259$lang['tn_params_height_info'] = 'maximum height that thumbnails can take';
260$lang['tn_params_create'] = 'create';
261$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.';
262$lang['tn_params_format'] = 'file format';
263$lang['tn_params_format_info'] = 'only jpeg file format is supported for thumbnail creation';
264$lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
265$lang['tn_dirs_title'] = 'Directories list';
266$lang['tn_dirs_alone'] = 'pictures without thumbnail';
267$lang['tn_no_missing'] = 'No missing thumbnail';
268
269// Waiting files
270$lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';
271
272// Update
273$lang['update_missing_tn'] = 'the thumbnail is missing for';
274$lang['update_missing_tn_short'] = 'missing thumbnail';
275$lang['update_missing_tn_info'] = 'a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :';
276$lang['update_disappeared_tn'] = 'the thumbnail disapeared';
277$lang['update_disappeared'] = 'doesn\'t exist';
278$lang['update_part_deletion'] = 'Deletion of images that have no thumbnail or that doesn\'t exist';
279$lang['update_part_research'] = 'Search for new images in the directories';
280$lang['update_research_added'] = 'added';
281$lang['update_research_deleted'] = 'deleted';
282$lang['update_research_tn_ext'] = 'thumbnail in';
283$lang['update_nb_new_elements'] = 'elements added in the database';
284$lang['update_nb_del_elements'] = 'elements deleted in the database';
285$lang['update_nb_new_categories'] = 'categories added in the database';
286$lang['update_nb_del_categories'] = 'categories deleted in the database';
287$lang['update_default_title'] = 'Choose an option';
288$lang['update_sync_files'] = 'synchronize files structure with database';
289$lang['update_sync_dirs'] = 'only directories';
290$lang['update_sync_all'] = 'directories + files';
291$lang['update_sync_metadata'] = 'synchronize files metadata with database elements informations';
292$lang['update_sync_metadata_new'] = 'only never synchronized elements';
293$lang['update_sync_metadata_all'] = 'even already synchronized elements';
294$lang['update_cats_subset'] = 'reduce to single existing categories';
295$lang['update_nb_errors'] = 'errors during synchronization';
296$lang['update_error_list_title'] = 'Error list';
297$lang['update_errors_caption'] = 'Errors caption';
298$lang['update_display_info'] = 'display maximum informations (added categories and elements, deleted categories and elements)';
299$lang['update_simulate'] = 'only perform a simulation (no change in database will be made)';
300$lang['update_infos_title'] = 'Detailed informations';
301$lang['update_simulation_title'] = '[Simulation]';
302$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
303$lang['update_wrong_dirname_short'] = 'wrong filename';
304$lang['update_wrong_dirname_info'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
305
306// History
307$lang['stats_title'] = 'Last year statistics';
308$lang['stats_month_title'] = 'Monthly statistics';
309$lang['stats_pages_seen'] = 'Pages seen';
310$lang['stats_global_graph_title'] = 'Pages seen by month';
311$lang['stats_visitors_graph_title'] = 'Nombre de visiteurs par jour';
312
313// Users
314$lang['title_user_modify'] = 'Modify a user';
315$lang['title_user_perm'] = 'Modify permission for user';
316$lang['user_err_modify'] = 'This user can\'t be modified or deleted';
317$lang['user_err_unknown'] = 'This user doesn\'t exist in the database';
318$lang['user_management'] = 'Special field for administrators';
319$lang['user_status'] = 'User status';
320$lang['user_status_admin'] = 'Administrator';
321$lang['user_status_guest'] = 'User';
322$lang['user_delete'] = 'Delete user';
323$lang['user_delete_hint'] = 'Click here to delete this user. Warning! This operation cannot be undone!';
324$lang['permuser_only_private'] = 'Only private categories are shown';
325$lang['permuser_info'] = 'Only private categories are listed. Private/Public category status can be set in screen "Categories &gt; Public / Private"';
326$lang['order_by'] = 'order by';
327$lang['registration_date'] = 'registration date';
328$lang['ascending'] = 'ascending';
329$lang['descending'] = 'descending';
330$lang['actions'] = 'actions';
331
332// Groups
333$lang['group_confirm_delete']= 'Confirm group deletion';
334$lang['group_add'] = 'Add a group';
335$lang['group_add_error1'] = 'The name of a group must not contain " or \' or be empty.';
336$lang['group_add_error2'] = 'This name is already used by another group.';
337$lang['group_list_title'] = 'List of existing groups';
338$lang['group_edit'] = 'Manage users of the group';
339$lang['group_deny_user'] = 'Deny selected';
340$lang['group_add_user']= 'Add user';
341$lang['title_group_perm'] = 'Modify permissions for group';
342?>
Note: See TracBrowser for help on using the repository browser.