507 ajax_me: 'me', |
507 ajax_me: 'me', |
508 |
508 |
509 ajax_teaser_inbox: 'No new mail.', |
509 ajax_teaser_inbox: 'No new mail.', |
510 ajax_teaser_starred: 'You haven\'t starred any messages yet. Starring a message lets you give it a special status that separates it from the rest of your mail so it\'s easier to find. You can star a message by clicking the small gray star next to a message in your inbox or archive.', |
510 ajax_teaser_starred: 'You haven\'t starred any messages yet. Starring a message lets you give it a special status that separates it from the rest of your mail so it\'s easier to find. You can star a message by clicking the small gray star next to a message in your inbox or archive.', |
511 ajax_teaser_sent: 'You haven\'t sent any messages yet. When you send a message, a copy of it will appear here.', |
511 ajax_teaser_sent: 'You haven\'t sent any messages yet. When you send a message, a copy of it will appear here.', |
|
512 ajax_teaser_drafts: 'You don\'t have any drafts. When you save a message so you can finish writing it later, it will appear here.', |
|
513 ajax_teaser_archive: 'You haven\'t archived any messages yet. Archive a message when you want to remove it from your inbox but keep a copy of it around.', |
|
514 ajax_teaser_trash: 'No deleted messages. Delete a message by checking it in another folder and clicking Delete. Deleting a message from this folder will remove it permanently.', |
512 |
515 |
513 ajax_no_subject: '[No subject]', |
516 ajax_no_subject: '[No subject]', |
|
517 |
|
518 ajax_compose_lbl_to: 'To:', |
|
519 ajax_compose_lbl_subject: 'Subject:', |
|
520 ajax_compose_btn_send: 'Send message', |
|
521 ajax_compose_btn_save: 'Save draft', |
|
522 ajax_compose_btn_cancel: 'Discard', |
|
523 ajax_compose_btn_cancel_confirm: 'Discard message', |
|
524 |
|
525 ajax_compose_msg_confirm_discard_title: 'Discard message?', |
|
526 ajax_compose_msg_confirm_discard_body: 'Save this message as a draft if you want to avoid losing it. Discarding this message will not delete any existing drafts.', |
514 }, |
527 }, |
515 userfuncs: { |
528 userfuncs: { |
516 |
529 |
517 // Special:Contributions |
530 // Special:Contributions |
518 contribs_err_no_user: 'You need to select a user to view contributions for.', |
531 contribs_err_no_user: 'You need to select a user to view contributions for.', |