eXtreme Styles 2.3.1

主題已鎖定
頭像
cloudsnow30
.※.稜鏡之森の守護使者.※.
.※.稜鏡之森の守護使者.※.
文章: 145
註冊時間: 週六 2006-03-04 03:29
個人狀態: 冬眠喵型態
性別:
來自: 雲上天國
擁有感謝: 2 次
星座:
聯繫:

eXtreme Styles 2.3.1

文章 cloudsnow30 »

代碼: 選擇全部

################################################################# 
## MOD Title: eXtreme Styles mod 2
## MOD Author: CyberAlien <no@public.email> (CyberAlien) http://www.phpbbstyles.com
## MOD Description: 
##		This mod is heavily optimized version of phpBB templates system
##		and has some additional features. It compiles and executes
##		files much faster, has cache system that speeds up templates
##		many times, allowes to use php in templates and few other new
##		features to style designers. Also it has huge control panel
##		that replaces phpBB styles management with more efficient
##		easy to use functions. It also allowes to quickly import/export
##		styles using .style format.
## MOD Version: 2.3.1
##
## Installation Level:	Easy
## Installation Time:	1-2 Minutes
## Files To Edit (0):
## Included Files (64): admin/admin_xs.php,
##			admin/xs_cache.php
##			admin/xs_chmod.php
##			admin/xs_clone.php
##			admin/xs_config.php
##			admin/xs_download.php
##			admin/xs_edit.php
##			admin/xs_edit_data.php
##			admin/xs_export.php
##			admin/xs_export_data.php
##			admin/xs_frame_top.php
##			admin/xs_frameset.php
##			admin/xs_import.php
##			admin/xs_include.php
##			admin/xs_include_import.php
##			admin/xs_include_import2.php
##			admin/xs_index.php
##			admin/xs_install.php
##			admin/xs_style_config.php
##			admin/xs_styles.php
##			admin/xs_uninstall.php
##			admin/xs_update.php
##			admin/xs_main.cfg
##			language/lang_english/lang_xs.php
##			xs_mod/formIE.css
##			xs_mod/images/button.gif
##			xs_mod/images/cellpic1.gif
##			xs_mod/images/cellpic2.jpg
##			xs_mod/images/cellpic3.gif
##			xs_mod/images/cellpic4.gif
##			xs_mod/images/dot.gif
##			xs_mod/images/spacer.gif
##			xs_mod/images/top_bg.gif
##			xs_mod/images/top_bg2.gif
##			xs_mod/images/top_logo.jpg
##			xs_mod/style.css
##			xs_mod/tpl/cache.tpl
##			xs_mod/tpl/clone.tpl
##			xs_mod/tpl/clone2.tpl
##			xs_mod/tpl/config.tpl
##			xs_mod/tpl/downloads.tpl
##			xs_mod/tpl/edit.tpl
##			xs_mod/tpl/edit_data.tpl
##			xs_mod/tpl/edit_data_list.tpl
##			xs_mod/tpl/edit_file.tpl
##			xs_mod/tpl/export.tpl
##			xs_mod/tpl/export2.tpl
##			xs_mod/tpl/export_data.tpl
##			xs_mod/tpl/export_data2.tpl
##			xs_mod/tpl/frame_top.tpl
##			xs_mod/tpl/frameset.tpl
##			xs_mod/tpl/ftp.tpl
##			xs_mod/tpl/import.tpl
##			xs_mod/tpl/import2.tpl
##			xs_mod/tpl/index.tpl
##			xs_mod/tpl/install.tpl
##			xs_mod/tpl/message.tpl
##			xs_mod/tpl/style_config.tpl
##			xs_mod/tpl/styles.tpl
##			xs_mod/tpl/uninstall.tpl
##			xs_mod/tpl/update.tpl
##			xs_mod/tpl/update2.tpl
##			xs_mod/tpl/xs_footer.tpl
##			xs_mod/tpl/xs_header.tpl
## Files To Overwrite (1):	includes/template.php
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2
############################################################## 
## For security purposes, please check: http://www.phpbb.com/mods/ 
## for the latest version of this MOD. Although MODs are checked 
## before being allowed in the MODs Database there is no guarantee 
## that there are no security problems within the MOD. No support 
## will be given for MODs not found within the MODs Database which 
## can be found at http://www.phpbb.com/mods/
##############################################################
## Author Notes: 
##
##
## Important:
##
## Create directory "cache" within your phpBB2 root folder (if it isn't created
## yet) and chmod it to 777 (or change the owner to you httpd-servers owner).
##
## If you do not know how to CHMOD this article should help you: 
## http://www.phpbb.com/kb/article.php?article_id=22
##
##
## Important:
##
## When upgrading from mod version 1.19 or older version you MUST delete all
## files of old mod from directory "admin".
##
## Latest version of this mod can be found at this url:
## http://www.phpbbstyles.com
##
## Additional documentation for this mod can be found at this url:
## http://www.phpbbstyles.com/viewforum.php?f=6
##
##
## MOD Features:
##		- Fast templates compilation algorythm
##		- Fast templates execution (even if not cached)
##		- Cache system that doesn't use database
##		- Auto-check errors in templates while compiling
##		- Almost all features of this mod can be configured in acp
##		- PHP code in templates. PHP code should start with
##		  <?php or <!-- PHP --> and end with ?> or <!-- ENDPHP -->
##		  Short tags are not allowed. See manual for examples of code.
##		- Unlimited <!-- BEGIN blah --><!-- END blah --> switches in one line.
##		- Include other tpl files with <!-- INCLUDE file.tpl -->
##		- You can configure separate .tpl files for usual template.php
##		  and eXtreme Styles template.php. It can be configured in xs.cfg
##		  (like jumpbox.tpl for usual phpbb and jumpbox_xs.tpl for xs mod
##		  that is included with this mod)
##		- Variable {LANG} that corresponds to current language. Can be
##		  used to create truly multi-lingual templates (you can use this
##		  in urls: "images/lang_{LANG}/icon_blah.gif").
##		- Variable {PHP} that corresponds to file extension with session
##		  data. Can be used to avoid modding when you need to add some
##		  url (like "somescript.{PHP}" or "script.{PHP}test=1")
##		  Variable contains "?" or "&" at the end so you could easily
##		  add arguments to url.
##		- Variable {TEMPLATE} that corresponds to current template
##		  directory (like "templates/subSilver/"). Can be used to avoid
##		  filenames case confusion and to fix phpBB path error when
##		  confirm_body.tpl and message_body.tpl are used in acp.
##		- In admin control panel you can switch all users from one style
##		  to another and easily change default style.
## New Features in 2.0:
##		- Faster template compilation
##		- Mod has its own interface independant from current style
##		- Mod completely replaces phpBB styles management
##		- Cache management
##		- Import/Export styles
##		- Clone templates and styles
##		- Better install/uninstall for styles
##		- Templates editor. Can also edit text files and .htaccess
##		- Tokens IF, ELSEIF, ELSE, ENDIF, DEFINE, UNDEFINE
## New Features in 2.1:
##		- Built-in support for Category Hierarchy mod 2.1.x
##		- Style configuration (applies only to complex configurable styles)
## New Features in 2.2:
##		- Support for BEGINELSE command
##
##  /***************************************************************************
##  *
##  *   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.
##  *
##  ***************************************************************************/
##
############################################################## 
## MOD History: 
##
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 

# 
#-----[ COPY ]------------------------------------------ 
# 

copy root/admin/admin_xs.php to admin/admin_xs.php
copy root/admin/xs_cache.php to admin/xs_cache.php
copy root/admin/xs_chmod.php to admin/xs_chmod.php
copy root/admin/xs_clone.php to admin/xs_clone.php
copy root/admin/xs_config.php to admin/xs_config.php
copy root/admin/xs_download.php to admin/xs_download.php
copy root/admin/xs_edit.php to admin/xs_edit.php
copy root/admin/xs_edit_data.php to admin/xs_edit_data.php
copy root/admin/xs_export.php to admin/xs_export.php
copy root/admin/xs_export_data.php to admin/xs_export_data.php
copy root/admin/xs_frame_top.php to admin/xs_frame_top.php
copy root/admin/xs_frameset.php to admin/xs_frameset.php
copy root/admin/xs_import.php to admin/xs_import.php
copy root/admin/xs_include.php to admin/xs_include.php
copy root/admin/xs_include_import.php to admin/xs_include_import.php
copy root/admin/xs_include_import2.php to admin/xs_include_import2.php
copy root/admin/xs_index.php to admin/xs_index.php
copy root/admin/xs_install.php to admin/xs_install.php
copy root/admin/xs_style_config.php to admin/xs_style_config.php
copy root/admin/xs_styles.php to admin/xs_styles.php
copy root/admin/xs_uninstall.php to admin/xs_uninstall.php
copy root/admin/xs_update.php to admin/xs_update.php
copy root/admin/xs_main.cfg to admin/xs_main.cfg
copy root/includes/template.php to includes/template.php
copy root/language/lang_english/lang_xs.php to language/lang_english/lang_xs.php
copy root/xs_mod/formIE.css to xs_mod/formIE.css
copy root/xs_mod/images/button.gif to xs_mod/images/button.gif
copy root/xs_mod/images/cellpic1.gif to xs_mod/images/cellpic1.gif
copy root/xs_mod/images/cellpic2.jpg to xs_mod/images/cellpic2.jpg
copy root/xs_mod/images/cellpic3.gif to xs_mod/images/cellpic3.gif
copy root/xs_mod/images/cellpic4.gif to xs_mod/images/cellpic4.gif
copy root/xs_mod/images/dot.gif to xs_mod/images/dot.gif
copy root/xs_mod/images/spacer.gif to xs_mod/images/spacer.gif
copy root/xs_mod/images/top_bg.gif to xs_mod/images/top_bg.gif
copy root/xs_mod/images/top_bg2.gif to xs_mod/images/top_bg2.gif
copy root/xs_mod/images/top_logo.jpg to xs_mod/images/top_logo.jpg
copy root/xs_mod/style.css to xs_mod/style.css
copy root/xs_mod/tpl/cache.tpl to xs_mod/tpl/cache.tpl
copy root/xs_mod/tpl/clone.tpl to xs_mod/tpl/clone.tpl
copy root/xs_mod/tpl/clone2.tpl to xs_mod/tpl/clone2.tpl
copy root/xs_mod/tpl/config.tpl to xs_mod/tpl/config.tpl
copy root/xs_mod/tpl/downloads.tpl to xs_mod/tpl/downloads.tpl
copy root/xs_mod/tpl/edit.tpl to xs_mod/tpl/edit.tpl
copy root/xs_mod/tpl/edit_data.tpl to xs_mod/tpl/edit_data.tpl
copy root/xs_mod/tpl/edit_data_list.tpl to xs_mod/tpl/edit_data_list.tpl
copy root/xs_mod/tpl/edit_file.tpl to xs_mod/tpl/edit_file.tpl
copy root/xs_mod/tpl/export.tpl to xs_mod/tpl/export.tpl
copy root/xs_mod/tpl/export2.tpl to xs_mod/tpl/export2.tpl
copy root/xs_mod/tpl/export_data.tpl to xs_mod/tpl/export_data.tpl
copy root/xs_mod/tpl/export_data2.tpl to xs_mod/tpl/export_data2.tpl
copy root/xs_mod/tpl/frame_top.tpl to xs_mod/tpl/frame_top.tpl
copy root/xs_mod/tpl/frameset.tpl to xs_mod/tpl/frameset.tpl
copy root/xs_mod/tpl/ftp.tpl to xs_mod/tpl/ftp.tpl
copy root/xs_mod/tpl/import.tpl to xs_mod/tpl/import.tpl
copy root/xs_mod/tpl/import2.tpl to xs_mod/tpl/import2.tpl
copy root/xs_mod/tpl/index.tpl to xs_mod/tpl/index.tpl
copy root/xs_mod/tpl/install.tpl to xs_mod/tpl/install.tpl
copy root/xs_mod/tpl/message.tpl to xs_mod/tpl/message.tpl
copy root/xs_mod/tpl/style_config.tpl to xs_mod/tpl/style_config.tpl
copy root/xs_mod/tpl/styles.tpl to xs_mod/tpl/styles.tpl
copy root/xs_mod/tpl/uninstall.tpl to xs_mod/tpl/uninstall.tpl
copy root/xs_mod/tpl/update.tpl to xs_mod/tpl/update.tpl
copy root/xs_mod/tpl/update2.tpl to xs_mod/tpl/update2.tpl
copy root/xs_mod/tpl/xs_footer.tpl to xs_mod/tpl/xs_footer.tpl
copy root/xs_mod/tpl/xs_header.tpl to xs_mod/tpl/xs_header.tpl

# 
#-----[ DIY INSTRUCTIONS ]------------------------------------------ 
# 
CHMOD directory "cache" to 0777

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM
Sakura Moon ~ 櫻井璃月 ~
論壇系統管理員-Cloud Snow 晴雪
頭像
cloudsnow30
.※.稜鏡之森の守護使者.※.
.※.稜鏡之森の守護使者.※.
文章: 145
註冊時間: 週六 2006-03-04 03:29
個人狀態: 冬眠喵型態
性別:
來自: 雲上天國
擁有感謝: 2 次
星座:
聯繫:

中文化

文章 cloudsnow30 »

<?php

/***************************************************************************
* lang_xs.php [Chinese Version]
* -----------
* copyright : (C) 2003 - 2005 Zzzleep(Anders Ha)
* support : http://www.nowebsite.com
*
* version : 2.3.1
*
* last modified : 22 Dec 2006 13:30:43
*
***************************************************************************/

/***************************************************************************
*
* 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.
*
***************************************************************************/

/***************************************************************************
* lang_xs.php [正體中文語系]
* -------------------
* begin : Thursday, March 13, 2003
* by : phpbb-tw 譯文組 phpBB-tw Team
* members 組員介紹 : http://phpbb-tw.net/phpbb/groupcp.php?g=13226
*
* $Id: llang_xs,v 2.0.0 final 2003/07/14 13:30:19 psotfx Exp $
****************************************************************************/
/***************************************************************************
*
* 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.
*
***************************************************************************/


$lang['Extreme_Styles'] = '加速風格';
$lang['xs_title'] = 'eXtreme styles 外掛';

$lang['xs_file'] = '檔案';
$lang['xs_template'] = '模板';
$lang['xs_id'] = 'ID';
$lang['xs_style'] = '風格';
$lang['xs_styles'] = '風格';
$lang['xs_users'] = '會員';
$lang['xs_options'] = '選項';
$lang['xs_comment'] = '註釋';
$lang['xs_upload_time'] = '上傳時間';
$lang['xs_select'] = '選擇';

$lang['xs_continue'] = '繼續'; // button

$lang['xs_click_here_lc'] = '按這裡';
$lang['xs_edit_lc'] = '編輯';

/*
* navigation
*/
$lang['xs_config_shownav'] = array(
'基本設定',
'安裝風格',
'反安裝風格',
'預設風格',
'快取檔管理',
'匯入風格',
'匯出風格',
'複雜風格',
'下載風格',
'編輯模版',
'編輯風格',
'匯出資料庫',
'檢查更新',
);

/*
* frame_top.tpl
*/
$lang['xs_menu_lc'] = 'extreme styles 外掛選單';
$lang['xs_support_forum_lc'] = '支援討論';
$lang['xs_download_styles_lc'] = '下載風格';
$lang['xs_install_styles_lc'] = '安裝風格';

/*
* index.tpl
*/

$lang['xs_main_comment1'] = '這是 eXtreme styles外掛的主選單. 那個界面有比較多的功能, 所以這一頁可以說是嚮導. 那裡有簡短的功能說明在功能名稱的下方.<br /><br />注: 這個外掛重整了 phpBB 的風格管理. 你在清單中會找到預設的 phpBB 功能, 但這些功能已經優化了以及有額外的功能.<br /><br />如果你有什麼問題請瀏覽 <a href="http://www.phpbbstyles.com" target="_blank">支援討論版</a>.';
$lang['xs_main_comment2'] = 'eXtreme styles允許管理員儲藏風格到 .style 檔案之中. 風格會儲存在一個細小的壓縮檔案和解決儲存下載中/上傳中的大量檔案問題. 風格檔案已經壓縮了所以下載/上傳比下載中/上傳中的風格更有效率.';
$lang['xs_main_comment3'] = '所有 phpBB 風格功能全部改為 eXtreme styles.<br /><br /><a href="{URL}">按這裡</a>觀看選單.';
$lang['xs_main_title'] = 'eXtreme styles選單';
$lang['xs_menu'] = 'eXtreme styles選單';

$lang['xs_manage_styles'] = '風格管理';
$lang['xs_import_export_styles'] = '匯入/匯出風格';
$lang['xs_install_uninstall_styles'] = '安裝/反安裝風格';
$lang['xs_edit_templates'] = '編輯模板';
$lang['xs_other_functions'] = '其他功能';

$lang['xs_configuration'] = '基本設定';
$lang['xs_configuration_explain'] = '這個功能允許你更改 eXtreme styles的基本設定.';
$lang['xs_default_style'] = '預設風格';
$lang['xs_default_style_explain'] = '這個功能允許你更改預設討論版風格和更改選擇了其他風格的會員的預設風格.';
$lang['xs_manage_cache'] = '暫存檔案管理';
$lang['xs_manage_cache_explain'] = '這個功能允許你管理暫存檔案.';
$lang['xs_import_styles'] = '匯入風格';
$lang['xs_import_styles_explain'] = '這個功能允許你下載和安裝 .style 檔.';
$lang['xs_export_styles'] = '匯出風格';
$lang['xs_export_styles_explain'] = '這個功能允許你儲存你的討論版風格為 .style 檔和更容易傳送到另一個討論版或網站.';
$lang['xs_clone_styles'] = '複製風格';
$lang['xs_clone_styles_explain'] = '這個功能允許你快速複製風格或整個模板.';
$lang['xs_download_styles'] = '下載風格';
$lang['xs_download_styles_explain'] = '這個功能允許你從網站快速下載風格和安裝風格. 你也可以自己設定一個網站列表.';
$lang['xs_install_styles'] = '安裝風格';
$lang['xs_install_styles_explain'] = '這個功能允許你安裝已上傳了的風格.';
$lang['xs_uninstall_styles'] = '反安裝風格';
$lang['xs_uninstall_styles_explain'] = '這個功能允許你反安裝風格.';
$lang['xs_edit_templates_explain'] = '這個功能允許你線上編輯 tpl 檔案.';
$lang['xs_edit_styles_data'] = '編輯風格資料';
$lang['xs_edit_styles_data_explain'] = '這個功能允許你編輯風格變數. 這會對一些風格有用處, 但很多風格不會使用和使用 css 檔.';
$lang['xs_export_styles_data'] = '匯出風格資料';
$lang['xs_export_styles_data_explain'] = '這個功能允許你儲存風格變數到 theme_info.cfg.';
$lang['xs_check_for_updates'] = '檢查更新';
$lang['xs_check_for_updates_explain'] = '這個功能允許你檢查更新的風格版本和這個外掛.';

$lang['xs_set_configuration_lc'] = '設定基本設定';
$lang['xs_set_default_style_lc'] = '設定預設風格';
$lang['xs_manage_cache_lc'] = '暫存檔案管理';
$lang['xs_import_styles_lc'] = '匯入風格';
$lang['xs_export_styles_lc'] = '匯出風格';
$lang['xs_clone_styles_lc'] = '複製風格';
$lang['xs_uninstall_styles_lc'] = '反安裝風格';
$lang['xs_edit_templates_lc'] = '編輯模板';
$lang['xs_edit_styles_data_lc'] = '編輯風格資料';
$lang['xs_export_styles_data_lc'] = '匯出風格資料';
$lang['xs_check_for_updates_lc'] = '檢查更新';

/*
* ftp.tpl, ftp functions
*/

$lang['xs_ftp_comment1'] = '使用這個功能你必須選擇上傳的檔案. 如果你選擇了 FTP, 密碼不會儲存和 eXtreme style 會當你選擇了這個功能每一次問你的密碼以得到 FTP 權限. 如果你選擇區域檔案系統就必須確定所有資料夾是否為可寫入.';
$lang['xs_ftp_comment2'] = '使用這個功能你必須設定 FTP 的設定. 密碼不會儲存和 eXtreme style 會當你選擇了這個功能每一次問你的密碼以得到 FTP 權限.';
$lang['xs_ftp_comment3'] = '警告: 這個伺服器關閉了 FTP 功能. 你將不能使用 eXtreme style 的一些功能以得到 FTP 權限.';

$lang['xs_ftp_title'] = 'FTP 基本設定';

$lang['xs_ftp_explain'] = 'FTP 是用於上傳風格. 如果你想使用匯入風格功能, 你就需要設定 FTP 的設定. 如果可以的 eXtreme style 會嘗試自動設定.';

$lang['xs_ftp_error_fatal'] = '個伺服器關閉了 FTP 功能. 無法繼續.';
$lang['xs_ftp_error_connect'] = 'FTP 錯誤: 無法連到 {HOST}';
$lang['xs_ftp_error_login'] = 'FTP 錯誤: 無法登入';
$lang['xs_ftp_error_chdir'] = 'FTP 錯誤: 無法更改資料夾 {DIR}';
$lang['xs_ftp_error_nonphpbbdir'] = 'FTP 錯誤: 你設定了一個無效的資料夾. 這裡沒有 phpBB 檔案於資料夾中';
$lang['xs_ftp_error_noconnect'] = '無法連到 FTP 伺服器';
$lang['xs_ftp_error_login2'] = '錯誤的登入密碼/帳號';

$lang['xs_ftp_log_disabled'] = '個伺服器關閉了 FTP 功能. 無法繼續編輯.';
$lang['xs_ftp_log_connecting'] = '連結到 {HOST}';
$lang['xs_ftp_log_noconnect'] = '無法連到 {HOST}';
$lang['xs_ftp_log_connected'] = '已經連結. 登入中...';
$lang['xs_ftp_log_nologin'] = '無法使用 {USER} 登入 ';
$lang['xs_ftp_log_loggedin'] = '已經登入';
$lang['xs_ftp_log_end'] = '完成編輯';
$lang['xs_ftp_log_nopwd'] = '錯誤: 無法取得資料夾資料';
$lang['xs_ftp_log_nomkdir'] = '錯誤: 無法建立資料夾 {DIR}';
$lang['xs_ftp_log_mkdir'] = '建立資料夾 {DIR}';
$lang['xs_ftp_log_nochdir'] = '錯誤: 無法更改資料夾到 {DIR}';
$lang['xs_ftp_log_normdir'] = '錯誤: 無法移除資料夾 {DIR}';
$lang['xs_ftp_log_rmdir'] = '移除資料夾 {DIR}';
$lang['xs_ftp_log_chdir'] = '更改資料夾到 {DIR}';
$lang['xs_ftp_log_noupload'] = '錯誤: 無法上傳檔案 {FILE}';
$lang['xs_ftp_log_upload'] = '上傳檔案 {FILE}';
$lang['xs_ftp_log_nochmod'] = '警告: 無法設定檔案權限 {FILE}';
$lang['xs_ftp_log_chmod'] = '檔案權限 {FILE} 到 {MODE}';
$lang['xs_ftp_log_invalidcommand'] = '錯誤: 不明的指令: {COMMAND}';
$lang['xs_ftp_log_chdir2'] = '更改資料夾資料到 {DIR} 中';
$lang['xs_ftp_log_nochdir2'] = '無法更改資料夾到 {DIR}';

$lang['xs_ftp_config'] = 'FTP 基本設定';
$lang['xs_ftp_select_method'] = '選擇上傳方法';
$lang['xs_ftp_select_local'] = '使用區域檔案系統 (不需要設定)';
$lang['xs_ftp_select_ftp'] = '使用 FTP (在下面設定 FTP)';

$lang['xs_ftp_settings'] = 'FTP 設定';
$lang['xs_ftp_host'] = 'FTP 主機';
$lang['xs_ftp_login'] = 'FTP 帳號';
$lang['xs_ftp_path'] = 'FTP 路徑到 phpBB';
$lang['xs_ftp_pass'] = 'FTP 密碼';
$lang['xs_ftp_remotedir'] = '遙控資料夾';

$lang['xs_ftp_host_guess'] = ' (大概值 "{HOST}" [<a href="javascript: void()" onclick="{CLICK}">設定主機</a>])';
$lang['xs_ftp_login_guess'] = ' (大概值 "{LOGIN}" [<a href="javascript: void()" onclick="{CLICK}">設定主機</a>])';
$lang['xs_ftp_path_guess'] = ' (大概值 "{PATH}" [<a href="javascript: void()" onclick="{CLICK}">設定路徑</a>])';


/*
* config.tpl
*/

$lang['xs_config_updated'] = '基本設定更新.';
$lang['xs_config_updated_explain'] = '你更新了基本設定後需要重新整理這一頁. <a href="{URL}">按這裡</a>重新整理這一頁.';
$lang['xs_config_warning'] = '警告: 暫存檔案無法寫入.';
$lang['xs_config_warning_explain'] = '暫存檔案資料夾無法寫入. eXtreme styles 可以試圖修正這個問題.<br /><a href="{URL}">按這裡</a>嘗試更改暫存檔案資料夾的權限形式.<br /><br />如果一些原因而暫存檔案沒有作用, 不用擔心 - eXtreme styles<br />增加討論版運行速度.';

$lang['xs_config_maintitle'] = 'eXtreme styles 外掛基本設定';
$lang['xs_config_subtitle'] = '這是 eXtreme styles 外掛基本設定. 如果你不明白這些變數私話請不要更改它.';
$lang['xs_config_title'] = 'eXtreme styles 外掛 v{VERSION} 設定';
$lang['xs_config_cache'] = '暫存檔案基本設定';

$lang['xs_config_navbar'] = '顯示於左面頁面:';
$lang['xs_config_navbar_explain'] = '你可以選擇顯示什麼功能於左面的頁面。';

$lang['xs_config_def_template'] = '預設模版資料夾';
$lang['xs_config_def_template_explain'] = '如果需要的 tpl 檔在資料夾中找不到的 (這可能你安裝了外掛的 phpBB 錯誤)模版系統會搜尋相似的檔案於有關聯的資料夾 (如果本來的模版是 "myTemplate" 和所需的檔案為 "myTemplate/myfile.tpl" 以及檔案不在那個資料夾這就會搜尋 "subSilver/myfile.tpl" 等等). 留空為不使用此功能.';

$lang['xs_config_check_switches'] = '編譯時檢查開啟';
$lang['xs_config_check_switches_explain'] = '這個是用來檢查風格中的錯誤。關閉時會加快編譯時間,不過風格有錯誤的時間編輯時會跳過一些風格錯誤。<br /><br />智慧檢查會檢查風格有沒有錯誤及自動修正已知的錯誤 (這裡有已知的幾個不同外掛的排版)。使用時會比基本檢查有點兒慢。<br /><br />不過有時間關閉時風格看起來比較完整。而有問題的是因為有 html 代碼錯誤 - 這樣修正時可以方便你觀察。<br /><br />如果關閉暫存檔案有更快的編譯速度,這樣比起設定為關閉的為好。';
$lang['xs_config_check_switches_0'] = '關閉';
$lang['xs_config_check_switches_1'] = '智慧檢查';
$lang['xs_config_check_switches_2'] = '基本檢查';

$lang['xs_config_show_errors'] = '如果引入錯誤檔案就顯示錯誤於 tpl 檔案';
$lang['xs_config_show_error_explain'] = '這個功能開啟/關閉錯誤於 tpl 檔中時加入<!-- INCLUDE filename -->';

$lang['xs_config_tpl_comments'] = '增加 tpl 檔案於 html';
$lang['xs_config_tpl_comments_explain'] = '這個功能增加注解於 html 代碼, 這樣可以允許風格設計者知道有什麼 tpl 檔案的關閉.';

$lang['xs_config_use_cache'] = '使用暫存檔案';
$lang['xs_config_use_cache_explain'] = '暫存檔案已經儲存在硬碟之中,因為它不用在每一次顯示的時候,重新編譯風格檔案,所以它會加快顯示的速度';

$lang['xs_config_auto_compile'] = '自動儲存暫存檔案';
$lang['xs_config_auto_compile_explain'] = '如果要需要及儲存於暫存檔案資料夾風格就自動編譯。';

$lang['xs_config_auto_recompile'] = '自動重新編譯暫存檔案';
$lang['xs_config_auto_recompile_explain'] = '如果風格有變就自動重新編譯暫存檔案。';

$lang['xs_config_php'] = '暫存檔案副檔名';
$lang['xs_config_php_explain'] = '這個暫存檔案副檔名. 檔案會儲存為 php 格式所以預設副檔名為 "php".請不要加上 \'.\'';

$lang['xs_config_back'] = '<a href="{URL}">按這裡</a>回到基本設定.';
$lang['xs_config_sql_error'] = '無法更新基本設定於 {VAR}';

// Debug info
$lang['xs_debug_header'] = '除錯內容';
$lang['xs_debug_explain'] = '這是除錯內容. 使用這個尋找/修正暫存檔案的問題.';
$lang['xs_debug_vars'] = '模版變數';
$lang['xs_debug_tpl_name'] = '模版檔案名稱:';
$lang['xs_debug_cache_filename'] = '暫存檔案名稱:';
$lang['xs_debug_data'] = '除錯資料:';

$lang['xs_check_hdr'] = '檢查 %s 暫存檔';
$lang['xs_check_filename'] = '錯誤: 無效的檔名';
$lang['xs_check_openfile1'] = '錯誤: 無法開啟檔案 "%s". 會嘗試建立資料夾...';
$lang['xs_check_openfile2'] = '錯誤: 第二次無法開啟檔案 "%s". 取消...';
$lang['xs_check_nodir'] = '檢查 "%s" - 找不到資料夾.';
$lang['xs_check_nodir2'] = '錯誤: 無建立資料夾 "%s" - 你可能需要檢查權限.';
$lang['xs_check_createddir'] = '已建立資料夾 "%s"';
$lang['xs_check_dir'] = '檢查 "%s" - 資料夾已建立.';
$lang['xs_check_ok'] = '已開啟檔案 "%s" 寫入. 看來沒有問題.';


/*
* chmod
*/

$lang['xs_chmod'] = '權限';
$lang['xs_chmod_return'] = '<br /><br /><a href="{URL}">按這裡</a> 回到基本設定.';
$lang['xs_chmod_message1'] = '基本設定已更改.';
$lang['xs_chmod_error1'] = '無法更改暫存檔案資料夾權限模式';


/*
* default style
*/

$lang['xs_def_title'] = '設定預設風格';
$lang['xs_def_explain'] = '這個功能允許你快速更改預設討論版風格和轉換會員的預設討論版風格.';

$lang['xs_styles_set_default'] = '設為預設';
$lang['xs_styles_no_override'] = '不會無視會員的選擇';
$lang['xs_styles_do_override'] = '無視會員的選擇';
$lang['xs_styles_switch_all'] = '轉換所有會員到這個風格';
$lang['xs_styles_switch_all2'] = '轉換所有會員到:';
$lang['xs_styles_defstyle'] = '預設風格';
$lang['xs_styles_available'] = '可用的風格';
$lang['xs_styles_make_public'] = '製作公用風格';
$lang['xs_styles_make_admin'] = '製作管理員用風格';
$lang['xs_styles_users'] = '會員列表';


/*
* cache management
*/

$lang['xs_manage_cache_explain2'] = '這個功能允許你編譯或移除風格暫存檔案.';
$lang['xs_clear_all_lc'] = '清除所有';
$lang['xs_compile_all_lc'] = '編譯所有';
$lang['xs_clear_cache_lc'] = '清除暫存檔案';
$lang['xs_compile_cache_lc'] = '編譯暫存檔案';
$lang['xs_cache_confirm'] = '如果你有很多風格, 這可能會使用巨大的伺服器運算. 你是否要繼續?';

$lang['xs_cache_nowrite'] = '錯誤: 無法取得暫存檔案資料夾權限';
$lang['xs_cache_log_deleted'] = '已刪除 {FILE}';
$lang['xs_cache_log_nodelete'] = '錯誤: 無法刪除檔案 {FILE}';
$lang['xs_cache_log_nothing'] = '沒有檔案刪除於模版 {TPL}';
$lang['xs_cache_log_nothing2'] = '沒有檔案刪除於暫存檔案資料夾';
$lang['xs_cache_log_count'] = '成功刪除 {NUM} 個檔案';
$lang['xs_cache_log_count2'] = '錯誤刪除 {NUM} 個檔案';
$lang['xs_cache_log_compiled'] = '編譯: {NUM} 個檔案';
$lang['xs_cache_log_errors'] = '錯誤: {NUM}';
$lang['xs_cache_log_noaccess'] = '錯誤: 無法取得資料夾權限 {DIR}';
$lang['xs_cache_log_compiled2'] = '已編譯: {FILE}';
$lang['xs_cache_log_nocompile'] = '編譯錯誤: {FILE}';

/*
* export/import/download/clone
*/

$lang['xs_import_explain'] = '這個功能允許你匯入風格. 這也可以自動安裝和更新風格.<br /><br />注: 如果你有增加外掛 (除 eXtreme styles 外掛之外) 在這個討論版, 你必須小心匯入風格因為風格可能無法編譯出來. 你可以只安裝風格之後來加入修改而你已經設定了討論版.';

$lang['xs_import_lc'] = '匯入';
$lang['xs_list_files_lc'] = '列出檔案';
$lang['xs_delete_file_lc'] = '刪除檔案';
$lang['xs_export_style_lc'] = '匯出檔案';

$lang['xs_import_no_cached'] = '這裡沒有暫存了的風格給匯入';
$lang['xs_add_styles'] = '新增風格';
$lang['xs_add_styles_web'] = '從網站下載';
$lang['xs_add_styles_web_get'] = '下載';
$lang['xs_add_styles_copy'] = '從區域檔案複製';
$lang['xs_add_styles_copy_get'] = '複製';
$lang['xs_add_styles_upload'] = '在你的電腦上傳';
$lang['xs_add_styles_upload_get'] = '上傳';

$lang['xs_export_style'] = '匯出風格';
$lang['xs_export_style_explain'] = '這個功能允許你匯出單一風格檔案. 這單一檔案是非常之小 - 比 .zip 檔案更小 (因為這是用 gzip 格式來壓縮, 比 zip 更有效率) 和所有風格在於一個單一檔案. 所以, 這是更容易傳送風格到另一個討論版.<br /><br />這個功能也允許你使用 FTP 上傳已匯出的風格. 這個系統允許你傳送一個風格到另一個討論版, 比手動複製更快.';

$lang['xs_export_style_title'] = '匯出模版 "{TPL}"';
$lang['xs_export_tpl_name'] = '匯出為 (模版名稱)';
$lang['xs_export_style_names'] = '選擇風格匯出';
$lang['xs_export_style_name'] = '風格匯出 (風格名稱)';
$lang['xs_export_style_comment'] = '注解';
$lang['xs_export_where'] = '匯出地方';
$lang['xs_export_where_download'] = '上載為檔案';
$lang['xs_export_where_store'] = '儲存為檔案於伺服器中';
$lang['xs_export_where_store_dir'] = '資料夾';
$lang['xs_export_where_ftp'] = '上傳 FTP 地方';
$lang['xs_export_filename'] = '匯出檔名';

$lang['xs_download_explain2'] = '這個功能允許你更快下載和安裝風格於不同的網站. 按網站名稱附近的連結和你將會重新導向到風格下載頁面.<br /><br />你也可以管理你的網站列表.';

$lang['xs_download_locations'] = '下載位置';
$lang['xs_edit_link'] = '編輯連結';
$lang['xs_add_link'] = '新增連結';
$lang['xs_link_title'] = '連結標題';
$lang['xs_link_url'] = '連結網址';
$lang['xs_delete'] = '刪除';

$lang['xs_style_header_error_file'] = '無法開啟區域檔案';
$lang['xs_style_header_error_server'] = '伺服器錯誤: ';
$lang['xs_style_header_error_invalid'] = '無效的檔頭';
$lang['xs_style_header_error_reason'] = '讀取檔頭錯誤: ';
$lang['xs_style_header_error_incomplete'] = '檔案不完整';
$lang['xs_style_header_error_incomplete2'] = '無效的檔案大小. 相信檔案不完整.';
$lang['xs_style_header_error_invalid2'] = '無效的檔案. 有可能, 這個檔案不是 eXtreme styles 外掛所編輯的風格或版本不符.';
$lang['xs_error_cannot_open'] = '無法開啟檔案.';
$lang['xs_error_decompress_style'] = '反編輯檔案錯誤. 相信檔案損毀.';
$lang['xs_error_cannot_create_file'] = '無法建立檔案 "{FILE}"';
$lang['xs_error_cannot_create_tmp'] = '無法建立模版檔案 "{FILE}"';
$lang['xs_import_invalid_file'] = '無效的檔案';
$lang['xs_import_incomplete_file'] = '不完整的檔案';
$lang['xs_import_uploaded'] = '風格已上傳.';
$lang['xs_import_installed'] = '風格已上傳及安裝.';
$lang['xs_import_notinstall'] = '風格已上傳, 但安裝風格時錯誤 (sql 錯誤).';
$lang['xs_import_notinstall2'] = '風格已上傳, 但安裝風格時錯誤: 找不到風格於 theme_info.cfg';
$lang['xs_import_notinstall3'] = '風格已上傳, 但安裝風格時錯誤: 找不到物件 "{STYLE}" 於 theme_info.cfg';
$lang['xs_import_notinstall4'] = '風格已上傳, 但安裝風格時錯誤: 無法取得下一個 themes_id 資料';
$lang['xs_import_notinstall5'] = '風格已上傳, b但安裝風格時錯誤: 無法更新風格表格';
$lang['xs_import_nodownload'] = '無法從 {URL} 下載風格';
$lang['xs_import_nodownload2'] = '無法從 {URL} 複製風格';
$lang['xs_import_nodownload3'] = '檔案沒有上傳.';
$lang['xs_import_uploaded2'] = '風格已下載. 你現在可以匯入它.<br /><br /><a href="{URL}">按這裡</a>匯入風格.';
$lang['xs_import_uploaded3'] = '風格已複製. 你現在可以匯入它.<br /><br /><a href="{URL}">按這裡</a>匯入風格.';
$lang['xs_import_uploaded4'] = '風格已複製. 你現在可以匯入它.<br /><br /><a href="{URL}">按這裡</a>匯入風格.';
$lang['xs_export_no_open_dir'] = '無法開啟資料夾 {DIR}';
$lang['xs_export_no_open_file'] = '無法開啟檔案 {FILE}';
$lang['xs_export_no_read_file'] = '讀取檔案錯誤 {FILE}';
$lang['xs_no_theme_data'] = '無法得到已選擇的風格資料';
$lang['xs_no_style_info'] = '無法得到風格資料';
$lang['xs_export_noselect_themes'] = '你必須至少選擇一個風格';
$lang['xs_export_error'] = '無法匯出模版 "{TPL}": ';
$lang['xs_export_error2'] = '無法匯出模版 "{TPL}": 風格是空的';
$lang['xs_export_saved'] = '風格儲存為 "{FILE}"';
$lang['xs_export_error_uploading'] = '已上傳的檔案錯誤';
$lang['xs_export_uploaded'] = '已上傳檔案.';
$lang['xs_clone_taken'] = '這個風格名稱已經存在.';
$lang['xs_error_new_row'] = '無法在表格中加入新的欄位.';
$lang['xs_theme_cloned'] = '風格己複製.';
$lang['xs_invalid_style_name'] = '無效的風格名稱.';
$lang['xs_clone_style_exists'] = '模版已經存在';
$lang['xs_clone_no_select'] = '你必須至少選擇一個風格來複製.';
$lang['xs_no_themes'] = '找不到風格於資料庫.';

$lang['xs_import_back'] = '<a href="{URL}">按這裡</a>回到匯入風格頁面.';
$lang['xs_import_back_download'] = '<a href="{URL}" target="main">按這裡</a>回到下載.';
$lang['xs_export_back'] = '<a href="{URL}">按這裡</a>回到匯出風格頁面.';
$lang['xs_clone_back'] = '<a href="{URL}">按這裡</a>回到複製風格頁面.';
$lang['xs_download_back'] = '<a href="{URL}">按這裡</a>回到下載頁面.';

$lang['xs_import_tpl'] = '匯入模版 "{TPL}"';
$lang['xs_import_tpl_comment'] = '這個功能允許你上傳模版到你的討論版. 如果模版名稱在你的討論版已經存在就會自動覆蓋舊的檔案, 所以它可以用於更新風格.<br /><br />這個功能也允許自動安裝風格. 如果你想匯入完之後安裝風格, 請選擇一個以上的風格.';
$lang['xs_import_tpl_filename'] = '檔名:';
$lang['xs_import_tpl_tplname'] = '模版名:';
$lang['xs_import_tpl_comment'] = '注解:';
$lang['xs_import_select_styles'] = '選擇風格安裝:';
$lang['xs_import_install_def_lc'] = '設為預設討論版風格';
$lang['xs_import_install_style'] = '安裝風格:';
$lang['xs_import'] = '匯入';

$lang['xs_import_list_contents'] = '檔案內容: ';
$lang['xs_import_list_filename'] = '檔名: ';
$lang['xs_import_list_template'] = '模版: ';
$lang['xs_import_list_comment'] = '注解: ';
$lang['xs_import_list_styles'] = '風格: ';
$lang['xs_import_list_files'] = '檔案 ({NUM}):';
$lang['xs_import_download_lc'] = '下載檔案';
$lang['xs_import_view_lc'] = '觀看檔案';
$lang['xs_import_file_size'] = '({NUM} bytes)';

$lang['xs_import_nogzip'] = '這個功能需要 gz 編譯, 和看起來似乎是這個伺服器不支援.';
$lang['xs_import_nowrite_cache'] = '無法寫入為暫存檔案. 這個功能必須令暫存檔案為可寫入. 檢查權張設定.<br /><br /><a href="{URL1}">按這裡</a>設定暫存檔案為可寫入.<br /><br /><a href="{URL2}">按這裡</a>回到匯入頁面.';

$lang['xs_import_download_warning'] = '這會帶你到外面的網站以更快下載風格於幾個基本風格的 eXtreme styles 匯入功能.';

$lang['xs_clone_style'] = '複製風格';
$lang['xs_clone_style_explain'] = '這個功能允許你更快速複雜風格或整個模版.<br /><br />警告: 如果你複製模版中請確定風格的作者是否允許你這樣做 (subSilver 不包括在內 - 你可以對 subSilver 做什麼). 多數的作者允許修改他們的風格, 但修改了的風格不能散佈.';
$lang['xs_clone_style_explain2'] = '這個功能允許你建立新的風格於模版. 這個功能不會複製任何檔案 - 這會新增新風格物件於資料庫之中. 所有舊和新的風格會分享在模版之中.';
$lang['xs_clone_style_explain3'] = '輸入新風格的名字於你要建立和按下 "複製" 按鈕.';
$lang['xs_clone_style_explain4'] = '這個功能允許你複製模版. 你也可以複製所有風格於你的模版. 一會你可以安全地編輯新模版的 tpl 檔案和舊的模版不會有影響.';

$lang['xs_clone_style_lc'] = '複製風格';
$lang['xs_clone_style2'] = '複製風格 "{STYLE}":';
$lang['xs_clone_style3'] = '複製模版 "{STYLE}"';
$lang['xs_clone_newdir_name'] = '新模版 (資料夾) 名稱:';
$lang['xs_clone_select'] = '選擇風格來複製:';
$lang['xs_clone_select_explain'] = '你必須至少選擇一個風格.';
$lang['xs_clone_newname'] = '新風格名稱:';


/*
* install/uninstall
*/
$lang['xs_install_styles_explain2'] = '這是已上傳到你討論版的風格列表, 但無法安裝. 按 "安裝" 的連結於你想安裝的風格, 或選擇多個的風格及按送出按鈕.';
$lang['xs_uninstall_styles_explain2'] = '這是已安裝到你討論版的風格列表. 按 "反安裝" 的連結來移除一些討論版風格. 反安裝是安全的 - 所有會員使用了那個已經反安裝的風格就會移到預設的風格. 還有, 反安裝會自動刪除那個風格的暫存檔案.';

$lang['xs_install'] = '安裝';
$lang['xs_install_lc'] = '安裝';
$lang['xs_uninstall'] = '反安裝';
$lang['xs_remove_files'] = '移除檔案';
$lang['xs_style_removed'] = '風格已移除.';
$lang['xs_uninstall_lc'] = '反安裝';
$lang['xs_uninstall2_lc'] = '反安裝及刪除檔案';

$lang['xs_install_back'] = '<a href="{URL}">按這裡</a>回到風格安裝.';
$lang['xs_uninstall_back'] = '<a href="{URL}">按這裡</a>回到風格反安裝.';
$lang['xs_goto_default'] = '<a href="{URL}">按這裡</a>更換到預設風格.';

$lang['xs_install_installed'] = '風格已安裝.';
$lang['xs_install_error'] = '安裝風格錯誤.';
$lang['xs_install_none'] = '這裡沒有新的風格安裝. 所有有效的風格已經安裝.';

$lang['xs_uninstall_default'] = '你不可以移除預設風格. 更改預設風格 <a href="{URL}">按這裡</a>.';

/*
* export theme_info.cfg
*/
$lang['xs_export_styles_data_explain2'] = '這個功能儲存風格資料於 theme_info.cfg. 它可能用於儲存資料庫資料於傳送風格到另一個討論版之前.<br /><br />注: 如果你使用 eXtreme styles 匯出功能來移到風格到另一個討論版時就不需要儲存到 theme_info.cfg - 它會自動完成匯出功能.';
$lang['xs_export_styles_data_explain3'] = '選擇風格你想匯出的風格.';

$lang['xs_export_data_back'] = '<a href="{URL}">按這裡</a>回到匯出風格資料頁面.';
$lang['xs_export_style_data_lc'] = '匯出風格資料';

$lang['xs_export_data_saved'] = '資料已匯出.';

/*
* edit templates (file manager)
*/
$lang['xs_edit_template_comment1'] = '這個功能允許你編輯模版. 檔案瀏覽器只會顯示可編輯檔案.';
$lang['xs_edit_template_comment2'] = '這個功能允許你編輯模版.';
$lang['xs_edit_file_saved'] = '檔案已儲存.';
$lang['xs_edit_not_found'] = '找不到檔案.';
$lang['xs_edittpl_back_dir'] = '<a href="{URL}">按這裡</a>回到檔案管理.';

$lang['xs_fileman_browser'] = '檔案瀏覽器';
$lang['xs_fileman_directory'] = '資料夾:';
$lang['xs_fileman_dircount'] = '資料夾 ({COUNT}):';
$lang['xs_fileman_filter'] = '過濾';
$lang['xs_fileman_filter_ext'] = '只會顯示有副檔名檔案:';
$lang['xs_fileman_filter_content'] = '只會顯示包含的檔案:';
$lang['xs_fileman_filter_clear'] = '清除過濾';
$lang['xs_fileman_filename'] = '檔名';
$lang['xs_fileman_filesize'] = '大小';
$lang['xs_fileman_filetime'] = '修改';
$lang['xs_fileman_options'] = '選項';
$lang['xs_fileman_time_today'] = '(今天)';
$lang['xs_fileman_edit_lc'] = '編輯';

$lang['xs_fileedit_search_nomatch'] = '找不到吻合的東西';
$lang['xs_fileedit_search_match1'] = '覆蓋了一個吻合的東西';
$lang['xs_fileedit_search_matches'] = "覆蓋了' + count + '個吻合的東西";
$lang['xs_fileedit_noundo'] = '沒有東西可重做';
$lang['xs_fileedit_undo_complete'] = '舊的內容已重設';
$lang['xs_fileedit_edit_name'] = '編輯檔案:';
$lang['xs_fileedit_location'] = '位置:';
$lang['xs_fileedit_reload_lc'] = '更新檔案';
$lang['xs_fileedit_download_lc'] = '下載檔案';
$lang['xs_fileedit_trim'] = '自動整理檔案尾端的空格.';
$lang['xs_fileedit_functions'] = '編輯功能';
$lang['xs_fileedit_replace1'] = '覆蓋 ';
$lang['xs_fileedit_replace2'] = ' 於 ';
$lang['xs_fileedit_replace_first_lc'] = '覆蓋第一個吻合的東西';
$lang['xs_fileedit_replace_all_lc'] = '覆蓋所有吻合的東西';
$lang['xs_fileedit_replace_undo_lc'] = '重做已覆蓋的東西';
$lang['xs_fileedit_backups'] = '備份';
$lang['xs_fileedit_backups_save_lc'] = '儲存份';
$lang['xs_fileedit_backups_show_lc'] = '顯示內容';
$lang['xs_fileedit_backups_restore_lc'] = '重設';
$lang['xs_fileedit_backups_download_lc'] = '下載';
$lang['xs_fileedit_backups_delete_lc'] = '刪除';
$lang['xs_fileedit_upload'] = '上傳';
$lang['xs_fileedit_upload_file'] = '上傳檔案:';

/*
* edit styles data (theme_info)
*/
$lang['xs_data_head_stylesheet'] = 'CSS 樣式表';
$lang['xs_data_body_background'] = '背景圖';
$lang['xs_data_body_bgcolor'] = '背景顏色';
$lang['xs_data_style_name'] = '風格名稱';
$lang['xs_data_body_link'] = '連結顏色';
$lang['xs_data_body_text'] = '文字顏色';
$lang['xs_data_body_vlink'] = '參觀過的連結顏色';
$lang['xs_data_body_alink'] = '滑鼠按下的連結顏色';
$lang['xs_data_body_hlink'] = '滑鼠移過的連結顏色';
$lang['xs_data_tr_color'] = '表格列顏色 %s';
$lang['xs_data_tr_class'] = '表格列屬性 %s';
$lang['xs_data_th_color'] = '項目標題顏色 %s';
$lang['xs_data_th_class'] = '項目標題屬性 %s';
$lang['xs_data_td_color'] = '資料格顏色 %s';
$lang['xs_data_td_class'] = '資料格屬性 %s';
$lang['xs_data_fontface'] = '字型種類 %s';
$lang['xs_data_fontsize'] = '字型大小 %s';
$lang['xs_data_fontcolor'] = '字型顏色 %s';
$lang['xs_data_span_class'] = 'Span 屬性 %s';
$lang['xs_data_img_size_poll'] = '票選統計量圖示大小 [px]';
$lang['xs_data_img_size_privmsg'] = '私人訊息使用量圖示大小 [px]';
$lang['xs_data_theme_public'] = '公用風格 (1 or 0)';
$lang['xs_data_unknown'] = '無效的簡介 (%s)';

$lang['xs_edittpl_error_updating'] = '更新風格錯誤.';
$lang['xs_edittpl_style_updated'] = '已更新風格.';
$lang['xs_invalid_style_id'] = '無效的風格 id.';

$lang['xs_edittpl_back_edit'] = '<a href="{URL}">按這裡</a>繼續編輯.';
$lang['xs_edittpl_back_list'] = '<a href="{URL}">按這裡</a>回到風格列表.';

$lang['xs_editdata_explain'] = '這個功能允許你編輯已安裝風格的資料庫資料. 一些風格忽略資料庫數值及使用 css 檔案, 也有一些風格只使用資料庫數值.';
$lang['xs_editdata_var'] = '變數';
$lang['xs_editdata_value'] = '數值';
$lang['xs_editdata_comment'] = '注解';

/*
* updates
*/

$lang['xs_updates'] = '更新';
$lang['xs_updates_comment'] = '這個功能可以檢查更新一些風格和外掛. 它只對這些東西提供有關的更新資訊.';
$lang['xs_updates_comment2'] = '這是版本檢查的結果.';
$lang['xs_update_total1'] = '總共: {NUM} 物件';
$lang['xs_update_info1'] = '這個管理員功能會檢查 phpBB 的最新更新, 官方外掛, 和一些已安裝在你討論版的風格. 如果找有更新的版本它會顯示連結來下載更新檔案.<br /><br />這個功能需要開啟連結槽. 大多數的免費空間都不會有這個功能, 所以如果這個是免費空間 (如 lycos), 你就不能夠使用更新功能, 但如果這個討論版是在一個普通的伺服器這樣就沒有問題.<br /><br />當你按下 "繼續", 程式就會檢查更新所有討論版中的程式. 如果你的網址是很慢的可能要用上一段時間。請給予一點耐性和如果瀏覽器有延誤請不要在你的瀏覽器按下 "停止"。如果伺服器很慢或更新網址很慢指令可能會超時 - 如果出現這個情況請加長你的連結時間.';
$lang['xs_update_name'] = '名稱';
$lang['xs_update_type'] = '類型';
$lang['xs_update_current_version'] = '你的版本';
$lang['xs_update_latest_version'] = '最新版本';
$lang['xs_update_downloadinfo'] = '下載連結';
$lang['xs_update_timeout'] = '更新超時時間 (秒):';
$lang['xs_update_continue'] = '繼續';


$lang['xs_update_total2'] = '錯誤: {NUM}';
$lang['xs_update_total3'] = '可更新: {NUM} 個物件';
$lang['xs_update_select1'] = '選擇物件來更新';
$lang['xs_update_types'] = array(
0 => '不明',
1 => '風格',
2 => '外掛',
3 => 'phpBB'
);
$lang['xs_update_fileinfo'] = '更多資料';
$lang['xs_update_nothing'] = '這裡沒有任何東西要更新.';
$lang['xs_update_noupdate'] = '你已經使用最新的版本.';

$lang['xs_update_error_url'] = '錯誤: 無法取得連結 %s';
$lang['xs_update_error_noitem'] = '錯誤: 沒有可用的更新資料';
$lang['xs_update_error_noconnect'] = '錯誤: 無法連到更新伺服器';

$lang['xs_update_download'] = '下載';
$lang['xs_update_downloadinfo2'] = '下載/資料';
$lang['xs_update_info'] = '網站';

$lang['xs_permission_denied'] = '拒絕權限';

$lang['xs_download_lc'] = '下載';
$lang['xs_info_lc'] = '資料';

/*
* style configuration
*/
$lang['Template_Config'] = '模版設定';
$lang['xs_style_configuration'] = '模版基本組態';

?>
Sakura Moon ~ 櫻井璃月 ~
論壇系統管理員-Cloud Snow 晴雪
主題已鎖定

回到「PHPBB2-外掛列表」