Files
nexusphp/resources/lang/en/offer.php
2025-04-21 02:53:56 +07:00

18 lines
795 B
PHP

<?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: ",
];