diff options
Diffstat (limited to 'l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd')
-rwxr-xr-x | l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd b/l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd new file mode 100755 index 0000000000..58792d0373 --- /dev/null +++ b/l10n-zh-CN/suite/chrome/editor/dialogs/EditConflict.dtd @@ -0,0 +1,10 @@ +<!-- 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 conflictWarning.label "此页面已经被其他程序改动,但是在编写器中仍有未保存的改动。"> +<!ENTITY conflictResolve.label "选择要保留的版本:"> +<!ENTITY keepCurrentPageButton.label "保留当前页面改动"> +<!ENTITY useOtherPageButton.label "使用其它改动替换当前页"> |