[pLog-svn] r2820 - in plog/trunk: locale templates/admin

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Jan 19 15:28:14 GMT 2006


Author: mark
Date: 2006-01-19 15:28:13 +0000 (Thu, 19 Jan 2006)
New Revision: 2820

Modified:
   plog/trunk/locale/locale_zh_TW.php
   plog/trunk/templates/admin/customfields.template
Log:
A little bit layout and Chinese locale messages change in customfield lists view.

Modified: plog/trunk/locale/locale_zh_TW.php
===================================================================
--- plog/trunk/locale/locale_zh_TW.php	2006-01-19 14:28:03 UTC (rev 2819)
+++ plog/trunk/locale/locale_zh_TW.php	2006-01-19 15:28:13 UTC (rev 2820)
@@ -405,10 +405,10 @@
 $messages['field_hidden_help'] = '如果勾選隱藏,那麼在新增或修改文章時便不會出現該自訂欄位。這個功能主要提供給外掛程式專用。';
 $messages['error_adding_custom_field'] = '新增自訂欄位時發生錯誤。請檢查輸入資料後,再試一次。';
 $messages['custom_field_added_ok'] = '自訂欄位「%s」已順利更新';
-$messages['text_field'] = '文字欄位(Text field)';
-$messages['text_area'] = '文字區塊(Text box)';
-$messages['checkbox'] = '核取方塊(Checkbox)';
-$messages['date_field'] = '日期選擇(Date chooser)';
+$messages['text_field'] = '文字欄位(Text Field)';
+$messages['text_area'] = '文字區塊(Text Box)';
+$messages['checkbox'] = '核取方塊(Check Box)';
+$messages['date_field'] = '日期選擇(Date Chooser)';
 
 // edit custom field
 $messages['error_fetching_custom_field'] = '讀取自訂欄位資料時發生錯誤。';

Modified: plog/trunk/templates/admin/customfields.template
===================================================================
--- plog/trunk/templates/admin/customfields.template	2006-01-19 14:28:03 UTC (rev 2819)
+++ plog/trunk/templates/admin/customfields.template	2006-01-19 15:28:13 UTC (rev 2820)
@@ -11,8 +11,8 @@
                     <tr>
                         <th style="width:10px;"><input class="checkbox" type="checkbox" name="all" id="all" value="1" onclick="toggleAllChecks('customFields');" /></th>
                         <th style="width:180px;">{$locale->tr("name")}</th>
-                        <th style="width:350px;">{$locale->tr("description")}</th>
-                        <th style="width:70px;">{$locale->tr("type")}</th>                        
+                        <th style="width:270px;">{$locale->tr("description")}</th>
+                        <th style="width:150px;">{$locale->tr("type")}</th>                        
                         <th style="width:70px;">{$locale->tr("hidden")}</th>
                         <th style="width:95x;">{$locale->tr("actions")}</th>
                     </tr>



More information about the pLog-svn mailing list