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

Last change on this file since 604 was 604, checked in by plg, 19 years ago
  • admin/cat_options page really added this time : manage options for the whole categories tree : uploadable, commentable, status and visible
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 20.0 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-2004 PhpWebGallery Team - http://phpwebgallery.net |
6// +-----------------------------------------------------------------------+
7// | branch        : BSF (Best So Far)
8// | file          : $RCSfile$
9// | last update   : $Date: 2004-11-15 21:42:55 +0000 (Mon, 15 Nov 2004) $
10// | last modifier : $Author: plg $
11// | revision      : $Revision: 604 $
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$lang['visitors'] = 'Visitors';
48
49// Specific words
50$lang['phpinfos'] = 'PHP Information';
51$lang['remote_site'] = 'Remote site';
52$lang['remote_sites'] = 'Remote sites';
53$lang['gallery_default'] = 'Gallery Default';
54$lang['upload'] = 'Upload';
55
56// Remote sites management
57$lang['remote_site_create'] = 'Create a new site : (give its URL to generate_file_listing.php)';
58$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 "_"';
59$lang['remote_site_already_exists'] = 'This site already exists';
60$lang['remote_site_generate'] = 'generate listing';
61$lang['remote_site_generate_hint'] = 'generate file listing.xml on remote site';
62$lang['remote_site_update'] = 'update';
63$lang['remote_site_update_hint'] = 'read remote listing.xml and updates database';
64$lang['remote_site_clean'] = 'clean';
65$lang['remote_site_clean_hint'] = 'remove remote listing.xml file';
66$lang['remote_site_delete'] = 'delete';
67$lang['remote_site_delete_hint'] = 'delete this site and all its attached elements';
68$lang['remote_site_file_not_found'] = 'file create_listing_file.php on remote site was not found';
69$lang['remote_site_error'] = 'an error happened';
70$lang['remote_site_listing_not_found'] = 'listing.xml file was not found';
71$lang['remote_site_removed'] = 'was removed on remote site';
72$lang['remote_site_removed_title'] = 'Removed elements';
73$lang['remote_site_created'] = 'created';
74$lang['remote_site_deleted'] = 'deleted';
75$lang['remote_site_local_found'] = 'A local listing.xml file has been found for ';
76$lang['remote_site_local_new'] = '(new site)';
77$lang['remote_site_local_update'] = 'read local listing.xml and update';
78
79// Categorie words
80$lang['cat_up'] = 'Move up';
81$lang['cat_down'] = 'Move down';
82$lang['cat_add'] = 'Add a virtual category';
83$lang['cat_virtual'] = 'Virtual category';
84$lang['cat_public'] = 'Public category';
85$lang['cat_private'] = 'Private category';
86$lang['cat_image_info'] = 'Images info';
87$lang['editcat_status'] = 'Status';
88$lang['editcat_confirm'] = 'Category informations updated successfully.';
89$lang['editcat_perm'] = 'To set permissions for this category, click';
90$lang['cat_upload'] = 'Select uploadable categories';
91$lang['cat_upload_info'] = 'Only non virtual categories are shown.';
92$lang['cat_lock'] = 'Lock';
93$lang['cat_lock_info'] = 'This category will temporary been disabled for maintenance.';
94$lang['cat_access_info'] = 'Permission management.';
95
96// Titles
97$lang['admin_panel'] = 'Administration Panel';
98$lang['default_message'] = 'PhpWebGallery Administration Control Panel';
99$lang['title_liste_users'] = 'Users list';
100$lang['title_history'] = 'History';
101$lang['title_update'] = 'Database update';
102$lang['title_configuration'] = 'PhpWebGallery configuration';
103$lang['title_instructions'] = 'Instructions';
104$lang['title_categories'] = 'Categories management';
105$lang['title_edit_cat'] = 'Edit a category';
106$lang['title_info_images'] = 'Modify category\'s image information';
107$lang['title_thumbnails'] = 'Thumbnail creation';
108$lang['title_thumbnails_2'] = 'for';
109$lang['title_default'] = 'PhpWebGallery administration';
110$lang['title_waiting'] = 'Pictures waiting for validation';
111$lang['title_cat_options'] = 'Categories options';
112
113//Error messages
114$lang['cat_error_name'] = 'The name of a category mustn\'t be empty';
115
116//Configuration
117$lang['conf_confirmation'] = 'Information data registered in database';
118$lang['conf_default'] = 'Default display';
119$lang['conf_cookie'] = 'Session & Cookie';
120
121// Configuration -> general
122$lang['conf_general_title'] = 'Main configuration';
123$lang['conf_mail_webmaster'] = 'Webmaster mail adress';
124$lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail';
125$lang['conf_mail_webmaster_error'] = 'e-mail address refused, it must be like name@domain.com';
126$lang['conf_prefix'] = 'Thumbnail prefix';
127$lang['conf_prefix_info'] = 'Thumbnails use this prefix. Do not fill if your not sure.';
128$lang['conf_prefix_error'] = 'Thumbnail\'s prefix must only contain characters among : a to z (case insensitive), "-" or "_"';
129$lang['conf_access'] = 'Access type';
130$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';
131$lang['conf_log_info'] = 'Keep an history of visits on your website ? Visits will be shown in the history section of the administration panel';
132$lang['conf_notification'] = 'Mail notification';
133$lang['conf_notification_info'] = 'Automated mail notification for adminsitrators (and only for them) when a user add a comment or upload a picture.';
134
135// Configuration -> comments
136$lang['conf_comments_title'] = 'Users comments';
137$lang['conf_comments_forall'] = 'Comments for all ?';
138$lang['conf_comments_forall_info'] = 'Even guest not registered can post comments';
139$lang['conf_nb_comment_page'] = 'Number of comments per page';
140$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.';
141$lang['conf_nb_comment_page_error'] = 'The number of comments a page must be between 5 and 50 included.';
142$lang['conf_comments_validation'] = 'Validation';
143$lang['conf_comments_validation_info'] = 'An administrator validate users posted comments before the becom visible on the site';
144
145// Configuration -> default
146$lang['conf_default_title'] = 'Default display';
147$lang['conf_default_language_info'] = 'Default language';
148$lang['conf_default_theme_info'] = 'Default theme';
149$lang['conf_nb_image_line_info'] = 'Number of pictures for each row by default';
150$lang['conf_nb_line_page_info'] = 'Number of rows by page by default';
151$lang['conf_recent_period_info'] = 'By days. Period within a picture is shown as new. Must be superior to 1 day.';
152$lang['conf_default_expand_info'] = 'Expand all categories by default in the menu ?';
153$lang['conf_show_nb_comments_info'] = 'show the number of comments for each picture on the thumbnails page';
154
155// Configuration -> upload
156$lang['conf_upload_title'] = 'Users upload';
157$lang['conf_upload_maxfilesize'] = 'Maximum filesize';
158$lang['conf_upload_maxfilesize_info'] = 'Maximum filesize for the uploaded pictures. Must be a number between 10 and 1000 KB.';
159$lang['conf_upload_maxfilesize_error'] = 'Maximum filesize for the uploaded pictures must be a number between 10 and 1000 KB.';
160$lang['conf_upload_maxwidth'] = 'Maximum width';
161$lang['conf_upload_maxwidth_info'] = 'Maximum width authorized for the uploaded images. Must be a number superior to 10 pixels';
162$lang['conf_upload_maxwidth_error'] = 'maximum width authorized for the uploaded images must be a number superior to 10 pixels.';
163$lang['conf_upload_maxheight'] = 'Maximum height';
164$lang['conf_upload_maxheight_info'] = 'Maximum height authorized for the uploaded images. Must be a number superior to 10 pixels';
165$lang['conf_upload_maxheight_error'] = 'maximum height authorized for the uploaded images must be a number superior to 10 pixels.';
166$lang['conf_upload_tn_maxwidth'] = 'thumbnails maximum width';
167$lang['conf_upload_tn_maxwidth_info'] = 'Maximum width authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
168$lang['conf_upload_maxwidth_thumbnail_error'] = 'Maximum width authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
169$lang['conf_upload_tn_maxheight'] = 'Thumbnails maximum height';
170$lang['conf_upload_tn_maxheight_info'] = 'Maximum height authorized for the uploaded thumbnails. Must be a number superior to 10 pixels';
171$lang['conf_upload_maxheight_thumbnail_error'] = 'Maximum height authorized for the uploaded thumbnails must be a number superior to 10 pixels.';
172
173// Configuration -> session
174$lang['conf_session_title'] = 'Sessions';
175$lang['conf_authorize_remembering'] = 'Authorize remembering';
176$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)';
177
178// Configuration -> metadata
179$lang['conf_metadata_title'] = 'Metadata';
180$lang['conf_use_exif'] = 'Use EXIF';
181$lang['conf_use_exif_info'] = 'Use EXIF data during metadata synchronization into PhpWebGallery database';
182$lang['conf_use_iptc'] = 'Use IPTC';
183$lang['conf_use_iptc_info'] = 'Use IPTC data during metadata synchronization into PhpWebGallery database';
184$lang['conf_show_exif'] = 'Show EXIF';
185$lang['conf_show_exif_info'] = 'Give the possibility to show EXIF metadata on visualisation page. See include/config.inc.php for available EXIF fields';
186$lang['conf_show_iptc'] = 'Show IPTC';
187$lang['conf_show_iptc_info'] = 'Give the possibility to show IPTC metadata on visualisation page. See include/config.inc.php for available IPTC fields';
188
189// Configuration -> remote
190$lang['conf_remote_site_delete_info'] = 'Deleting a remote server will delete all the image and the categories in relation with this server.';
191
192// Image informations
193$lang['infoimage_general'] = 'General options for the category';
194$lang['infoimage_useforall'] = 'use for all pictures ?';
195$lang['infoimage_creation_date'] = 'Creation date';
196$lang['infoimage_detailed'] = 'Option for each picture';
197$lang['infoimage_title'] = 'Title';
198$lang['infoimage_keyword_separation'] = '(separate with coma ",")';
199$lang['infoimage_addtoall'] = 'add to all';
200$lang['infoimage_removefromall'] = 'remove from all';
201$lang['infoimage_associate'] = 'Associate to the category';
202
203// Update
204$lang['update_missing_tn'] = 'the thumbnail is missing for';
205$lang['update_disappeared_tn'] = 'the thumbnail disapeared';
206$lang['update_disappeared'] = 'doesn\'t exist';
207$lang['update_part_deletion'] = 'Deletion of images that have no thumbnail or that doesn\'t exist';
208$lang['update_part_research'] = 'Search for new images in the directories';
209$lang['update_research_added'] = 'added';
210$lang['update_research_tn_ext'] = 'thumbnail in';
211$lang['update_nb_new_elements'] = 'elements added in the database';
212$lang['update_nb_del_elements'] = 'elements deleted in the database';
213$lang['update_nb_new_categories'] = 'categories added in the database';
214$lang['update_nb_del_categories'] = 'categories deleted in the database';
215$lang['update_default_title'] = 'Choose an option';
216$lang['update_sync_files'] = 'synchronize files structure with database';
217$lang['update_sync_dirs'] = 'only directories';
218$lang['update_sync_all'] = 'directories + files';
219$lang['update_sync_metadata'] = 'synchronize files metadata with database elements informations';
220$lang['update_sync_metadata_new'] = 'only never synchronized elements';
221$lang['update_sync_metadata_all'] = 'even already synchronized elements';
222$lang['update_cats_subset'] = 'reduce to single existing categories';
223
224// History
225$lang['stats_title'] = 'Last year statistics';
226$lang['stats_month_title'] = 'Monthly statistics';
227$lang['stats_pages_seen'] = 'Pages seen';
228$lang['stats_empty'] = 'empty history';
229$lang['stats_global_graph_title'] = 'Pages seen by month';
230$lang['stats_visitors_graph_title'] = 'Nombre de visiteurs par jour';
231
232$lang['menu_add_user'] = 'add';
233$lang['menu_list_user'] = 'list';
234$lang['user_err_modify'] = 'This user can\'t be modified or deleted';
235$lang['user_err_unknown'] = 'This user doesn\'t exist in the database';
236$lang['adduser_info_message'] = 'Informations registered in the database for user ';
237$lang['adduser_info_password_updated'] = '(password updated)';
238$lang['adduser_info_back'] = 'back to the users list';
239$lang['adduser_fill_form'] = 'Please fill the following form';
240$lang['adduser_unmodify'] = 'unmodifiable';
241$lang['adduser_status'] = 'status';
242$lang['adduser_status_admin'] = 'admin';
243$lang['adduser_status_guest'] = 'guest';
244$lang['permuser_info_message'] = 'Permissions registered';
245$lang['permuser_title'] = 'Restrictions for user';
246$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';
247
248$lang['permuser_parent_forbidden'] = 'parent category forbidden';
249$lang['listuser_confirm'] = 'Do you really want to delete this user';
250$lang['listuser_info_deletion'] = 'was removed from database';
251$lang['listuser_user_group'] = 'Users group';
252$lang['listuser_modify'] = 'modify';
253$lang['listuser_modify_hint'] = 'modify informations of';
254$lang['listuser_permission'] = 'Permissions';
255$lang['listuser_permission_hint'] = 'modify permissions of';
256$lang['listuser_delete'] = 'delete';
257$lang['listuser_delete_hint'] = 'delete user';
258$lang['listuser_button_all'] = 'all';
259$lang['listuser_button_invert'] = 'invert';
260$lang['listuser_button_create_address'] = 'create mail address';
261
262$lang['tn_width'] = 'width';
263$lang['tn_height'] = 'height';
264$lang['tn_no_support'] = 'Picture unreachable or no support';
265$lang['tn_format'] = 'for the file format';
266$lang['tn_thisformat'] = 'for this file format';
267$lang['tn_err_width'] = 'width must be a number superior to';
268$lang['tn_err_height'] = 'height must be a number superior to';
269$lang['tn_results_title'] = 'Results of miniaturization';
270$lang['tn_picture'] = 'picture';
271$lang['tn_results_gen_time'] = 'generated in';
272$lang['tn_stats'] = 'General statistics';
273$lang['tn_stats_nb'] = 'number of miniaturized pictures';
274$lang['tn_stats_total'] = 'total time';
275$lang['tn_stats_max'] = 'max time';
276$lang['tn_stats_min'] = 'min time';
277$lang['tn_stats_mean'] = 'average time';
278$lang['tn_err'] = 'You made mistakes';
279$lang['tn_params_title'] = 'Miniaturization parameters';
280$lang['tn_params_GD'] = 'GD version';
281$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.';
282$lang['tn_params_width_info'] = 'maximum width that thumbnails can take';
283$lang['tn_params_height_info'] = 'maximum height that thumbnails can take';
284$lang['tn_params_create'] = 'create';
285$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.';
286$lang['tn_params_format'] = 'file format';
287$lang['tn_params_format_info'] = 'only jpeg file format is supported for thumbnail creation';
288$lang['tn_alone_title'] = 'pictures without thumbnail (jpeg and png only)';
289$lang['tn_dirs_title'] = 'Directories list';
290$lang['tn_dirs_alone'] = 'pictures without thumbnail';
291
292
293$lang['title_add'] = 'Add a user';
294$lang['title_modify'] = 'Modify a user';
295$lang['title_groups'] = 'Groups management';
296$lang['title_user_perm'] = 'Modify permission for user';
297$lang['title_cat_perm'] = 'Modify permissions for category';
298$lang['title_group_perm'] = 'Modify permissions for group';
299$lang['title_picmod'] = 'Modify informations about a picture';
300$lang['adduser_associate'] = 'Associate to group';
301$lang['group_add'] = 'Add a group';
302$lang['group_add_error1'] = 'The name of a group must not contain " or \'';
303$lang['group_add_error2'] = 'This name is already used by another group';
304$lang['group_confirm'] = 'Are you sure you want to remove this group ?';
305$lang['group_list_title'] = 'List of existing groups';
306$lang['group_err_unknown'] = 'This group doesn\'t exist in the database';
307$lang['stats_pages_seen'] = 'pages seen';
308$lang['stats_visitors'] = 'guests';
309$lang['stats_empty'] = 'empty history';
310$lang['stats_pages_seen_graph_title'] = 'Number of pages seen by day';
311$lang['stats_visitors_graph_title'] = 'Number of guests by day';
312$lang['comments_last_title'] = 'Last comments';
313$lang['comments_non_validated_title'] = 'Comments waiting for validation';
314
315$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)';
316$lang['permuser_only_private'] = 'Only private categories are shown';
317$lang['waiting_update'] = 'Validated pictures will be displayed only once pictures database updated';
318$lang['cat_unknown_id'] = 'This category is unknown in the database';
319$lang['install_warning'] = 'The file "install.php" is still present. Please remove it from your server. It is not secure to keep it.';
320
321$lang['cat_list_update_metadata'] = 'Synchronize<br />metadata';
322$lang['cat_list_update_metadata_confirmation'] = 'files metadata updated';
323$lang['cat_list_virtual_category_added'] = 'virtual category added';
324$lang['cat_list_virtual_category_deleted'] = 'virtual category deleted';
325
326$lang['cat_options_menu'] = 'Options';
327$lang['cat_options_menu_upload'] = 'upload';
328$lang['cat_options_menu_visible'] = 'lock';
329$lang['cat_options_menu_comments'] = 'comments';
330$lang['cat_options_menu_status'] = 'access';
331$lang['cat_options_upload_true'] = 'authorize upload';
332$lang['cat_options_upload_false'] = 'forbid upload';
333$lang['cat_options_upload_info'] = '(multi)select categories to make them uploadable or not. Upload is not applicable to virtual categories and to categories from a remote site.';
334$lang['cat_options_comments_true'] = 'authorize comments';
335$lang['cat_options_comments_false'] = 'forbid comments';
336$lang['cat_options_comments_info'] = '(multi)select categories to make them commentable or not. By inheritance, an element is commentable if it belongs at least to one commentable category.';
337$lang['cat_options_visible_true'] = 'unlock';
338$lang['cat_options_visible_false'] = 'lock temporary';
339$lang['cat_options_visible_info'] = '(multi)select categories to lock or unlock them. If you lock category,  all its child categories becomes locked. It you unlock a category, all its parent categories becomes unlocked';
340$lang['cat_options_status_true'] = 'public';
341$lang['cat_options_status_false'] = 'private';
342$lang['cat_options_status_info'] = '(multi)select categories to make them public or private. If you make a category private, all its child categories becomes private. It you make a category public, all its parent categories becomes public';
343?>
Note: See TracBrowser for help on using the repository browser.