Files

20 lines
934 B
PHP
Raw Permalink Normal View History

2025-04-21 02:53:56 +07:00
<?php
return [
'msg_has_allowed' => " has allowed you to upload ",
'msg_find_offer_option' => "You will find a new option on the upload page.",
'msg_your_offer_allowed' => "Your Offer has been allowed",
'msg_offer_voted_on' => "Your Offer has been voted on. you are allowed to upload ",
'msg_offer_voted_off' => "Your Offer has been voted off. You are not allowed to upload ",
'msg_voted_on' => " has been voted on",
'msg_offer_deleted' => "Your offer was deleted",
'msg_your_offer' => "Your offer '",
'msg_was_deleted_by' => "' was deleted by ",
'msg_blank' => ".",
'msg_you_must_upload_in' => "Please upload the offer within ",
'msg_hours_otherwise' => " hours. Otherwise the offer would be deleted.",
'msg_reason_is' => "The reason: ",
2025-09-16 20:14:51 +08:00
'msg_new_offer_subject' => "A new offer has been added",
'msg_new_offer_msg' => "User :username has added a new offer :offername",
2025-04-21 02:53:56 +07:00
];