diff --git a/application/palemoon/branding/official/LICENSE b/application/palemoon/branding/official/LICENSE deleted file mode 100644 index 97c9de482..000000000 --- a/application/palemoon/branding/official/LICENSE +++ /dev/null @@ -1,4 +0,0 @@ -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 deleted file mode 100644 index aa784449d..000000000 Binary files a/application/palemoon/branding/official/VisualElements_150.png and /dev/null differ diff --git a/application/palemoon/branding/official/VisualElements_70.png b/application/palemoon/branding/official/VisualElements_70.png deleted file mode 100644 index e785bfbc1..000000000 Binary files a/application/palemoon/branding/official/VisualElements_70.png and /dev/null differ diff --git a/application/palemoon/branding/official/appname.bmp b/application/palemoon/branding/official/appname.bmp deleted file mode 100644 index e029b1fc2..000000000 Binary files a/application/palemoon/branding/official/appname.bmp and /dev/null differ diff --git a/application/palemoon/branding/official/branding.nsi b/application/palemoon/branding/official/branding.nsi deleted file mode 100644 index 3bceda900..000000000 --- a/application/palemoon/branding/official/branding.nsi +++ /dev/null @@ -1,16 +0,0 @@ -# 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.shtml" -!define HelpLink "http://www.palemoon.org/troubleshooting.shtml" -!define URLSystemRequirements "http://www.palemoon.org/download.shtml" diff --git a/application/palemoon/branding/official/configure.sh b/application/palemoon/branding/official/configure.sh deleted file mode 100644 index a9818b4a7..000000000 --- a/application/palemoon/branding/official/configure.sh +++ /dev/null @@ -1,6 +0,0 @@ -# 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.jpg b/application/palemoon/branding/official/content/about-background.jpg deleted file mode 100644 index 21e97986a..000000000 Binary files a/application/palemoon/branding/official/content/about-background.jpg and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-logo.png b/application/palemoon/branding/official/content/about-logo.png deleted file mode 100644 index 0a475c028..000000000 Binary files a/application/palemoon/branding/official/content/about-logo.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-logo@2x.png b/application/palemoon/branding/official/content/about-logo@2x.png deleted file mode 100644 index c9d9d43de..000000000 Binary files a/application/palemoon/branding/official/content/about-logo@2x.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-wordmark.png b/application/palemoon/branding/official/content/about-wordmark.png deleted file mode 100644 index bf09f15a0..000000000 Binary files a/application/palemoon/branding/official/content/about-wordmark.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/about-wordmark.svg b/application/palemoon/branding/official/content/about-wordmark.svg deleted file mode 100644 index 166ea2c37..000000000 --- a/application/palemoon/branding/official/content/about-wordmark.svg +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - -   -   - - - - - - - - - - - - - - - - - diff --git a/application/palemoon/branding/official/content/about.png b/application/palemoon/branding/official/content/about.png deleted file mode 100644 index e34dd11ed..000000000 Binary files a/application/palemoon/branding/official/content/about.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/aboutDialog.css b/application/palemoon/branding/official/content/aboutDialog.css deleted file mode 100644 index 5bcc229e7..000000000 --- a/application/palemoon/branding/official/content/aboutDialog.css +++ /dev/null @@ -1,53 +0,0 @@ -/* 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.jpg"); - background-repeat: no-repeat; - background-color: #9ABCD5; - color: #101020; -} - -#aboutHeaderBox { - background-image: url("chrome://branding/content/about-wordmark.png"); - background-repeat: no-repeat; - background-position: center center; - height: 44px; -} - -#aboutVersionBox { - text-shadow: 1px 1px 0px #9ABCD5; -} - -#aboutTextBox { - animation: 3s fadeIn; - animation-fill-mode: forwards; - text-shadow: 1px 1px 0px #9ABCD5; - color: #101020; -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - 50% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -#aboutLinkBox { - padding: 15px 10px 0; -} - -#aboutPMtrademark { - font-size: 10px; - text-align: center; - color: #C0C0C0; - text-shadow: 1px 1px 0px #000000; - margin-top: 10px; - margin-bottom: 10px; -} diff --git a/application/palemoon/branding/official/content/icon48.png b/application/palemoon/branding/official/content/icon48.png deleted file mode 100644 index abc17585f..000000000 Binary files a/application/palemoon/branding/official/content/icon48.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/icon64.png b/application/palemoon/branding/official/content/icon64.png deleted file mode 100644 index bccb5e8ec..000000000 Binary files a/application/palemoon/branding/official/content/icon64.png and /dev/null differ diff --git a/application/palemoon/branding/official/content/jar.mn b/application/palemoon/branding/official/content/jar.mn deleted file mode 100644 index 83ef1ed15..000000000 --- a/application/palemoon/branding/official/content/jar.mn +++ /dev/null @@ -1,16 +0,0 @@ -# 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.jpg (about-background.jpg) - 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 deleted file mode 100644 index c97072bba..000000000 --- a/application/palemoon/branding/official/content/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- 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 deleted file mode 100644 index d58dbc5cc..000000000 Binary files a/application/palemoon/branding/official/default16.png and /dev/null differ diff --git a/application/palemoon/branding/official/default22.png b/application/palemoon/branding/official/default22.png deleted file mode 100644 index 3b7a33e4a..000000000 Binary files a/application/palemoon/branding/official/default22.png and /dev/null differ diff --git a/application/palemoon/branding/official/default24.png b/application/palemoon/branding/official/default24.png deleted file mode 100644 index e70cc06f3..000000000 Binary files a/application/palemoon/branding/official/default24.png and /dev/null differ diff --git a/application/palemoon/branding/official/default256.png b/application/palemoon/branding/official/default256.png deleted file mode 100644 index 9a5e7ccab..000000000 Binary files a/application/palemoon/branding/official/default256.png and /dev/null differ diff --git a/application/palemoon/branding/official/default32.png b/application/palemoon/branding/official/default32.png deleted file mode 100644 index 5be7a3378..000000000 Binary files a/application/palemoon/branding/official/default32.png and /dev/null differ diff --git a/application/palemoon/branding/official/default48.png b/application/palemoon/branding/official/default48.png deleted file mode 100644 index 9cd9712f7..000000000 Binary files a/application/palemoon/branding/official/default48.png and /dev/null differ diff --git a/application/palemoon/branding/official/disk.icns b/application/palemoon/branding/official/disk.icns deleted file mode 100644 index 8dc67b202..000000000 Binary files a/application/palemoon/branding/official/disk.icns and /dev/null differ diff --git a/application/palemoon/branding/official/disk.ico b/application/palemoon/branding/official/disk.ico deleted file mode 100644 index cc5412a3a..000000000 Binary files a/application/palemoon/branding/official/disk.ico and /dev/null differ diff --git a/application/palemoon/branding/official/document.icns b/application/palemoon/branding/official/document.icns deleted file mode 100644 index 74c2b4c1e..000000000 Binary files a/application/palemoon/branding/official/document.icns and /dev/null differ diff --git a/application/palemoon/branding/official/document.ico b/application/palemoon/branding/official/document.ico deleted file mode 100644 index 762655001..000000000 Binary files a/application/palemoon/branding/official/document.ico and /dev/null differ diff --git a/application/palemoon/branding/official/dsstore b/application/palemoon/branding/official/dsstore deleted file mode 100644 index 8ea703674..000000000 Binary files a/application/palemoon/branding/official/dsstore and /dev/null differ diff --git a/application/palemoon/branding/official/firefox.icns b/application/palemoon/branding/official/firefox.icns deleted file mode 100644 index e1a2f9a46..000000000 Binary files a/application/palemoon/branding/official/firefox.icns and /dev/null differ diff --git a/application/palemoon/branding/official/firefox.ico b/application/palemoon/branding/official/firefox.ico deleted file mode 100644 index 33bb04e99..000000000 Binary files a/application/palemoon/branding/official/firefox.ico and /dev/null differ diff --git a/application/palemoon/branding/official/locales/en-US/brand.dtd b/application/palemoon/branding/official/locales/en-US/brand.dtd deleted file mode 100644 index 9a260257a..000000000 --- a/application/palemoon/branding/official/locales/en-US/brand.dtd +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/application/palemoon/branding/official/locales/en-US/brand.properties b/application/palemoon/branding/official/locales/en-US/brand.properties deleted file mode 100644 index 7d4b46954..000000000 --- a/application/palemoon/branding/official/locales/en-US/brand.properties +++ /dev/null @@ -1,5 +0,0 @@ -brandShortName=Pale Moon -brandFullName=Pale Moon -vendorShortName=Moonchild - -syncBrandShortName=Sync diff --git a/application/palemoon/branding/official/locales/jar.mn b/application/palemoon/branding/official/locales/jar.mn deleted file mode 100644 index f02dd95f3..000000000 --- a/application/palemoon/branding/official/locales/jar.mn +++ /dev/null @@ -1,11 +0,0 @@ -#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 deleted file mode 100644 index c97072bba..000000000 --- a/application/palemoon/branding/official/locales/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- 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 deleted file mode 100644 index 8cb90130f..000000000 --- a/application/palemoon/branding/official/moz.build +++ /dev/null @@ -1,13 +0,0 @@ -# -*- 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/. - -DIRS += ['content', 'locales'] - -DIST_SUBDIR = 'browser' -export('DIST_SUBDIR') - -include('../shared/branding.mozbuild') -ApplicationBranding() diff --git a/application/palemoon/branding/official/mozicon128.png b/application/palemoon/branding/official/mozicon128.png deleted file mode 100644 index b19a61fdc..000000000 Binary files a/application/palemoon/branding/official/mozicon128.png and /dev/null differ diff --git a/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml b/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml deleted file mode 100644 index e9e1f136a..000000000 --- a/application/palemoon/branding/official/palemoon.VisualElementsManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/application/palemoon/branding/official/palemoon.desktop b/application/palemoon/branding/official/palemoon.desktop deleted file mode 100644 index 0e6c104b4..000000000 --- a/application/palemoon/branding/official/palemoon.desktop +++ /dev/null @@ -1,352 +0,0 @@ -[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 deleted file mode 100644 index 02e75b6ce..000000000 --- a/application/palemoon/branding/official/pref/palemoon-branding.js +++ /dev/null @@ -1,35 +0,0 @@ -#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); -pref("general.useragent.compatMode.gecko", true); -pref("general.useragent.compatMode.firefox", true); - -// ========================= updates ======================== -#if defined(XP_WIN) || defined(XP_LINUX) -// 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 (Mac, 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 deleted file mode 100644 index 368e01b90..000000000 Binary files a/application/palemoon/branding/official/wizHeader.bmp and /dev/null differ diff --git a/application/palemoon/branding/official/wizHeaderRTL.bmp b/application/palemoon/branding/official/wizHeaderRTL.bmp deleted file mode 100644 index 0671342c1..000000000 Binary files a/application/palemoon/branding/official/wizHeaderRTL.bmp and /dev/null differ diff --git a/application/palemoon/branding/official/wizWatermark.bmp b/application/palemoon/branding/official/wizWatermark.bmp deleted file mode 100644 index 778749aa2..000000000 Binary files a/application/palemoon/branding/official/wizWatermark.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/VisualElements_150.png b/application/palemoon/branding/unstable/VisualElements_150.png deleted file mode 100644 index 320623dc1..000000000 Binary files a/application/palemoon/branding/unstable/VisualElements_150.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/VisualElements_70.png b/application/palemoon/branding/unstable/VisualElements_70.png deleted file mode 100644 index cb4c86845..000000000 Binary files a/application/palemoon/branding/unstable/VisualElements_70.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/appname.bmp b/application/palemoon/branding/unstable/appname.bmp deleted file mode 100644 index 78e227af0..000000000 Binary files a/application/palemoon/branding/unstable/appname.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/branding.nsi b/application/palemoon/branding/unstable/branding.nsi deleted file mode 100644 index 535cfde33..000000000 --- a/application/palemoon/branding/unstable/branding.nsi +++ /dev/null @@ -1,16 +0,0 @@ -# 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/unstable/" -!define HelpLink "http://www.palemoon.org/unstable/" -!define URLSystemRequirements "http://www.palemoon.org/download.shtml" diff --git a/application/palemoon/branding/unstable/configure.sh b/application/palemoon/branding/unstable/configure.sh deleted file mode 100644 index 814133dfa..000000000 --- a/application/palemoon/branding/unstable/configure.sh +++ /dev/null @@ -1,6 +0,0 @@ -# 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/unstable/content/about-background.jpg b/application/palemoon/branding/unstable/content/about-background.jpg deleted file mode 100644 index a33b33183..000000000 Binary files a/application/palemoon/branding/unstable/content/about-background.jpg and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about-logo.png b/application/palemoon/branding/unstable/content/about-logo.png deleted file mode 100644 index aa79de65f..000000000 Binary files a/application/palemoon/branding/unstable/content/about-logo.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about-logo@2x.png b/application/palemoon/branding/unstable/content/about-logo@2x.png deleted file mode 100644 index 5d507a614..000000000 Binary files a/application/palemoon/branding/unstable/content/about-logo@2x.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about-wordmark.png b/application/palemoon/branding/unstable/content/about-wordmark.png deleted file mode 100644 index bf09f15a0..000000000 Binary files a/application/palemoon/branding/unstable/content/about-wordmark.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/about.png b/application/palemoon/branding/unstable/content/about.png deleted file mode 100644 index d158863ca..000000000 Binary files a/application/palemoon/branding/unstable/content/about.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/aboutDialog.css b/application/palemoon/branding/unstable/content/aboutDialog.css deleted file mode 100644 index de71f259c..000000000 --- a/application/palemoon/branding/unstable/content/aboutDialog.css +++ /dev/null @@ -1,53 +0,0 @@ -/* 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.jpg"); - background-repeat: no-repeat; - background-color: #D5BC9A; - color: #202010; -} - -#aboutHeaderBox { - background-image: url("chrome://branding/content/about-wordmark.png"); - background-repeat: no-repeat; - background-position: center center; - height: 44px; -} - -#aboutVersionBox { - text-shadow: 1px 1px 0px #D5BC9A; -} - -#aboutTextBox { - animation: 3s fadeIn; - animation-fill-mode: forwards; - text-shadow: 1px 1px 0px #D5BC9A; - color: #202010; -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - 50% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -#aboutLinkBox { - padding: 15px 10px 0; -} - -#aboutPMtrademark { - font-size: 10px; - text-align: center; - color: #C0C0C0; - text-shadow: 1px 1px 0px #000000; - margin-top: 10px; - margin-bottom: 10px; -} diff --git a/application/palemoon/branding/unstable/content/icon48.png b/application/palemoon/branding/unstable/content/icon48.png deleted file mode 100644 index 957213485..000000000 Binary files a/application/palemoon/branding/unstable/content/icon48.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/icon64.png b/application/palemoon/branding/unstable/content/icon64.png deleted file mode 100644 index c370f3311..000000000 Binary files a/application/palemoon/branding/unstable/content/icon64.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/content/jar.mn b/application/palemoon/branding/unstable/content/jar.mn deleted file mode 100644 index fcb789031..000000000 --- a/application/palemoon/branding/unstable/content/jar.mn +++ /dev/null @@ -1,16 +0,0 @@ -# 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.jpg (about-background.jpg) - 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/unstable/content/moz.build b/application/palemoon/branding/unstable/content/moz.build deleted file mode 100644 index c97072bba..000000000 --- a/application/palemoon/branding/unstable/content/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# -*- 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/unstable/default16.png b/application/palemoon/branding/unstable/default16.png deleted file mode 100644 index d23940200..000000000 Binary files a/application/palemoon/branding/unstable/default16.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/default32.png b/application/palemoon/branding/unstable/default32.png deleted file mode 100644 index 05ccab82b..000000000 Binary files a/application/palemoon/branding/unstable/default32.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/default48.png b/application/palemoon/branding/unstable/default48.png deleted file mode 100644 index 957213485..000000000 Binary files a/application/palemoon/branding/unstable/default48.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/disk.icns b/application/palemoon/branding/unstable/disk.icns deleted file mode 100644 index e97e49058..000000000 Binary files a/application/palemoon/branding/unstable/disk.icns and /dev/null differ diff --git a/application/palemoon/branding/unstable/document.icns b/application/palemoon/branding/unstable/document.icns deleted file mode 100644 index dd5f7aa89..000000000 Binary files a/application/palemoon/branding/unstable/document.icns and /dev/null differ diff --git a/application/palemoon/branding/unstable/document.ico b/application/palemoon/branding/unstable/document.ico deleted file mode 100644 index d5c730b78..000000000 Binary files a/application/palemoon/branding/unstable/document.ico and /dev/null differ diff --git a/application/palemoon/branding/unstable/dsstore b/application/palemoon/branding/unstable/dsstore deleted file mode 100644 index bbba9ecce..000000000 Binary files a/application/palemoon/branding/unstable/dsstore and /dev/null differ diff --git a/application/palemoon/branding/unstable/firefox.icns b/application/palemoon/branding/unstable/firefox.icns deleted file mode 100644 index 117ddb195..000000000 Binary files a/application/palemoon/branding/unstable/firefox.icns and /dev/null differ diff --git a/application/palemoon/branding/unstable/firefox.ico b/application/palemoon/branding/unstable/firefox.ico deleted file mode 100644 index 605c876df..000000000 Binary files a/application/palemoon/branding/unstable/firefox.ico and /dev/null differ diff --git a/application/palemoon/branding/unstable/locales/en-US/brand.dtd b/application/palemoon/branding/unstable/locales/en-US/brand.dtd deleted file mode 100644 index 9a260257a..000000000 --- a/application/palemoon/branding/unstable/locales/en-US/brand.dtd +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/application/palemoon/branding/unstable/locales/en-US/brand.properties b/application/palemoon/branding/unstable/locales/en-US/brand.properties deleted file mode 100644 index 7d4b46954..000000000 --- a/application/palemoon/branding/unstable/locales/en-US/brand.properties +++ /dev/null @@ -1,5 +0,0 @@ -brandShortName=Pale Moon -brandFullName=Pale Moon -vendorShortName=Moonchild - -syncBrandShortName=Sync diff --git a/application/palemoon/branding/unstable/locales/jar.mn b/application/palemoon/branding/unstable/locales/jar.mn deleted file mode 100644 index 9de6cfc83..000000000 --- a/application/palemoon/branding/unstable/locales/jar.mn +++ /dev/null @@ -1,12 +0,0 @@ -#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/ -# Unofficial branding only exists in en-US - locale/branding/brand.dtd (en-US/brand.dtd) - locale/branding/brand.properties (en-US/brand.properties) - locale/branding/browserconfig.properties (../../shared/locales/browserconfig.properties) diff --git a/application/palemoon/branding/unstable/locales/moz.build b/application/palemoon/branding/unstable/locales/moz.build deleted file mode 100644 index 3a54c0cd2..000000000 --- a/application/palemoon/branding/unstable/locales/moz.build +++ /dev/null @@ -1,9 +0,0 @@ -# -*- 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/. - -DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID'] - -JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file diff --git a/application/palemoon/branding/unstable/moz.build b/application/palemoon/branding/unstable/moz.build deleted file mode 100644 index 8cb90130f..000000000 --- a/application/palemoon/branding/unstable/moz.build +++ /dev/null @@ -1,13 +0,0 @@ -# -*- 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/. - -DIRS += ['content', 'locales'] - -DIST_SUBDIR = 'browser' -export('DIST_SUBDIR') - -include('../shared/branding.mozbuild') -ApplicationBranding() diff --git a/application/palemoon/branding/unstable/mozicon128.png b/application/palemoon/branding/unstable/mozicon128.png deleted file mode 100644 index fa8a6850b..000000000 Binary files a/application/palemoon/branding/unstable/mozicon128.png and /dev/null differ diff --git a/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml b/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml deleted file mode 100644 index 3bdebe2b7..000000000 --- a/application/palemoon/branding/unstable/palemoon.VisualElementsManifest.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - diff --git a/application/palemoon/branding/unstable/pref/palemoon-branding.js b/application/palemoon/branding/unstable/pref/palemoon-branding.js deleted file mode 100644 index 2cd64fadb..000000000 --- a/application/palemoon/branding/unstable/pref/palemoon-branding.js +++ /dev/null @@ -1,46 +0,0 @@ -#filter substitution -#filter emptyLines -#include ../../shared/pref/preferences.inc -#include ../../shared/pref/uaoverrides.inc - -pref("startup.homepage_override_url","http://www.palemoon.org/unstable/releasenotes.shtml"); -pref("app.releaseNotesURL", "http://www.palemoon.org/unstable/releasenotes.shtml"); - -// Enable Firefox compatmode by default. -pref("general.useragent.compatMode", 2); -pref("general.useragent.compatMode.gecko", true); -pref("general.useragent.compatMode.firefox", true); - -// ========================= updates ======================== -#if defined(XP_WIN) || defined(XP_LINUX) -// Enable auto-updates for this channel -pref("app.update.auto", true); - -// Updates enabled -pref("app.update.enabled", true); -pref("app.update.cert.checkAttributes", true); - -// Interval: Time between checks for a new version (in seconds) -- 6 hours for unstable -pref("app.update.interval", 21600); -pref("app.update.promptWaitTime", 86400); - -// URL user can browse to manually if for some reason all update installation -// attempts fail. -#ifndef XP_LINUX -pref("app.update.url.manual", "http://www.palemoon.org/unstable/"); -#else -pref("app.update.url.manual", "http://linux.palemoon.org/download/unstable/"); -#endif -// A default value for the "More information about this update" link -// supplied in the "An update is available" page of the update wizard. -#ifndef XP_LINUX -pref("app.update.url.details", "http://www.palemoon.org/unstable/"); -#else -pref("app.update.url.details", "http://linux.palemoon.org/download/unstable/"); -#endif - -#else -// Updates disabled (Mac, etc.) -pref("app.update.enabled", false); -pref("app.update.url", ""); -#endif diff --git a/application/palemoon/branding/unstable/wizHeader.bmp b/application/palemoon/branding/unstable/wizHeader.bmp deleted file mode 100644 index 12e08e866..000000000 Binary files a/application/palemoon/branding/unstable/wizHeader.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/wizHeaderRTL.bmp b/application/palemoon/branding/unstable/wizHeaderRTL.bmp deleted file mode 100644 index eb8b9f4d7..000000000 Binary files a/application/palemoon/branding/unstable/wizHeaderRTL.bmp and /dev/null differ diff --git a/application/palemoon/branding/unstable/wizWatermark.bmp b/application/palemoon/branding/unstable/wizWatermark.bmp deleted file mode 100644 index 8c39d5136..000000000 Binary files a/application/palemoon/branding/unstable/wizWatermark.bmp and /dev/null differ