source: trunk/language/en_UK.iso-8859-1/common.lang.php @ 630

Last change on this file since 630 was 630, checked in by gweltas, 20 years ago

Update of the user preferences panel.
Deletion of some PREFIX_TABLE occurences

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 14.7 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-12-02 15:42:57 +0000 (Thu, 02 Dec 2004) $
10// | last modifier : $Author: gweltas $
11// | revision      : $Revision: 630 $
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// Langage informations
29$lang_info['language_name'] = 'English';
30$lang_info['country'] = 'Great Britain';
31$lang_info['charset'] = 'iso-8859-1';
32$lang_info['direction'] = 'ltr';
33$lang_info['code'] = 'en';
34
35// Main words
36$lang['category'] = 'Category';
37$lang['categories'] = 'Categories';
38$lang['thumbnail'] = 'Thumbnail';
39$lang['thumbnails'] = 'Thumbnails';
40$lang['search'] = 'Search';
41$lang['comment'] = 'Comment';
42$lang['comments'] = 'Comments';
43$lang['picture'] = 'Picture';
44$lang['pictures'] = 'Pictures';
45$lang['no'] = 'No';
46$lang['yes'] = 'Yes';
47$lang['date'] = 'Date';
48$lang['description'] = 'Description';
49$lang['author'] = 'Author';
50$lang['size'] = 'Size';
51$lang['filesize'] = 'Filesize';
52$lang['file'] = 'File';
53$lang['keywords'] = 'Keywords';
54$lang['default'] = 'Default';
55$lang['send_mail'] = 'Contact';
56$lang['webmaster'] = 'Webmaster';
57$lang['language']='Language';
58
59//Properties
60$lang['registration_date'] = 'Registered on';
61$lang['creation_date'] = 'Created on';
62
63// Form words
64$lang['submit'] = 'Submit';
65$lang['delete'] = 'Delete';
66$lang['reset'] = 'Reset';
67
68// Navigation
69$lang['home'] = 'Home';
70$lang['home_hint'] = 'Back to the home page';
71$lang['special_categories'] = 'Specials';
72$lang['favorite_cat'] = 'my favorites';
73$lang['favorite_cat_hint'] = 'display my favorites pictures';
74$lang['most_visited_cat'] = 'most visited';
75$lang['most_visited_cat_hint'] = 'displays most visited pictures';
76$lang['best_rated_cat'] = 'best rated';
77$lang['best_rated_cat_hint'] = 'displays best rated items';
78$lang['recent_pics_cat'] = 'Last pictures';
79$lang['recent_pics_cat_hint'] = 'Displays most recent pictures';
80$lang['recent_cats_cat'] = 'Last categories';
81$lang['recent_cats_cat_hint'] = 'Displays recently updated categories';
82$lang['about'] = 'about';
83$lang['hint_about'] = 'more informations on PhpWebGallery...';
84$lang['admin'] = 'Administration';
85$lang['hint_admin'] = 'available for administrators only';
86
87// Identification
88$lang['login'] = 'Login';
89$lang['logout'] = 'Logout';
90$lang['password'] = 'Password';
91$lang['customize'] = 'Customize';
92$lang['new'] = 'New';
93$lang['identification'] = 'Identification';
94$lang['remember_me'] = 'Auto login';
95
96//Calendar
97$lang['calendar'] = 'calendar';
98$lang['calendar_hint'] = 'displays each day with pictures, month per month';
99$lang['calendar_picture_hint'] = 'displays pictures added on ';
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['w_month'] = 'Month';
120$lang['w_day'] = 'Day';
121$lang['days'] = 'days';
122$lang['today']='Today';
123
124// Customization
125$lang['customize_page_title'] = 'Your Gallery Customization ';
126$lang['customize_title'] = 'Customization';
127$lang['preferences'] = 'Preferences';
128$lang['mail_address'] = 'E-mail address';
129$lang['password_hint'] = 'You only have to give your password if you wish to change your e-mail';
130$lang['new_password'] = 'New password';
131$lang['new_password_hint'] = 'You only have to give a password if you wish to change it.';
132$lang['confirm_password_hint'] = 'You only have to confirm your new password if you wish to change it.';
133$lang['nb_image_per_row'] = 'Number of images per row';
134$lang['nb_row_per_page'] = 'Number of rows per page';
135$lang['maxwidth'] = 'Maximum width of the pictures';
136$lang['maxheight'] = 'Maximum height of the pictures';
137$lang['maxwidth_error'] = 'Maximum width must be a number superior to 50';
138$lang['maxheight_error'] = 'Maximum height must be a number superior to 50';
139$lang['theme'] = 'Interface theme';
140$lang['auto_expand'] = 'Expand all categories';
141$lang['show_nb_comments'] = 'Show number of comments';
142$lang['recent_period'] = 'Recent period';
143$lang['periods_error'] = 'Recent period must be a positive integer value';
144
145// Registration
146$lang['register_page_title'] = 'Registration';
147$lang['register_title'] = 'Registration';
148$lang['reg_err_login1'] = 'Please, enter a login';
149$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
150$lang['reg_err_login3'] = 'login mustn\'t start with a space character';
151$lang['reg_err_login4'] = 'login mustn\'t contain characters " and \'';
152$lang['reg_err_login5'] = 'this login is already used';
153$lang['reg_err_pass'] = 'please enter your password again';
154$lang['reg_confirm'] = 'Confirm password';
155$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
156
157// search
158$lang['search_title'] = 'Search';
159$lang['search_options'] = 'Search Options';
160$lang['search_keywords'] = 'Search for words';
161$lang['search_keywords_hint'] = 'Search for entered words in all the attributes related to the pictures displayed in the gallery. Use * as a wildcard for partial matches';
162$lang['search_mode_or'] = 'Search for any terms';
163$lang['search_mode_and'] = 'Search for all terms ';
164$lang['search_author'] = 'Search for Author';
165$lang['search_categories'] = 'Search in Categories';
166$lang['search_subcats_included'] = 'Search in subcategroies';
167$lang['search_categories_hint'] = 'Select the category or categories you wish to search in. For speed all subcategories can be searched by selecting the parent and setting enable search subcategories below.';
168$lang['search_explain'] = 'Use * as a wildcard for partial matches';
169$lang['search_date'] = 'Search by Date';
170$lang['search_date_hint'] = 'Select a date and/or an ending date for your query.<br />
171Leave date empty if you want to make a "before" query.<br />
172The year must be entered in the last field in the following format : 0000 (i.e. 2004)';
173$lang['search_date_from'] = 'Date';
174$lang['search_date_to'] = 'End-Date';
175$lang['search_date_type'] = 'Kind of date';
176$lang['search_date_available'] = 'Availability';
177$lang['search_date_creation'] = 'Creation';
178$lang['search_sort'] = 'Sort results by';
179$lang['search_ascending'] = 'Ascending';
180$lang['search_descending'] = 'Descending';
181$lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered.';
182$lang['search_result'] = 'Search results';
183
184$lang['Look_up_user'] = 'Seek user';
185$lang['Find_username'] = 'Find a username';
186$lang['No_match'] = 'No match';
187$lang['Select_username'] = 'Select a username';
188$lang['Close'] = 'Close the window';
189$lang['Select'] = 'Select';
190
191$lang['only_members'] = 'Only members can access this page';
192$lang['invalid_pwd'] = 'Invalid password!';
193$lang['access_forbiden'] = 'You are not authorized to access this page';
194$lang['diapo_default_page_title'] = 'No category selected';
195$lang['hint_category'] = 'shows images at the root of this categry';
196$lang['total_images'] = 'total';
197$lang['title_menu'] = 'Menu';
198$lang['change_login'] = 'change login';
199$lang['hint_login'] = 'identification enables site\'s appareance customization';
200$lang['hint_customize'] = 'customize the appareance of the gallery';
201$lang['hint_search'] = 'search';
202
203$lang['no_category'] = 'Home';
204$lang['page_number'] = 'page number';
205$lang['previous_page'] = 'Previous';
206$lang['next_page'] = 'Next';
207$lang['recent_image'] = 'Image within the';
208$lang['days'] = 'days';
209
210$lang['title_send_mail'] = 'A comment on your site';
211$lang['sub-cat'] = 'subcategories';
212$lang['images_available'] = 'images in this category';
213$lang['total'] = 'images';
214$lang['upload_picture'] = 'Upload a picture';
215$lang['generation_time'] = 'Page generated in';
216$lang['favorites'] = 'Favorites';
217$lang['about_page_title'] = 'About PhpWebGallery';
218$lang['about_title'] = 'About...';
219$lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div>
220<ul>
221  <li>This website uses the version '.PHPWG_VERSION.' of "<a href="htt://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a>. PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li>
222  <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).</li>
223  <li>If you have any suggestions or comments, please visit <a href="http://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="http://forum.phpwebgallery.net" style="text-decoration:underline">forum</a>.</li>
224</ul>';
225$lang['ident_page_title'] = 'Identification';
226$lang['ident_title'] = 'Identification';
227$lang['ident_register'] = 'Register';
228$lang['ident_forgotten_password'] = 'Forget your password ?';
229$lang['ident_guest_visit'] = 'Go through the gallery as a visitor';
230
231$lang['previous_image'] = 'Previous';
232$lang['next_image'] = 'Next';
233$lang['info_image_title'] = 'Image information';
234$lang['link_info_image'] = 'Modify information';
235$lang['true_size'] = 'Real size';
236$lang['comments_title'] = 'Comments from the users of the site';
237$lang['comments_del'] = 'delete this comment';
238$lang['comments_add'] = 'Add a comment';
239
240$lang['add_favorites_alt'] = 'Add to favorites';
241$lang['add_favorites_hint'] = 'Add this picture to your favorites';
242$lang['del_favorites_alt'] = 'Delete from favorites';
243$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
244
245$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
246$lang['upload_file_exists'] = 'A picture\'s name already used';
247$lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image';
248$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
249$lang['upload_title'] = 'Upload a picture';
250$lang['upload_advise'] = 'Choose an image to place in the category : ';
251$lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to ';
252$lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed : ';
253$lang['upload_advise_width'] = 'the width of the picture must not exceed : ';
254$lang['upload_advise_height'] = 'the height of the picture must not exceed : ';
255$lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gif or png';
256$lang['upload_err_username'] = 'the username must be given';
257$lang['upload_username'] = 'Username';
258$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
259
260$lang['guest'] = 'guest';
261$lang['add'] = 'add';
262$lang['dissociate'] = 'dissociate';
263$lang['mandatory'] = 'obligatory';
264$lang['err_date'] = 'wrong date';
265$lang['IP'] = 'IP';
266
267$lang['errors_title'] = 'Errors';
268$lang['infos_title'] = 'Informations';
269$lang['category_representative'] = 'representative';
270
271
272$lang['visited'] = 'visited';
273$lang['times'] = 'times';
274$lang['slideshow'] = 'slideshow';
275$lang['period_seconds'] = 'seconds per picture';
276$lang['slideshow_stop'] = 'stop the slideshow';
277$lang['download'] = 'download';
278$lang['download_hint'] = 'download this file';
279$lang['comment_added'] = 'Your comment has been registered';
280$lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.';
281$lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment';
282$lang['comment_user_exists'] = 'This login is already used by another user';
283$lang['invalid_search'] = 'Searched words must be grater than 3 characters and must not contain punctuation mark';
284$lang['upload_name'] = 'Name of the picture';
285$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")';
286$lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)';
287$lang['upload_comment'] = 'Comment';
288$lang['mail_hello'] = 'Hi,';
289$lang['mail_new_upload_subject'] = 'New picture on the website';
290$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.';
291$lang['mail_new_comment_subject'] = 'New comment on website';
292$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';
293$lang['connected_user'] = 'connected user';
294$lang['title_comments'] = 'Users comments';
295$lang['stats_last_days'] = 'last days';
296$lang['hint_comments'] = 'See last users comments';
297$lang['menu_login'] = 'login';
298$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
299$lang['hello'] = 'Hello';
300
301$lang['picture_show_metadata'] = 'Show file metadata ?';
302$lang['picture_hide_metadata'] = 'Hide file metadata';
303$lang['to_rate'] = 'Rate';
304$lang['update_rate'] = 'Update your rating';
305$lang['element_rate'] = 'rate';
306$lang['already_rated'] = 'You\'ve already rated this item';
307$lang['never_rated'] = 'You\'ve never rated this item';
308$lang['no_rate'] = 'no rate';
309$lang['rates'] = 'rates';
310$lang['standard_deviation'] = 'STD';
311$lang['random_cat'] = 'random pictures';
312$lang['random_cat_hint'] = 'Displays a set of random pictures';
313$lang['picture_high'] = 'Click on the picture to see it in high definition';
314?>
Note: See TracBrowser for help on using the repository browser.