'floating right' option for quickbar in classic and cologne blue skins
[lhc/web/wiklou.git] / languages / LanguageZh_tw.php
index 99224c0..6ed35e6 100644 (file)
@@ -207,7 +207,7 @@ require_once( "LanguageZh_cn.php" );
 "lastmodified" => "最後更改$1.",
 "viewcount"            => "本頁面已經被瀏覽$1次。",
 "gnunote" => "所有文本在<a class=internal href='/wiki/GNU_FDL'>GNU自由文檔協議證書 </a>下發佈",
-"printsubtitle" => "(來自 http://zh-tw.wikipedia.org)",
+"printsubtitle" => "(來自 {{SERVER}})",
 "protectedpage" => "被保護頁",
 "administrators" => "維基百科:管理員",
 "sysoptitle"   => "需要管理員權限",
@@ -567,7 +567,6 @@ alt=\"Google\" align=\"middle\"></a>
 "uploadnologin" => "未登錄",
 "uploadnologintext"    => "您必須先[[Special:Userlogin|登錄]]
 才能上載文件。",
-"uploadfile"   => "上載文件",
 "uploaderror"  => "上載錯誤",
 "uploadtext"   => "<strong>停止!</strong>在您上載之前,請先閱讀並遵守維基百科<a href=\"" .
 "{{localurle:Wikipedia:Image use policy}}\">圖像使用守則</a>。
@@ -760,7 +759,7 @@ alt=\"Google\" align=\"middle\"></a>
         "watchdetails" => "($1個頁面(不含對話頁)被監視;
         總共$2個頁面被編輯;
         $3...
-        <a href='$4'>顯示並編輯完整列表</a>.)",
+        [$4 顯示並編輯完整列表].)",
         "watchmethod-recent" => "檢查被監視頁面的最近編輯",
         "watchmethod-list" => "checking watched pages for recent edits",
         "removechecked" => "將被選頁面從監視列表中移除",
@@ -1012,10 +1011,6 @@ class LanguageZh_tw extends LanguageZh_cn {
                return $wgNamespaceNamesZh_tw;
        }
 
-       function getNsText( $index ) {
-               global $wgNamespaceNamesZh_tw;
-               return $wgNamespaceNamesZh_tw[$index];
-       }
 
        function getNsIndex( $text ) {
                global $wgNamespaceNamesZh_tw;
@@ -1075,7 +1070,7 @@ class LanguageZh_tw extends LanguageZh_cn {
                if(array_key_exists($key, $wgAllMessagesZh_tw))
                        return $wgAllMessagesZh_tw[$key];
                else
-                       return Language::getMessage( $key );
+                       return parent::getMessage( $key );
        }
 
 }