Files
nexusphp/lang/_target/lang_offers.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

98 lines
4.3 KiB
PHP

<?php
$lang_offers_target = array
(
'en' => array
(
'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_offer_deleted' => "Your offer will be deleted.",
'msg_your_offer' => "Your offer ",
'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: ",
),
'chs' => array
(
'msg_has_allowed' => "允许你上传 ",
'msg_find_offer_option' => "你会在上传区找到新的选项。",
'msg_your_offer_allowed' => "你的候选被允许",
'msg_offer_voted_on' => "你的候选被投票允许。你可以上传 ",
'msg_offer_voted_off' => "你的候选被投票拒绝。你不可以上传 ",
'msg_offer_deleted' => "你的候选被删除",
'msg_your_offer' => "你的候选",
'msg_voted_on' => "被投票允许",
'msg_offer_deleted' => "候选被删除",
'msg_your_offer' => "你的候选'",
'msg_was_deleted_by' => "'被管理员",
'msg_blank' => "删除。",
'msg_you_must_upload_in' => "请在",
'msg_hours_otherwise' => "小时内上传通过候选的内容。否则该候选将被删除。",
'msg_reason_is' => "原因:",
),
'cht' => array
(
'msg_has_allowed' => "允許你上傳 ",
'msg_find_offer_option' => "你會在上傳區找到新的選項。",
'msg_your_offer_allowed' => "你的候選被允許",
'msg_offer_voted_on' => "你的候選被投票允許。你可以上傳 ",
'msg_offer_voted_off' => "你的候選被投票拒絕。你不可以上傳 ",
'msg_offer_deleted' => "你的候選被刪除",
'msg_your_offer' => "你的候選",
'msg_voted_on' => "被投票允許",
'msg_offer_deleted' => "候選被刪除",
'msg_your_offer' => "你的候選'",
'msg_was_deleted_by' => "'被管理員",
'msg_blank' => "刪除。",
'msg_you_must_upload_in' => "請在",
'msg_hours_otherwise' => "小時內上傳通過候選的內容。否則該候選將被刪除。",
'msg_reason_is' => "原因:",
),
'ko' => array
(
'msg_has_allowed' => " 업로드를 승인받았습니다. ",
'msg_find_offer_option' => "업로드 페이지에서 새로운 옵션을 발견했습니다.",
'msg_your_offer_allowed' => "당신의 제안이 승인되었습니다.",
'msg_offer_voted_on' => "당신의 제안이 찬성표를 받았습니다. 업로드가 가능합니다. ",
'msg_offer_voted_off' => "당신의 제안이 반대표를 받았습니다. 업로드가 불가능합니다. ",
'msg_offer_deleted' => "당신의 제안이 삭제되었습니다.",
'msg_your_offer' => "당신의 제안이 ",
'msg_voted_on' => " 찬성표를 받았습니다.",
'msg_offer_deleted' => "당신의 제안이 삭제되었습니다.",
'msg_your_offer' => "당신의 제안이 '",
'msg_was_deleted_by' => "' 관리자에 의해 ",
'msg_blank' => "삭제되었습니다.",
'msg_you_must_upload_in' => "몇 시간 내로 업로드 해 주시기 바랍니다.",
'msg_hours_otherwise' => " 그렇지 않으면, 제안은 삭제됩니다.",
'msg_reason_is' => "삭제 이유: ",
),
'ja' => array
(
'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_offer_deleted' => "Your offer will be deleted.",
'msg_your_offer' => "Your offer ",
'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: ",
),
);
?>