aboutsummaryrefslogtreecommitdiffstats
path: root/language/zh_TW
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2013-10-28 13:13:05 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2013-10-28 13:13:05 +0000
commit7367858be89bef8163d77ac9b1aed18c8c17555f (patch)
tree5bf306f92102bb15f145ecb9f1a696f914756914 /language/zh_TW
parent9a44483ef9d5f8038bff1f6d2ad0e139d13ee471 (diff)
[trunk_help] Update zh_TW, thanks to : azq1231
git-svn-id: http://piwigo.org/svn/trunk@25192 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/zh_TW')
-rwxr-xr-xlanguage/zh_TW/help/extend_for_templates.html71
-rwxr-xr-xlanguage/zh_TW/help/group_list.html21
-rwxr-xr-xlanguage/zh_TW/help/help_add_photos.html25
3 files changed, 117 insertions, 0 deletions
diff --git a/language/zh_TW/help/extend_for_templates.html b/language/zh_TW/help/extend_for_templates.html
new file mode 100755
index 000000000..e241e9b50
--- /dev/null
+++ b/language/zh_TW/help/extend_for_templates.html
@@ -0,0 +1,71 @@
+<h2>模板擴展配置</h2>
+
+<h3>關於</h3>
+<p>
+可以自定義你的Piwigo畫​​廊,用定制的版本取代現有的模板文件。
+例如,默認的的標頭模板(header.tpl)可以用定制標頭模板(my-header.tpl)取代。提交更改到數據庫後,畫廊將展示定制的標頭 - 而不是原來的標頭。<br>
+模板擴展是一種強大的方式,來創建新及先進的用戶自定義主題。與LocalFiles編輯器一起使用,你可以創建自己的子主題。</p>
+
+<h3>原始模板</h3>
+<p>主題包含了一些模板文件,來增強畫廊頁。這些是原始模板。</p>
+
+<h3>選擇性的URL關鍵字</h3>
+<p>在畫廊網址的模塊名稱後,發現關鍵字的話。它們也可以是活躍的永久鏈接(參考永久鏈接的文檔,了解更多信息)。
+<a href="#warnings">警告:</a>
+如果​​相同的原始模板,並使用相同的關鍵字在一個以上的自定義模板,只有最後一個是活躍的。</p>
+
+<h3>綁定主題</h3>
+<p>綁定主題是主題的模板文件被替換。</p>
+
+<h3>原始模板在哪裡?</h3>
+<p>原始模板隨每個主題的模板文件。
+這些被保存在<em>/themes/default/template</em> (或 <em>themes/<theme name>/template</em>)。
+這些模板文件不應該被編輯,更改將會失去主題的升級。<br>
+支持的原始模板包括:</p>
+
+<ul>
+ <li><span class="filename">index.tpl</span></li>
+ <li><span class="filename">mainpage_categories.tpl</span> 和/或 <span class="filename">thumbnails.tpl</span></li>
+ <li><span class="filename">menubar.tpl</span></li>
+ <li><span class="filename">header.tpl</span> 和/或 <span class="filename">footer.tpl</span></li>
+ <li><span class="filename">picture_content.tpl</span> 和/或 <span class="filename">picture.tpl</span></li>
+ <!-- <li><span class="filename">slideshow.tpl</span></li> -->
+ <li><span class="filename">profile.tpl</span> 和/或 <span class="filename">profile_content.tpl</span></li>
+ <li><span class="filename">tags.tpl</span></li>
+ <li><span class="filename">upload.tpl</span></li>
+ <li><span class="filename">about.tpl</span></li>
+ <li><span class="filename">popuphelp.tpl</span></li>
+ <li><span class="filename">search.tpl</span> 和/或 <span class="filename">search_rules.tpl</span></li>
+ <li><span class="filename">nbm.tpl</span> 和/或 <span class="filename">notification.tpl</span></li>
+ <li><span class="filename">identification.tpl</span> 和/或 <span class="filename">register.tpl</span></li>
+ <li><span class="filename">redirect.tpl</span></li>
+</ul>
+
+<h3>保存自定義模板</h3>
+<p>
+定制模板應保存在模板的擴展文件夾或子文件夾。
+例如,<em>/template-extension/my-default/header.tpl</em> (或 <em>/template-extension/<my-theme-name>/header.tpl</em>)
+模板文件可以使用任何名稱,與.tpl的副檔名。
+子文件夾中的模板文件,會顯示在模板配置屏幕中,可用的自定義模板。</p>
+
+<h3>激活定制模板</h3>
+<p>
+選擇要取代的原來模板。
+選擇一個URL關鍵字,以確保定制的模板,只顯示在該關鍵字的頁面上。
+選擇綁定的主題,該主題的變化將是有效的。
+提交更改到數據庫中。</p>
+
+<h3>停用定制模板</h3>
+<p>取消選擇原始模板,並提交改變到數據庫。<br>
+在模板的擴展文件夾中,刪除自定義模板文件。</p>
+
+<a name="warnings"></a>
+<h3>警告</h3>
+<ul>
+ <li><strong>原始模板</strong> >必須是原始模板,否則你可能會產生不可預知的結果。</li>
+ <li>如果不止一個定制模板,使用相同的原始模板,和相同的URL關鍵字,只有最後一個是活躍的。</li>
+ <li>分佈式樣本模板文件,僅用於測試目的。不能編輯它們。創建你自己的或複製現有的主題模板文件 <em>/template-extension/<my-theme>/</em></li>
+ <li>當定制模板被刪除,原來的模板文件將立即激活。</li>
+</ul>
+
+ \ No newline at end of file
diff --git a/language/zh_TW/help/group_list.html b/language/zh_TW/help/group_list.html
new file mode 100755
index 000000000..c3afc93d2
--- /dev/null
+++ b/language/zh_TW/help/group_list.html
@@ -0,0 +1,21 @@
+<h2>組名單</h2>
+
+<p>這是管理組的地方</p>
+
+<h3>添加一個組</h3>
+
+<p>管理員可以添加組</p>
+
+<h3>組名單</h3>
+
+<p>對於每個組,可應用以下操作:</p>
+
+<ul>
+ <li>移到用戶管理 (幫助 &raquo; 用戶 &raquo; 管理)</li>
+ <li>移到權限管理畫面,授予或拒絕訪問私人相冊。</li>
+ <li>刪除組(需要確認)</li>
+ <li>切換狀態 “默認”(需要確認)</li>
+</ul>
+
+<h3>默認組</h3>
+<p>默認組是自動關聯,對每個新用戶註冊或創建一個管理員。</p> \ No newline at end of file
diff --git a/language/zh_TW/help/help_add_photos.html b/language/zh_TW/help/help_add_photos.html
new file mode 100755
index 000000000..57a7381b5
--- /dev/null
+++ b/language/zh_TW/help/help_add_photos.html
@@ -0,0 +1,25 @@
+<p>幾種方法,將照片添加到您的畫廊:</p>
+
+<ul>
+ <li><strong>直接上傳</strong> 從您的網頁瀏覽器內,是最簡單,最直接的方式。它取決於你的瀏覽器功能和Web服務器。
+ 對於數量龐大的照片或情況下,你會遇到一些問題,但其他方法都只是等著你!</li>
+</ul>
+
+<p class="nextStepLink"><a href="admin.php?page=photos_add&section=direct">轉到直接上傳 </a></p>
+
+<ul>
+ <li><strong>pLoader</strong> 是一個桌面應用程序,要安裝在你的計算機上。
+拖 &amp; 放照片到pLoader窗口, 點擊 <em>"上傳到Piwigo"</em> 讓pLoader工作。
+你可以找到其他桌面應用程序,如<strong>WinToPiwigo</strong>,或<strong>Digikam</strong>匯出插件到Piwigo。</li>
+</ul>
+
+<p class="nextStepLink"><a href="admin.php?page=photos_add&section=ploader">移到pLoader</a></p>
+
+<div id="helpSynchro">
+<ul>
+ <li><strong>FTP傳輸</strong>是最值得推薦的方式,用最少的點擊次數,來增加非常大的照片集。
+ 遵循指南來準備你的照片。FTP方法讓你精確控制,您照片的物理組織到您的服務器上。</li>
+</ul>
+
+<p class="nextStepLink"><a href="admin.php?page=photos_add&section=ftp">轉到FTP</a></p>
+</div> \ No newline at end of file