mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 439410 - "Add Shiretoko branding to mozilla-central" [r=gavin]
This commit is contained in:
parent
b02176e2b2
commit
30b2de5b9b
@ -37,17 +37,17 @@
|
||||
# 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/
|
||||
!define BrandShortName "Gran Paradiso"
|
||||
!define BrandShortName "Shiretoko"
|
||||
# BrandFullNameInternal is used for some registry and file system values
|
||||
# instead of BrandFullName and typically should not be modified.
|
||||
!define BrandFullNameInternal "Gran Paradiso"
|
||||
!define BrandFullNameInternal "Shiretoko"
|
||||
!define CompanyName "mozilla.org"
|
||||
!define URLInfoAbout "http://www.mozilla.org"
|
||||
!define URLUpdateInfo "http://www.mozilla.org/projects/firefox"
|
||||
!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}/${AB_CD}/exit.html"
|
||||
|
||||
# Everything below this line may be modified for Alpha / Beta releases.
|
||||
!define BrandFullName "Gran Paradiso"
|
||||
!define BrandFullName "Shiretoko"
|
||||
|
||||
# Add !define NO_INSTDIR_FROM_REG to prevent finding a non-default installation
|
||||
# directory in the registry and using that as the default. This prevents
|
||||
|
@ -1 +1 @@
|
||||
MOZ_APP_DISPLAYNAME="GranParadiso"
|
||||
MOZ_APP_DISPLAYNAME="Shiretoko"
|
||||
|
@ -28,7 +28,7 @@ resource 'STR#' (5000, "English") {
|
||||
"Save AsÉ",
|
||||
// Descriptive text, curly quotes are 0xD2 and 0xD3
|
||||
"You are about to install\n"
|
||||
"Gran Paradiso.\n"
|
||||
"Shiretoko.\n"
|
||||
"\n"
|
||||
"Please read the license agreement. If you agree to its terms and accept, click ÒAcceptÓ to access the software. Otherwise, click ÒDeclineÓ to cancel."
|
||||
};
|
||||
@ -41,7 +41,7 @@ resource 'STR#' (5000, "English") {
|
||||
// 0xD2 and 0xD3 are curly double-quotes ("), 0xD4 and 0xD5 are curly
|
||||
// single quotes ('), 0xD5 is also the apostrophe.
|
||||
data 'TEXT' (5000, "English") {
|
||||
"GRAN PARADISO END-USER SOFTWARE LICENSE AGREEMENT\n"
|
||||
"SHIRETOKO END-USER SOFTWARE LICENSE AGREEMENT\n"
|
||||
"Version 3.0, May 2008\n"
|
||||
"\n"
|
||||
"A SOURCE CODE VERSION OF CERTAIN FIREFOX BROWSER FUNCTIONALITY THAT YOU MAY USE, MODIFY AND DISTRIBUTE IS AVAILABLE TO YOU FREE-OF-CHARGE FROM WWW.MOZILLA.ORG UNDER THE MOZILLA PUBLIC LICENSE and other open source software licenses.\n"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Do NOT localize or otherwise change these values
|
||||
browser.startup.homepage=http://www.mozilla.org/projects/granparadiso/
|
||||
browser.startup.homepage=http://www.mozilla.org/projects/shiretoko/
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!ENTITY brandShortName "Gran Paradiso">
|
||||
<!ENTITY brandFullName "Gran Paradiso">
|
||||
<!ENTITY brandShortName "Shiretoko">
|
||||
<!ENTITY brandFullName "Shiretoko">
|
||||
<!ENTITY vendorShortName "mozilla.org">
|
||||
|
||||
<!-- LOCALIZATION NOTE (releaseBaseURL): The about: page appends __MOZ_APP_VERSION__.html, e.g. 2.0.html -->
|
||||
<!ENTITY releaseBaseURL "http://www.mozilla.org/projects/granparadiso/releases/">
|
||||
<!ENTITY releaseBaseURL "http://www.mozilla.org/projects/shiretoko/releases/">
|
||||
|
@ -1,3 +1,3 @@
|
||||
brandShortName=Gran Paradiso
|
||||
brandFullName=Gran Paradiso
|
||||
brandShortName=Shiretoko
|
||||
brandFullName=Shiretoko
|
||||
vendorShortName=mozilla.org
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||
@AB_CD@.jar:
|
||||
% locale branding @AB_CD@ %locale/branding/
|
||||
# Gran Paradiso branding only exists in en-US
|
||||
# Unofficial branding only exists in en-US
|
||||
locale/branding/brand.dtd (en-US/brand.dtd)
|
||||
* locale/branding/brand.properties (en-US/brand.properties)
|
||||
|
Loading…
Reference in New Issue
Block a user