[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][base-browser-115.10.0esr-13.5-1] 4 commits: fixup! Base Browser strings



Title: GitLab

Pier Angelo Vendrame pushed to branch base-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser

Commits:

  • f1d27be7
    by Henry Wilkes at 2024-04-22T20:49:17+01:00
    fixup! Base Browser strings
    
    Bug 42537: Move base-browser.ftl to toolkit.
    
  • 3aa48e65
    by Henry Wilkes at 2024-04-22T20:49:43+01:00
    fixup! Bug 4234: Use the Firefox Update Process for Base Browser.
    
    Bug 42537: Move base-browser.ftl to toolkit.
    
  • a402e72c
    by Henry Wilkes at 2024-04-22T20:49:47+01:00
    fixup! Bug 40926: Implemented the New Identity feature
    
    Bug 42537: Move base-browser.ftl to toolkit.
    
  • ca81f26e
    by Henry Wilkes at 2024-04-22T20:49:47+01:00
    fixup! Bug 41698: Reword the recommendation badges in about:addons
    
    Bug 42537: Move base-browser.ftl to toolkit.
    

9 changed files:

Changes:

  • browser/base/content/aboutDialog.xhtml
    ... ... @@ -30,7 +30,7 @@
    30 30
       <linkset>
    
    31 31
         <html:link rel="localization" href="branding/brand.ftl"/>
    
    32 32
         <html:link rel="localization" href="browser/aboutDialog.ftl"/>
    
    33
    -    <html:link rel="localization" href="browser/base-browser.ftl"/>
    
    33
    +    <html:link rel="localization" href="toolkit/global/base-browser.ftl"/>
    
    34 34
       </linkset>
    
    35 35
     
    
    36 36
       <html:div id="aboutDialogContainer">
    

  • browser/base/content/browser.xhtml
    ... ... @@ -88,7 +88,7 @@
    88 88
       <link rel="localization" href="">"toolkit/branding/brandings.ftl"/>
    
    89 89
       <link rel="localization" href="">"toolkit/global/textActions.ftl"/>
    
    90 90
       <link rel="localization" href="">"toolkit/printing/printUI.ftl"/>
    
    91
    -  <link rel="localization" href="">"browser/base-browser.ftl"/>
    
    91
    +  <link rel="localization" href="">"toolkit/global/base-browser.ftl"/>
    
    92 92
       <!-- Untranslated FTL files -->
    
    93 93
       <link rel="localization" href="">"preview/firefoxSuggest.ftl" />
    
    94 94
       <link rel="localization" href="">"preview/identityCredentialNotification.ftl" />
    

  • browser/components/newidentity/content/newIdentityDialog.xhtml
    ... ... @@ -22,7 +22,7 @@
    22 22
       <dialog id="newIdentityDialog" buttons="accept,cancel" defaultButton="accept">
    
    23 23
         <linkset>
    
    24 24
           <html:link rel="localization" href="">"branding/brand.ftl" />
    
    25
    -      <html:link rel="localization" href="">"browser/base-browser.ftl" />
    
    25
    +      <html:link rel="localization" href="">"toolkit/global/base-browser.ftl" />
    
    26 26
         </linkset>
    
    27 27
     
    
    28 28
         <div xmlns="http://www.w3.org/1999/xhtml">
    

  • browser/components/preferences/preferences.xhtml
    ... ... @@ -57,7 +57,7 @@
    57 57
       <link rel="localization" href="">"security/certificates/certManager.ftl"/>
    
    58 58
       <link rel="localization" href="">"security/certificates/deviceManager.ftl"/>
    
    59 59
       <link rel="localization" href="">"toolkit/updates/history.ftl"/>
    
    60
    -  <link rel="localization" href="">"browser/base-browser.ftl"/>
    
    60
    +  <link rel="localization" href="">"toolkit/global/base-browser.ftl"/>
    
    61 61
     
    
    62 62
       <link rel="shortcut icon" href="">"chrome://global/skin/icons/settings.svg"/>
    
    63 63
     
    

  • browser/locales/jar.mn
    ... ... @@ -14,7 +14,6 @@
    14 14
       preview/firefoxSuggest.ftl                       (../components/urlbar/content/firefoxSuggest.ftl)
    
    15 15
       preview/identityCredentialNotification.ftl       (../components/credentialmanager/identityCredentialNotification.ftl)
    
    16 16
       preview/stripOnShare.ftl                         (../components/urlbar/content/stripOnShare.ftl)
    
    17
    -  preview/base-browser-no-translate.ftl            (../locales-preview/base-browser-no-translate.ftl)
    
    18 17
       browser                                          (%browser/**/*.ftl)
    
    19 18
     
    
    20 19
     @AB_CD@.jar:
    

  • browser/locales-preview/base-browser-no-translate.ftltoolkit/locales-preview/base-browser-no-translate.ftl

  • browser/locales/en-US/browser/base-browser.ftltoolkit/locales/en-US/toolkit/global/base-browser.ftl

  • toolkit/locales/jar.mn
    ... ... @@ -8,6 +8,7 @@
    8 8
       services                                         (%services/**/*.ftl)
    
    9 9
       toolkit                                          (%toolkit/**/*.ftl)
    
    10 10
       locales-preview/aboutTranslations.ftl            (../locales-preview/aboutTranslations.ftl)
    
    11
    +  locales-preview/base-browser-no-translate.ftl    (../locales-preview/base-browser-no-translate.ftl)
    
    11 12
     #ifdef MOZ_LAYOUT_DEBUGGER
    
    12 13
       layoutdebug/layoutdebug.ftl                      (../../layout/tools/layout-debug/ui/content/layoutdebug.ftl)
    
    13 14
     #endif
    

  • toolkit/mozapps/extensions/content/aboutaddons.html
    ... ... @@ -35,7 +35,7 @@
    35 35
         <link rel="localization" href="">"toolkit/about/aboutAddons.ftl" />
    
    36 36
         <link rel="localization" href="">"toolkit/about/abuseReports.ftl" />
    
    37 37
     
    
    38
    -    <link rel="localization" href="">"browser/base-browser.ftl" />
    
    38
    +    <link rel="localization" href="">"toolkit/global/base-browser.ftl" />
    
    39 39
     
    
    40 40
         <!-- Defer scripts so all the templates are loaded by the time they run. -->
    
    41 41
         <script
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits