mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
add lang: nl + deprecate lang/_target
This commit is contained in:
@@ -16,7 +16,6 @@ $lang_modtask_target = array
|
||||
'msg_week' => " week",
|
||||
'msg_s' => "s",
|
||||
'msg_you_are_warned_for' => "You have been [url=rules.php#warning]warned[/url] for ",
|
||||
'msg_by' => " by ",
|
||||
'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 " ,
|
||||
@@ -68,7 +67,6 @@ $lang_modtask_target = array
|
||||
'msg_week' => "周",
|
||||
'msg_s' => "",
|
||||
'msg_you_are_warned_for' => "你被[url=rules.php#warning]警告[/url]",
|
||||
'msg_by' => "。管理员:",
|
||||
'msg_you_are_warned' => "你被警告",
|
||||
'msg_posting_rights_restored' => "发帖权限恢复",
|
||||
'msg_your_posting_rights_restored' => "管理员" ,
|
||||
@@ -112,7 +110,6 @@ $lang_modtask_target = array
|
||||
'msg_class_change' => "等級變化",
|
||||
'msg_you_have_been' => "你被",
|
||||
'msg_to' => "為",
|
||||
'msg_by' => "。管理員:",
|
||||
'msg_warn_removed' => "警告解除",
|
||||
'msg_your_warning_removed_by' => "你的警告被解除。管理員:",
|
||||
'msg_you_are_warned_by' => "你被管理員",
|
||||
|
||||
@@ -9,8 +9,6 @@ $lang_offers_target = array
|
||||
'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 '",
|
||||
@@ -27,8 +25,6 @@ $lang_offers_target = array
|
||||
'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' => "你的候选'",
|
||||
@@ -45,8 +41,6 @@ $lang_offers_target = array
|
||||
'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' => "你的候選'",
|
||||
|
||||
@@ -12,7 +12,7 @@ $lang_takemessage_target = array
|
||||
'mail_use_following_url' => "You can click ",
|
||||
'mail_use_following_url_1' => " to view the message (you may have to login).",
|
||||
'mail_yours' => "<br />Yours,",
|
||||
'mail_the_site_team' => "The ".$SITENAME." Team.",
|
||||
'mail_the_site_team' => "The %s Team.",
|
||||
'mail_received_pm_from' => "You have received a PM from ",
|
||||
'mail_here' => "HERE",
|
||||
'msg_system' => "System",
|
||||
@@ -28,7 +28,7 @@ $lang_takemessage_target = array
|
||||
'mail_use_following_url' => "你可以点击",
|
||||
'mail_use_following_url_1' => "来查看该短讯(你可能需要登录)",
|
||||
'mail_yours' => "",
|
||||
'mail_the_site_team' => $SITENAME."网站",
|
||||
'mail_the_site_team' => "%s网站",
|
||||
'mail_received_pm_from' => "你有新短讯,来自",
|
||||
'mail_here' => "这里",
|
||||
'msg_system' => "系统",
|
||||
@@ -44,7 +44,7 @@ $lang_takemessage_target = array
|
||||
'mail_use_following_url' => "你可以點擊",
|
||||
'mail_use_following_url_1' => "來查看該短訊(你可能需要登錄)",
|
||||
'mail_yours' => "",
|
||||
'mail_the_site_team' => $SITENAME."網站",
|
||||
'mail_the_site_team' => "%s網站",
|
||||
'mail_received_pm_from' => "你有新短訊,來自",
|
||||
'mail_here' => "這裏",
|
||||
'msg_system' => "系統",
|
||||
|
||||
@@ -9,7 +9,7 @@ $lang_takeupload_target = array
|
||||
'msg_here' => " [b]here[/b]",
|
||||
'msg_offer' => "Offer ",
|
||||
'msg_was_just_uploaded' => " was just uploaded",
|
||||
'mail_title' => $SITENAME. " New torrent - ",
|
||||
'mail_title' => "%s New torrent - ",
|
||||
'mail_hi' => "Hi, ",
|
||||
'mail_new_torrent' => "A new torrent has been uploaded.",
|
||||
'mail_torrent_name' => "Name: ",
|
||||
@@ -19,11 +19,11 @@ $lang_takeupload_target = array
|
||||
'mail_torrent_description' => "Description",
|
||||
'mail_torrent' => "You can view the full information and download torrent from (you may have to login): ",
|
||||
'mail_yours' => "<br />Yours,",
|
||||
'mail_team' => "The ".$SITENAME." Team.",
|
||||
'mail_new_torrent_notif' => $SITENAME." New Torrent Notification",
|
||||
'mail_team' => "The %s Team.",
|
||||
'mail_new_torrent_notif' => "%s New Torrent Notification",
|
||||
'mail_here' => "HERE",
|
||||
),
|
||||
|
||||
|
||||
'chs' => array(
|
||||
'msg_offer_you_voted' => "你所投票的候选: ",
|
||||
'msg_was_uploaded_by' => " 已经被该用户",
|
||||
@@ -31,7 +31,7 @@ $lang_takeupload_target = array
|
||||
'msg_here' => "[b]这里[/b]",
|
||||
'msg_offer' => "候选 ",
|
||||
'msg_was_just_uploaded' => " 已被上传",
|
||||
'mail_title' => $SITENAME. " 新的种子 - ",
|
||||
'mail_title' => "%s 新的种子 - ",
|
||||
'mail_hi' => "你好, ",
|
||||
'mail_new_torrent' => "一个新的种子已经上传.",
|
||||
'mail_torrent_name' => "名称: ",
|
||||
@@ -41,11 +41,11 @@ $lang_takeupload_target = array
|
||||
'mail_torrent_description' => "简介",
|
||||
'mail_torrent' => "查看更为详细的信息并下载(你可能需要登陆),请点击这里: ",
|
||||
'mail_yours' => "<br />",
|
||||
'mail_team' => $SITENAME." 网站",
|
||||
'mail_new_torrent_notif' => $SITENAME." 新种子通知",
|
||||
'mail_team' => "%s 网站",
|
||||
'mail_new_torrent_notif' => "%s 新种子通知",
|
||||
'mail_here' => "这里",
|
||||
),
|
||||
|
||||
|
||||
'cht' => array(
|
||||
'msg_offer_you_voted' => "你所投票的候選: ",
|
||||
'msg_was_uploaded_by' => " 已經被該用戶",
|
||||
@@ -53,7 +53,7 @@ $lang_takeupload_target = array
|
||||
'msg_here' => "[b]這裏[/b]",
|
||||
'msg_offer' => "候選 ",
|
||||
'msg_was_just_uploaded' => " 已被上傳",
|
||||
'mail_title' => $SITENAME. " 新的種子 - ",
|
||||
'mail_title' => "%s 新的種子 - ",
|
||||
'mail_hi' => "你好, ",
|
||||
'mail_new_torrent' => "一個新的種子已經上傳.",
|
||||
'mail_torrent_name' => "名稱: ",
|
||||
@@ -63,8 +63,8 @@ $lang_takeupload_target = array
|
||||
'mail_torrent_description' => "簡介",
|
||||
'mail_torrent' => "查看更為詳細的信息並下載(你可能需要登陸),請點擊這裏:",
|
||||
'mail_yours' => "<br />",
|
||||
'mail_team' => $SITENAME." 網站",
|
||||
'mail_new_torrent_notif' => $SITENAME." 新種子通知",
|
||||
'mail_team' => "%s 網站",
|
||||
'mail_new_torrent_notif' => "%s 新種子通知",
|
||||
'mail_here' => "這裏",
|
||||
),
|
||||
'ko' => array(
|
||||
@@ -74,7 +74,7 @@ $lang_takeupload_target = array
|
||||
'msg_here' => " [b]여기[/b]",
|
||||
'msg_offer' => "제안 ",
|
||||
'msg_was_just_uploaded' => " 방금 업로드 되었습니다.",
|
||||
'mail_title' => $SITENAME. " 새로운 토런트 - ",
|
||||
'mail_title' => "%s 새로운 토런트 - ",
|
||||
'mail_hi' => "안녕하세요, ",
|
||||
'mail_new_torrent' => "새로운 토런트가 업로드 되었습니다.",
|
||||
'mail_torrent_name' => "이름: ",
|
||||
@@ -84,8 +84,8 @@ $lang_takeupload_target = array
|
||||
'mail_torrent_description' => "간략소개",
|
||||
'mail_torrent' => "자세한 정보 및 다운로드를 원하시면 여기를 클릭하세요 (로그인 필요): ",
|
||||
'mail_yours' => "<br />Yours,",
|
||||
'mail_team' => "The ".$SITENAME." Team.",
|
||||
'mail_new_torrent_notif' => $SITENAME." 새로운 토런트 통지",
|
||||
'mail_team' => "The "."%s Team.",
|
||||
'mail_new_torrent_notif' => "%s 새로운 토런트 통지",
|
||||
'mail_here' => "여기",
|
||||
),
|
||||
'ja' => array(
|
||||
@@ -95,7 +95,7 @@ $lang_takeupload_target = array
|
||||
'msg_here' => " [b]here[/b]",
|
||||
'msg_offer' => "Offer ",
|
||||
'msg_was_just_uploaded' => " was just uploaded",
|
||||
'mail_title' => $SITENAME. " New torrent - ",
|
||||
'mail_title' => "%s New torrent - ",
|
||||
'mail_hi' => "Hi, ",
|
||||
'mail_new_torrent' => "A new torrent has been uploaded.",
|
||||
'mail_torrent_name' => "Name: ",
|
||||
@@ -105,8 +105,8 @@ $lang_takeupload_target = array
|
||||
'mail_torrent_description' => "Description",
|
||||
'mail_torrent' => "You can view the full information and download torrent from (you may have to login): ",
|
||||
'mail_yours' => "<br />Yours,",
|
||||
'mail_team' => "The ".$SITENAME." Team.",
|
||||
'mail_new_torrent_notif' => $SITENAME." New Torrent Notification",
|
||||
'mail_team' => "The "."%s Team.",
|
||||
'mail_new_torrent_notif' => "%s New Torrent Notification",
|
||||
'mail_here' => "HERE",
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user