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-CN/suite/chrome/common/profile | |
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-CN/suite/chrome/common/profile')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/common/profile/profileSelection.dtd | 35 | ||||
-rwxr-xr-x | l10n-zh-CN/suite/chrome/common/profile/profileSelection.properties | 22 |
2 files changed, 57 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/common/profile/profileSelection.dtd b/l10n-zh-CN/suite/chrome/common/profile/profileSelection.dtd new file mode 100755 index 0000000000..709dfd52b5 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/common/profile/profileSelection.dtd @@ -0,0 +1,35 @@ +<!-- -*- Mode: SGML; indent-tabs-mode: nil; -*- --> +<!-- + + 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 windowTitle.label "选择用户配置文件"> +<!ENTITY profileManager.title "&brandShortName; 配置文件管理器"> + +<!ENTITY manage.label "管理配置文件…"> +<!ENTITY manage.accesskey "M"> +<!ENTITY select.label "使用此配置文件"> + +<!ENTITY availableProfiles.label "可用配置文件"> + +<!ENTITY introStart.label "请选择列表中的配置文件并且点击 &start.label; 以访问您的以保存的消息,设置和其他个人配置信息。"> +<!ENTITY introSwitch.label "选择列表中的配置文件并点击 &select.label; ,即可切换至另一配置文件,以使用其中储存的消息,设置及其他个人信息。"> +<!ENTITY profileManagerText.label "&brandShortName; 将您配置文件中的设置、首选项、书签、已保存消息以及其他用户项等信息保存至您的用户配置文件中。"> + +<!ENTITY autoSelect.label "默认使用此配置文件"> +<!ENTITY autoSelect.accesskey "s"> + +<!ENTITY start.label "启动 &brandShortName;"> +<!ENTITY exit.label "退出"> + +<!ENTITY newButton.label "创建配置文件…"> +<!ENTITY newButton.accesskey "C"> +<!ENTITY renameButton.label "重命名配置文件…"> +<!ENTITY renameButton.accesskey "R"> +<!ENTITY deleteButton.label "删除配置文件…"> +<!ENTITY deleteButton.accesskey "D"> + +<!ENTITY offlineState.label "脱机工作"> +<!ENTITY offlineState.accesskey "o"> diff --git a/l10n-zh-CN/suite/chrome/common/profile/profileSelection.properties b/l10n-zh-CN/suite/chrome/common/profile/profileSelection.properties new file mode 100755 index 0000000000..5e50dbc94f --- /dev/null +++ b/l10n-zh-CN/suite/chrome/common/profile/profileSelection.properties @@ -0,0 +1,22 @@ +# 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/. + +deleteLocked=%S 正在使用中无法删除 "%S"配置. +deleteProfile=删除配置文件将把该配置文件从现有的配置文件列表中移除,并且该操作不可逆。\n\n您还可以选择删除配置文件的数据,包括您已保存的邮件、设置以及证书。此操作将删除文件夹 "%S" 并且不可逆。\n\n您要删除配置文件的数据文件吗?\n\n + +manageTitle=管理用户配置 +selectTitle=选择用户分布图 + +dirLocked=%S不可使用"%S"配置.可能改配置正在使用中,不可使用,或者已损坏.\n\n请选择其他配置或者新建一个配置. + +renameProfileTitle=重命名配置文件 +renameProfilePrompt=重命名配置文件“%S”至: +profileNameInvalidTitle=无效的配置文件名称 +profileNameEmpty=不允许空的配置文件名称。 +invalidChar=字符“%S”不允许在配置文件名称中使用。请更换名称。 +deleteTitle=删除配置文件 +deleteFiles=删除文件 +dontDeleteFiles=不删除文件 +profileExists=此名称的一个配置文件已存在。请使用其他名称。 +profileExistsTitle=配置文件已存在 |