mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
Update Language Files of: - Common Language File - Addon Module - Admin Module - AutoInstall Module - Board Module - Comment Module - Communication Module - Document Module - Editor Module - File Module - Korean Postal Code Module - Notification Center Module - Point Module - Poll Module - RSS Module - Tag Module - Recycle Bin Module - AdminLogging Addon - PhotoSwipe Addon - XEdition Layout - Content Widget - ncenter_login Widget - mcontent Widget
56 lines
3.3 KiB
PHP
56 lines
3.3 KiB
PHP
<?php
|
|
$lang->communication = 'Communication';
|
|
$lang->about_communication = 'This module is used for communication between members, such as exchanging messages or mamaging friends.';
|
|
$lang->allow_message = 'Receive Messages';
|
|
$lang->allow_message_type['Y'] = 'Receive All';
|
|
$lang->allow_message_type['N'] = 'Reject All';
|
|
$lang->allow_message_type['F'] = 'Only Friends';
|
|
$lang->message_box['R'] = 'Inbox';
|
|
$lang->message_box['S'] = 'Sent';
|
|
$lang->message_box['T'] = 'Archive';
|
|
$lang->message_box['N'] = 'Unread';
|
|
$lang->readed_date = 'Read Date';
|
|
$lang->sender = 'From';
|
|
$lang->receiver = 'To';
|
|
$lang->friend_group = 'Friend Group';
|
|
$lang->default_friend_group = 'Unassigned Group';
|
|
$lang->cmd_message_from_non_member = 'Not a Member';
|
|
$lang->cmd_send_message = 'Send Message';
|
|
$lang->cmd_reply_message = 'Reply Message';
|
|
$lang->cmd_view_friend = 'Friends';
|
|
$lang->cmd_add_friend = 'Add Friend';
|
|
$lang->cmd_message_box = 'Message Box';
|
|
$lang->cmd_view_message_box = 'Message Box';
|
|
$lang->cmd_store = 'Move to Archive';
|
|
$lang->cmd_restore_to_inbox = 'Move to Inbox';
|
|
$lang->cmd_view_selected_frend_group = 'View only selected group';
|
|
$lang->cmd_add_friend_group = 'Add Friend Group';
|
|
$lang->cmd_rename_friend_group = 'Rename Friend Group';
|
|
$lang->cmd_delete_friend_group = 'Delete Friend Group';
|
|
$lang->msg_already_friend = 'You are already friends with this person.';
|
|
$lang->msg_no_self_friend = 'You cannot add yourself as a friend.';
|
|
$lang->msg_no_message = 'There is no message.';
|
|
$lang->msg_cannot_send_to_yourself = 'Cannot send a message to yourself.';
|
|
$lang->message_received = 'You have a new message.';
|
|
$lang->msg_success_moved = 'Successfully moved.';
|
|
$lang->msg_title_is_null = 'Please enter the title of message.';
|
|
$lang->msg_content_is_null = 'Please enter the content.';
|
|
$lang->msg_allow_message_to_friend = 'Failed to send a message because the recipient accepts messages from friends only.';
|
|
$lang->msg_disallow_message = 'Failed to send a message because the recipient blocked receiving messages.';
|
|
$lang->msg_invalid_recipient = 'Failed to find the recipient\'s member information.';
|
|
$lang->about_allow_message = 'You can set whether to receive messages or not.';
|
|
$lang->msg_send_mail_privacy = 'Your email address will be exposed to the recipient.';
|
|
$lang->msg_send_mail_admin_only = 'The email option can only be used by the administrator.';
|
|
$lang->message_notice = 'Send a message to the author about this. If you don\'t write a message, it is not sent.';
|
|
$lang->friends_page_does_not_support = 'Friends in a mobile environment is not supported. Please go to the PC page.';
|
|
$lang->communication_send_message_grant = 'Send Message Grant';
|
|
$lang->cmd_manage_base = 'Basic infomation';
|
|
$lang->alert_new_message_arrived = 'You have %d new message(s). Do you want to check it now?';
|
|
$lang->enable_communication_friend = 'Friend Enable';
|
|
$lang->enable_communication_message = 'Message Enable';
|
|
$lang->enable_attachment = 'Allow Attachment';
|
|
$lang->attachment_size_limit = 'Attachment Size Limit';
|
|
$lang->warning = 'Caution!';
|
|
$lang->msg_allow_message_friend = 'You can only receive direct messages from your friends.';
|
|
$lang->msg_allow_meesage_Block = 'Your direct message box is turned off.';
|
|
$lang->msg_allow_message_please = 'You should allow direct messages from everyone in order to receive the replies for this message.';
|