跳至內容

維基百科:使用者介面翻譯/MessagesZh tw.php

本頁使用了標題或全文手工轉換
維基百科,自由的百科全書

<?php
/**
  * Chinese (Taiwan) (中文 (台灣))
  *
  * @addtogroup Language
  */

$fallback = 'zh-hant';

$messages = array(
'projectpage' => '查看計畫頁面',

# Short words for each namespace, by default used in the 'article' tab in monobook
'nstab-project' => '計畫頁面',

# Tooltip help for the actions
'tooltip-n-portal' => '關於本計畫、你可以做什麼、應該如何做',

);