From 49ee0794b5d912db1f95dce6eb52d781dc210db5 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 03:35:06 -0500 Subject: Add Pale Moon --- application/palemoon/branding/official/LICENSE | 4 + .../branding/official/VisualElements_150.png | Bin 0 -> 33851 bytes .../branding/official/VisualElements_70.png | Bin 0 -> 9272 bytes application/palemoon/branding/official/appname.bmp | Bin 0 -> 35690 bytes .../palemoon/branding/official/branding.nsi | 49 +++ .../palemoon/branding/official/configure.sh | 6 + .../branding/official/content/about-background.png | Bin 0 -> 151947 bytes .../branding/official/content/about-logo.png | Bin 0 -> 47114 bytes .../branding/official/content/about-logo@2x.png | Bin 0 -> 171175 bytes .../branding/official/content/about-wordmark.png | Bin 0 -> 2197 bytes .../branding/official/content/about-wordmark.svg | 132 ++++++++ .../palemoon/branding/official/content/about.png | Bin 0 -> 64588 bytes .../branding/official/content/aboutDialog.css | 43 +++ .../palemoon/branding/official/content/icon48.png | Bin 0 -> 4390 bytes .../palemoon/branding/official/content/icon64.png | Bin 0 -> 6928 bytes .../palemoon/branding/official/content/jar.mn | 16 + .../palemoon/branding/official/content/moz.build | 8 + .../palemoon/branding/official/default16.png | Bin 0 -> 881 bytes .../palemoon/branding/official/default22.png | Bin 0 -> 1324 bytes .../palemoon/branding/official/default24.png | Bin 0 -> 1493 bytes .../palemoon/branding/official/default256.png | Bin 0 -> 80380 bytes .../palemoon/branding/official/default32.png | Bin 0 -> 2325 bytes .../palemoon/branding/official/default48.png | Bin 0 -> 4425 bytes application/palemoon/branding/official/disk.icns | Bin 0 -> 184077 bytes application/palemoon/branding/official/disk.ico | Bin 0 -> 77586 bytes .../palemoon/branding/official/document.icns | Bin 0 -> 132198 bytes .../palemoon/branding/official/document.ico | Bin 0 -> 55494 bytes application/palemoon/branding/official/dsstore | Bin 0 -> 12292 bytes .../palemoon/branding/official/firefox.icns | Bin 0 -> 286658 bytes application/palemoon/branding/official/firefox.ico | Bin 0 -> 105959 bytes .../branding/official/locales/en-US/brand.dtd | 4 + .../official/locales/en-US/brand.properties | 11 + .../palemoon/branding/official/locales/jar.mn | 11 + .../palemoon/branding/official/locales/moz.build | 8 + application/palemoon/branding/official/moz.build | 7 + .../palemoon/branding/official/mozicon128.png | Bin 0 -> 23032 bytes .../official/palemoon.VisualElementsManifest.xml | 8 + .../palemoon/branding/official/palemoon.desktop | 352 +++++++++++++++++++++ .../branding/official/pref/palemoon-branding.js | 33 ++ .../palemoon/branding/official/wizHeader.bmp | Bin 0 -> 25818 bytes .../palemoon/branding/official/wizHeaderRTL.bmp | Bin 0 -> 25818 bytes .../palemoon/branding/official/wizWatermark.bmp | Bin 0 -> 154542 bytes 42 files changed, 692 insertions(+) create mode 100644 application/palemoon/branding/official/LICENSE create mode 100644 application/palemoon/branding/official/VisualElements_150.png create mode 100644 application/palemoon/branding/official/VisualElements_70.png create mode 100644 application/palemoon/branding/official/appname.bmp create mode 100644 application/palemoon/branding/official/branding.nsi create mode 100644 application/palemoon/branding/official/configure.sh create mode 100644 application/palemoon/branding/official/content/about-background.png create mode 100644 application/palemoon/branding/official/content/about-logo.png create mode 100644 application/palemoon/branding/official/content/about-logo@2x.png create mode 100644 application/palemoon/branding/official/content/about-wordmark.png create mode 100644 application/palemoon/branding/official/content/about-wordmark.svg create mode 100644 application/palemoon/branding/official/content/about.png create mode 100644 application/palemoon/branding/official/content/aboutDialog.css create mode 100644 application/palemoon/branding/official/content/icon48.png create mode 100644 application/palemoon/branding/official/content/icon64.png create mode 100644 application/palemoon/branding/official/content/jar.mn create mode 100644 application/palemoon/branding/official/content/moz.build create mode 100644 application/palemoon/branding/official/default16.png create mode 100644 application/palemoon/branding/official/default22.png create mode 100644 application/palemoon/branding/official/default24.png create mode 100644 application/palemoon/branding/official/default256.png create mode 100644 application/palemoon/branding/official/default32.png create mode 100644 application/palemoon/branding/official/default48.png create mode 100644 application/palemoon/branding/official/disk.icns create mode 100644 application/palemoon/branding/official/disk.ico create mode 100644 application/palemoon/branding/official/document.icns create mode 100644 application/palemoon/branding/official/document.ico create mode 100644 application/palemoon/branding/official/dsstore create mode 100644 application/palemoon/branding/official/firefox.icns create mode 100644 application/palemoon/branding/official/firefox.ico create mode 100644 application/palemoon/branding/official/locales/en-US/brand.dtd create mode 100644 application/palemoon/branding/official/locales/en-US/brand.properties create mode 100644 application/palemoon/branding/official/locales/jar.mn create mode 100644 application/palemoon/branding/official/locales/moz.build create mode 100644 application/palemoon/branding/official/moz.build create mode 100644 application/palemoon/branding/official/mozicon128.png create mode 100644 application/palemoon/branding/official/palemoon.VisualElementsManifest.xml create mode 100644 application/palemoon/branding/official/palemoon.desktop create mode 100644 application/palemoon/branding/official/pref/palemoon-branding.js create mode 100644 application/palemoon/branding/official/wizHeader.bmp create mode 100644 application/palemoon/branding/official/wizHeaderRTL.bmp create mode 100644 application/palemoon/branding/official/wizWatermark.bmp (limited to 'application/palemoon/branding/official') diff --git a/application/palemoon/branding/official/LICENSE b/application/palemoon/branding/official/LICENSE new file mode 100644 index 000000000..97c9de482 --- /dev/null +++ b/application/palemoon/branding/official/LICENSE @@ -0,0 +1,4 @@ +These files are released under the Mozilla Public License, however please note that you +are not granted any trademark rights or licenses to the intellectual property of +Moonchild Productions or any other party's property, including without limitation the +Pale Moon name or logo. \ No newline at end of file diff --git a/application/palemoon/branding/official/VisualElements_150.png b/application/palemoon/branding/official/VisualElements_150.png new file mode 100644 index 000000000..aa784449d Binary files /dev/null and b/application/palemoon/branding/official/VisualElements_150.png differ diff --git a/application/palemoon/branding/official/VisualElements_70.png b/application/palemoon/branding/official/VisualElements_70.png new file mode 100644 index 000000000..e785bfbc1 Binary files /dev/null and b/application/palemoon/branding/official/VisualElements_70.png differ diff --git a/application/palemoon/branding/official/appname.bmp b/application/palemoon/branding/official/appname.bmp new file mode 100644 index 000000000..e029b1fc2 Binary files /dev/null and b/application/palemoon/branding/official/appname.bmp differ diff --git a/application/palemoon/branding/official/branding.nsi b/application/palemoon/branding/official/branding.nsi new file mode 100644 index 000000000..2b6dbe7bd --- /dev/null +++ b/application/palemoon/branding/official/branding.nsi @@ -0,0 +1,49 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# NSIS branding defines for official release builds. +# The nightly build branding.nsi is located in browser/installer/windows/nsis/ +# The unofficial build branding.nsi is located in browser/branding/unofficial/ + +# BrandFullNameInternal is used for some registry and file system values +# instead of BrandFullName and typically should not be modified. +!define BrandFullNameInternal "Pale Moon" +!define CompanyName "Moonchild Productions" +!define URLInfoAbout "http://www.palemoon.org/" +!define URLUpdateInfo "http://www.palemoon.org/releasenotes-ng.shtml" + +; The OFFICIAL define is a workaround to support different urls for Release and +; Beta since they share the same branding when building with other branches that +; set the update channel to beta. +!define OFFICIAL +!define URLStubDownload "" +!define URLManualDownload "http://www.palemoon.org/download-ng.shtml" +!define Channel "release" + +# The installer's certificate name and issuer expected by the stub installer +# !define CertNameDownload "Mozilla Corporation" +# !define CertIssuerDownload "Thawte Code Signing CA - G2" + +# Dialog units are used so the UI displays correctly with the system's DPI +# settings. +# The dialog units for the bitmap's dimensions should match exactly with the +# bitmap's width and height in pixels. +!define APPNAME_BMP_WIDTH_DU "134u" +!define APPNAME_BMP_HEIGHT_DU "36u" +!define INTRO_BLURB_WIDTH_DU "258u" +!define INTRO_BLURB_EDGE_DU "170u" +!define INTRO_BLURB_LTR_TOP_DU "20u" +!define INTRO_BLURB_RTL_TOP_DU "12u" + +# UI Colors that can be customized for each channel +!define FOOTER_CONTROL_TEXT_COLOR_NORMAL 0x000033 +!define FOOTER_CONTROL_TEXT_COLOR_FADED 0x666699 +!define FOOTER_BKGRD_COLOR 0xFFFFFF +!define INTRO_BLURB_TEXT_COLOR 0x666699 +!define OPTIONS_TEXT_COLOR_NORMAL 0x000000 +!define OPTIONS_TEXT_COLOR_FADED 0x666699 +!define OPTIONS_BKGRD_COLOR 0xF0F0F0 +!define INSTALL_BLURB_TEXT_COLOR 0x666699 +!define INSTALL_PROGRESS_TEXT_COLOR_NORMAL 0x666699 +!define INSTALL_PROGRESS_TEXT_COLOR_FADED 0x9999C0 diff --git a/application/palemoon/branding/official/configure.sh b/application/palemoon/branding/official/configure.sh new file mode 100644 index 000000000..a9818b4a7 --- /dev/null +++ b/application/palemoon/branding/official/configure.sh @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +MOZ_APP_DISPLAYNAME=PaleMoon +# MOZ_UA_BUILDID=20100101 diff --git a/application/palemoon/branding/official/content/about-background.png b/application/palemoon/branding/official/content/about-background.png new file mode 100644 index 000000000..99dd74e58 Binary files /dev/null and b/application/palemoon/branding/official/content/about-background.png differ diff --git a/application/palemoon/branding/official/content/about-logo.png b/application/palemoon/branding/official/content/about-logo.png new file mode 100644 index 000000000..0a475c028 Binary files /dev/null and b/application/palemoon/branding/official/content/about-logo.png differ diff --git a/application/palemoon/branding/official/content/about-logo@2x.png b/application/palemoon/branding/official/content/about-logo@2x.png new file mode 100644 index 000000000..c9d9d43de Binary files /dev/null and b/application/palemoon/branding/official/content/about-logo@2x.png differ diff --git a/application/palemoon/branding/official/content/about-wordmark.png b/application/palemoon/branding/official/content/about-wordmark.png new file mode 100644 index 000000000..5d51e1d4d Binary files /dev/null and b/application/palemoon/branding/official/content/about-wordmark.png differ diff --git a/application/palemoon/branding/official/content/about-wordmark.svg b/application/palemoon/branding/official/content/about-wordmark.svg new file mode 100644 index 000000000..e0dcc255f --- /dev/null +++ b/application/palemoon/branding/official/content/about-wordmark.svg @@ -0,0 +1,132 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/palemoon/branding/official/content/about.png b/application/palemoon/branding/official/content/about.png new file mode 100644 index 000000000..e34dd11ed Binary files /dev/null and b/application/palemoon/branding/official/content/about.png differ diff --git a/application/palemoon/branding/official/content/aboutDialog.css b/application/palemoon/branding/official/content/aboutDialog.css new file mode 100644 index 000000000..dbf04ae0a --- /dev/null +++ b/application/palemoon/branding/official/content/aboutDialog.css @@ -0,0 +1,43 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +#aboutPMDialogContainer { + background-image: url("chrome://branding/content/about-background.png"); + background-repeat: no-repeat; + background-color: #F7F7F7; + background-size: cover; + color: #000020; +} + +#PMleftBox { + /* background-image: url("chrome://branding/content/about-logo.png"); */ + background-repeat: no-repeat; + /* min-width and min-height create room for the logo */ + min-width: 210px; + min-height: 210px; + margin-top:20px; + -moz-margin-start: 30px; +} + +#PMrightBox { + margin-left: 30px; + margin-right: 30px; +} + +#PMbottomBox { + padding: 15px 10px 0; + background-color: rgba(240,240,255,.7); +} + +#PMupdateDeck > hbox > label:not([class="text-link"]) { + color: #909090; +} + +#PMtrademark { + font-size: xx-small; + text-align: center; + color: #999999; + margin-top: 10px; + margin-bottom: 10px; +} diff --git a/application/palemoon/branding/official/content/icon48.png b/application/palemoon/branding/official/content/icon48.png new file mode 100644 index 000000000..abc17585f Binary files /dev/null and b/application/palemoon/branding/official/content/icon48.png differ diff --git a/application/palemoon/branding/official/content/icon64.png b/application/palemoon/branding/official/content/icon64.png new file mode 100644 index 000000000..bccb5e8ec Binary files /dev/null and b/application/palemoon/branding/official/content/icon64.png differ diff --git a/application/palemoon/branding/official/content/jar.mn b/application/palemoon/branding/official/content/jar.mn new file mode 100644 index 000000000..d8038bf9e --- /dev/null +++ b/application/palemoon/branding/official/content/jar.mn @@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +browser.jar: +% content branding %content/branding/ contentaccessible=yes + content/branding/about.png (about.png) + content/branding/about-background.png (about-background.png) + content/branding/about-logo.png (about-logo.png) + content/branding/about-logo@2x.png (about-logo@2x.png) + content/branding/about-wordmark.png (about-wordmark.png) + content/branding/icon48.png (icon48.png) + content/branding/icon64.png (icon64.png) + content/branding/icon16.png (../default16.png) + content/branding/icon32.png (../default32.png) + content/branding/aboutDialog.css (aboutDialog.css) diff --git a/application/palemoon/branding/official/content/moz.build b/application/palemoon/branding/official/content/moz.build new file mode 100644 index 000000000..35f6d454a --- /dev/null +++ b/application/palemoon/branding/official/content/moz.build @@ -0,0 +1,8 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file diff --git a/application/palemoon/branding/official/default16.png b/application/palemoon/branding/official/default16.png new file mode 100644 index 000000000..d58dbc5cc Binary files /dev/null and b/application/palemoon/branding/official/default16.png differ diff --git a/application/palemoon/branding/official/default22.png b/application/palemoon/branding/official/default22.png new file mode 100644 index 000000000..3b7a33e4a Binary files /dev/null and b/application/palemoon/branding/official/default22.png differ diff --git a/application/palemoon/branding/official/default24.png b/application/palemoon/branding/official/default24.png new file mode 100644 index 000000000..e70cc06f3 Binary files /dev/null and b/application/palemoon/branding/official/default24.png differ diff --git a/application/palemoon/branding/official/default256.png b/application/palemoon/branding/official/default256.png new file mode 100644 index 000000000..9a5e7ccab Binary files /dev/null and b/application/palemoon/branding/official/default256.png differ diff --git a/application/palemoon/branding/official/default32.png b/application/palemoon/branding/official/default32.png new file mode 100644 index 000000000..5be7a3378 Binary files /dev/null and b/application/palemoon/branding/official/default32.png differ diff --git a/application/palemoon/branding/official/default48.png b/application/palemoon/branding/official/default48.png new file mode 100644 index 000000000..9cd9712f7 Binary files /dev/null and b/application/palemoon/branding/official/default48.png differ diff --git a/application/palemoon/branding/official/disk.icns b/application/palemoon/branding/official/disk.icns new file mode 100644 index 000000000..8dc67b202 Binary files /dev/null and b/application/palemoon/branding/official/disk.icns differ diff --git a/application/palemoon/branding/official/disk.ico b/application/palemoon/branding/official/disk.ico new file mode 100644 index 000000000..cc5412a3a Binary files /dev/null and b/application/palemoon/branding/official/disk.ico differ diff --git a/application/palemoon/branding/official/document.icns b/application/palemoon/branding/official/document.icns new file mode 100644 index 000000000..74c2b4c1e Binary files /dev/null and b/application/palemoon/branding/official/document.icns differ diff --git a/application/palemoon/branding/official/document.ico b/application/palemoon/branding/official/document.ico new file mode 100644 index 000000000..762655001 Binary files /dev/null and b/application/palemoon/branding/official/document.ico differ diff --git a/application/palemoon/branding/official/dsstore b/application/palemoon/branding/official/dsstore new file mode 100644 index 000000000..8ea703674 Binary files /dev/null and b/application/palemoon/branding/official/dsstore differ diff --git a/application/palemoon/branding/official/firefox.icns b/application/palemoon/branding/official/firefox.icns new file mode 100644 index 000000000..e1a2f9a46 Binary files /dev/null and b/application/palemoon/branding/official/firefox.icns differ diff --git a/application/palemoon/branding/official/firefox.ico b/application/palemoon/branding/official/firefox.ico new file mode 100644 index 000000000..33bb04e99 Binary files /dev/null and b/application/palemoon/branding/official/firefox.ico differ diff --git a/application/palemoon/branding/official/locales/en-US/brand.dtd b/application/palemoon/branding/official/locales/en-US/brand.dtd new file mode 100644 index 000000000..9a260257a --- /dev/null +++ b/application/palemoon/branding/official/locales/en-US/brand.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/application/palemoon/branding/official/locales/en-US/brand.properties b/application/palemoon/branding/official/locales/en-US/brand.properties new file mode 100644 index 000000000..d85ceebce --- /dev/null +++ b/application/palemoon/branding/official/locales/en-US/brand.properties @@ -0,0 +1,11 @@ +brandShortName=Pale Moon +brandFullName=Pale Moon +vendorShortName=Moonchild + +homePageSingleStartMain=Pale Moon Start, a convenient home page with built-in search +homePageImport=Import your home page from %S + +homePageMigrationPageTitle=Home Page Selection +homePageMigrationDescription=Please select the home page you wish to use: + +syncBrandShortName=Sync diff --git a/application/palemoon/branding/official/locales/jar.mn b/application/palemoon/branding/official/locales/jar.mn new file mode 100644 index 000000000..79078217e --- /dev/null +++ b/application/palemoon/branding/official/locales/jar.mn @@ -0,0 +1,11 @@ +#filter substitution +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +@AB_CD@.jar: +% locale branding @AB_CD@ %locale/branding/ + locale/branding/brand.dtd (%brand.dtd) + locale/branding/brand.properties (%brand.properties) + locale/branding/browserconfig.properties (../../shared/locales/browserconfig.properties) diff --git a/application/palemoon/branding/official/locales/moz.build b/application/palemoon/branding/official/locales/moz.build new file mode 100644 index 000000000..35f6d454a --- /dev/null +++ b/application/palemoon/branding/official/locales/moz.build @@ -0,0 +1,8 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file diff --git a/application/palemoon/branding/official/moz.build b/application/palemoon/branding/official/moz.build new file mode 100644 index 000000000..847510ec0 --- /dev/null +++ b/application/palemoon/branding/official/moz.build @@ -0,0 +1,7 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# vim: set filetype=python: +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +include('../shared/branding.mozbuild') diff --git a/application/palemoon/branding/official/mozicon128.png b/application/palemoon/branding/official/mozicon128.png new file mode 100644 index 000000000..b19a61fdc Binary files /dev/null and b/application/palemoon/branding/official/mozicon128.png differ diff --git a/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml b/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml new file mode 100644 index 000000000..e9e1f136a --- /dev/null +++ b/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml @@ -0,0 +1,8 @@ + + + diff --git a/application/palemoon/branding/official/palemoon.desktop b/application/palemoon/branding/official/palemoon.desktop new file mode 100644 index 000000000..0e6c104b4 --- /dev/null +++ b/application/palemoon/branding/official/palemoon.desktop @@ -0,0 +1,352 @@ +[Desktop Entry] +Name=Pale Moon +GenericName=Web Browser +GenericName[ar]=متصفح ويب +GenericName[ast]=Restolador Web +GenericName[bn]=ওয়েব ব্রাউজার +GenericName[ca]=Navegador web +GenericName[cs]=Webový prohlížeč +GenericName[da]=Webbrowser +GenericName[el]=Περιηγητής διαδικτύου +GenericName[es]=Navegador web +GenericName[et]=Veebibrauser +GenericName[fa]=مرورگر اینترنتی +GenericName[fi]=WWW-selain +GenericName[fr]=Navigateur Web +GenericName[gl]=Navegador Web +GenericName[he]=דפדפן אינטרנט +GenericName[hr]=Web preglednik +GenericName[hu]=Webböngésző +GenericName[it]=Browser web +GenericName[ja]=ウェブ・ブラウザ +GenericName[ko]=웹 브라우저 +GenericName[ku]=Geroka torê +GenericName[lt]=Interneto naršyklė +GenericName[nb]=Nettleser +GenericName[nl]=Webbrowser +GenericName[nn]=Nettlesar +GenericName[no]=Nettleser +GenericName[pl]=Przeglądarka WWW +GenericName[pt]=Navegador Web +GenericName[pt_BR]=Navegador Web +GenericName[ro]=Navigator Internet +GenericName[ru]=Веб-браузер +GenericName[sk]=Internetový prehliadač +GenericName[sl]=Spletni brskalnik +GenericName[sv]=Webbläsare +GenericName[tr]=Web Tarayıcı +GenericName[ug]=توركۆرگۈ +GenericName[uk]=Веб-браузер +GenericName[vi]=Trình duyệt Web +GenericName[zh_CN]=网络浏览器 +GenericName[zh_TW]=網路瀏覽器 +Comment=Browse the World Wide Web +Comment[ar]=تصفح الشبكة العنكبوتية العالمية +Comment[ast]=Restola pela Rede +Comment[bn]=ইন্টারনেট ব্রাউজ করুন +Comment[ca]=Navegueu per la web +Comment[cs]=Prohlížení stránek World Wide Webu +Comment[da]=Surf på internettet +Comment[de]=Im Internet surfen +Comment[el]=Μπορείτε να περιηγηθείτε στο διαδίκτυο (Web) +Comment[es]=Navegue por la web +Comment[et]=Lehitse veebi +Comment[fa]=صفحات شبکه جهانی اینترنت را مرور نمایید +Comment[fi]=Selaa Internetin WWW-sivuja +Comment[fr]=Naviguer sur le Web +Comment[gl]=Navegar pola rede +Comment[he]=גלישה ברחבי האינטרנט +Comment[hr]=Pretražite web +Comment[hu]=A világháló böngészése +Comment[it]=Esplora il web +Comment[ja]=ウェブを閲覧します +Comment[ko]=웹을 돌아 다닙니다 +Comment[ku]=Li torê bigere +Comment[lt]=Naršykite internete +Comment[nb]=Surf på nettet +Comment[nl]=Verken het internet +Comment[nn]=Surf på nettet +Comment[no]=Surf på nettet +Comment[pl]=Przeglądanie stron WWW +Comment[pt]=Navegue na Internet +Comment[pt_BR]=Navegue na Internet +Comment[ro]=Navigați pe Internet +Comment[ru]=Доступ в Интернет +Comment[sk]=Prehliadanie internetu +Comment[sl]=Brskajte po spletu +Comment[sv]=Surfa på webben +Comment[tr]=İnternet'te Gezinin +Comment[ug]=دۇنيادىكى توربەتلەرنى كۆرگىلى بولىدۇ +Comment[uk]=Перегляд сторінок Інтернету +Comment[vi]=Để duyệt các trang web +Comment[zh_CN]=浏览互联网 +Comment[zh_TW]=瀏覽網際網路 +Exec=palemoon %u +Terminal=false +Type=Application +Icon=palemoon +Categories=Network;WebBrowser; +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp; +StartupNotify=true +Actions=NewTab;NewWindow;NewPrivateWindow; + +[Desktop Action NewTab] +Name=Open new tab +Name[ach]=Yab dirica matidi manyen +Name[af]=Open nuwe oortjie +Name[an]=Ubrir una pestanya nueva +Name[ar]=افتح لسانًا جديدًا +Name[as]=নতুন টেব খোলক +Name[ast]=Abrir llingüeta nueva +Name[az]=Yeni vərəq aç +Name[be]=Адкрыць новую ўстаўку +Name[bg]=Отваряне на нов подпрозорец +Name[bn_BD]=নতুন ট্যাব খুলুন +Name[bn_IN]=নতুন ট্যাব খুলুন +Name[br]=Digeriñ un ivinell nevez +Name[bs]=Otvori novi tab +Name[ca]=Obre una pestanya nova +Name[cs]=Otevřít nový panel +Name[cy]=Agor tab newydd +Name[da]=Åbn nyt faneblad +Name[de]=Neuen Tab öffnen +Name[dsb]=Nowy rejtark wócyniś +Name[el]=Άνοιγμα νέας καρτέλας +Name[eo]=Malfermi novan langeton +Name[es_AR]=Abrir nueva pestaña +Name[es_CL]=Abrir nueva pestaña +Name[es_ES]=Abrir pestaña nueva +Name[es_MX]=Abrir una pestaña nueva +Name[et]=Ava uus kaart +Name[eu]=Ireki fitxa berria +Name[ff]=Uddit tabbere hesere +Name[fi]=Avaa uusi välilehti +Name[fr]=Ouvrir un nouvel onglet +Name[fy_NL]=Iepenje nij ljepblêd +Name[ga_IE]=Oscail i gcluaisín nua +Name[gd]=Fosgail taba ùr +Name[gl]=Abrir unha nova lapela +Name[gu_IN]=નવી ટૅબને ખોલો +Name[he]=פתיחת לשונית חדשה +Name[hi_IN]=नया टैब खोलें +Name[hr]=Otvori novu karticu +Name[hsb]=Nowy rajtark wočinić +Name[hu]=Új lap megnyitása +Name[hy_AM]=Բացել նոր ներդիր +Name[id]=Buka tab baru +Name[is]=Opna nýjan flipa +Name[it]=Apri nuova scheda +Name[ja]=新しいタブ +Name[kk]=Жаңа бетті ашу +Name[kn]=ಹೊಸ ಹಾಳೆಯನ್ನು ತೆರೆ +Name[ko]=새 탭 열기 +Name[lij]=Àrvi nêuvo féuggio +Name[lt]=Atverti naują kortelę +Name[mai]=नव टैब खोलू +Name[mk]=Отвори ново јазиче +Name[ml]=പുതിയ റ്റാബ് തുറക്കുക +Name[mr]=नवीन टॅब उघडा +Name[ms]=Buka tab baru +Name[nb_NO]=Åpne ny fane +Name[nl]=Nieuw tabblad openen +Name[nn_NO]=Opna ny fane +Name[or]=ନୂତନ ଟ୍ୟାବ ଖୋଲନ୍ତୁ +Name[pa_IN]=ਨਵੀਂ ਟੈਬ ਖੋਲ੍ਹੋ +Name[pl]=Otwórz nową kartę +Name[pt_BR]=Nova aba +Name[pt_PT]=Abrir novo separador +Name[rm]=Avrir in nov tab +Name[ro]=Deschide o filă nouă +Name[ru]=Открыть новую вкладку +Name[si]=නව ටැබය විවෘත කරන්න +Name[sk]=Otvoriť novú kartu +Name[sl]=Odpri nov zavihek +Name[son]=Nor loku taaga feeri +Name[sq]=Hap skedë të re +Name[sr]=Отвори нови језичак +Name[sv_SE]=Öppna ny flik +Name[ta]=புதிய கீற்றைத் திற +Name[te]=కొత్త టాబ్ తెరువుము +Name[th]=เปิดแท็บใหม่ +Name[tr]=Yeni sekme aç +Name[uk]=Відкрити нову вкладку +Name[uz]=Yangi ichki oyna ochish +Name[vi]=Mở thẻ mới +Name[xh]=Vula ithebhu entsha +Name[zh_CN]=打开新标签页 +Name[zh_TW]=開啟新分頁 +Exec=palemoon -new-tab https://start.palemoon.org + +[Desktop Action NewWindow] +Name=Open new window +Name[ach]=Yab dirica manyen +Name[af]=Open nuwe venster +Name[an]=Ubrir una nueva finestra +Name[ar]=افتح نافذة جديدة +Name[as]=নতুন উইন্ডো খোলক +Name[ast]=Abrir ventana nueva +Name[az]=Yeni pəncərə aç +Name[be]=Адкрыць новае акно +Name[bg]=Отваряне на нов прозорец +Name[bn_BD]=নতুন উইন্ডো খুলুন +Name[bn_IN]=নতুন উইন্ডো খুলুন +Name[br]=Digeriñ ur prenestr nevez +Name[bs]=Otvori novi prozor +Name[ca]=Obre una finestra nova +Name[cs]=Otevřít nové okno +Name[cy]=Agor ffenestr newydd +Name[da]=Åbn nyt vindue +Name[de]=Neues Fenster öffnen +Name[dsb]=Nowe wokno wócyniś +Name[el]=Άνοιγμα νέου παραθύρου +Name[eo]=Malfermi novan fenestron +Name[es_AR]=Abrir nueva ventana +Name[es_CL]=Abrir nueva ventana +Name[es_ES]=Abrir nueva ventana +Name[es_MX]=Abrir nueva ventana +Name[et]=Ava uus aken +Name[eu]=Ireki leiho berria +Name[ff]=Uddit henorde hesere +Name[fi]=Avaa uusi ikkuna +Name[fr]=Ouvrir une nouvelle fenêtre +Name[fy_NL]=Iepenje nij finster +Name[ga_IE]=Oscail fuinneog nua +Name[gd]=Fosgail uinneag ùr +Name[gl]=Abrir unha nova xanela +Name[gu_IN]=નવી વિન્ડોને ખોલો +Name[he]=פתח חלון חדש +Name[hi_IN]=नई विंडो खोलें +Name[hr]=Otvori novi prozor +Name[hsb]=Nowe wokno wočinić +Name[hu]=Új ablak megnyitása +Name[hy_AM]=Բացել նոր պատուհան +Name[id]=Buka jendela baru +Name[is]=Opna nýjan glugga +Name[it]=Apri nuova finestra +Name[ja]=新しいウィンドウ +Name[kk]=Жаңа терезені ашу +Name[kn]=ಹೊಸ ವಿಂಡೊವನ್ನು ತೆರೆ +Name[ko]=새 창 열기 +Name[lij]=Àrvi nêuvo barcón +Name[lt]=Atverti naują langą +Name[mai]=नई विंडो खोलू +Name[mk]=Отвори нов прозорец +Name[ml]=പുതിയ ജാലകം തുറക്കുക +Name[mr]=नवीन पटल उघडा +Name[ms]=Buka tetingkap baru +Name[nb_NO]=Åpne nytt vindu +Name[nl]=Een nieuw venster openen +Name[nn_NO]=Opna nytt vindauge +Name[or]=ନୂତନ ୱିଣ୍ଡୋ ଖୋଲନ୍ତୁ +Name[pa_IN]=ਨਵੀਂ ਵਿੰਡੋ ਖੋਲ੍ਹੋ +Name[pl]=Otwórz nowe okno +Name[pt_BR]=Nova janela +Name[pt_PT]=Abrir nova janela +Name[rm]=Avrir ina nova fanestra +Name[ro]=Deschide o nouă fereastră +Name[ru]=Открыть новое окно +Name[si]=නව කවුළුවක් විවෘත කරන්න +Name[sk]=Otvoriť nové okno +Name[sl]=Odpri novo okno +Name[son]=Zanfun taaga feeri +Name[sq]=Hap dritare të re +Name[sr]=Отвори нови прозор +Name[sv_SE]=Öppna nytt fönster +Name[ta]=புதிய சாளரத்தை திற +Name[te]=కొత్త విండో తెరువుము +Name[th]=เปิดหน้าต่างใหม่ +Name[tr]=Yeni pencere aç +Name[uk]=Відкрити нове вікно +Name[uz]=Yangi oyna ochish +Name[vi]=Mở cửa sổ mới +Name[xh]=Vula iwindow entsha +Name[zh_CN]=打开新窗口 +Name[zh_TW]=開啟新視窗 +Exec=palemoon -new-window + +[Desktop Action NewPrivateWindow] +Name=New private window +Name[ach]=Dirica manyen me mung +Name[af]=Nuwe privaatvenster +Name[an]=Nueva finestra de navegación privada +Name[ar]=نافذة خاصة جديدة +Name[as]=নতুন ব্যক্তিগত উইন্ডো +Name[ast]=Ventana privada nueva +Name[az]=Yeni məxfi pəncərə +Name[be]=Новае акно адасаблення +Name[bg]=Нов прозорец за поверително сърфиране +Name[bn_BD]=নতুন ব্যক্তিগত উইন্ডো +Name[bn_IN]=নতুন ব্যাক্তিগত উইন্ডো +Name[br]=Prenestr merdeiñ prevez nevez +Name[bs]=Novi privatni prozor +Name[ca]=Finestra privada nova +Name[cs]=Nové anonymní okno +Name[cy]=Ffenestr breifat newydd +Name[da]=Nyt privat vindue +Name[de]=Neues privates Fenster öffnen +Name[dsb]=Nowe priwatne wokno +Name[el]=Νέο παράθυρο ιδιωτικής περιήγησης +Name[eo]=Nova privata fenestro +Name[es_AR]=Nueva ventana privada +Name[es_CL]=Nueva ventana privada +Name[es_ES]=Nueva ventana privada +Name[es_MX]=Nueva ventana privada +Name[et]=Uus privaatne aken +Name[eu]=Leiho pribatu berria +Name[ff]=Henorde suturo hesere +Name[fi]=Uusi yksityinen ikkuna +Name[fr]=Nouvelle fenêtre de navigation privée +Name[fy_NL]=Nij priveefinster +Name[ga_IE]=Fuinneog nua phríobháideach +Name[gd]=Uinneag phrìobhaideach ùr +Name[gl]=Nova xanela privada +Name[gu_IN]=નવી ખાનગી વિન્ડો +Name[he]=חלון פרטי חדש +Name[hi_IN]=नया निजी विंडो +Name[hr]=Novi privatni prozor +Name[hsb]=Nowe priwatne wokno +Name[hu]=Új privát ablak +Name[hy_AM]=Գաղտնի դիտարկում +Name[id]=Jendela mode pribadi baru +Name[is]=Nýr einkagluggi +Name[it]=Nuova finestra anonima +Name[ja]=新しいプライベートウィンドウ +Name[kk]=Жаңа жекелік терезе +Name[kn]=ಹೊಸ ಖಾಸಗಿ ಕಿಟಕಿ +Name[ko]=새 사생활 보호 창 +Name[lij]=Nêuvo barcón privòu +Name[lt]=Atverti privačiojo naršymo langą +Name[mai]=नव निज विंडो +Name[mk]=Нов прозорец за приватно сурфање +Name[ml]=പുതിയ സ്വകാര്യ ജാലകം +Name[mr]=नवीन वैयक्तिक पटल +Name[ms]=Tetingkap peribadi baharu +Name[nb_NO]=Nytt privat vindu +Name[nl]=Nieuw privévenster +Name[nn_NO]=Nytt privat vindauge +Name[or]=ନୂତନ ବ୍ୟକ୍ତିଗତ ୱିଣ୍ଡୋ +Name[pa_IN]=ਨਵੀਂ ਪ੍ਰਾਈਵੇਟ ਵਿੰਡੋ +Name[pl]=Nowe okno w trybie prywatnym +Name[pt_BR]=Nova janela privativa +Name[pt_PT]=Nova janela privada +Name[rm]=Nova fanestra privata +Name[ro]=Fereastră fără urme nouă +Name[ru]=Новое приватное окно +Name[si]=නව පුද්ගලික කවුළුව +Name[sk]=Nové okno v režime Súkromné prehliadanie +Name[sl]=Novo zasebno okno +Name[son]=Sutura zanfun taaga +Name[sq]=Dritare e re private +Name[sr]=Нови приватни прозор +Name[sv_SE]=Nytt privat fönster +Name[ta]=புதிய தனிப்பட்ட சாளரம் +Name[te]=కొత్త ఆంతరంగిక విండో +Name[th]=หน้าต่างท่องเว็บแบบส่วนตัวใหม่ +Name[tr]=Yeni gizli pencere +Name[uk]=Нове приватне вікно +Name[uz]=Yangi shaxsiy oyna +Name[vi]=Cửa sổ riêng tư mới +Name[xh]=Ifestile yangasese entsha +Name[zh_CN]=新建隐私浏览窗口 +Name[zh_TW]=新增隱私視窗 +Exec=palemoon -private-window diff --git a/application/palemoon/branding/official/pref/palemoon-branding.js b/application/palemoon/branding/official/pref/palemoon-branding.js new file mode 100644 index 000000000..4f5d196d7 --- /dev/null +++ b/application/palemoon/branding/official/pref/palemoon-branding.js @@ -0,0 +1,33 @@ +#filter substitution +#filter emptyLines +#include ../../shared/pref/preferences.inc +#include ../../shared/pref/uaoverrides.inc + +pref("startup.homepage_override_url","http://www.palemoon.org/releasenotes.shtml"); +pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); + +// Enable Firefox compatmode by default. +pref("general.useragent.compatMode", 2); + +// ========================= updates ======================== +#if defined(XP_WIN) +// Updates enabled +pref("app.update.enabled", true); +pref("app.update.cert.checkAttributes", true); + +// Interval: Time between checks for a new version (in seconds) -- 2 days for Pale Moon +pref("app.update.interval", 172800); +pref("app.update.promptWaitTime", 86400); + +// URL user can browse to manually if for some reason all update +// installation attempts fail. +pref("app.update.url.manual", "http://www.palemoon.org/"); + +// A default value for the "More information about this update" link +// supplied in the "An update is available" page of the update wizard. +pref("app.update.url.details", "http://www.palemoon.org/releasenotes.shtml"); +#else +// Updates disabled (Linux, etc.) +pref("app.update.enabled", false); +pref("app.update.url", ""); +#endif diff --git a/application/palemoon/branding/official/wizHeader.bmp b/application/palemoon/branding/official/wizHeader.bmp new file mode 100644 index 000000000..368e01b90 Binary files /dev/null and b/application/palemoon/branding/official/wizHeader.bmp differ diff --git a/application/palemoon/branding/official/wizHeaderRTL.bmp b/application/palemoon/branding/official/wizHeaderRTL.bmp new file mode 100644 index 000000000..0671342c1 Binary files /dev/null and b/application/palemoon/branding/official/wizHeaderRTL.bmp differ diff --git a/application/palemoon/branding/official/wizWatermark.bmp b/application/palemoon/branding/official/wizWatermark.bmp new file mode 100644 index 000000000..778749aa2 Binary files /dev/null and b/application/palemoon/branding/official/wizWatermark.bmp differ -- cgit v1.2.3