Files
Open-Shell-Menu/ClassicStartSrc/Localization/ChineseTW/ClassicStartText-zh-TW.wxl
Xenhat 0adcd693e4 Some branding and licensing work (#22)
* Fix stdafx include

* Fix basic handling of "Games" folder on Windows10 RS4 (#10)
This does the following:
- Sets the default state to hidden
- Skips the Games folder when searching

This does not:
- Hide the dead menu entry.

I do not currently know how to actively change the user preference setting to forcefully hide it.

* Add basic Visual Studio gitignore

* Add specific entries to gitignore

* Do not set default menu to Win7 on RS4 (#10)

* Rename "PC Settings" to "Settings" (#12)

* Create distinction between modern and legacy settings in search results

* Add more build artifacts to gitignore

* Add default paths for toolset and build all languages

* Fix several memsize, memtype and nullpointer issues

* create trunk branch containing all changes

* set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE

* add generated en-US.dll to gitignore

* Don't echo script contents, add disabled "git clean -dfx" to build fresh

* Initial re-branding work (#21)

* Create copy of __MakeFinal to build all languages (Use this file when releasing new versions)

* Move the registry key IvoSoft->Passionate-Coder (#21)

* Change company/mfg name IvoSoft->Passionate-Coder (#21)

* Update some leftover copyright dates (#21)

* Fix accidental copy-paste breaking MakeFinal scripts

* Fix invalid company name for Wix and change registry keys to match the new string (#21)

* Update more copyright and legal text (#21)

* Update RTF files format (Wordpad generated those) (#21)

* update license text in RTF files (#21)
We lost the blue link text in the installer page. Will have to manually re-color all the links later.
2018-06-25 01:42:52 -04:00

34 lines
2.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="zh-TW" Codepage="950" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Error32bit" Overridable="yes">此安裝程式只針對 32 位元版本的 Windows。 對於 64 位元 的 Windows您需要執行 ClassicStartSetup64。</String>
<String Id="ErrorWin7" Overridable="yes">Classic Start 需要 Windows 7 或以上。</String>
<String Id="ErrorNewVersion" Overridable="yes">已經安裝 [ProductName] 的新版本。 安裝程式現在將結束。</String>
<String Id="ExplorerTitle" Overridable="yes">Classic Explorer</String>
<String Id="ExplorerDesc" Overridable="yes">Classic Explorer 在 Windows 檔案總管加入一個工具列,取代複製 UI 和修復一些可用性問題</String>
<String Id="StartMenuTitle" Overridable="yes">Classic Start Menu</String>
<String Id="StartMenuDesc" Overridable="yes">Classic Start Menu 是可以高度自訂化的取代 Windows [開始] 功能表</String>
<String Id="IETitle" Overridable="yes">Classic IE</String>
<String Id="IEDesc" Overridable="yes">Classic IE 讓您自訂 Internet Explorer 的標題列和狀態列</String>
<String Id="UpdateTitle" Overridable="yes">Classic Start 更新</String>
<String Id="UpdateDesc" Overridable="yes">Classic Start 更新定期檢查新版本</String>
<String Id="HelpDesc" Overridable="yes">檢視 Classic Start 文件</String>
<String Id="ReadmeDesc" Overridable="yes">檢視 Classic Start 介紹</String>
<String Id="ExplorerSettingsDesc" Overridable="yes">編輯 Classic Explorer 的設定</String>
<String Id="StartSettingsDesc" Overridable="yes">編輯 Classic Start Menu 的設定</String>
<String Id="IESettingsDesc" Overridable="yes">編輯 Internet Explorer 標題列和狀態列的設定</String>
<String Id="UpdateSettingsDesc" Overridable="yes">編輯 Classic Start 的新版本檢查設定</String>
<String Id="StartMenuFolder" Overridable="yes">建立 [\[]開始[\]] 功能表資料夾</String>
<String Id="WebLink" Overridable="yes">Classic Start 網站</String>
<String Id="DonateLink" Overridable="yes">贊助 Classic Start</String>
<String Id="FacebookLink" Overridable="yes">在 Facebook 訪問我們</String>
<String Id="ViewReadme" Overridable="yes">檢視讀我檔案</String>
<String Id="HelpItem" Overridable="yes">Classic Start 說明</String>
<String Id="ReadmeItem" Overridable="yes">Classic Start 讀我</String>
<String Id="UpdateItem" Overridable="yes">Classic Start 更新</String>
<String Id="ExplorerItem" Overridable="yes">Classic Explorer 設定</String>
<String Id="StartMenuItem" Overridable="yes">Classic Start Menu 設定</String>
<String Id="IEItem" Overridable="yes">Classic IE 設定</String>
<String Id="StartScreenDesc" Overridable="yes">開啟 [\[]開始[\]] 畫面</String>
<String Id="ClassicStartDesc" Overridable="yes">Classic Start 是增強 Windows 可用性的工具集</String>
</WixLocalization>