summaryrefslogtreecommitdiff
path: root/data/branding/locales
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-03-08 15:00:38 +0000
committerRuben Rodriguez <ruben@gnu.org>2015-03-08 15:00:38 +0000
commitc2cab2828af272307671043c1251b076d4b46cce (patch)
tree19cbc64cd2c681bc90eb0e92e1afb3c5c2e28495 /data/branding/locales
parenta1682d8409b1f85a5ae968478737d054bc6d12a2 (diff)
Added mobile branding files
Diffstat (limited to 'data/branding/locales')
-rw-r--r--data/branding/locales/Makefile.in5
-rw-r--r--data/branding/locales/browserconfig.properties6
-rw-r--r--data/branding/locales/en-US/brand.dtd8
-rw-r--r--data/branding/locales/en-US/brand.properties15
-rw-r--r--data/branding/locales/jar.mn12
-rw-r--r--data/branding/locales/moz.build9
6 files changed, 0 insertions, 55 deletions
diff --git a/data/branding/locales/Makefile.in b/data/branding/locales/Makefile.in
deleted file mode 100644
index 82f614e..0000000
--- a/data/branding/locales/Makefile.in
+++ /dev/null
@@ -1,5 +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/.
-
-DEFINES += -DAB_CD=$(AB_CD)
diff --git a/data/branding/locales/browserconfig.properties b/data/branding/locales/browserconfig.properties
deleted file mode 100644
index 72ab4be..0000000
--- a/data/branding/locales/browserconfig.properties
+++ /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/.
-
-# Do NOT localize or otherwise change these values
-browser.startup.homepage=about:icecat
diff --git a/data/branding/locales/en-US/brand.dtd b/data/branding/locales/en-US/brand.dtd
deleted file mode 100644
index 519de9b..0000000
--- a/data/branding/locales/en-US/brand.dtd
+++ /dev/null
@@ -1,8 +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/. -->
-
-<!ENTITY brandShortName "IceCat">
-<!ENTITY brandFullName "IceCat">
-<!ENTITY vendorShortName "GNU">
-<!ENTITY trademarkInfo.part1 "">
diff --git a/data/branding/locales/en-US/brand.properties b/data/branding/locales/en-US/brand.properties
deleted file mode 100644
index 3120429..0000000
--- a/data/branding/locales/en-US/brand.properties
+++ /dev/null
@@ -1,15 +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/.
-
-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/locales/jar.mn b/data/branding/locales/jar.mn
deleted file mode 100644
index ff4e055..0000000
--- a/data/branding/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 (browserconfig.properties)
diff --git a/data/branding/locales/moz.build b/data/branding/locales/moz.build
deleted file mode 100644
index 3a54c0c..0000000
--- a/data/branding/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