diff --git a/language/zh_TW/help/configuration.html b/language/zh_TW/help/configuration.html
new file mode 100755
index 000000000..07675abc1
--- /dev/null
+++ b/language/zh_TW/help/configuration.html
@@ -0,0 +1,101 @@
+
配置
+
+這個畫面讓管理員做基本畫廊配置。事實上,這個畫面只顯示簡單的配置參數,對於絕大多數的管理員,應該是足夠的。如果你想看到其他眾多(高級)配置參數,讀取默認的配置文件
+include/config_default.inc.php.
+
+畫面分成不同的部分,按主題分組來配置參數。
+
+
+主要
+
+ - 圖庫標題: 通過電子郵件,使用RSS訂閱和通知。
+
+ - 網頁橫幅: 顯示每個公共頁面頂部。
+
+ - 圖庫網址: 用於RSS提要。
+
+ - 鎖定圖庫: 鎖定整個圖庫來維護。只有管理員組的用戶將能夠到達圖庫。
+
+ - 評分: 照片評分功能被啟用。
+
+ - 客人也可評分: 即使是未註冊的用戶,也能評分圖片。
+
+ - 允許用戶註冊: 任何人都可以註冊。
+
+ - 強制所有用戶留下郵件地址: 除了管理員以外,所有用戶登記或更新資料時,將檢查郵件地址。
+
+ - 當一個新用戶註冊用電子郵件通知管理員: 每個註冊都將用郵件通知管理員。
+
+ - 默認照片順序: 你可以將下拉菜單定義個人化的順序
+
+
+
+History
+
+ Visits on pages category.php and picture.php will be saved in the history
table.
+
+ Visits will be shown in Administration » Tools » History.
+
+
+ - Save page visits by guests: page visits by guests will be recorded.
+
+ - Save page visits by users: visits by registrered users will be recorded.
+
+ - Save page visits by administrators: page visits by administrators will be recorded.
+
+
+
+Comments
+
+
+ - Comments for all: Even unregistered guest can post comments.
+
+ - Number of comments per page.
+
+ - Validation: an administrator must validate users comments before they become visible on the site. User comments validation
+ takes place in screen Administration » Tools » Pending Comments.
+
+ - Email admins when a valid comment is entered: Sends an email to the administrators when a user enters a comment and this comment is validated.
+
+ - Email admins when a comment requires validation:
+Sends an email to the administrators when a user enters a comment that requires validation by the admin.
+User comments validation takes place in the screen Administration » Tools » Pending Comments.
+
+
+
+Default display
+
+Here you can change display options used by guest, the default user that is not connected. Once connected, these options are overridden by the user's own options
+(modifiable in profile).
+
+It is possible to change the display options for all existing users on the Administration »
+Users » Manage screen where you can select a list of users.
+
+
+
+ - Language: Apply to Piwigo labels only. Album names, photo names and all descriptions fields are not localized.
+
+ - Number of photos per row
+
+ - Number of rows per page
+
+ - Interface theme
+
+ - Recent period: By days. Period during which a photo is shown as new. Must be greater than 1 day.
+
+ - Expand all albums: Expand all albums by
+ default in the menu Warning: this option is resources intensive and may generate a huge menu if your album tree contains many albums.
+
+ - Show number of comments: Show the number of comments for each photo on the thumbnails page. Resource intensive.
+
+ - Show hits count: Display hits observed on photo just under its thumbnail on the thumbnails page. Only when advanced configuration parameter is:
+ $conf['show_nb_hits'] = true;
+ Notice: false by default.
+
+ - Maximum width of the photos: maximum displayed width. Photos larger than this setting will be resized on display. Rather than choosing this option, you might consider modifying the width of your photos; that would be a better practice.
+
+ - Maximum height of the photos: Same as for the maximum width setting.
+
+
\ No newline at end of file