From f9cab004186edb425a9b88ad649726605080a17c Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 20 Apr 2020 20:49:37 -0700 Subject: move browser to webbrowser/ --- .../branding/unofficial/VisualElements_150.png | Bin 0 -> 19030 bytes .../branding/unofficial/VisualElements_70.png | Bin 0 -> 5861 bytes webbrowser/branding/unofficial/appname.bmp | Bin 0 -> 11158 bytes webbrowser/branding/unofficial/branding.nsi | 12 + webbrowser/branding/unofficial/configure.sh | 5 + .../unofficial/content/about-background.png | Bin 0 -> 95145 bytes .../branding/unofficial/content/about-logo.png | Bin 0 -> 15708 bytes .../branding/unofficial/content/about-logo@2x.png | Bin 0 -> 49779 bytes webbrowser/branding/unofficial/content/about.png | Bin 0 -> 13027 bytes .../branding/unofficial/content/aboutDialog.css | 19 ++ webbrowser/branding/unofficial/content/icon48.png | Bin 0 -> 2145 bytes webbrowser/branding/unofficial/content/icon64.png | Bin 0 -> 3025 bytes webbrowser/branding/unofficial/content/jar.mn | 15 + webbrowser/branding/unofficial/content/moz.build | 7 + webbrowser/branding/unofficial/default16.png | Bin 0 -> 693 bytes webbrowser/branding/unofficial/default32.png | Bin 0 -> 1624 bytes webbrowser/branding/unofficial/default48.png | Bin 0 -> 2771 bytes webbrowser/branding/unofficial/disk.icns | Bin 0 -> 39250 bytes webbrowser/branding/unofficial/document.icns | Bin 0 -> 12451 bytes webbrowser/branding/unofficial/document.ico | Bin 0 -> 22486 bytes webbrowser/branding/unofficial/dsstore | Bin 0 -> 6148 bytes webbrowser/branding/unofficial/firefox.icns | Bin 0 -> 12079 bytes webbrowser/branding/unofficial/firefox.ico | Bin 0 -> 22486 bytes .../unofficial/locales/browserconfig.properties | 0 .../branding/unofficial/locales/en-US/brand.dtd | 4 + .../unofficial/locales/en-US/brand.properties | 5 + webbrowser/branding/unofficial/locales/jar.mn | 12 + webbrowser/branding/unofficial/locales/moz.build | 3 + webbrowser/branding/unofficial/moz.build | 13 + webbrowser/branding/unofficial/mozicon128.png | Bin 0 -> 11024 bytes .../unofficial/pref/webbrowser-branding.js | 9 + .../webbrowser.VisualElementsManifest.xml | 8 + webbrowser/branding/unofficial/webbrowser.desktop | 353 +++++++++++++++++++++ webbrowser/branding/unofficial/wizHeader.bmp | Bin 0 -> 25818 bytes webbrowser/branding/unofficial/wizHeaderRTL.bmp | Bin 0 -> 25818 bytes webbrowser/branding/unofficial/wizWatermark.bmp | Bin 0 -> 154542 bytes 36 files changed, 465 insertions(+) create mode 100644 webbrowser/branding/unofficial/VisualElements_150.png create mode 100644 webbrowser/branding/unofficial/VisualElements_70.png create mode 100644 webbrowser/branding/unofficial/appname.bmp create mode 100644 webbrowser/branding/unofficial/branding.nsi create mode 100644 webbrowser/branding/unofficial/configure.sh create mode 100644 webbrowser/branding/unofficial/content/about-background.png create mode 100644 webbrowser/branding/unofficial/content/about-logo.png create mode 100644 webbrowser/branding/unofficial/content/about-logo@2x.png create mode 100644 webbrowser/branding/unofficial/content/about.png create mode 100644 webbrowser/branding/unofficial/content/aboutDialog.css create mode 100644 webbrowser/branding/unofficial/content/icon48.png create mode 100644 webbrowser/branding/unofficial/content/icon64.png create mode 100644 webbrowser/branding/unofficial/content/jar.mn create mode 100644 webbrowser/branding/unofficial/content/moz.build create mode 100644 webbrowser/branding/unofficial/default16.png create mode 100644 webbrowser/branding/unofficial/default32.png create mode 100644 webbrowser/branding/unofficial/default48.png create mode 100644 webbrowser/branding/unofficial/disk.icns create mode 100644 webbrowser/branding/unofficial/document.icns create mode 100644 webbrowser/branding/unofficial/document.ico create mode 100644 webbrowser/branding/unofficial/dsstore create mode 100644 webbrowser/branding/unofficial/firefox.icns create mode 100644 webbrowser/branding/unofficial/firefox.ico create mode 100644 webbrowser/branding/unofficial/locales/browserconfig.properties create mode 100644 webbrowser/branding/unofficial/locales/en-US/brand.dtd create mode 100644 webbrowser/branding/unofficial/locales/en-US/brand.properties create mode 100644 webbrowser/branding/unofficial/locales/jar.mn create mode 100644 webbrowser/branding/unofficial/locales/moz.build create mode 100644 webbrowser/branding/unofficial/moz.build create mode 100644 webbrowser/branding/unofficial/mozicon128.png create mode 100644 webbrowser/branding/unofficial/pref/webbrowser-branding.js create mode 100644 webbrowser/branding/unofficial/webbrowser.VisualElementsManifest.xml create mode 100644 webbrowser/branding/unofficial/webbrowser.desktop create mode 100644 webbrowser/branding/unofficial/wizHeader.bmp create mode 100644 webbrowser/branding/unofficial/wizHeaderRTL.bmp create mode 100644 webbrowser/branding/unofficial/wizWatermark.bmp (limited to 'webbrowser/branding/unofficial') diff --git a/webbrowser/branding/unofficial/VisualElements_150.png b/webbrowser/branding/unofficial/VisualElements_150.png new file mode 100644 index 0000000..3fc7deb Binary files /dev/null and b/webbrowser/branding/unofficial/VisualElements_150.png differ diff --git a/webbrowser/branding/unofficial/VisualElements_70.png b/webbrowser/branding/unofficial/VisualElements_70.png new file mode 100644 index 0000000..be9f667 Binary files /dev/null and b/webbrowser/branding/unofficial/VisualElements_70.png differ diff --git a/webbrowser/branding/unofficial/appname.bmp b/webbrowser/branding/unofficial/appname.bmp new file mode 100644 index 0000000..e12534a Binary files /dev/null and b/webbrowser/branding/unofficial/appname.bmp differ diff --git a/webbrowser/branding/unofficial/branding.nsi b/webbrowser/branding/unofficial/branding.nsi new file mode 100644 index 0000000..e863d85 --- /dev/null +++ b/webbrowser/branding/unofficial/branding.nsi @@ -0,0 +1,12 @@ +# NSIS branding defines for unofficial builds. +# The official release build branding.nsi is located in other-license/branding/firefox/ +# The nightly build branding.nsi is located in browser/installer/windows/nsis/ + +# BrandFullNameInternal is used for some registry and file system values +# instead of BrandFullName and typically should not be modified. +!define BrandFullNameInternal "Web Browser" +!define CompanyName "Thomas" +!define URLInfoAbout "http://localhost" +!define URLUpdateInfo "http://localhost" +!define HelpLink "http://localhost" +!define URLSystemRequirements "http://localhost/download.shtml" diff --git a/webbrowser/branding/unofficial/configure.sh b/webbrowser/branding/unofficial/configure.sh new file mode 100644 index 0000000..07ddffb --- /dev/null +++ b/webbrowser/branding/unofficial/configure.sh @@ -0,0 +1,5 @@ +# 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="Web Browser" diff --git a/webbrowser/branding/unofficial/content/about-background.png b/webbrowser/branding/unofficial/content/about-background.png new file mode 100644 index 0000000..c034041 Binary files /dev/null and b/webbrowser/branding/unofficial/content/about-background.png differ diff --git a/webbrowser/branding/unofficial/content/about-logo.png b/webbrowser/branding/unofficial/content/about-logo.png new file mode 100644 index 0000000..4c05766 Binary files /dev/null and b/webbrowser/branding/unofficial/content/about-logo.png differ diff --git a/webbrowser/branding/unofficial/content/about-logo@2x.png b/webbrowser/branding/unofficial/content/about-logo@2x.png new file mode 100644 index 0000000..db6b4d8 Binary files /dev/null and b/webbrowser/branding/unofficial/content/about-logo@2x.png differ diff --git a/webbrowser/branding/unofficial/content/about.png b/webbrowser/branding/unofficial/content/about.png new file mode 100644 index 0000000..7457f5e Binary files /dev/null and b/webbrowser/branding/unofficial/content/about.png differ diff --git a/webbrowser/branding/unofficial/content/aboutDialog.css b/webbrowser/branding/unofficial/content/aboutDialog.css new file mode 100644 index 0000000..5cc6b42 --- /dev/null +++ b/webbrowser/branding/unofficial/content/aboutDialog.css @@ -0,0 +1,19 @@ +/* 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: #000; + color: #fff; +} + +#aboutVersionBox { + /* No wordmark: leave empty space */ + margin-top: 20px; +} + +#aboutLinkBox { + padding: 15px 10px 20px; +} diff --git a/webbrowser/branding/unofficial/content/icon48.png b/webbrowser/branding/unofficial/content/icon48.png new file mode 100644 index 0000000..46b752d Binary files /dev/null and b/webbrowser/branding/unofficial/content/icon48.png differ diff --git a/webbrowser/branding/unofficial/content/icon64.png b/webbrowser/branding/unofficial/content/icon64.png new file mode 100644 index 0000000..23aabb4 Binary files /dev/null and b/webbrowser/branding/unofficial/content/icon64.png differ diff --git a/webbrowser/branding/unofficial/content/jar.mn b/webbrowser/branding/unofficial/content/jar.mn new file mode 100644 index 0000000..3536957 --- /dev/null +++ b/webbrowser/branding/unofficial/content/jar.mn @@ -0,0 +1,15 @@ +# 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/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/webbrowser/branding/unofficial/content/moz.build b/webbrowser/branding/unofficial/content/moz.build new file mode 100644 index 0000000..c97072b --- /dev/null +++ b/webbrowser/branding/unofficial/content/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/. + +JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file diff --git a/webbrowser/branding/unofficial/default16.png b/webbrowser/branding/unofficial/default16.png new file mode 100644 index 0000000..d115f71 Binary files /dev/null and b/webbrowser/branding/unofficial/default16.png differ diff --git a/webbrowser/branding/unofficial/default32.png b/webbrowser/branding/unofficial/default32.png new file mode 100644 index 0000000..8bc578f Binary files /dev/null and b/webbrowser/branding/unofficial/default32.png differ diff --git a/webbrowser/branding/unofficial/default48.png b/webbrowser/branding/unofficial/default48.png new file mode 100644 index 0000000..a9ae407 Binary files /dev/null and b/webbrowser/branding/unofficial/default48.png differ diff --git a/webbrowser/branding/unofficial/disk.icns b/webbrowser/branding/unofficial/disk.icns new file mode 100644 index 0000000..e97e490 Binary files /dev/null and b/webbrowser/branding/unofficial/disk.icns differ diff --git a/webbrowser/branding/unofficial/document.icns b/webbrowser/branding/unofficial/document.icns new file mode 100644 index 0000000..dd5f7aa Binary files /dev/null and b/webbrowser/branding/unofficial/document.icns differ diff --git a/webbrowser/branding/unofficial/document.ico b/webbrowser/branding/unofficial/document.ico new file mode 100644 index 0000000..44a707b Binary files /dev/null and b/webbrowser/branding/unofficial/document.ico differ diff --git a/webbrowser/branding/unofficial/dsstore b/webbrowser/branding/unofficial/dsstore new file mode 100644 index 0000000..bbba9ec Binary files /dev/null and b/webbrowser/branding/unofficial/dsstore differ diff --git a/webbrowser/branding/unofficial/firefox.icns b/webbrowser/branding/unofficial/firefox.icns new file mode 100644 index 0000000..117ddb1 Binary files /dev/null and b/webbrowser/branding/unofficial/firefox.icns differ diff --git a/webbrowser/branding/unofficial/firefox.ico b/webbrowser/branding/unofficial/firefox.ico new file mode 100644 index 0000000..e4d3195 Binary files /dev/null and b/webbrowser/branding/unofficial/firefox.ico differ diff --git a/webbrowser/branding/unofficial/locales/browserconfig.properties b/webbrowser/branding/unofficial/locales/browserconfig.properties new file mode 100644 index 0000000..e69de29 diff --git a/webbrowser/branding/unofficial/locales/en-US/brand.dtd b/webbrowser/branding/unofficial/locales/en-US/brand.dtd new file mode 100644 index 0000000..bd195c8 --- /dev/null +++ b/webbrowser/branding/unofficial/locales/en-US/brand.dtd @@ -0,0 +1,4 @@ + + + + diff --git a/webbrowser/branding/unofficial/locales/en-US/brand.properties b/webbrowser/branding/unofficial/locales/en-US/brand.properties new file mode 100644 index 0000000..2c48195 --- /dev/null +++ b/webbrowser/branding/unofficial/locales/en-US/brand.properties @@ -0,0 +1,5 @@ +brandShortName=Web Browser +brandFullName=Web Browser +vendorShortName=Thomas + +syncBrandShortName=Sync diff --git a/webbrowser/branding/unofficial/locales/jar.mn b/webbrowser/branding/unofficial/locales/jar.mn new file mode 100644 index 0000000..9de6cfc --- /dev/null +++ b/webbrowser/branding/unofficial/locales/jar.mn @@ -0,0 +1,12 @@ +#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/webbrowser/branding/unofficial/locales/moz.build b/webbrowser/branding/unofficial/locales/moz.build new file mode 100644 index 0000000..dca25bf --- /dev/null +++ b/webbrowser/branding/unofficial/locales/moz.build @@ -0,0 +1,3 @@ +DEFINES['MOZ_DISTRIBUTION_ID_UNQUOTED'] = CONFIG['MOZ_DISTRIBUTION_ID'] + +JAR_MANIFESTS += ['jar.mn'] diff --git a/webbrowser/branding/unofficial/moz.build b/webbrowser/branding/unofficial/moz.build new file mode 100644 index 0000000..8cb9013 --- /dev/null +++ b/webbrowser/branding/unofficial/moz.build @@ -0,0 +1,13 @@ +# -*- 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/webbrowser/branding/unofficial/mozicon128.png b/webbrowser/branding/unofficial/mozicon128.png new file mode 100644 index 0000000..4617ee6 Binary files /dev/null and b/webbrowser/branding/unofficial/mozicon128.png differ diff --git a/webbrowser/branding/unofficial/pref/webbrowser-branding.js b/webbrowser/branding/unofficial/pref/webbrowser-branding.js new file mode 100644 index 0000000..f32870b --- /dev/null +++ b/webbrowser/branding/unofficial/pref/webbrowser-branding.js @@ -0,0 +1,9 @@ +#filter substitution +#filter emptyLines +#include ../../shared/pref/preferences.inc +#include ../../shared/pref/uaoverrides.inc +// Updates disabled +pref("app.update.enabled", false); +pref("app.update.url", ""); + +pref("app.releaseNotesURL", "http://www.palemoon.org/releasenotes.shtml"); diff --git a/webbrowser/branding/unofficial/webbrowser.VisualElementsManifest.xml b/webbrowser/branding/unofficial/webbrowser.VisualElementsManifest.xml new file mode 100644 index 0000000..070bfc9 --- /dev/null +++ b/webbrowser/branding/unofficial/webbrowser.VisualElementsManifest.xml @@ -0,0 +1,8 @@ + + + diff --git a/webbrowser/branding/unofficial/webbrowser.desktop b/webbrowser/branding/unofficial/webbrowser.desktop new file mode 100644 index 0000000..4981599 --- /dev/null +++ b/webbrowser/branding/unofficial/webbrowser.desktop @@ -0,0 +1,353 @@ +[Desktop Entry] +Name=Web Browser +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=webbrowser %u +Terminal=false +Type=Application +Icon=webbrowser +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=false +Actions=NewTab;NewWindow;NewPrivateWindow; +StartupWMClass="Web Browser" + +[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=webbrowser -new-tab + +[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=webbrowser -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=webbrowser -private-window diff --git a/webbrowser/branding/unofficial/wizHeader.bmp b/webbrowser/branding/unofficial/wizHeader.bmp new file mode 100644 index 0000000..a566996 Binary files /dev/null and b/webbrowser/branding/unofficial/wizHeader.bmp differ diff --git a/webbrowser/branding/unofficial/wizHeaderRTL.bmp b/webbrowser/branding/unofficial/wizHeaderRTL.bmp new file mode 100644 index 0000000..137fe5b Binary files /dev/null and b/webbrowser/branding/unofficial/wizHeaderRTL.bmp differ diff --git a/webbrowser/branding/unofficial/wizWatermark.bmp b/webbrowser/branding/unofficial/wizWatermark.bmp new file mode 100644 index 0000000..b229261 Binary files /dev/null and b/webbrowser/branding/unofficial/wizWatermark.bmp differ -- cgit v1.2.3