mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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: ",
|
||||
];
|
||||
Reference in New Issue
Block a user