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

Last change on this file since 1947 was 1947, checked in by rub, 17 years ago

Issue 674:

Administrator can ask a new password
Add message about users witch can change their password

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 24.5 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-2007 PhpWebGallery Team - http://phpwebgallery.net |
6// +-----------------------------------------------------------------------+
7// | file          : $Id: common.lang.php 1947 2007-04-07 22:31:37Z rub $
8// | last update   : $Date: 2007-04-07 22:31:37 +0000 (Sat, 07 Apr 2007) $
9// | last modifier : $Author: rub $
10// | revision      : $Revision: 1947 $
11// +-----------------------------------------------------------------------+
12// | This program is free software; you can redistribute it and/or modify  |
13// | it under the terms of the GNU General Public License as published by  |
14// | the Free Software Foundation                                          |
15// |                                                                       |
16// | This program is distributed in the hope that it will be useful, but   |
17// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
18// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
19// | General Public License for more details.                              |
20// |                                                                       |
21// | You should have received a copy of the GNU General Public License     |
22// | along with this program; if not, write to the Free Software           |
23// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
24// | USA.                                                                  |
25// +-----------------------------------------------------------------------+
26
27// Langage informations
28$lang_info['language_name'] = 'English';
29$lang_info['country'] = 'Great Britain';
30$lang_info['charset'] = 'iso-8859-1';
31$lang_info['direction'] = 'ltr';
32$lang_info['code'] = 'en';
33$lang_info['zero_plural'] = true;
34$lang_table_translate_ascii7bits = array(
35  chr(  0) => chr(0),
36  chr(  1) => chr(  1),
37  chr(  2) => chr(  2),
38  chr(  3) => chr(  3),
39  chr(  4) => chr(  4),
40  chr(  5) => chr(  5),
41  chr(  6) => chr(  6),
42  chr(  7) => chr(  7),
43  chr(  8) => chr(  8),
44  chr(  9) => chr(  9),
45  chr( 10) => chr( 10),
46  chr( 11) => chr( 11),
47  chr( 12) => chr( 12),
48  chr( 13) => chr( 13),
49  chr( 14) => chr( 14),
50  chr( 15) => chr( 15),
51  chr( 16) => chr( 16),
52  chr( 17) => chr( 17),
53  chr( 18) => chr( 18),
54  chr( 19) => chr( 19),
55  chr( 20) => chr( 20),
56  chr( 21) => chr( 21),
57  chr( 22) => chr( 22),
58  chr( 23) => chr( 23),
59  chr( 24) => chr( 24),
60  chr( 25) => chr( 25),
61  chr( 26) => chr( 26),
62  chr( 27) => chr( 27),
63  chr( 28) => chr( 28),
64  chr( 29) => chr( 29),
65  chr( 30) => chr( 30),
66  chr( 31) => chr( 31),
67  chr( 32) => chr( 32),
68  chr( 33) => chr( 33),
69  chr( 34) => chr( 34),
70  chr( 35) => chr( 35),
71  chr( 36) => chr( 36),
72  chr( 37) => chr( 37),
73  chr( 38) => chr( 38),
74  chr( 39) => chr( 39),
75  chr( 40) => chr( 40),
76  chr( 41) => chr( 41),
77  chr( 42) => chr( 42),
78  chr( 43) => chr( 43),
79  chr( 44) => chr( 44),
80  chr( 45) => chr( 45),
81  chr( 46) => chr( 46),
82  chr( 47) => chr( 47),
83  chr( 48) => chr( 48),
84  chr( 49) => chr( 49),
85  chr( 50) => chr( 50),
86  chr( 51) => chr( 51),
87  chr( 52) => chr( 52),
88  chr( 53) => chr( 53),
89  chr( 54) => chr( 54),
90  chr( 55) => chr( 55),
91  chr( 56) => chr( 56),
92  chr( 57) => chr( 57),
93  chr( 58) => chr( 58),
94  chr( 59) => chr( 59),
95  chr( 60) => chr( 60),
96  chr( 61) => chr( 61),
97  chr( 62) => chr( 62),
98  chr( 63) => chr( 63),
99  chr( 64) => chr( 64),
100  chr( 65) => chr( 65),
101  chr( 66) => chr( 66),
102  chr( 67) => chr( 67),
103  chr( 68) => chr( 68),
104  chr( 69) => chr( 69),
105  chr( 70) => chr( 70),
106  chr( 71) => chr( 71),
107  chr( 72) => chr( 72),
108  chr( 73) => chr( 73),
109  chr( 74) => chr( 74),
110  chr( 75) => chr( 75),
111  chr( 76) => chr( 76),
112  chr( 77) => chr( 77),
113  chr( 78) => chr( 78),
114  chr( 79) => chr( 79),
115  chr( 80) => chr( 80),
116  chr( 81) => chr( 81),
117  chr( 82) => chr( 82),
118  chr( 83) => chr( 83),
119  chr( 84) => chr( 84),
120  chr( 85) => chr( 85),
121  chr( 86) => chr( 86),
122  chr( 87) => chr( 87),
123  chr( 88) => chr( 88),
124  chr( 89) => chr( 89),
125  chr( 90) => chr( 90),
126  chr( 91) => chr( 91),
127  chr( 92) => chr( 92),
128  chr( 93) => chr( 93),
129  chr( 94) => chr( 94),
130  chr( 95) => chr( 95),
131  chr( 96) => chr( 96),
132  chr( 97) => chr( 97),
133  chr( 98) => chr( 98),
134  chr( 99) => chr( 99),
135  chr(100) => chr(100),
136  chr(101) => chr(101),
137  chr(102) => chr(102),
138  chr(103) => chr(103),
139  chr(104) => chr(104),
140  chr(105) => chr(105),
141  chr(106) => chr(106),
142  chr(107) => chr(107),
143  chr(108) => chr(108),
144  chr(109) => chr(109),
145  chr(110) => chr(110),
146  chr(111) => chr(111),
147  chr(112) => chr(112),
148  chr(113) => chr(113),
149  chr(114) => chr(114),
150  chr(115) => chr(115),
151  chr(116) => chr(116),
152  chr(117) => chr(117),
153  chr(118) => chr(118),
154  chr(119) => chr(119),
155  chr(120) => chr(120),
156  chr(121) => chr(121),
157  chr(122) => chr(122),
158  chr(123) => chr(123),
159  chr(124) => chr(124),
160  chr(125) => chr(125),
161  chr(126) => chr(126),
162  chr(127) => chr(127),
163  chr(128) => chr(128),
164  chr(129) => chr( 95),
165  chr(130) => chr( 44),
166  chr(131) => chr(102),
167  chr(132) => chr( 44),
168  chr(133) => chr( 46),
169  chr(134) => chr( 43),
170  chr(135) => chr( 43),
171  chr(136) => chr( 32),
172  chr(137) => chr( 37),
173  chr(138) => chr( 83),
174  chr(139) => chr( 60),
175  chr(140) => chr( 69),
176  chr(141) => chr( 32),
177  chr(142) => chr( 90),
178  chr(143) => chr( 32),
179  chr(144) => chr( 32),
180  chr(145) => chr( 39),
181  chr(146) => chr( 39),
182  chr(147) => chr( 34),
183  chr(148) => chr( 34),
184  chr(149) => chr( 46),
185  chr(150) => chr( 45),
186  chr(151) => chr( 45),
187  chr(152) => chr( 32),
188  chr(153) => chr( 32),
189  chr(154) => chr(115),
190  chr(155) => chr( 62),
191  chr(156) => chr(111),
192  chr(157) => chr( 32),
193  chr(158) => chr(122),
194  chr(159) => chr( 89),
195  chr(160) => chr( 32),
196  chr(161) => chr( 33),
197  chr(162) => chr( 99),
198  chr(163) => chr( 76),
199  chr(164) => chr( 32),
200  chr(165) => chr( 86),
201  chr(166) => chr(124),
202  chr(167) => chr( 83),
203  chr(168) => chr( 32),
204  chr(169) => chr( 99),
205  chr(170) => chr( 97),
206  chr(171) => chr( 60),
207  chr(172) => chr( 32),
208  chr(173) => chr( 45),
209  chr(174) => chr( 114),
210  chr(175) => chr( 45),
211  chr(176) => chr( 111),
212  chr(177) => chr( 43),
213  chr(178) => chr( 50),
214  chr(179) => chr( 51),
215  chr(180) => chr( 39),
216  chr(181) => chr(117),
217  chr(182) => chr( 32),
218  chr(183) => chr( 46),
219  chr(184) => chr( 97),
220  chr(185) => chr( 49),
221  chr(186) => chr(111),
222  chr(187) => chr( 62),
223  chr(188) => chr( 32),
224  chr(189) => chr( 32),
225  chr(190) => chr( 32),
226  chr(191) => chr( 63),
227  chr(192) => chr( 65),
228  chr(193) => chr( 65),
229  chr(194) => chr( 65),
230  chr(195) => chr( 65),
231  chr(196) => chr( 65),
232  chr(197) => chr( 65),
233  chr(198) => chr( 65),
234  chr(199) => chr( 67),
235  chr(200) => chr( 69),
236  chr(201) => chr( 69),
237  chr(202) => chr( 69),
238  chr(203) => chr( 69),
239  chr(204) => chr( 73),
240  chr(205) => chr( 73),
241  chr(206) => chr( 73),
242  chr(207) => chr( 73),
243  chr(208) => chr( 68),
244  chr(209) => chr( 78),
245  chr(210) => chr( 79),
246  chr(211) => chr( 79),
247  chr(212) => chr( 79),
248  chr(213) => chr( 79),
249  chr(214) => chr( 79),
250  chr(215) => chr( 42),
251  chr(216) => chr( 48),
252  chr(217) => chr( 85),
253  chr(218) => chr( 85),
254  chr(219) => chr( 85),
255  chr(220) => chr( 85),
256  chr(221) => chr( 89),
257  chr(222) => chr( 80),
258  chr(223) => chr( 66),
259  chr(224) => chr( 97),
260  chr(225) => chr( 97),
261  chr(226) => chr( 97),
262  chr(227) => chr( 97),
263  chr(228) => chr( 97),
264  chr(229) => chr( 97),
265  chr(230) => chr( 97),
266  chr(231) => chr( 99),
267  chr(232) => chr(101),
268  chr(233) => chr(101),
269  chr(234) => chr(101),
270  chr(235) => chr(101),
271  chr(236) => chr(105),
272  chr(237) => chr(105),
273  chr(238) => chr(105),
274  chr(239) => chr(105),
275  chr(240) => chr( 97),
276  chr(241) => chr(110),
277  chr(242) => chr(111),
278  chr(243) => chr(111),
279  chr(244) => chr(111),
280  chr(245) => chr(111),
281  chr(246) => chr(111),
282  chr(247) => chr( 47),
283  chr(248) => chr( 48),
284  chr(249) => chr(117),
285  chr(250) => chr(117),
286  chr(251) => chr(117),
287  chr(252) => chr(117),
288  chr(253) => chr(117),
289  chr(254) => chr( 98),
290  chr(255) => chr(121)
291);
292
293$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (rated %d times, standard deviation = %.2f)';
294$lang['%d Kb'] = '%d Kb';
295$lang['%d category updated'] = '%d category updated';
296$lang['%d categories updated'] = '%d categories updated';
297$lang['%d comment to validate'] = '%d comment to validate';
298$lang['%d comments to validate'] = '%d comments to validate';
299$lang['%d new comment'] = '%d new comment';
300$lang['%d new comments'] = '%d new comments';
301$lang['%d comment'] = '%d comment';
302$lang['%d comments'] = '%d comments';
303$lang['%d hit'] = '%d hit';
304$lang['%d hits'] = '%d hits';
305$lang['%d new element'] = '%d new element';
306$lang['%d new elements'] = '%d new elements';
307$lang['%d new user'] = '%d new user';
308$lang['%d new users'] = '%d new users';
309$lang['%d picture are also linked to current tags'] = '%d picture are also linked to current tags';
310$lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags';
311$lang['%d waiting element'] = '%d waiting element';
312$lang['%d waiting elements'] = '%d waiting elements';
313$lang['About'] = 'About';
314$lang['All tags must match'] = 'All tags must match';
315$lang['All tags'] = 'All tags';
316$lang['Any tag'] = 'Any tag';
317$lang['At least one listed rule must be satisfied.'] = 'At least one listed rule must be satisfied.';
318$lang['At least one tag must match'] = 'At least one tag must match';
319$lang['Author'] = 'Author';
320$lang['Average rate'] = 'Average rate';
321$lang['Categories'] = 'Categories';
322$lang['Category'] = 'Category';
323$lang['Close this window'] = 'Close this window';
324$lang['Complete RSS feed'] = 'Complete RSS feed (images, comments)';
325$lang['Confirm Password'] = 'Confirm Password';
326$lang['Connection settings'] = 'Connection settings';
327$lang['Connection'] = 'Connection';
328$lang['Contact webmaster'] = 'Contact webmaster';
329$lang['Create a new account'] = 'Create a new account';
330$lang['Created on'] = 'Created on';
331$lang['Creation date'] = 'Creation date';
332$lang['Current password is wrong'] = 'Current password is wrong';
333$lang['Dimensions'] = 'Dimensions';
334$lang['Display'] = 'Display';
335$lang['Each listed rule must be satisfied.'] = 'Each listed rule must be satisfied.';
336$lang['Email address is missing'] = 'Email address is missing';
337$lang['Email address'] = 'Email address';
338$lang['Enter your personnal informations'] = 'Enter your personnal informations';
339$lang['Error sending email'] = 'Error sending email';
340$lang['File name'] = 'File name';
341$lang['File'] = 'File';
342$lang['Filesize'] = 'Filesize';
343$lang['Filter and display'] = 'Filter and display';
344$lang['Filter'] = 'Filter';
345$lang['Forgot your password?'] = 'Forgot your password?';
346$lang['Go through the gallery as a visitor'] = 'Go through the gallery as a visitor';
347$lang['Help'] = 'Help';
348$lang['Identification'] = 'Identification';
349$lang['Image only RSS feed'] = 'Image only RSS feed';
350$lang['Keyword'] = 'Keyword';
351$lang['Links'] = 'Links';
352$lang['Mail address'] = 'Mail address';
353$lang['N/A'] = 'N/A';
354$lang['New on %s'] = 'New on %s';
355$lang['New password confirmation does not correspond'] = 'New password confirmation does not correspond';
356$lang['New password sent by email'] = 'New password sent by email';
357$lang['No email address'] = 'No email address';
358$lang['No user matches this email address'] = 'No classic user matches this email address';
359$lang['Notification'] = 'Notification';
360$lang['Number of items'] = 'Number of items';
361$lang['Original dimensions'] = 'Original dimensions';
362$lang['Password forgotten'] = 'Password forgotten';
363$lang['Password'] = 'Password';
364$lang['PhpWebGallery Help'] = 'PhpWebGallery Help';
365$lang['Post date'] = 'Post date';
366$lang['Posted on'] = 'Posted on';
367$lang['Profile'] = 'Profile';
368$lang['Quick connect'] = 'Quick connect';
369$lang['RSS feed'] = 'RSS feed';
370$lang['Rate'] = 'Rate';
371$lang['Register'] = 'Register';
372$lang['Registration'] = 'Registration';
373$lang['Related tags'] = 'Related tags';
374$lang['Reset'] = 'Reset';
375$lang['Retrieve password'] = 'Retrieve password';
376$lang['Search rules'] = 'Search rules';
377$lang['Search tags'] = 'Search tags';
378$lang['Search'] = 'Search';
379$lang['See available tags'] = 'See available tags';
380$lang['See pictures linked to this tag only'] = 'See pictures linked to this tag only';
381$lang['Send new password'] = 'Send new password';
382$lang['Since'] = 'Since';
383$lang['Sort by'] = 'Sort by';
384$lang['Sort order'] = 'Sort order';
385$lang['Tag'] = 'Tag';
386$lang['Tags'] = 'Tags';
387$lang['The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'] = 'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.';
388$lang['Unknown feed identifier'] = 'Unknown feed identifier';
389$lang['User comments'] = 'User comments';
390$lang['Username'] = 'Username';
391$lang['Visits'] = 'Visits';
392$lang['Webmaster'] = 'Webmaster';
393$lang['Week %d'] = 'Week %d';
394$lang['about_page_title'] = 'About PhpWebGallery';
395$lang['access_forbiden'] = 'You are not authorized to access the requested page';
396$lang['add to caddie'] = 'add to caddie';
397$lang['add_favorites_alt'] = 'Add to favorites';
398$lang['add_favorites_hint'] = 'Add this picture to your favorites';
399$lang['admin'] = 'Administration';
400$lang['adviser_mode_enabled'] = 'Adviser mode enabled';
401$lang['all'] = 'all';
402$lang['ascending'] = 'ascending';
403$lang['author(s) : %s'] = 'author(s) : %s';
404$lang['auto_expand'] = 'Expand all categories';
405$lang['became available after %s (%s)'] = 'posted after %s (%s)';
406$lang['became available before %s (%s)'] = 'posted before %s (%s)';
407$lang['became available between %s (%s) and %s (%s)'] = 'posted between %s (%s) and %s (%s)';
408$lang['became available on %s'] = 'posted on %s';
409$lang['best_rated_cat'] = 'Best rated';
410$lang['best_rated_cat_hint'] = 'displays best rated items';
411$lang['caddie'] = 'caddie';
412$lang['calendar'] = 'Calendar';
413$lang['calendar_any'] = 'All';
414$lang['calendar_hint'] = 'displays each day with pictures, month per month';
415$lang['calendar_picture_hint'] = 'displays pictures added on ';
416$lang['calendar_view'] = 'View';
417$lang['chronology_monthly_calendar'] = 'Monthly calendar';
418$lang['chronology_monthly_list'] = 'Monthly list';
419$lang['chronology_weekly_list'] = 'Weekly list';
420$lang['click_to_redirect'] = 'Click here if your browser does not automatically forward you';
421$lang['comment date'] = 'comment date';
422$lang['comment'] = 'Comment';
423$lang['comment_added'] = 'Your comment has been registered';
424$lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment';
425$lang['comment_not_added'] = 'Your comment has NOT been registered because it did not pass the validation rules';
426$lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.';
427$lang['comment_user_exists'] = 'This login is already used by another user';
428$lang['comments'] = 'Comments';
429$lang['comments_add'] = 'Add a comment';
430$lang['comments_del'] = 'delete this comment';
431$lang['comments_title'] = 'Comments from the users of the site';
432$lang['created after %s (%s)'] = 'created after %s (%s)';
433$lang['created before %s (%s)'] = 'created before %s (%s)';
434$lang['created between %s (%s) and %s (%s)'] = 'created between %s (%s) and %s (%s)';
435$lang['created on %s'] = 'created on %s';
436$lang['customize'] = 'Customize';
437$lang['customize_page_title'] = 'Your Gallery Customization ';
438$lang['day'][0] = 'Sunday';
439$lang['day'][1] = 'Monday';
440$lang['day'][2] = 'Tuesday';
441$lang['day'][3] = 'Wednesday';
442$lang['day'][4] = 'Thursday';
443$lang['day'][5] = 'Friday';
444$lang['day'][6] = 'Saturday';
445$lang['days'] = 'days';
446$lang['default_sort'] = 'Default';
447$lang['del_favorites_alt'] = 'Delete from favorites';
448$lang['del_favorites_hint'] = 'Delete this picture from your favorites';
449$lang['delete'] = 'Delete';
450$lang['descending'] = 'descending';
451$lang['download'] = 'download';
452$lang['download_hint'] = 'download this file';
453$lang['edit category informations'] = 'edit category informations';
454$lang['edit'] = 'edit';
455$lang['err_date'] = 'wrong date';
456$lang['excluded'] = 'excluded';
457$lang['favorite_cat'] = 'My favorites';
458$lang['favorite_cat_hint'] = 'displays my favorites pictures';
459$lang['favorites'] = 'Favorites';
460$lang['first_page'] = 'First';
461$lang['gallery_locked_message'] = 'The gallery is locked for maintenance. Please, come back later.';
462$lang['generation_time'] = 'Page generated in';
463$lang['guest'] = 'guest';
464$lang['hello'] = 'Hello';
465$lang['hint_admin'] = 'available for administrators only';
466$lang['hint_category'] = 'shows images at the root of this category';
467$lang['hint_comments'] = 'See last users comments';
468$lang['hint_customize'] = 'customize the appareance of the gallery';
469$lang['hint_search'] = 'search';
470$lang['home'] = 'Home';
471$lang['home_hint'] = 'Back to the home page';
472$lang['ident_title'] = 'ident_title';
473$lang['identification'] = 'Identification';
474$lang['image_available'] = '%d image';
475$lang['images_available'] = '%d images';
476$lang['images_available_cpl'] = 'in this category';
477$lang['images_available_cat'] = 'in %d sub-category';
478$lang['images_available_cats'] = 'in %d sub-categories';
479$lang['included'] = 'included';
480$lang['invalid_pwd'] = 'Invalid password!';
481$lang['language']='Language';
482$lang['last %d days'] = 'last %d days';
483$lang['last_page'] = 'Last';
484$lang['link_info_image'] = 'Modify information';
485$lang['logout'] = 'Logout';
486$lang['mail_address'] = 'E-mail address';
487$lang['mandatory'] = 'obligatory';
488$lang['maxheight'] = 'Maximum height of the pictures';
489$lang['maxheight_error'] = 'Maximum height must be a number superior to 50';
490$lang['maxwidth'] = 'Maximum width of the pictures';
491$lang['maxwidth_error'] = 'Maximum width must be a number superior to 50';
492$lang['mode_created_hint'] = 'displays a calendar by creation date';
493$lang['mode_flat_hint'] = 'displays all elements in all sub-categories';
494$lang['mode_normal_hint'] = 'return to normal view mode';
495$lang['mode_posted_hint'] = 'displays a calendar by posted date';
496$lang['month'][10] = 'October';
497$lang['month'][11] = 'November';
498$lang['month'][12] = 'December';
499$lang['month'][1] = 'January';
500$lang['month'][2] = 'February';
501$lang['month'][3] = 'March';
502$lang['month'][4] = 'April';
503$lang['month'][5] = 'May';
504$lang['month'][6] = 'June';
505$lang['month'][7] = 'July';
506$lang['month'][8] = 'August';
507$lang['month'][9] = 'September';
508$lang['most_visited_cat'] = 'Most visited';
509$lang['most_visited_cat_hint'] = 'displays most visited pictures';
510$lang['nb_image_line_error'] = 'The number of images per row must be a not null scalar';
511$lang['nb_image_per_row'] = 'Number of images per row';
512$lang['nb_line_page_error'] = 'The number of rows per page must be a not null scalar';
513$lang['nb_row_per_page'] = 'Number of rows per page';
514$lang['nbm_unknown_identifier'] = 'Unknown identifier';
515$lang['new_password'] = 'New password';
516$lang['new_rate'] = 'Rate this picture';
517$lang['next_page'] = 'Next';
518$lang['no'] = 'No';
519$lang['no_category'] = 'Home';
520$lang['no_rate'] = 'no rate';
521$lang['note_filter_day'] = 'Only displays elements posted within the last %s day.';
522$lang['note_filter_days'] = 'Only displays elements posted within the last %s days.';
523$lang['password updated'] = 'password updated';
524$lang['periods_error'] = 'Recent period must be a positive integer value';
525$lang['picture'] = 'picture';
526$lang['picture_high'] = 'Click on the picture to see it in high definition';
527$lang['picture_show_metadata'] = 'Show file metadata';
528$lang['pictures'] = 'pictures';
529$lang['powered_by'] = 'Powered by';
530$lang['preferences'] = 'Preferences';
531$lang['previous_page'] = 'Previous';
532$lang['random_cat'] = 'Random pictures';
533$lang['random_cat_hint'] = 'displays a set of random pictures';
534$lang['recent_cats_cat'] = 'Recent categories';
535$lang['recent_cats_cat_hint'] = 'displays recently updated categories';
536$lang['recent_image'] = 'Images within the';
537$lang['recent_period'] = 'Recent period';
538$lang['recent_pics_cat'] = 'Recent pictures';
539$lang['recent_pics_cat_hint'] = 'displays most recent pictures';
540$lang['redirect_msg'] = 'Redirection...';
541$lang['reg_err_login1'] = 'Please, enter a login';
542$lang['reg_err_login2'] = 'login mustn\'t end with a space character';
543$lang['reg_err_login3'] = 'login mustn\'t start with a space character';
544$lang['reg_err_login5'] = 'this login is already used';
545$lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)';
546$lang['reg_err_pass'] = 'please enter your password again';
547$lang['register'] = 'register';
548$lang['register_page_title'] = 'Registration';
549$lang['register_title'] = 'Registration';
550$lang['remember_me'] = 'Auto login';
551$lang['remove this tag'] = 'remove this tag from the list';
552$lang['representative'] = 'representative';
553$lang['reset'] = 'Reset';
554$lang['return to homepage'] = 'return to homepage';
555$lang['search'] = 'Search';
556$lang['search_ascending'] = 'Ascending';
557$lang['search_author'] = 'Search for Author';
558$lang['search_categories'] = 'Search in Categories';
559$lang['search_date'] = 'Search by Date';
560$lang['search_date_from'] = 'Date';
561$lang['search_date_to'] = 'End-Date';
562$lang['search_date_type'] = 'Kind of date';
563$lang['search_descending'] = 'Descending';
564$lang['search_keywords'] = 'Search for words';
565$lang['search_mode_and'] = 'Search for all terms ';
566$lang['search_mode_or'] = 'Search for any terms';
567$lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered.';
568$lang['search_options'] = 'Search Options';
569$lang['search_result'] = 'Search results';
570$lang['search_sort'] = 'Sort results by';
571$lang['search_subcats_included'] = 'Search in subcategories';
572$lang['search_title'] = 'Search';
573$lang['searched words : %s'] = 'searched words : %s';
574$lang['send_mail'] = 'Contact';
575$lang['set as category representative'] = 'set as category representative';
576$lang['show_nb_comments'] = 'Show number of comments';
577$lang['show_nb_hits'] = 'Show number of hits';
578$lang['slideshow'] = 'slideshow';
579$lang['slideshow_stop'] = 'stop the slideshow';
580$lang['special_categories'] = 'Specials';
581$lang['sql_queries_in'] = 'SQL queries in';
582$lang['start_filter_hint'] = 'displays only recently posted elements';
583$lang['stop_filter_hint'] = 'return to the display of all elements';
584$lang['submit'] = 'Submit';
585$lang['the beginning'] = 'the beginning';
586$lang['theme'] = 'Interface theme';
587$lang['thumbnails'] = 'Thumbnails';
588$lang['title_comments'] = 'Users comments';
589$lang['title_menu'] = 'Menu';
590$lang['title_send_mail'] = 'A comment on your site';
591$lang['today'] = 'today';
592$lang['total'] = 'images';
593$lang['update_rate'] = 'Update your rating';
594$lang['update_wrong_dirname'] = 'wrong filename';
595$lang['upload_advise'] = 'Choose an image to place in the category : ';
596$lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed : ';
597$lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gif or png';
598$lang['upload_advise_height'] = 'the height of the picture must not exceed : ';
599$lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to ';
600$lang['upload_advise_width'] = 'the width of the picture must not exceed : ';
601$lang['upload_author'] = 'Author (eg "Pierrick LE GALL")';
602$lang['upload_cannot_upload'] = 'can\'t upload the picture on the server';
603$lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)';
604$lang['upload_err_username'] = 'the username must be given';
605$lang['upload_file_exists'] = 'A picture\'s name already used';
606$lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image';
607$lang['upload_forbidden'] = 'You can\'t upload pictures in this category';
608$lang['upload_name'] = 'Name of the picture';
609$lang['upload_picture'] = 'Upload a picture';
610$lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible';
611$lang['upload_title'] = 'Upload a picture';
612$lang['upload_username'] = 'Username';
613$lang['useful when password forgotten'] = 'useful when password forgotten';
614$lang['w_month'] = 'Month';
615$lang['yes'] = 'Yes';
616$lang['page_end'] = 'Page bottom';
617$lang['qsearch'] = 'Quick search';
618$lang['Connected user: %s'] = 'Connected user: %s';
619$lang['IP: %s'] = 'IP: %s';
620$lang['Browser: %s'] = 'Browser: %s';
621$lang['Author: %s'] = 'Author: %s';
622$lang['Comment: %s'] = 'Comment: %s';
623$lang['Delete: %s'] = 'Delete: %s';
624$lang['Validate: %s'] = 'Validate: %s';
625$lang['Comment by %s'] = 'Comment by %s';
626$lang['User: %s'] = 'User: %s';
627$lang['Email: %s'] = 'Email: %s';
628$lang['Admin: %s'] = 'Admin: %s';
629$lang['Registration of %s'] = 'Registration of %s';
630$lang['Category: %s'] = 'Category: %s';
631$lang['Picture name: %s'] = 'Picture name: %s';
632$lang['Creation date: %s'] = 'Creation date: %s';
633$lang['Waiting page: %s'] = 'Waiting page: %s';
634$lang['Picture uploaded by %s'] = 'Picture uploaded by %s';
635$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method';
636?>
Note: See TracBrowser for help on using the repository browser.