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

Last change on this file since 1678 was 1678, checked in by rvelices, 17 years ago

Very small corrections:

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