mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
Strings for publish progress dialog (b=120124) and related prefs (b=110779), r=brade, sr=hewitt, a=asa
This commit is contained in:
parent
e9ad5849cd
commit
1c71d6d8a2
@ -18,6 +18,7 @@
|
||||
- Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Charles Manxke (cmanske@netscape.com)
|
||||
-->
|
||||
|
||||
<!-- Window title -->
|
||||
|
@ -32,10 +32,10 @@
|
||||
<!ENTITY siteList.label "Site Name:">
|
||||
<!ENTITY newSiteButton.label "New Site">
|
||||
<!ENTITY siteDirList.label "Select or type a directory name in your publishing site:">
|
||||
<!ENTITY docDirList.label "Subdirectory for this page:">
|
||||
<!ENTITY docDirList.label "Site subdirectory for this page:">
|
||||
<!ENTITY publishImgCheckbox.label "Include images and other files">
|
||||
<!ENTITY sameLocationRadio.label "Use same location as page">
|
||||
<!ENTITY useSubdirRadio.label "Use this subdirectory:">
|
||||
<!ENTITY useSubdirRadio.label "Use this site subdirectory:">
|
||||
<!ENTITY chooseDirButton.label "Choose...">
|
||||
<!ENTITY pageTitle.label "Page Title:">
|
||||
<!ENTITY pageTitleExample.label "e.g.: "My Web Page"">
|
||||
|
34
editor/ui/dialogs/locale/en-US/EditorPublishProgress.dtd
Normal file
34
editor/ui/dialogs/locale/en-US/EditorPublishProgress.dtd
Normal file
@ -0,0 +1,34 @@
|
||||
<!--
|
||||
- The contents of this file are subject to the Netscape Public
|
||||
- License Version 1.1 (the "License"); you may not use this file
|
||||
- except in compliance with the License. You may obtain a copy of
|
||||
- the License at http://www.mozilla.org/NPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS
|
||||
- IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
- implied. See the License for the specific language governing
|
||||
- rights and limitations under the License.
|
||||
-
|
||||
- The Original Code is Mozilla Communicator client code, released
|
||||
- March 31, 1998.
|
||||
-
|
||||
- The Initial Developer of the Original Code is Netscape
|
||||
- Communications Corporation. Portions created by Netscape are
|
||||
- Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
- Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Charles Manske (cmanske@netscape.com)
|
||||
-->
|
||||
|
||||
<!-- Window title -->
|
||||
<!ENTITY siteUrl.label "Site URL:">
|
||||
<!ENTITY docSubdir.label "Page subdirectory:">
|
||||
<!ENTITY otherSubdir.label "Image subdirectory:">
|
||||
|
||||
<!ENTITY fileList.label "Publishing Status">
|
||||
<!ENTITY statusHeader.label "Status">
|
||||
<!ENTITY filenameHeader.label "Filename">
|
||||
<!ENTITY succeeded.label "Succeeded">
|
||||
<!ENTITY failed.label "Failed">
|
||||
<!ENTITY keepOpen "Keep this window open after publishing is complete.">
|
@ -54,3 +54,4 @@ EditConflict.dtd
|
||||
EditorSaveAsCharset.dtd
|
||||
EditorConvertToTable.dtd
|
||||
EditorPublish.dtd
|
||||
EditorPublishProgress.dtd
|
||||
|
@ -55,6 +55,7 @@ CHROME_L10N = \
|
||||
.\EdColorPicker.dtd \
|
||||
.\EdConvertToTable.dtd \
|
||||
.\EditorPublish.dtd \
|
||||
.\EditorPublishProgress.dtd \
|
||||
$(NULL)
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
Loading…
Reference in New Issue
Block a user