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

82 lines
3.1 KiB
PHP

<?php
$lang_messages = array
(
'std_error' => "Error",
'std_invalid_mailbox' => "Invalid Mailbox",
'text_inbox' => "Inbox",
'text_sentbox' => "Sentbox",
'text_sender' => "Sender",
'text_receiver' => "Receiver",
'col_status' => "Status",
'col_subject' => "Subject",
'col_date' => "Date",
'col_act' => "Act.",
'text_no_messages' => "No Messages.",
'text_remove_from_friends' => "[remove from friends]",
'text_add_to_friends' => "[add to friends]",
'submit_move_to' => "Move&nbsp;to",
'text_or' => " or ",
'submit_delete' => "Delete",
'text_unread_messages' => " Unread Messages.",
'text_read_messages' => " Read Messages.",
'text_mailbox_manager' => "Mailbox Manager",
'std_no_permission' => "You do not have permission to view this message.",
'text_to' => "To",
'text_from' => "From",
'text_new' => "(New)",
'text_reply' => "Reply",
'text_delete' => "Delete",
'text_forward_pm' => "Forward PM",
'std_cannot_move_messages' => "Messages couldn't be moved! ",
'std_cannot_delete_messages' => "Messages couldn't be deleted! ",
'std_no_action' => "No action",
'std_no_permission_forwarding' => "You do not have permission to forward this message.",
'row_to' => "To: ",
'row_original_receiver' => "Orignal&nbsp;Receiver:",
'row_original_sender' => "Orignal&nbsp;Sender:",
'row_subject' => "Subject:",
'row_message' => "Message:",
'checkbox_save_message' => "Save Message ",
'submit_forward' => "Forward",
'std_no_such_user' => "Sorry, there is no user with that username.",
'std_rufused' => "Refused",
'std_user_blocks_your_pms' => "This user has blocked PMs from you.",
'std_user_accepts_friends_pms' => "This user only accepts PMs from users in his friends list.",
'std_user_blocks_all_pms' => "This user does not accept PMs.",
'std_success' => "Success",
'std_pm_forwarded' => "PM forwarded",
'head_editing_mailboxes' => "Editing Mailboxes",
'text_editing_mailboxes' => "Editing Mailboxes",
'text_add_mailboxes' => "Add Mailboxes",
'text_extra_mailboxes_note' => "You may add extra mailboxes. You do not have to use all the input boxes.",
'submit_add' => "Add",
'text_edit_mailboxes' => "Edit Mailboxes",
'text_edit_mailboxes_note' => "You may edit the names, or delete the name to delete this virtual directory.<br />Please note, that all messages in this directory will be lost if you delete this directory. ",
'text_no_mailboxes_to_edit' => "There are no mailboxes to edit.",
'submit_edit' => "Edit",
'std_no_message_id' => "No message with this ID.",
'std_could_not_delete_message' => "Could not delete message.",
'text_jump_to' => " at ",
'select_inbox' => "Inbox",
'select_sentbox' => "Sentbox",
'submit_go' => "Go",
'input_check_all' => "Check All",
'input_uncheck_all' => "Uncheck All",
'title_unread' => "Unread",
'title_read' => "Read",
'text_system' => "System",
'text_no_subject' => "No Subject",
'col_search_message' => "Search Message",
'text_search' => "Search: ",
'text_in' => "in",
'select_title' => "title",
'select_body' => "body",
'select_both' => "both",
'submit_mark_as_read' => "Mark&nbsp;as&nbsp;read",
'std_cannot_mark_messages' => "Could not mark message as read.",
'std_no_message_selected' => "No message selected."
);
?>