diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-zh-TW/suite/chrome/common/migration | |
parent | Initial commit. (diff) | |
download | firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-TW/suite/chrome/common/migration')
-rw-r--r-- | l10n-zh-TW/suite/chrome/common/migration/migration.dtd | 29 | ||||
-rw-r--r-- | l10n-zh-TW/suite/chrome/common/migration/migration.properties | 53 |
2 files changed, 82 insertions, 0 deletions
diff --git a/l10n-zh-TW/suite/chrome/common/migration/migration.dtd b/l10n-zh-TW/suite/chrome/common/migration/migration.dtd new file mode 100644 index 0000000000..34aca51b75 --- /dev/null +++ b/l10n-zh-TW/suite/chrome/common/migration/migration.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY migrationWizard.title "匯入精靈"> + +<!ENTITY importAllFrom.label "匯入所有項目自:"> +<!ENTITY importBookmarksFrom.label "由下列來源匯入書籤:"> + +<!ENTITY importFromThunderbird.label "Thunderbird"> +<!ENTITY importFromThunderbird.accesskey "T"> +<!ENTITY importFromFile.label "檔案"> +<!ENTITY importFromFile.accesskey "F"> +<!ENTITY importFromNothing.label "不要匯入任何東西"> +<!ENTITY importFromNothing.accesskey "D"> + +<!ENTITY importSource.title "匯入設定與個人資料"> +<!ENTITY importItems.title "要匯入的項目"> +<!ENTITY importItems.label "選取要匯入的項目:"> + +<!ENTITY selectProfile.title "選取設定檔"> +<!ENTITY selectProfile.label "可匯入下列設定檔的內容:"> + +<!ENTITY migrating.title "匯入中…"> +<!ENTITY migrating.label "正在匯入下列項目…"> + +<!ENTITY done.title "匯入完成"> +<!ENTITY done.label "成功匯入下列項目:"> + diff --git a/l10n-zh-TW/suite/chrome/common/migration/migration.properties b/l10n-zh-TW/suite/chrome/common/migration/migration.properties new file mode 100644 index 0000000000..454ea6af95 --- /dev/null +++ b/l10n-zh-TW/suite/chrome/common/migration/migration.properties @@ -0,0 +1,53 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# the following section is used in the first-time migration wizard +# new and scary, however if these strings are not present, we will simply +# skip this wizard page +homePageStartDefault=預設 SeaMonkey 首頁 +homePageStartCurrent=目前的 SeaMonkey 首頁 +homePageImport=從 %S 匯入您的首頁 + +homePageMigrationPageTitle=首頁選擇 +homePageMigrationDescription=請選擇您想要的首頁: +# end safe-to-not-have section + +# note that the names of apps are in lower case to fit in with the +# protocol specifications. +sourceNamethunderbird=Thunderbird + +importedBookmarksFolder=由 %S + +importedSeamonkeyBookmarksTitle=SeaMonkey 1.x、Netscape 6/7 或 Mozilla 1.x + +# Import Sources +# These are the string names for the values given in nsISuiteProfileMigrator.idl +# _generic will apply to all import sources unless specifically overriden by another +# item. +# e.g. 1_ie=Internet Options will display "Internet Options" rather than "Preferences" when +# importing from Internet Explorer. +1_generic=偏好設定 + +2_generic=Cookie + +4_generic=瀏覽紀錄 + +8_generic=首頁 + +16_generic=已存密碼 + +32_generic=書籤 + +64_generic=其他資料 + +128_generic=帳號設定 + +256_generic=通訊錄 + +512_generic=垃圾郵件訓練資料 + +1024_generic=新聞群組資料夾 + +2048_generic=郵件匣 + |