mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
Adding new .dtd files; a=mcafee
This commit is contained in:
parent
a5bfeab9c4
commit
59b4c236e3
@ -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">
|
@ -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="dialog.contentType" style="display:inline;">
|
||||
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">
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user