mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -56,4 +56,57 @@ return [
|
||||
],
|
||||
'username_already_exists' => 'Username::username already exists',
|
||||
'username_invalid' => 'Username::username invalid',
|
||||
|
||||
'msg_promoted' => "promoted",
|
||||
'msg_demoted' => "demoted",
|
||||
'msg_class_change' => "Class Change",
|
||||
'msg_you_have_been' => "You have been ",
|
||||
'msg_to' => " to ",
|
||||
'msg_by' => " by ",
|
||||
'msg_warn_removed' => "Warning Removed",
|
||||
'msg_your_warning_removed_by' => "Your warning have been removed by",
|
||||
'msg_you_are_warned_by' => "You have been [url=rules.php#warning]warned[/url] by ",
|
||||
'msg_reason' => "\n\nReason: ",
|
||||
'msg_week' => " week",
|
||||
'msg_s' => "s",
|
||||
'msg_you_are_warned_for' => "You have been [url=rules.php#warning]warned[/url] for ",
|
||||
'msg_you_are_warned' => "You Are Warned",
|
||||
'msg_posting_rights_restored' => "Posting Rights Restored",
|
||||
'msg_your_posting_rights_restored' => "Your Posting rights have been given back by " ,
|
||||
'msg_you_can_post' => ". You can post to forum again.",
|
||||
'msg_posting_rights_removed' => "Posting Rights Removed",
|
||||
'msg_your_posting_rights_removed' => "Your Posting rights have been removed by ",
|
||||
'msg_probable_reason' => ", probably because of bad attitude or bad post content.",
|
||||
'msg_upload_rights_restored' => "Upload Rights Restored",
|
||||
'msg_your_upload_rights_restored' => "Your upload rights have been given back by ",
|
||||
'msg_you_upload_can_upload' => ". You can upload torrents again.",
|
||||
'msg_upload_rights_removed' => "Upload Rights Removed",
|
||||
'msg_your_upload_rights_removed' => "Your upload rights have been removed by ",
|
||||
'msg_probably_reason_two' => ", probably because of bad torrent, .nfo or description.",
|
||||
'msg_download_rights_restored' => "Download Rights Restored",
|
||||
'msg_your_download_rights_restored' => "Your download rights have been given back by ",
|
||||
'msg_you_can_download' => ". You can download torrents again.",
|
||||
'msg_download_rights_removed' => "Download Rights Removed",
|
||||
'msg_your_download_rights_removed' => "Your download rights have been removed by ",
|
||||
'msg_probably_reason_three' => ", probably because of low ratio or bad behaviour.",
|
||||
'msg_email_change' => "Email change",
|
||||
'msg_your_email_changed_from' => "Your Email address has been changed from ",
|
||||
'msg_username_change' => "Username change",
|
||||
'msg_your_username_changed_from' => "Your username has been changed from ",
|
||||
'msg_downloaded_change' => "Downloaded amount change",
|
||||
'msg_your_downloaded_changed_from' => "Your downloaded amount has been changed from ",
|
||||
'msg_uploaded_change' => "Uploaded amount change",
|
||||
'msg_your_uploaded_changed_from' => "Your uploaded amount has been changed from ",
|
||||
'msg_bonus_change' => "Bonus amount change",
|
||||
'msg_your_bonus_changed_from' => "Your bonus amount has been changed from ",
|
||||
'msg_invite_change' => "Invite amount change",
|
||||
'msg_your_invite_changed_from' => "Your invite amount has been changed from ",
|
||||
'msg_to_new' =>" to ",
|
||||
'msg_your_vip_status_changed' => "Your VIP status changed",
|
||||
'msg_vip_status_changed_by' => "Your VIP status changed by ",
|
||||
'msg_your_donor_status_changed' => "Your donor status changed",
|
||||
'msg_donor_status_changed_by' => "Your donor status changed by ",
|
||||
'msg_invited_user_has_registered' => "Invited user has registered",
|
||||
'msg_user_you_invited' => "The user you invited ",
|
||||
'msg_has_registered' => " has registered just now.",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user