From 1c71d6d8a2f80fdcc8be8d4baf732bf16dee2477 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Wed, 27 Mar 2002 03:40:10 +0000 Subject: [PATCH] Strings for publish progress dialog (b=120124) and related prefs (b=110779), r=brade, sr=hewitt, a=asa --- .../ui/dialogs/locale/en-US/EdLinkChecker.dtd | 1 + .../ui/dialogs/locale/en-US/EditorPublish.dtd | 4 +-- .../locale/en-US/EditorPublishProgress.dtd | 34 +++++++++++++++++++ editor/ui/dialogs/locale/en-US/MANIFEST | 1 + editor/ui/dialogs/locale/en-US/makefile.win | 1 + 5 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 editor/ui/dialogs/locale/en-US/EditorPublishProgress.dtd diff --git a/editor/ui/dialogs/locale/en-US/EdLinkChecker.dtd b/editor/ui/dialogs/locale/en-US/EdLinkChecker.dtd index 08b9b08a234e..61f0252fd142 100644 --- a/editor/ui/dialogs/locale/en-US/EdLinkChecker.dtd +++ b/editor/ui/dialogs/locale/en-US/EdLinkChecker.dtd @@ -18,6 +18,7 @@ - Rights Reserved. - - Contributor(s): + - Charles Manxke (cmanske@netscape.com) --> diff --git a/editor/ui/dialogs/locale/en-US/EditorPublish.dtd b/editor/ui/dialogs/locale/en-US/EditorPublish.dtd index d84d5787323a..7b7fac1b6551 100644 --- a/editor/ui/dialogs/locale/en-US/EditorPublish.dtd +++ b/editor/ui/dialogs/locale/en-US/EditorPublish.dtd @@ -32,10 +32,10 @@ - + - + diff --git a/editor/ui/dialogs/locale/en-US/EditorPublishProgress.dtd b/editor/ui/dialogs/locale/en-US/EditorPublishProgress.dtd new file mode 100644 index 000000000000..3885c7c07b07 --- /dev/null +++ b/editor/ui/dialogs/locale/en-US/EditorPublishProgress.dtd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + diff --git a/editor/ui/dialogs/locale/en-US/MANIFEST b/editor/ui/dialogs/locale/en-US/MANIFEST index 578ce062d32e..912cf8c5d4fc 100644 --- a/editor/ui/dialogs/locale/en-US/MANIFEST +++ b/editor/ui/dialogs/locale/en-US/MANIFEST @@ -54,3 +54,4 @@ EditConflict.dtd EditorSaveAsCharset.dtd EditorConvertToTable.dtd EditorPublish.dtd +EditorPublishProgress.dtd diff --git a/editor/ui/dialogs/locale/en-US/makefile.win b/editor/ui/dialogs/locale/en-US/makefile.win index 9f6863c1a214..4cb0aa32050a 100644 --- a/editor/ui/dialogs/locale/en-US/makefile.win +++ b/editor/ui/dialogs/locale/en-US/makefile.win @@ -55,6 +55,7 @@ CHROME_L10N = \ .\EdColorPicker.dtd \ .\EdConvertToTable.dtd \ .\EditorPublish.dtd \ + .\EditorPublishProgress.dtd \ $(NULL) include <$(DEPTH)\config\rules.mak>