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-2005 PhpWebGallery Team - http://phpwebgallery.net | |
---|
6 | // +-----------------------------------------------------------------------+ |
---|
7 | // | branch : BSF (Best So Far) |
---|
8 | // | file : $RCSfile$ |
---|
9 | // | last update : $Date: 2005-10-31 13:47:58 +0000 (Mon, 31 Oct 2005) $ |
---|
10 | // | last modifier : $Author: plg $ |
---|
11 | // | revision : $Revision: 919 $ |
---|
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['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (rated %d times, standard deviation = %.2f)'; |
---|
36 | $lang['%d Kb'] = '%d Kb'; |
---|
37 | $lang['%d categories updated'] = '%d categories updated'; |
---|
38 | $lang['%d comments to validate'] = '%d comments to validate'; |
---|
39 | $lang['%d new comments'] = '%d new comments'; |
---|
40 | $lang['%d new elements'] = '%d new elements'; |
---|
41 | $lang['%d new users'] = '%d new users'; |
---|
42 | $lang['%d waiting elements'] = '%d waiting elements'; |
---|
43 | $lang['About'] = 'About'; |
---|
44 | $lang['Author'] = 'Author'; |
---|
45 | $lang['Average rate'] = 'Average rate'; |
---|
46 | $lang['Categories'] = 'Categories'; |
---|
47 | $lang['Category'] = 'Category'; |
---|
48 | $lang['Close this window'] = 'Close this window'; |
---|
49 | $lang['Confirm Password'] = 'Confirm Password'; |
---|
50 | $lang['Connection'] = 'Connection'; |
---|
51 | $lang['Connection settings'] = 'Connection settings'; |
---|
52 | $lang['Contact webmaster'] = 'Contact webmaster'; |
---|
53 | $lang['Create a new account'] = 'Create a new account'; |
---|
54 | $lang['Created on'] = 'Created on'; |
---|
55 | $lang['Current password is wrong'] = 'Current password is wrong'; |
---|
56 | $lang['Dimensions'] = 'Dimensions'; |
---|
57 | $lang['Display'] = 'Display'; |
---|
58 | $lang['Email address is missing'] = 'Email address is missing'; |
---|
59 | $lang['Email address'] = 'Email address'; |
---|
60 | $lang['Enter your personnal informations'] = 'Enter your personnal informations'; |
---|
61 | $lang['Error sending email'] = 'Error sending email'; |
---|
62 | $lang['File'] = 'File'; |
---|
63 | $lang['Filesize'] = 'Filesize'; |
---|
64 | $lang['Filter and display'] = 'Filter and display'; |
---|
65 | $lang['Filter'] = 'Filter'; |
---|
66 | $lang['Forgot your password?'] = 'Forgot your password?'; |
---|
67 | $lang['Go through the gallery as a visitor'] = 'Go through the gallery as a visitor'; |
---|
68 | $lang['Help'] = 'Help'; |
---|
69 | $lang['Identification'] = 'Identification'; |
---|
70 | $lang['Keyword'] = 'Keyword'; |
---|
71 | $lang['Keywords'] = 'Keywords'; |
---|
72 | $lang['Links'] = 'Links'; |
---|
73 | $lang['Mail address'] = 'Mail address'; |
---|
74 | $lang['N/A'] = 'N/A'; |
---|
75 | $lang['New on %s'] = 'New on %s'; |
---|
76 | $lang['New password confirmation does not correspond'] = 'New password confirmation does not correspond'; |
---|
77 | $lang['New password sent by email'] = 'New password sent by email'; |
---|
78 | $lang['No email address'] = 'No email address'; |
---|
79 | $lang['No user matches this email address'] = 'No user matches this email address'; |
---|
80 | $lang['Notification'] = 'Notification'; |
---|
81 | $lang['Number of items'] = 'Number of items'; |
---|
82 | $lang['Original dimensions'] = 'Original dimensions'; |
---|
83 | $lang['Password forgotten'] = 'Password forgotten'; |
---|
84 | $lang['Password'] = 'Password'; |
---|
85 | $lang['PhpWebGallery Help'] = 'PhpWebGallery Help'; |
---|
86 | $lang['Profile'] = 'Profile'; |
---|
87 | $lang['RSS feed'] = 'RSS feed'; |
---|
88 | $lang['Register'] = 'Register'; |
---|
89 | $lang['Registered on'] = 'Registered on'; |
---|
90 | $lang['Registration'] = 'Registration'; |
---|
91 | $lang['Reset'] = 'Reset'; |
---|
92 | $lang['Retrieve password'] = 'Retrieve password'; |
---|
93 | $lang['Search'] = 'Search'; |
---|
94 | $lang['Send new password'] = 'Send new password'; |
---|
95 | $lang['Since'] = 'Since'; |
---|
96 | $lang['Sort by'] = 'Sort by'; |
---|
97 | $lang['Sort order'] = 'Sort order'; |
---|
98 | $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.'; |
---|
99 | $lang['Unknown feed identifier'] = 'Unknown feed identifier'; |
---|
100 | $lang['User comments'] = 'User comments'; |
---|
101 | $lang['Username'] = 'Username'; |
---|
102 | $lang['Visits'] = 'Visits'; |
---|
103 | $lang['Webmaster'] = 'Webmaster'; |
---|
104 | $lang['about_page_title'] = 'About PhpWebGallery'; |
---|
105 | $lang['access_forbiden'] = 'You are not authorized to access this page'; |
---|
106 | $lang['add to caddie'] = 'add to caddie'; |
---|
107 | $lang['add_favorites_alt'] = 'Add to favorites'; |
---|
108 | $lang['add_favorites_hint'] = 'Add this picture to your favorites'; |
---|
109 | $lang['admin'] = 'Administration'; |
---|
110 | $lang['all_categories'] = 'all categories'; |
---|
111 | $lang['already_rated'] = 'You\'ve already rated this item'; |
---|
112 | $lang['auto_expand'] = 'Expand all categories'; |
---|
113 | $lang['best_rated_cat'] = 'best rated'; |
---|
114 | $lang['best_rated_cat_hint'] = 'displays best rated items'; |
---|
115 | $lang['caddie'] = 'caddie'; |
---|
116 | $lang['calendar'] = 'calendar'; |
---|
117 | $lang['calendar_hint'] = 'displays each day with pictures, month per month'; |
---|
118 | $lang['calendar_picture_hint'] = 'displays pictures added on '; |
---|
119 | $lang['categories'] = 'Categories'; |
---|
120 | $lang['comment'] = 'Comment'; |
---|
121 | $lang['comment_added'] = 'Your comment has been registered'; |
---|
122 | $lang['comment_anti-flood'] = 'Anti-flood system : please wait for a moment before trying to post another comment'; |
---|
123 | $lang['comment_to_validate'] = 'An administrator must authorize your comment before it is visible.'; |
---|
124 | $lang['comment_user_exists'] = 'This login is already used by another user'; |
---|
125 | $lang['comments'] = 'Comments'; |
---|
126 | $lang['comments_add'] = 'Add a comment'; |
---|
127 | $lang['comments_del'] = 'delete this comment'; |
---|
128 | $lang['comments_title'] = 'Comments from the users of the site'; |
---|
129 | $lang['confirm_password_hint'] = 'You only have to confirm your new password if you wish to change it.'; |
---|
130 | $lang['customize'] = 'Customize'; |
---|
131 | $lang['customize_page_title'] = 'Your Gallery Customization '; |
---|
132 | $lang['customize_title'] = 'Customization'; |
---|
133 | $lang['day'][0] = 'Sunday'; |
---|
134 | $lang['day'][1] = 'Monday'; |
---|
135 | $lang['day'][2] = 'Tuesday'; |
---|
136 | $lang['day'][3] = 'Wednesday'; |
---|
137 | $lang['day'][4] = 'Thursday'; |
---|
138 | $lang['day'][5] = 'Friday'; |
---|
139 | $lang['day'][6] = 'Saturday'; |
---|
140 | $lang['days'] = 'days'; |
---|
141 | $lang['del_favorites_alt'] = 'Delete from favorites'; |
---|
142 | $lang['del_favorites_hint'] = 'Delete this picture from your favorites'; |
---|
143 | $lang['delete'] = 'Delete'; |
---|
144 | $lang['download'] = 'download'; |
---|
145 | $lang['download_hint'] = 'download this file'; |
---|
146 | $lang['edit category informations'] = 'edit category informations'; |
---|
147 | $lang['edit'] = 'edit'; |
---|
148 | $lang['err_date'] = 'wrong date'; |
---|
149 | $lang['favorite_cat'] = 'my favorites'; |
---|
150 | $lang['favorite_cat_hint'] = 'display my favorites pictures'; |
---|
151 | $lang['favorites'] = 'Favorites'; |
---|
152 | $lang['first_page'] = 'First'; |
---|
153 | $lang['gallery_locked_message'] = 'The gallery is locked for maintenance. Please, come back later.'; |
---|
154 | $lang['generation_time'] = 'Page generated in'; |
---|
155 | $lang['guest'] = 'guest'; |
---|
156 | $lang['hello'] = 'Hello'; |
---|
157 | $lang['hint_admin'] = 'available for administrators only'; |
---|
158 | $lang['hint_category'] = 'shows images at the root of this categry'; |
---|
159 | $lang['hint_comments'] = 'See last users comments'; |
---|
160 | $lang['hint_customize'] = 'customize the appareance of the gallery'; |
---|
161 | $lang['hint_search'] = 'search'; |
---|
162 | $lang['home'] = 'Home'; |
---|
163 | $lang['home_hint'] = 'Back to the home page'; |
---|
164 | $lang['ident_forgotten_password'] = 'Forget your password ?'; |
---|
165 | $lang['ident_guest_visit'] = 'Go through the gallery as a visitor'; |
---|
166 | $lang['ident_register'] = 'Register'; |
---|
167 | $lang['ident_title'] = 'ident_title'; |
---|
168 | $lang['identification'] = 'Identification'; |
---|
169 | $lang['images_available'] = 'images in this category'; |
---|
170 | $lang['invalid_pwd'] = 'Invalid password!'; |
---|
171 | $lang['language']='Language'; |
---|
172 | $lang['last %d days'] = 'last %d days'; |
---|
173 | $lang['last_page'] = 'Last'; |
---|
174 | $lang['link_info_image'] = 'Modify information'; |
---|
175 | $lang['login'] = 'Login'; |
---|
176 | $lang['logout'] = 'Logout'; |
---|
177 | $lang['mail_address'] = 'E-mail address'; |
---|
178 | $lang['mandatory'] = 'obligatory'; |
---|
179 | $lang['maxheight'] = 'Maximum height of the pictures'; |
---|
180 | $lang['maxheight_error'] = 'Maximum height must be a number superior to 50'; |
---|
181 | $lang['maxwidth'] = 'Maximum width of the pictures'; |
---|
182 | $lang['maxwidth_error'] = 'Maximum width must be a number superior to 50'; |
---|
183 | $lang['month'][10] = 'October'; |
---|
184 | $lang['month'][11] = 'November'; |
---|
185 | $lang['month'][12] = 'December'; |
---|
186 | $lang['month'][1] = 'January'; |
---|
187 | $lang['month'][2] = 'February'; |
---|
188 | $lang['month'][3] = 'March'; |
---|
189 | $lang['month'][4] = 'April'; |
---|
190 | $lang['month'][5] = 'May'; |
---|
191 | $lang['month'][6] = 'June'; |
---|
192 | $lang['month'][7] = 'July'; |
---|
193 | $lang['month'][8] = 'August'; |
---|
194 | $lang['month'][9] = 'September'; |
---|
195 | $lang['most_visited_cat'] = 'most visited'; |
---|
196 | $lang['most_visited_cat_hint'] = 'displays most visited pictures'; |
---|
197 | $lang['nb_image_per_row'] = 'Number of images per row'; |
---|
198 | $lang['nb_row_per_page'] = 'Number of rows per page'; |
---|
199 | $lang['never_rated'] = 'You\'ve never rated this item'; |
---|
200 | $lang['new_password'] = 'New password'; |
---|
201 | $lang['new_password_hint'] = 'You only have to give a password if you wish to change it.'; |
---|
202 | $lang['next_page'] = 'Next'; |
---|
203 | $lang['no'] = 'No'; |
---|
204 | $lang['no_category'] = 'Home'; |
---|
205 | $lang['no_rate'] = 'no rate'; |
---|
206 | $lang['notification'] = 'notification'; |
---|
207 | $lang['only_members'] = 'Only members can access this page'; |
---|
208 | $lang['password updated'] = 'password updated'; |
---|
209 | $lang['password'] = 'Password'; |
---|
210 | $lang['password_hint'] = 'You only have to give your password if you wish to change your e-mail'; |
---|
211 | $lang['periods_error'] = 'Recent period must be a positive integer value'; |
---|
212 | $lang['picture_high'] = 'Click on the picture to see it in high definition'; |
---|
213 | $lang['picture_show_metadata'] = 'Show file metadata'; |
---|
214 | $lang['powered_by'] = 'Powered by'; |
---|
215 | $lang['preferences'] = 'Preferences'; |
---|
216 | $lang['previous_page'] = 'Previous'; |
---|
217 | $lang['random_cat'] = 'random pictures'; |
---|
218 | $lang['random_cat_hint'] = 'Displays a set of random pictures'; |
---|
219 | $lang['recent_cats_cat'] = 'Last categories'; |
---|
220 | $lang['recent_cats_cat_hint'] = 'Displays recently updated categories'; |
---|
221 | $lang['recent_image'] = 'Image within the'; |
---|
222 | $lang['recent_period'] = 'Recent period'; |
---|
223 | $lang['recent_pics_cat'] = 'Last pictures'; |
---|
224 | $lang['recent_pics_cat_hint'] = 'Displays most recent pictures'; |
---|
225 | $lang['reg_confirm'] = 'Confirm password'; |
---|
226 | $lang['reg_err_login1'] = 'Please, enter a login'; |
---|
227 | $lang['reg_err_login2'] = 'login mustn\'t end with a space character'; |
---|
228 | $lang['reg_err_login3'] = 'login mustn\'t start with a space character'; |
---|
229 | $lang['reg_err_login5'] = 'this login is already used'; |
---|
230 | $lang['reg_err_mail_address'] = 'mail address must be like xxx@yyy.eee (example : jack@altern.org)'; |
---|
231 | $lang['reg_err_pass'] = 'please enter your password again'; |
---|
232 | $lang['register'] = 'register'; |
---|
233 | $lang['register_page_title'] = 'Registration'; |
---|
234 | $lang['register_title'] = 'Registration'; |
---|
235 | $lang['remember_me'] = 'Auto login'; |
---|
236 | $lang['representative'] = 'representative'; |
---|
237 | $lang['reset'] = 'Reset'; |
---|
238 | $lang['return to homepage'] = 'return to homepage'; |
---|
239 | $lang['search'] = 'Search'; |
---|
240 | $lang['search_ascending'] = 'Ascending'; |
---|
241 | $lang['search_author'] = 'Search for Author'; |
---|
242 | $lang['search_categories'] = 'Search in Categories'; |
---|
243 | $lang['search_date'] = 'Search by Date'; |
---|
244 | $lang['search_date_available'] = 'Availability'; |
---|
245 | $lang['search_date_creation'] = 'Creation'; |
---|
246 | $lang['search_date_from'] = 'Date'; |
---|
247 | $lang['search_date_to'] = 'End-Date'; |
---|
248 | $lang['search_date_type'] = 'Kind of date'; |
---|
249 | $lang['search_descending'] = 'Descending'; |
---|
250 | $lang['search_explain'] = 'Use * as a wildcard for partial matches'; |
---|
251 | $lang['search_keywords'] = 'Search for words'; |
---|
252 | $lang['search_mode_and'] = 'Search for all terms '; |
---|
253 | $lang['search_mode_or'] = 'Search for any terms'; |
---|
254 | $lang['search_one_clause_at_least'] = 'Empty query. No criteria has been entered.'; |
---|
255 | $lang['search_options'] = 'Search Options'; |
---|
256 | $lang['search_result'] = 'Search results'; |
---|
257 | $lang['search_sort'] = 'Sort results by'; |
---|
258 | $lang['search_subcats_included'] = 'Search in subcategroies'; |
---|
259 | $lang['search_title'] = 'Search'; |
---|
260 | $lang['send_mail'] = 'Contact'; |
---|
261 | $lang['set as category representative'] = 'set as category representative'; |
---|
262 | $lang['show_nb_comments'] = 'Show number of comments'; |
---|
263 | $lang['slideshow'] = 'slideshow'; |
---|
264 | $lang['slideshow_stop'] = 'stop the slideshow'; |
---|
265 | $lang['special_categories'] = 'Specials'; |
---|
266 | $lang['sql_queries_in'] = 'SQL queries in'; |
---|
267 | $lang['sub-cat'] = 'subcategories'; |
---|
268 | $lang['submit'] = 'Submit'; |
---|
269 | $lang['the beginning'] = 'the beginning'; |
---|
270 | $lang['theme'] = 'Interface theme'; |
---|
271 | $lang['thumbnails'] = 'Thumbnails'; |
---|
272 | $lang['title_comments'] = 'Users comments'; |
---|
273 | $lang['title_menu'] = 'Menu'; |
---|
274 | $lang['title_send_mail'] = 'A comment on your site'; |
---|
275 | $lang['to_rate'] = 'Rate'; |
---|
276 | $lang['today'] = 'today'; |
---|
277 | $lang['total'] = 'images'; |
---|
278 | $lang['update_rate'] = 'Update your rating'; |
---|
279 | $lang['update_wrong_dirname'] = 'wrong filename'; |
---|
280 | $lang['upload_advise'] = 'Choose an image to place in the category : '; |
---|
281 | $lang['upload_advise_filesize'] = 'the filesize of the picture must not exceed : '; |
---|
282 | $lang['upload_advise_filetype'] = 'the picture must be to the fileformat jpg, gif or png'; |
---|
283 | $lang['upload_advise_height'] = 'the height of the picture must not exceed : '; |
---|
284 | $lang['upload_advise_thumbnail'] = 'Optional, but recommended : choose a thumbnail to associate to '; |
---|
285 | $lang['upload_advise_width'] = 'the width of the picture must not exceed : '; |
---|
286 | $lang['upload_author'] = 'Author (eg "Pierrick LE GALL")'; |
---|
287 | $lang['upload_cannot_upload'] = 'can\'t upload the picture on the server'; |
---|
288 | $lang['upload_creation_date'] = 'Creation date (DD/MM/YYYY)'; |
---|
289 | $lang['upload_err_username'] = 'the username must be given'; |
---|
290 | $lang['upload_file_exists'] = 'A picture\'s name already used'; |
---|
291 | $lang['upload_filenotfound'] = 'You must choose a picture fileformat for the image'; |
---|
292 | $lang['upload_forbidden'] = 'You can\'t upload pictures in this category'; |
---|
293 | $lang['upload_name'] = 'Name of the picture'; |
---|
294 | $lang['upload_picture'] = 'Upload a picture'; |
---|
295 | $lang['upload_successful'] = 'Picture uploaded with success, an administrator will validate it as soon as possible'; |
---|
296 | $lang['upload_title'] = 'Upload a picture'; |
---|
297 | $lang['upload_username'] = 'Username'; |
---|
298 | $lang['useful when password forgotten'] = 'useful when password forgotten'; |
---|
299 | $lang['w_month'] = 'Month'; |
---|
300 | $lang['yes'] = 'Yes'; |
---|
301 | |
---|
302 | $lang['descending'] = 'descending'; |
---|
303 | $lang['all'] = 'all'; |
---|
304 | $lang['ascending'] = 'ascending'; |
---|
305 | $lang['comment date'] = 'comment date'; |
---|
306 | $lang['picture'] = 'picture'; |
---|
307 | ?> |
---|