329 avatar_lbl_change: 'Change your avatar:', |
329 avatar_lbl_change: 'Change your avatar:', |
330 avatar_lbl_keep: 'Keep my current avatar', |
330 avatar_lbl_keep: 'Keep my current avatar', |
331 avatar_lbl_remove: 'Delete my avatar', |
331 avatar_lbl_remove: 'Delete my avatar', |
332 avatar_lbl_set_http: 'Upload a new avatar from the Web', |
332 avatar_lbl_set_http: 'Upload a new avatar from the Web', |
333 avatar_lbl_set_file: 'Upload a new avatar from my computer', |
333 avatar_lbl_set_file: 'Upload a new avatar from my computer', |
|
334 avatar_lbl_set_gravatar: 'Use my Gravatar', |
334 avatar_lbl_url: 'URL to image:', |
335 avatar_lbl_url: 'URL to image:', |
335 avatar_lbl_url_desc: 'This must start with the <tt>http://</tt> prefix and must be a valid URL. The image will be copied from the existing URL to this server - dynamic avatars are not supported.', |
336 avatar_lbl_url_desc: 'This must start with the <tt>http://</tt> prefix and must be a valid URL. The image will be copied from the existing URL to this server - dynamic avatars are not supported.', |
336 avatar_lbl_file: 'Upload file:', |
337 avatar_lbl_file: 'Upload file:', |
337 avatar_lbl_file_desc: 'Your browser needs to support file uploads for this option to work.', |
338 avatar_lbl_file_desc: 'Your browser needs to support file uploads for this option to work.', |
338 avatar_limits: 'The image cannot be more than %config.avatar_max_size% bytes in size. The maximum dimensions are %config.avatar_max_width% × %config.avatar_max_height% pixels. Allowed formats are PNG, GIF, and JPEG.', |
339 avatar_limits: 'The image cannot be more than %config.avatar_max_size% bytes in size. The maximum dimensions are %config.avatar_max_width% × %config.avatar_max_height% pixels. Allowed formats are PNG, GIF, and JPEG.', |
343 avatar_corrupt_image: 'The image you selected is corrupt. Please choose another image.', |
344 avatar_corrupt_image: 'The image you selected is corrupt. Please choose another image.', |
344 avatar_too_large: 'The image you uploaded exceeds the maximum dimensions (%config.avatar_max_width% × %config.avatar_max_height%px) allowed on this site. Please choose another image.', |
345 avatar_too_large: 'The image you uploaded exceeds the maximum dimensions (%config.avatar_max_width% × %config.avatar_max_height%px) allowed on this site. Please choose another image.', |
345 avatar_move_failed: 'Your image was accepted, but there was a problem moving the image file to the correct location.', |
346 avatar_move_failed: 'Your image was accepted, but there was a problem moving the image file to the correct location.', |
346 avatar_upload_success: 'Your avatar has been updated.', |
347 avatar_upload_success: 'Your avatar has been updated.', |
347 avatar_file_too_large: 'The image you uploaded exceeds the maximum file size allowed for avatars on this site.', |
348 avatar_file_too_large: 'The image you uploaded exceeds the maximum file size allowed for avatars on this site.', |
|
349 avatar_gravatar_success: 'Your Gravatar will now be used as your avatar on this site.', |
|
350 avatar_gravatar_rating_g: 'The highest allowed rating for your Gravatar image is <b>G</b>. Images must be suitable for display on all websites with any audience type.', |
|
351 avatar_gravatar_rating_pg: 'The highest allowed rating for your Gravatar image is <b>PG</b>. Rude gestures, lesser swear words, mild violence, and mildly provocatively dressed individuals are permitted.', |
|
352 avatar_gravatar_rating_r: 'The highest allowed rating for your Gravatar image is <b>R</b>. Nudity and violence must be tasteful.', |
|
353 avatar_gravatar_rating_x: 'The highest allowed rating for your Gravatar image is <b>X</b>.', |
|
354 avatar_link_gravatar_info: 'Learn about Gravatar', |
348 |
355 |
349 // Password strength widget |
356 // Password strength widget |
350 pwstrength_score_verystrong: 'Very strong (score: %score%)', |
357 pwstrength_score_verystrong: 'Very strong (score: %score%)', |
351 pwstrength_score_strong: 'Strong (score: %score%)', |
358 pwstrength_score_strong: 'Strong (score: %score%)', |
352 pwstrength_score_good: 'Good (score: %score%)', |
359 pwstrength_score_good: 'Good (score: %score%)', |