From c2cab2828af272307671043c1251b076d4b46cce Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Sun, 8 Mar 2015 15:00:38 +0000 Subject: Added mobile branding files --- data/branding/icecat/locales/Makefile.in | 5 +++++ data/branding/icecat/locales/browserconfig.properties | 6 ++++++ data/branding/icecat/locales/en-US/brand.dtd | 8 ++++++++ data/branding/icecat/locales/en-US/brand.properties | 15 +++++++++++++++ data/branding/icecat/locales/jar.mn | 12 ++++++++++++ data/branding/icecat/locales/moz.build | 9 +++++++++ 6 files changed, 55 insertions(+) create mode 100644 data/branding/icecat/locales/Makefile.in create mode 100644 data/branding/icecat/locales/browserconfig.properties create mode 100644 data/branding/icecat/locales/en-US/brand.dtd create mode 100644 data/branding/icecat/locales/en-US/brand.properties create mode 100644 data/branding/icecat/locales/jar.mn create mode 100644 data/branding/icecat/locales/moz.build (limited to 'data/branding/icecat/locales') diff --git a/data/branding/icecat/locales/Makefile.in b/data/branding/icecat/locales/Makefile.in new file mode 100644 index 0000000..82f614e --- /dev/null +++ b/data/branding/icecat/locales/Makefile.in @@ -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/. + +DEFINES += -DAB_CD=$(AB_CD) diff --git a/data/branding/icecat/locales/browserconfig.properties b/data/branding/icecat/locales/browserconfig.properties new file mode 100644 index 0000000..72ab4be --- /dev/null +++ b/data/branding/icecat/locales/browserconfig.properties @@ -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/. + +# Do NOT localize or otherwise change these values +browser.startup.homepage=about:icecat diff --git a/data/branding/icecat/locales/en-US/brand.dtd b/data/branding/icecat/locales/en-US/brand.dtd new file mode 100644 index 0000000..519de9b --- /dev/null +++ b/data/branding/icecat/locales/en-US/brand.dtd @@ -0,0 +1,8 @@ + + + + + + diff --git a/data/branding/icecat/locales/en-US/brand.properties b/data/branding/icecat/locales/en-US/brand.properties new file mode 100644 index 0000000..3120429 --- /dev/null +++ b/data/branding/icecat/locales/en-US/brand.properties @@ -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/. + +brandShortName=IceCat +brandFullName=IceCat +vendorShortName=GNU + +homePageSingleStartMain=IceCat Start, a fast 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/data/branding/icecat/locales/jar.mn b/data/branding/icecat/locales/jar.mn new file mode 100644 index 0000000..ff4e055 --- /dev/null +++ b/data/branding/icecat/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 (browserconfig.properties) diff --git a/data/branding/icecat/locales/moz.build b/data/branding/icecat/locales/moz.build new file mode 100644 index 0000000..3a54c0c --- /dev/null +++ b/data/branding/icecat/locales/moz.build @@ -0,0 +1,9 @@ +# -*- 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 -- cgit v1.2.3