Menu

#6 Error localization

1.0
open
nobody
None
2018-09-10
2018-09-05
RemMarkin
No

​​​​Localizacion error:

Iceweasel-v61.0.2
Адрес: chrome://browser/content/browser.xul
Строка 1009, символ 7: <menuitem id="context-downloadlink"

Iceweasel-v62.0
Адрес: chrome://browser/content/browser.xul
Строка 996, символ 7: <menuitem id="context-downloadlink"

App\browser\omni.ja
\chrome\browser\content\browser\browser.xul

should be deleted
<menuitem accesskey="&amp;downloadLinkCmd.accesskey;" oncommand="gContextMenu.downloadLink();" id="context-downloadlink" label="&amp;downloadLinkCmd.label;"></menuitem>

1 Attachments

Discussion

  • adonais

    adonais - 2018-09-10

    This is a patch for the Upcheck.
    The upcheck.exe provide another way to call Thunder Downloader.
    If you do not install Thunder Downloader, Upcheck can download a file using multiple threads.
    Upcheck also supports resume download.
    But if you use another language version(excludes en-US, zh-CN).
    You need to modify Language packs.
    Download and unzip the language pack file from mozilla(e.g. https://ftp.mozilla.org/pub/firefox/releases/62.0/win32/xpi/ru.xpi).
    Edit this file (browser\chrome\<ru>\locale\browser\browser.dtd).
    Add the following two lines to this file:
    <!ENTITY downloadLinkCmd.label "Download Link With Upcheck">
    <!ENTITY downloadLinkCmd.accesskey "">

     
  • RemMarkin

    RemMarkin - 2018-09-10

    Thank you for clarification

     

Log in to post a comment.