10 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
10 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
11 */ |
11 */ |
12 |
12 |
13 var enano_lang = { |
13 var enano_lang = { |
14 categories: [ |
14 categories: [ |
15 'user', 'usercp', 'groupcp', 'privmsgs', 'userfuncs', |
15 'user', 'usercp', 'groupcp', 'privmsgs', 'userfuncs', 'userpage', |
16 ], |
16 ], |
17 strings: { |
17 strings: { |
18 meta: { |
18 meta: { |
19 user: 'Login, logout, and authentication', |
19 user: 'Login, logout, and authentication', |
20 usercp: 'User control panel', |
20 usercp: 'User control panel', |
21 groupcp: 'Group control panel', |
21 groupcp: 'Group control panel', |
22 privmsgs: 'Private message and buddy list CP', |
22 privmsgs: 'Private message and buddy list CP', |
23 userfuncs: 'User management pages', |
23 userfuncs: 'User management pages', |
|
24 userpage: 'User pages', |
24 }, |
25 }, |
25 user: { |
26 user: { |
26 login_message_short: 'Please enter your username and password to log in.', |
27 login_message_short: 'Please enter your username and password to log in.', |
27 login_message_short_elev: 'Please re-enter your login details', |
28 login_message_short_elev: 'Please re-enter your login details', |
28 login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can <a href="%reg_link%">create an account</a>.', |
29 login_body: 'Logging in enables you to use your preferences and access member information. If you don\'t have a username and password here, you can <a href="%reg_link%">create an account</a>.', |
473 ml_err_nousers_find: 'Sorry - no users that matched your query could be found. Please try some different search terms.', |
474 ml_err_nousers_find: 'Sorry - no users that matched your query could be found. Please try some different search terms.', |
474 ml_err_nousers: 'Sorry - no users with usernames that start with that letter could be found.', |
475 ml_err_nousers: 'Sorry - no users with usernames that start with that letter could be found.', |
475 ml_msg_matches_zero: 'Search returned no matches', |
476 ml_msg_matches_zero: 'Search returned no matches', |
476 ml_msg_matches_one: 'Search returned 1 match', |
477 ml_msg_matches_one: 'Search returned 1 match', |
477 ml_msg_matches: 'Search returned %matches% matches', |
478 ml_msg_matches: 'Search returned %matches% matches', |
|
479 }, |
|
480 userpage: { |
|
481 heading_basics: 'All about %username%', |
|
482 lbl_joined: 'Joined:', |
|
483 lbl_num_comments: 'Total comments:', |
|
484 lbl_real_name: 'Real name:', |
|
485 btn_administer_user: 'Administer user', |
|
486 heading_comments: '%username%\'s latest comments', |
|
487 comments_lbl_posted: 'Posted', |
|
488 msg_no_comments: 'This user has not posted any comments.', |
|
489 heading_contact: 'Get in touch', |
|
490 lbl_email: 'E-mail address:', |
|
491 btn_send_pm: 'Send %username% a <a href="%pm_link%">Private Message!</a>', |
|
492 btn_send_pm_guest: 'You could send %username% a Private Message if you were <a %login_flags%>logged in</a>.', |
|
493 lbl_aim: 'AIM:', |
|
494 lbl_yim: 'Yahoo! IM:', |
|
495 lbl_wlm: 'WLM:', |
|
496 lbl_xmpp: 'XMPP/Jabber™:', |
|
497 heading_real_life: '%username% in real life', |
|
498 lbl_location: 'Location:', |
|
499 lbl_job: 'Job/occupation:', |
|
500 lbl_hobbies: 'Enjoys:', |
|
501 msg_no_contact_info: '%username% hasn\'t posted any real-life contact information.', |
|
502 msg_user_not_exist: 'Additional information: user "%username%" does not exist.', |
478 } |
503 } |
479 } |
504 } |
480 }; |
505 }; |
481 |
506 |
482 // All done! :-) |
507 // All done! :-) |