Adding new .dtd files; a=mcafee

This commit is contained in:
law%netscape.com 1999-07-27 22:47:56 +00:00
parent a5bfeab9c4
commit 59b4c236e3
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<!-- extracted from finddialog.xul -->
<!ENTITY findDialog.title "Find on Page">
<!ENTITY findField.label "Find:">
<!ENTITY caseSensitiveCheckbox.label "Case Sensitive">
<!ENTITY wrapCheckbox.label "Wrap">
<!ENTITY backwardsCheckbox.label "Backwards">
<!ENTITY cancelButton.label "Cancel">
<!ENTITY findButton.label "Find">

View File

@ -0,0 +1,36 @@
<!--
Localization notes for translators:
The HTML markup:
<html:strong>
<html:div id="dialog.contentType"
style="display:inline;">
</html:div>
</html:strong>
in the entity value below will generate a 'mime-type' value at runtime
and result in a string like this:
"You have started to download a file of type <mime-type>."
Please do not translate the markups.
-->
<!-- extracted from unknownContent.xul -->
<!ENTITY unknownWindow.title "Unknown File Type">
<!-- The <html:div> below *should* look like this:
<html:div id=&quot;dialog.contentType&quot; style=&quot;display:inline;&quot;>
but that crashes at the moment. -->
<!ENTITY startDownload "You have started to download a file of type
<html:strong>
<html:div>
</html:div>
</html:strong>
">
<!ENTITY dialogMore.label "More Info...">
<!ENTITY dialogPick.label "Pick App...">
<!ENTITY dialogSave.label "Save File...">
<!ENTITY dialogCancel.label "Cancel">

View File

@ -0,0 +1,11 @@
<!-- extracted from downloadProgress.xul -->
<!ENTITY downloadWindow.title "Saving file">
<!ENTITY location "Location">
<!ENTITY saving "Saving">
<!ENTITY status "Status:">
<!ENTITY dialogStatus.label "( nn.nK of mm.mK bytes )">
<!ENTITY timeLeft "Time Left:">
<!ENTITY dialogTimeLeft.label "?">
<!ENTITY dialogCancel.label "Cancel">