Files
nexusphp/lang/en/lang_invite.php
2022-12-05 17:35:39 +08:00

66 lines
2.5 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_hash_status' => 'Hash valid',
'text_invitee_user' => 'Invitee user',
'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: ",
'harem_addition' => 'Harem addition',
'signup_link_help' => 'Right click to copy',
'signup_link' => 'Signup link',
'text_seed_torrent_count' => 'Seeding counts',
'text_seed_torrent_size' => 'Seeding size',
'text_seed_torrent_bonus_per_hour' => 'Seeding bonus per hour',
'text_seed_torrent_bonus_per_hour_help' => 'That is, seed points, do not consider donations, official torrent, harems and any other additions',
'text_seed_torrent_last_announce_at' => 'Last announce time',
'text_enabled' => 'Enabled',
);
?>