зеркало из https://github.com/mozilla/gecko-dev.git
41289: Proivde UI in the Browser (View | International Web Content) to
langpack download page.r=jbetak
This commit is contained in:
Родитель
c833d164ca
Коммит
557898719f
|
@ -53,6 +53,7 @@ Contributor(s): ______________________________________. -->
|
|||
screenX="10" screenY="10"
|
||||
persist="screenX screenY width height sizemode">
|
||||
|
||||
<script language="javascript" src="chrome://global/content/builtinURLs.js"></script>
|
||||
<script language="javascript" src="chrome://global/content/strres.js"></script>
|
||||
<script language="javascript" src="chrome://navigator/content/navigator.js"></script>
|
||||
<script language="javascript" src="nsContextMenu.js"></script>
|
||||
|
|
|
@ -231,6 +231,8 @@ Contributor(s): ______________________________________. -->
|
|||
<menuitem value="&pageInfoCmd.label;" oncommand="BrowserPageInfo();"/>
|
||||
<menuseparator />
|
||||
<menuitem value="&translateMenu.label;" oncommand="Translate();"/>
|
||||
<menuitem value="&webContentMenu.label;"
|
||||
oncommand="loadXURL('urn:clienturl:viewmenu:intlwebcontent');"/>
|
||||
<menuseparator />
|
||||
<!-- Deprecated BEGIN
|
||||
<menu value="&dcharMenu.label;">
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
<!ENTITY pageSourceCmd.label "Page Source">
|
||||
<!ENTITY pageInfoCmd.label "Page Info">
|
||||
<!ENTITY translateMenu.label "Translate">
|
||||
<!ENTITY webContentMenu.label "Languages and Web Content">
|
||||
<!ENTITY dcharMenu.label "Character Set ISO">
|
||||
<!ENTITY dcharMenu1.label "Character Set Multibyte">
|
||||
<!ENTITY dcharMenu2.label "Character Set Cyrillic">
|
||||
|
|
|
@ -39,6 +39,11 @@
|
|||
<NC:content>http://www.mozilla.org/projects/seamonkey/release-notes/</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
<!-- Help Menu -->
|
||||
<!-- View Menu -->
|
||||
|
||||
<RDF:Description about='urn:clienturl:viewmenu:intlwebcontent'>
|
||||
<NC:title>International Languages and Web Content</NC:title>
|
||||
<NC:content>http://www.mozilla.org/projects/intl/xul-how2l10n.html#mlp</NC:content>
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
||||
|
|
Загрузка…
Ссылка в новой задаче