mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
20 lines
934 B
PHP
20 lines
934 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: ",
|
|
'msg_new_offer_subject' => "A new offer has been added",
|
|
'msg_new_offer_msg' => "User :username has added a new offer :offername",
|
|
];
|