mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
configuration and settings store in dastabase
This commit is contained in:
@@ -10,7 +10,7 @@ $lang_mybonus = array
|
||||
'text_success_vip' => "祝賀你,你獲得了一個月的",
|
||||
'text_success_vip_two' => "資格!",
|
||||
'text_no_permission' => "<b>錯誤!</b>你沒有該許可權。",
|
||||
'text_success_custom_title' => "祝賀你,你獲得了<b>".$CURUSER[title]."</b>頭銜!",
|
||||
'text_success_custom_title' => "祝賀你,你獲得了<b>".$CURUSER['title']."</b>頭銜!",
|
||||
'text_success_gift' => "你成功贈送了<b>魔力值</b>。",
|
||||
'head_karma_page' => "的魔力值",
|
||||
'text_karma_system' => "魔力值系統",
|
||||
|
||||
@@ -10,7 +10,7 @@ $lang_mybonus = array
|
||||
'text_success_vip' => "Congratulations! You have got yourself ",
|
||||
'text_success_vip_two' => " status for one month!",
|
||||
'text_no_permission' => "<b>ERROR!</b> You have no permission.",
|
||||
'text_success_custom_title' => "Congradulations! You are now known as <b>".$CURUSER[title]."</b>!",
|
||||
'text_success_custom_title' => "Congradulations! You are now known as <b>".$CURUSER['title']."</b>!",
|
||||
'text_success_gift' => " You have spread the <b>Karma</b> well.",
|
||||
'head_karma_page' => "'s Karma Bonus Page",
|
||||
'text_karma_system' => " Karma Bonus Point System",
|
||||
|
||||
Reference in New Issue
Block a user