관리-도구
편집 파일: message.php
<?php $lan = array ( 'Please select a message to display' => '請選擇要顯示的信件', 'Attachments for this message' => '這封信的附加檔案', 'No attachments' => '沒有附加檔案', 'Filename' => '檔案名稱', 'Size' => '大小', 'Mime Type' => 'MIME類型', 'Description' => '說明', 'Lists this message has been sent to' => '這封信已經寄到電子報', 'None yet' => '都還沒', 'Send this (same) message to (a) new list(s)' => '送出這封信件到新的電子報', 'List is Active' => '電子報啟用中', 'List is not Active' => '電子報停用中', '<b>Note:</b> this message has already been sent to all lists. To resend it to new users use the "Requeue" function.' => '<b>注意:</b> 這封信已經寄給了所有電子報主題,重新寄送資料給新加入的使用者請點選"重新寄送"功能。', 'Resend' => '重新寄送', 'id' => 'id', 'subject' => '主旨', 'fromfield' => '從欄位', 'tofield' => '到欄位', 'replyto' => '回覆給', 'message' => '信件', 'textmessage' => '文字信件', 'footer' => '頁尾', 'entered' => '日期', 'modified' => '修改日期', 'embargo' => '狀態', 'repeatinterval' => '重複週期', 'repeatuntil' => '重複到', 'status' => '狀態', 'userselection' => '使用者選擇', 'sent' => '已送出', 'htmlformatted' => 'html格式', 'sendformat' => '送出格式', 'template' => '樣板', 'processed' => '已處理', 'astext' => '文字', 'ashtml' => 'html', // 'astextandhtml' => '文字與html', //obsolete by bug 0009687 'aspdf' => 'PDF', 'astextandpdf' => '文字與pdf', 'viewed' => '已瀏覽', 'bouncecount' => '退信數量', 'sendstart' => '開始寄送', 'rsstemplate' => 'RSS樣板', 'owner' => '擁有者', 'edit this message' => '編輯這封信', ); ?>