[問題] Statistics Mod Ver 3中文化問題

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
Devil Eric
星球普通子民
星球普通子民
文章: 14
註冊時間: 2002-10-07 21:08
來自: HK
聯繫:

[問題] Statistics Mod Ver 3中文化問題

文章 Devil Eric »

問題外掛:Statistics Mod Version 3
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=15911
使用版本:phpBB 2.0.2
網站位置:無\r
狀況描述:無\r

中文化的download:
http://www.opentools.de/board/show_modules.php
按下後出現\r
Fatal error: Call to undefined function: attach_sql_query() in /home/meik/wwwroot/opentools.de/board/download_module.php on line 269

請問Mac大大有無其他地方可download到?
logic
星球公民
星球公民
文章: 40
註冊時間: 2003-08-12 21:04
來自: 台南

文章 logic »

Devil Eric
星球普通子民
星球普通子民
文章: 14
註冊時間: 2002-10-07 21:08
來自: HK
聯繫:

文章 Devil Eric »

請問Mac大大(or其他網友)可否另外提供連結下載?
NOFX
星球公民
星球公民
文章: 61
註冊時間: 2003-07-18 12:53
來自: MARS

Re: [問題] Statistics Mod Ver 3中文化問題

文章 NOFX »

Devil Eric 寫:問題外掛:Statistics Mod Version 3
參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=15911
使用版本:phpBB 2.0.2
網站位置:無\r
狀況描述:無\r

中文化的download:
http://www.opentools.de/board/show_modules.php
按下後出現\r
Fatal error: Call to undefined function: attach_sql_query() in /home/meik/wwwroot/opentools.de/board/download_module.php on line 269

請問Mac大大有無其他地方可download到?


代碼: 選擇全部

/*************************************************************************** 
*                           lang_statistics.php 
*                            ------------------- 
*   begin                : Tue February 26 2002 
*   copyright            : (C) 2002 Nivisec.com 
*   email                : admin@nivisec.com 
* 
*   $Id: lang_statistics.php,v 1.4 2002/11/09 16:04:08 acydburn Exp $ 
* 
***************************************************************************/ 

/*************************************************************************** 
*                            lang_statistics.php [正體中文語系] 
*                              ------------------- 
*     begin                   : Thursday, March 13, 2003 
*     by                      : phpbb-tw 譯文組 phpBB-tw Team 
*     members 組員介紹        : http://phpbb-tw.net/phpbb/groupcp.php?g=13226 
* 
****************************************************************************/  

/*************************************************************************** 
* 
*   This program is free software; you can redistribute it and/or modify 
*   it under the terms of the GNU General Public License as published by 
*   the Free Software Foundation; either version 2 of the License, or 
*   (at your option) any later version. 
* 
***************************************************************************/ 
// 站內統計外掛 原創 (c) 2002 Nivisec - http://nivisec.com/mods 

// 
// 如果你願意在統計頁面裡給予原作者支持, 請把第二行 ( $lang['Version_info'] ) 的 " // " 刪除 。 
// 
$lang['Version_info'] = '<br />站內統計外掛 %s'; //%s = 外掛版本 
//$lang['Version_info'] = '<br />統計外掛 版本%s © 2002 <a href="http://www.opentools.de/board">Acyd Burn</a>'; 

// 
// These Language Variables are available for all installed Modules 
// 
$lang['Rank'] = '等級'; 
$lang['Percent'] = '百分比'; 
$lang['Graph'] = '圖形'; 
$lang['Uses'] = '使用'; 
$lang['How_many'] = '次數'; 

// 
// Main Language 
// 

// 
// Page Header/Footer 
// 
$lang['Install_info'] = '安裝於 %s'; //%s = 日期 
$lang['Viewed_info'] = '狀態頁已被載入 %d 次'; //%d = 數字 
$lang['Statistics_title'] = '版面狀態'; 

// 
// Admin Language 
// 
$lang['Statistics_management'] = '狀態管理'; 
$lang['Statistics_config'] = '狀態設定'; 

// 
// Statistics Config 
// 
$lang['Statistics_config_title'] = '狀態設定'; 

$lang['Return_limit'] = '限制回覆'; 
$lang['Return_limit_desc'] = '每一等級的物品。選取這裡會自動略過所有的模組'; 
$lang['Clear_cache'] = '清除模組快取'; 
$lang['Clear_cache_desc'] = '清除所有模組最近的快取資料'; 
$lang['Modules_directory'] = '模組目錄'; 
$lang['Modules_directory_desc'] = 'phpBB主目錄裡,所有模組目錄放置的相對路徑,注意不要使用 / 或 \ 字元!'; 
// 
// Status Messages 
// 
$lang['Messages'] = '版主訊息'; 
$lang['Updated'] = '更新'; 
$lang['Active'] = '執行中'; 
$lang['Activate'] = '己執行'; 
$lang['Activated'] = '執行完畢'; 
$lang['Not_active'] = '未執行'; 
$lang['Deactivate'] = '取消中'; 
$lang['Deactivated'] = '已取消'; 
$lang['Install'] = '安裝'; 
$lang['Installed'] = '已安裝'; 
$lang['Uninstall'] = '移除'; 
$lang['Uninstalled'] = '已移除的'; 
$lang['Move_up'] = '往上移動'; 
$lang['Move_down'] = '往下移動'; 
$lang['Update_time'] = '更新時間'; 
$lang['Auth_settings_updated'] = '認證設定 - [會隨時更新]'; 

// 
// Modules Management 
// 
$lang['Back_to_management'] = '返回模組管理畫面'; 
$lang['Statistics_modules_title'] = '狀態模組管理'; 

$lang['Module_name'] = '名稱'; 
$lang['Directory_name'] = '目錄名稱'; 
$lang['Status'] = '狀態'; 
$lang['Update_time_minutes'] = '更新時間'; 
$lang['Update_time_desc'] = '每次更新快取的時間'; 
$lang['Auto_set_update_time'] = '將所有已安裝的(或是執行中的)模組設為預設值。 注意:這可能需要較長的時間。'; 
$lang['Uninstall_module'] = '移除模組'; 
$lang['Uninstall_module_desc'] = '將此模組標示為"未安裝"的狀態,您需要使用安裝的指令才能完全移除它。這將不會刪除您的磁碟中的任何檔案,您必須手動移除這個模組的檔案和目錄。 '; 
$lang['Active_desc'] = '模組執行中的選項, 這需要靠安全憑證才能顯示!'; 
$lang['Go'] = '執行'; 

$lang['Not_allowed_to_install'] = '您可能沒有安裝這個模組。通常這種情形可能是您沒有安裝一個可以命令這個模組執行的外掛,假如您有問題以及這個訊息無法讓您理解的時候,請聯絡這個模組的原發表人。'; 
$lang['Wrong_stats_mod_version'] = '您無法安裝這個模組, 因為您狀態模組的版本與所要求的模組版本不符。若要安裝這個模組, 您的狀態模組至少需要版本 %s 以上。'; // %s 會因版本而異 (例如: 2.1.3)。 
$lang['Module_install_error'] = '安裝中的模組發生錯誤!某一些可能是 SQL 的相關指令無法執行,請檢視頁面上出現的錯誤訊息。'; 

$lang['Preview_debug_info'] = '這個模組將在 %f 秒後產生: %d 查詢己在執行'; // %f 會以秒為單位更新; %d 會因查詢不同而有所差異 
$lang['Update_time_recommend'] = '狀態模組預設更新時間 (視偵錯訊息而定) 為 <b>%d</b> 分鐘。'; //  %d 會以分鐘為單位更新 
Devil Eric
星球普通子民
星球普通子民
文章: 14
註冊時間: 2002-10-07 21:08
來自: HK
聯繫:

文章 Devil Eric »

不好意思.
請問"lang_admin_statistics.php" & "lang_modules.php"此二檔有沒有呢?
因在 http://www.opentools.de/board/show_modules.php 寫出共有3檔.

Tradition Chinese language for Statistics Mod Version 3 BETA 3 and all Modules Translation

Files Included:
statistics_mod
oot\language\lang_chinese_traditional_taiwan\lang_admin_statistics.php
statistics_mod
oot\language\lang_chinese_traditional_taiwan\lang_statistics.php
statistics_mod
oot\modules\language\lang_chinese_traditional_taiwan\lang_modules.php
NOFX
星球公民
星球公民
文章: 61
註冊時間: 2003-07-18 12:53
來自: MARS

文章 NOFX »

Devil Eric 寫:不好意思.
請問"lang_admin_statistics.php" & "lang_modules.php"此二檔有沒有呢?
因在 http://www.opentools.de/board/show_modules.php 寫出共有3檔.

Tradition Chinese language for Statistics Mod Version 3 BETA 3 and all Modules Translation

Files Included:
statistics_mod
oot\language\lang_chinese_traditional_taiwan\lang_admin_statistics.php
statistics_mod
oot\language\lang_chinese_traditional_taiwan\lang_statistics.php
statistics_mod
oot\modules\language\lang_chinese_traditional_taiwan\lang_modules.php
only tow !!!!!!!!!

代碼: 選擇全部

 
#
# Copy/Upload all files to their respective Location (the directory structure is in the folder root)
#
# root/statistics.php						-> statistics.php
# root/admin/admin_edit_module.php				-> admin/admin_edit_module.php\r
# root/admin/admin_statistics.php				-> admin/admin_statistics.php
# root/admin/admin_stats_config.php				-> admin/admin_stats_config.php
# root/admin/admin_stats_lang.php				-> admin/admin_stats_lang.php
# root/admin/download_lang.php					-> admin/download_lang.php
# root/admin/import_lang.php					-> admin/import_lang.php


[color=red]# root/language/lang_english/lang_admin_statistics.php		-> language/lang_english/lang_admin_statistics.php
# root/language/lang_english/lang_statistics.php		-> language/lang_english/lang_statistics.php[/color]

# root/modules/.htaccess					-> modules/.htaccess
# root/stats_mod/core.php					-> stats_mod/core.php
# root/stats_mod/db_cache.php					-> stats_mod/db_cache.php
# root/stats_mod/functions.php					-> stats_mod/functions.php
# root/stats_mod/content/bars.php				-> stats_mod/content/bars.php
# root/stats_mod/content/statistical.php			-> stats_mod/content/statistical.php
# root/stats_mod/content/values.php				-> stats_mod/content/values.php
# root/stats_mod/includes/admin_functions.php			-> stats_mod/includes/admin_functions.php
# root/stats_mod/includes/constants.php				-> stats_mod/includes/constants.php
# root/stats_mod/includes/lang_functions.php			-> stats_mod/includes/lang_functions.php
# root/stats_mod/includes/stat_functions.php			-> stats_mod/includes/stat_functions.php
# root/stats_mod/includes/template.php				-> stats_mod/includes/template.php
# root/templates/subSilver/statistics.tpl			-> templates/subSilver/statistics.tpl
# root/templates/subSilver/admin/stat_admin_lang.tpl		-> templates/subSilver/admin/stat_admin_lang.tpl
# root/templates/subSilver/admin/stat_config_body.tpl		-> templates/subSilver/admin/stat_config_body.tpl
# root/templates/subSilver/admin/stat_edit_lang.tpl		-> templates/subSilver/admin/stat_edit_lang.tpl
# root/templates/subSilver/admin/stat_edit_module.tpl		-> templates/subSilver/admin/stat_edit_module.tpl
# root/templates/subSilver/admin/stat_import_language.tpl	-> templates/subSilver/admin/stat_import_language.tpl
# root/templates/subSilver/admin/stat_install_module.tpl	-> templates/subSilver/admin/stat_install_module.tpl
# root/templates/subSilver/admin/stat_manage_body.tpl		-> templates/subSilver/admin/stat_manage_body.tpl
# root/templates/subSilver/admin/stat_select_module.tpl		-> templates/subSilver/admin/stat_select_module.tpl
# root/templates/subSilver/stats_mod/content_bars.tpl		-> templates/subSilver/stats_mod/content_bars.tpl
# root/templates/subSilver/stats_mod/content_statistical.tpl	-> templates/subSilver/stats_mod/content_statistical.tpl
# root/templates/subSilver/stats_mod/content_values.tpl		-> templates/subSilver/stats_mod/content_values.tpl
# root/templates/subSilver/images/icon_mini_statistics.png	-> templates/subSilver/images/icon_mini_statistics.png
#
# Within the root/additional_modules folder you will find additional Modules.
#

代碼: 選擇全部

// Admin Language 
// 
$lang['Statistics_management'] = '狀態管理'; 
$lang['Statistics_config'] = '狀態設定'; 

// 
// Statistics Config 
// 
$lang['Statistics_config_title'] = '狀態設定'; 

$lang['Return_limit'] = '限制回覆'; 
$lang['Return_limit_desc'] = '每一等級的物品。選取這裡會自動略過所有的模組'; 
$lang['Clear_cache'] = '清除模組快取'; 
$lang['Clear_cache_desc'] = '清除所有模組最近的快取資料'; 
$lang['Modules_directory'] = '模組目錄'; 
$lang['Modules_directory_desc'] = 'phpBB主目錄裡,所有模組目錄放置的相對路徑,注意不要使用 / 或 \ 字元!'; 

代碼: 選擇全部

  // Modules Management 
// 
$lang['Back_to_management'] = '返回模組管理畫面'; 
$lang['Statistics_modules_title'] = '狀態模組管理'; 

$lang['Module_name'] = '名稱'; 
$lang['Directory_name'] = '目錄名稱'; 
$lang['Status'] = '狀態'; 
$lang['Update_time_minutes'] = '更新時間'; 
$lang['Update_time_desc'] = '每次更新快取的時間'; 
$lang['Auto_set_update_time'] = '將所有已安裝的(或是執行中的)模組設為預設值。 注意:這可能需要較長的時間。'; 
$lang['Uninstall_module'] = '移除模組'; 
$lang['Uninstall_module_desc'] = '將此模組標示為"未安裝"的狀態,您需要使用安裝的指令才能完全移除它。這將不會刪除您的磁碟中的任何檔案,您必須手動移除這個模組的檔案和目錄。 '; 
$lang['Active_desc'] = '模組執行中的選項, 這需要靠安全憑證才能顯示!'; 
$lang['Go'] = '執行'; 

$lang['Not_allowed_to_install'] = '您可能沒有安裝這個模組。通常這種情形可能是您沒有安裝一個可以命令這個模組執行的外掛,假如您有問題以及這個訊息無法讓您理解的時候,請聯絡這個模組的原發表人。'; 
$lang['Wrong_stats_mod_version'] = '您無法安裝這個模組, 因為您狀態模組的版本與所要求的模組版本不符。若要安裝這個模組, 您的狀態模組至少需要版本 %s 以上。'; // %s 會因版本而異 (例如: 2.1.3)。 
$lang['Module_install_error'] = '安裝中的模組發生錯誤!某一些可能是 SQL 的相關指令無法執行,請檢視頁面上出現的錯誤訊息。'; 

$lang['Preview_debug_info'] = '這個模組將在 %f 秒後產生: %d 查詢己在執行'; // %f 會以秒為單位更新; %d 會因查詢不同而有所差異 
$lang['Update_time_recommend'] = '狀態模組預設更新時間 (視偵錯訊息而定) 為 <b>%d</b> 分鐘。'; //  %d 會以分鐘為單位更新 

This is plus ,lang chinese
主題已鎖定

回到「外掛問題討論」