suite/chrome/editor/dialogs/EditorPersonalDictionary.dtd
author Pin-guang Chen <petercpg@mail.moztw.org>
Fri, 17 Mar 2023 04:07:40 +0000
changeset 3833 991f8201bfe26ba76d2016483dc998d603c3f473
parent 3042 0ea94bf6dbf4d46de3563a0f40ab3b7bcfc6104e
permissions -rw-r--r--
Pontoon: Update Chinese (Taiwan) (zh-TW) localization of Firefox Co-authored-by: Pin-guang Chen <petercpg@mail.moztw.org>

<!-- 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/. -->

<!-- Window title -->
<!ENTITY windowTitle.label "個人自訂字庫">

<!ENTITY wordEditField.label "新增:">
<!ENTITY wordEditField.accessKey "N">
<!ENTITY AddButton.label "新增">
<!ENTITY AddButton.accessKey "A">
<!ENTITY DictionaryList.label "字庫中的單字:">
<!ENTITY DictionaryList.accessKey "W">
<!ENTITY ReplaceButton.label "取代">
<!ENTITY ReplaceButton.accessKey "R">
<!ENTITY RemoveButton.label "移除">
<!ENTITY RemoveButton.accessKey "e">

<!ENTITY CloseButton.label "關閉">
<!ENTITY CloseButton.accessKey "C">