messages.inc.php
来自「完美的在线教育系统」· PHP 代码 · 共 24 行
PHP
24 行
<?php /*for more information: see languages.txt in the lang folder. */$Inbox = "Inbox";$Messages = "Messages";$SendMessage = "Send message";$NewMessage = "New message";$ComposeMessage = "Compose message";$DeleteSelectedMessages = "Delete selected messages";$SelectAll = "Select all";$DeselectAll = "Deselect all";$ReplyToMessage = "Reply";$BackToInbox = "Back to inbox";$MessageSentTo = "The message has been sent to";$SendMessageTo = "Send to";$Myself = "myself";$From = "From";$To = "To";$Date = "Date";$InvalidMessageId = "The id of the message to reply to is not valid.";$ErrorSendingMessage = "There was an error while trying to send the message.";$SureYouWantToDeleteSelectedMessages = "Are you sure you want to delete the selected messages?";$SelectedMessagesDeleted = "The selected messages have been deleted";?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?