Files
nexusphp/lang/en/lang_invite.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

55 lines
1.9 KiB
PHP

<?php
$lang_invite = array
(
'std_sorry' => "Sorry",
'std_permission_denied' => "Permission Denied!",
'head_invites' => "Invites",
'std_no_invites_left' => "You have no invites left. :( <br /><br />Please click ",
'here_to_go_back' => "here</a> to go back.",
'text_invite_code_sent' => "The invite code has been sent!<br />",
'text_invite_someone' => "Invite someone to join ",
'text_s' => "s",
'text_invitation' => " invitation",
'text_left' => " left",
'text_email_address' => "Email Address",
'text_email_address_note' => "Email Address must be valid. The invite will receive an email about your invite.",
'text_message' => "Message",
'submit_invite' => "Invite",
'text_invite_status' => "Current status of invites",
'text_no_invites' => "No invites yet.",
'text_username' => "Username",
'text_email' => "Email",
'text_uploaded' => "Uploaded",
'text_downloaded' => "Downloaded",
'text_ratio' => "Ratio",
'text_status' => "Status",
'text_confirm' => "Confirm",
'text_confirmed' => "Confirmed",
'text_pending' => "Pending",
'submit_confirm_users' => "Confirm&nbsp;Users",
'sumbit_invite_someone' => "Invite&nbsp;Someone",
'text_sent_invites_status' => "Current status of sent out invites",
'text_no_invitation_sent' => "No invitations sent out at the moment.",
'text_hash' => "Hash",
'text_send_date' => "Send Date",
'text_invitation_body' => "
Hi Buddy,
I am inviting you to join $SITENAME which is a private community that have the finest
and most abundant stuff. If you are interested in joining us please read over
the rules and confirm the invite. Finally, please make sure you keep a nice ratio and
only upload content that follows rules of the site.
Welcome aboard! :)
Best Regards,
",
'text_invite_system' => "'s Invite System",
'std_only' => "Only ",
'std_or_above_can_invite' => " or above can send invitation.",
'text_email_restriction_note' => "You could only send invitation to email from those domains: ",
);
?>