blob: 367191ffb54e3874bc5dac74c1040fb8b214a570 (
plain)
1
2
3
4
5
6
|
<?php
$messages = array();
$messages['forgotattachment'] = "您似乎忘記加入附件了,你確定要寄出?";
$messages['reminderoption'] = "Remind about forgotten attachments";
$messages['keywords'] = "附件,附加,附檔,附上,附加檔案";
|