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

Last change on this file since 452 was 452, checked in by z0rglub, 20 years ago

replacement of short_period and long_period by recent_period

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 12.7 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-07-09 21:00:00 +0000 (Fri, 09 Jul 2004) $
10// | last modifier : $Author: z0rglub $
11// | revision      : $Revision: 452 $
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
37$lang['gallery_index'] = 'Gallery index';
38$lang['category'] = 'Category';
39$lang['categories'] = 'Categories';
40$lang['thumbnail'] = 'Thumbnail';
41$lang['thumbnails'] = 'Thumbnails';
42$lang['search'] = 'Search';
43$lang['comment'] = 'Comment';
44$lang['comments'] = 'Comments';
45$lang['picture'] = 'Picture';
46$lang['pictures'] = 'Pictures';
47$lang['no'] = 'No';
48$lang['yes'] = 'Yes';
49$lang['date'] = 'Date';
50$lang['description'] = 'Description';
51
52// Form words
53$lang['submit'] = 'Submit';
54$lang['delete'] = 'Delete';
55$lang['reset'] = 'Reset';
56
57// Identification
58$lang['login'] = 'Login';
59$lang['logout'] = 'Logout';
60$lang['password'] = 'Password';
61$lang['customize'] = 'Customize';
62$lang['new'] = 'New';
63$lang['identification'] = 'Identification';
64
65//Calendar
66$lang['month'][1] = 'January';
67$lang['month'][2] = 'February';
68$lang['month'][3] = 'March';
69$lang['month'][4] = 'April';
70$lang['month'][5] = 'May';
71$lang['month'][6] = 'June';
72$lang['month'][7] = 'July';
73$lang['month'][8] = 'August';
74$lang['month'][9] = 'September';
75$lang['month'][10] = 'October';
76$lang['month'][11] = 'November';
77$lang['month'][12] = 'December';
78$lang['day'][0] = 'Sunday';
79$lang['day'][1] = 'Monday';
80$lang['day'][2] = 'Tuesday';
81$lang['day'][3] = 'Wednesday';
82$lang['day'][4] = 'Thursday';
83$lang['day'][5] = 'Friday';
84$lang['day'][6] = 'Saturday';
85
86$lang['only_members'] = 'Only members can access this page';
87$lang['invalid_pwd'] = 'Invalid password!';
88$lang['access_forbiden'] = 'You are not authorized to access this page';
89$lang['diapo_default_page_title'] = 'No category selected';
90$lang['hint_category'] = 'shows images at the root of this categry';
91$lang['total_images'] = 'total';
92$lang['title_menu'] = 'Menu';
93$lang['change_login'] = 'change login';
94$lang['hint_login'] = 'identification enables site\'s appareance customization';
95$lang['hint_customize'] = 'customize the appareance of the gallery';
96$lang['hint_search'] = 'search';
97$lang['favorite_cat'] = 'favorites';
98$lang['favorite_cat_hint'] = 'display your favorites';
99$lang['about'] = 'about';
100$lang['hint_about'] = 'more informations on PhpWebGallery...';
101$lang['admin'] = 'Administration';
102$lang['hint_admin'] = 'available for administrators only';
103$lang['no_category'] = 'Home';
104$lang['page_number'] = 'page number';
105$lang['previous_page'] = 'Previous';
106$lang['next_page'] = 'Next';
107$lang['recent_image'] = 'Image within the';
108$lang['days'] = 'days';
109$lang['send_mail'] = 'Contact the webmaster';
110$lang['title_send_mail'] = 'A comment on your site';
111$lang['sub-cat'] = 'subcategories';
112$lang['images_available'] = 'images in this category';
113$lang['total'] = 'images';
114$lang['upload_picture'] = 'Upload a picture';
115$lang['registration_date'] = 'registered on';
116$lang['creation_date'] = 'created on';
117$lang['author'] = 'author';
118$lang['size'] = 'size';
119$lang['filesize'] = 'filesize';
120$lang['file'] = 'file';
121$lang['generation_time'] = 'Page generated in';
122$lang['favorites'] = 'Favorites';
123$lang['search_result'] = 'Search results';
124$lang['about_page_title'] = 'About PhpWebGallery';
125$lang['about_title'] = 'About...';
126if (isset($conf))
127$lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div>
128<ul>
129  <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>
130  <li>Technicaly, PhpWebGallery is fully developped with PHP (the elePHPant) with a MySQL database (the SQuirreL).</li>
131  <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>
132</ul>';
133$lang['about_return'] = 'Back';
134$lang['ident_page_title'] = 'Identification';
135$lang['ident_title'] = 'Identification';
136$lang['ident_register'] = 'Register';
137$lang['ident_forgotten_password'] = 'Forget your password ?';
138$lang['ident_guest_visit'] = 'Go through the gallery as a visitor';
139$lang['customize_page_title'] = 'Customization';
140$lang['customize_title'] = 'Customization';
141$lang['customize_nb_image_per_row'] = 'number of images per row';
142$lang['customize_nb_row_per_page'] = 'number of rows per page';
143$lang['customize_language'] = 'language';
144$lang['maxwidth'] = 'maximum width of the pictures';
145$lang['maxheight'] = 'maximum height of the pictures';
146$lang['err_maxwidth'] = 'maximum width must be a number superior to 50';
147$lang['err_maxheight'] = 'maximum height must be a number superior to 50';
148$lang['previous_image'] = 'Previous';
149$lang['next_image'] = 'Next';
150$lang['back'] = 'Click on the image to go back to the thumbnails page';
151$lang['info_image_title'] = 'Image information';
152$lang['link_info_image'] = 'Modify information';
153$lang['true_size'] = 'Real size';
154$lang['comments_title'] = 'Comments from the users of the site';
155$lang['comments_del'] = 'delete this comment';
156$lang['comments_add'] = 'Add a comment';
157
158$lang['add_favorites_alt'] = 'Add to favorites';
159$lang['add_favorites_hint'] = 'Add this picture to your favorites';
160$lang['del_favorites_alt'] = 'Delete from favorites';
161$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
162$lang['register_page_title'] = 'Registration';
163$lang['register_title'] = 'Registration';
164$lang['reg_err_login1'] = 'Please, enter a login';
165$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
166$lang['reg_err_login3'] = 'login mustn\'t start with a space character';
167$lang['reg_err_login4'] = 'login mustn\'t contain characters " and \'';
168$lang['reg_err_login5'] = 'this login is already used';
169$lang['reg_err_pass'] = 'please enter your password again';
170$lang['reg_confirm'] = 'confirm';
171$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
172$lang['search_title'] = 'Search';
173$lang['invalid_search'] = 'search must be done on 3 caracters or more';
174$lang['search_field_search'] = 'Search';
175$lang['search_return_main_page'] = 'Return to thumbnails page';
176$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
177$lang['upload_file_exists'] = 'A picture\'s name already used';
178$lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image';
179$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
180$lang['upload_title'] = 'Upload a picture';
181$lang['upload_advise'] = 'Choose an image to place in the category : ';
182$lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to ';
183$lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed : ';
184$lang['upload_advise_width'] = 'the width of the picture must not exceed : ';
185$lang['upload_advise_height'] = 'the height of the picture must not exceed : ';
186$lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gif or png';
187$lang['upload_err_username'] = 'the username must be given';
188$lang['upload_username'] = 'Username';
189$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
190
191$lang['guest'] = 'guest';
192$lang['mail_address'] = 'mail address';
193$lang['add'] = 'add';
194$lang['dissociate'] = 'dissociate';
195$lang['mandatory'] = 'obligatory';
196$lang['err_date'] = 'wrong date';
197$lang['picture'] = 'picture';
198$lang['IP'] = 'IP';
199$lang['close'] = 'close';
200$lang['open'] = 'open';
201$lang['keywords'] = 'keywords';
202$lang['errors_title'] = 'Errors';
203$lang['infos_title'] = 'Informations';
204$lang['default'] = 'default';
205$lang['category_representative'] = 'representative';
206$lang['special_categories'] = 'specials';
207$lang['most_visited_cat_hint'] = 'displays most visited pictures';
208$lang['most_visited_cat'] = 'most visited';
209$lang['best_rated_cat_hint'] = 'displays pictures best rated';
210$lang['best_rated_cat'] = 'best rated';
211$lang['recent_pics_cat_hint'] = 'displays most recent pictures';
212$lang['recent_pics_cat'] = 'recent pictures';
213$lang['recent_pics_cat_title'] = 'Recent pictures';
214$lang['recent_cats_cat_hint'] = 'displays recently updated categories';
215$lang['recent_cats_cat'] = 'updated categories';
216$lang['recent_cats_cat_title'] = 'Recently updated categories';
217$lang['visited'] = 'visited';
218$lang['times'] = 'times';
219$lang['customize_theme'] = 'interface theme';
220$lang['customize_expand'] = 'expand all categories';
221$lang['customize_show_nb_comments'] = 'show number of comments';
222$lang['customize_recent_period'] = 'recent period';
223$lang['customize_template'] = 'template';
224$lang['err_periods'] = 'recent period must be a positive integer value';
225$lang['create_cookie'] = 'create a cookie';
226$lang['customize_day'] = 'day';
227$lang['customize_week'] = 'week';
228$lang['customize_month'] = 'month';
229$lang['customize_year'] = 'year';
230$lang['slideshow'] = 'slideshow';
231$lang['period_seconds'] = 'seconds per picture';
232$lang['slideshow_stop'] = 'stop the slideshow';
233$lang['comment_added'] = 'Your comment has been registered';
234$lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.';
235$lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment';
236$lang['comment_user_exists'] = 'This login is already used by another user';
237$lang['invalid_search'] = 'Searched words must be grater than 3 characters and must not contain punctuation mark';
238$lang['search_mode_or'] = 'at least one word';
239$lang['search_mode_and'] = 'all the words';
240$lang['search_comments'] = 'separate different words with spaces';
241$lang['upload_name'] = 'Name of the picture';
242$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")';
243$lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)';
244$lang['upload_comment'] = 'Comment';
245$lang['mail_hello'] = 'Hi,';
246$lang['mail_new_upload_subject'] = 'New picture on the website';
247$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.';
248$lang['mail_new_comment_subject'] = 'New comment on website';
249$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';
250$lang['connected_user'] = 'connected user';
251$lang['title_comments'] = 'Users comments';
252$lang['stats_last_days'] = 'last days';
253$lang['hint_comments'] = 'See last users comments';
254$lang['menu_login'] = 'login';
255$lang['update_wrong_dirname'] = 'The name of directories and files must be composed of letters, figures, "-", "_" or "."';
256$lang['hello'] = 'Hello';
257$lang['calendar'] = 'calendar';
258$lang['calendar_hint'] = 'displays each day with pictures, month per month';
259$lang['calendar_picture_hint'] = 'displays pictures added on ';
260?>
Note: See TracBrowser for help on using the repository browser.