websvn |
Subversion Repositories: |
Compare with Previous - Blame - Download
<?php
// WebSVN - Subversion repository viewing via the web using PHP
// Copyright (C) 2004 Tim Armes
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// --
//
// tchinese.php
//
// Traditional Chinese language strings
//
// Author: Yuan-Chung Hsiao <ychsiao@ychsiao.idv.tw>
// The language name is displayed in the drop down box. It MUST be encoded as Unicode (no HTML entities).
$lang["LANGUAGENAME"] = "Traditional Chinese";
$lang['LANGUAGETAG'] = 'zh-TW';
$lang["LOG"] = "ćˇĺ˛č¨é";
$lang["DIFF"] = "ćŻĺ°";
$lang["NOREP"] = "ć˛ććŞćĄĺşŤ";
$lang["NOPATH"] = "ćžä¸ĺ°čˇŻĺž";
$lang["SUPPLYREP"] = "čŤĺ¨include/config.phpä¸č¨ĺŽćŞćĄĺşŤä˝ç˝Žçş \$config->parentPath ć \$config->addRepository<p>ć´čŠłç´°çĺ §ĺŽščŤčŚĺŽčŁćĺ";
$lang["DIFFREVS"] = "ä¸ĺçćŹéç塎ç°";
$lang["AND"] = "č";
$lang["REV"] = "俎č¨çč";
$lang["LINE"] = "čĄ";
$lang["SHOWALL"] = "饯示ĺŽć´çćŞćĄ";
$lang["SHOWCOMPACT"] = "ĺŞéĄŻç¤şä¸ĺč";
$lang["DIFFPREV"] = "čĺä¸ç揥ćŻčź";
$lang["BLAME"] = "č´č˛Ź";
$lang["REVINFO"] = "俎č¨ç揥čłč¨";
$lang["GOYOUNGEST"] = "ĺ°ćć°ç俎č¨";
$lang["LASTMOD"] = "ćĺžć´ĺ";
$lang["LOGMSG"] = "č¨ćŻč¨é";
$lang["CHANGES"] = "ćščŽ";
$lang["SHOWCHANGED"] = "饯示塲čŽĺćŞćĄ";
$lang["HIDECHANGED"] = "éąč塲čŽĺćŞćĄ";
$lang["NEWFILES"] = "ć°ćŞćĄ";
$lang["CHANGEDFILES"] = "塲čŽĺćŞćĄ";
$lang["DELETEDFILES"] = "塲ĺŞé¤ćŞćĄ";
$lang["VIEWLOG"] = "çćˇĺ˛č¨é";
$lang["PATH"] = "衯ĺž";
$lang["AUTHOR"] = "ä˝č ";
$lang["AGE"] = "ć´ĺćé";
$lang["LOG"] = "ćˇĺ˛č¨é";
$lang["CURDIR"] = "çŽĺçŽé";
$lang["TARBALL"] = "Tarball ć źĺź";
$lang["PREV"] = "ä¸ä¸ç";
$lang["NEXT"] = "ä¸ä¸ç";
$lang["SHOWALL"] = "éĄŻç¤şĺ ¨é¨";
$lang["BADCMD"] = "ĺˇčĄéŻčޤ";
$lang["POWERED"] = "ćĄç¨ <a href=\"http://www.websvn.info/\">WebSVN</a>ćśč¨";
$lang["PROJECTS"] = "Subversion ĺ°ćĄ";
$lang["SERVER"] = "Subversion Server";
$lang["SEARCHLOG"] = "ćĺ°č¨éĺ §ĺŽš";
$lang["CLEARLOG"] = "ć¸ é¤çŽĺćĺ°";
$lang["MORERESULTS"] = "ćžĺ°ć´ĺ¤ç珌ĺç...";
$lang["NORESULTS"] = "ćĽčŠ˘çľć丌ć˛ć珌ĺçç´é";
$lang["NOMORERESULTS"] = "ć˛ćć´ĺ¤ç´é珌ĺä˝ çćĽčŠ˘";
$lang["RSSFEEDTITLE"] = "WebSVN RSS feed";
$lang["FILESMODIFIED"] = "ĺćŞćĄčŽĺ";
$lang["RSSFEED"] = "RSS feed";
$lang["LINENO"] = "čĄ";
$lang["BLAMEFOR"] = "çćŹč´č˛Źčłč¨";
$lang["YEARS"] = "ĺš´ĺ";
$lang["MONTHS"] = "ćĺ";
$lang["WEEKS"] = "éąĺ";
$lang["DAYS"] = "ćĽĺ";
$lang["HOURS"] = "ĺ°ćĺ";
$lang["MINUTES"] = "ĺéĺ";
$lang["GO"] = "ĺ°";
$lang["COMPAREPATHS"] = "ćŻĺ°čˇŻĺž";
$lang["COMPAREREVS"] = "ćŻĺ°äżŽč¨ç";
$lang["PROPCHANGES"] = "ćščŽĺąŹć§ :";
$lang["CONVFROM"] = "éĺćŻĺ°éĄŻç¤şĺż éćščŽč˝ć衯ĺž";
$lang["TO"] = "ĺ°";
$lang["REVCOMP"] = "éĄĺćŻĺ°";
// The following are defined by some languages to stop unwanted line splitting
// in the template files.
$lang["NOBR"] = "";
$lang["ENDNOBR"] = "";