summaryrefslogtreecommitdiff
path: root/data/branding/icecat/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/icecat/locales
parenta1682d8409b1f85a5ae968478737d054bc6d12a2 (diff)
Added mobile branding files
Diffstat (limited to 'data/branding/icecat/locales')
-rw-r--r--data/branding/icecat/locales/Makefile.in5
-rw-r--r--data/branding/icecat/locales/browserconfig.properties6
-rw-r--r--data/branding/icecat/locales/en-US/brand.dtd8
-rw-r--r--data/branding/icecat/locales/en-US/brand.properties15
-rw-r--r--data/branding/icecat/locales/jar.mn12
-rw-r--r--data/branding/icecat/locales/moz.build9
6 files changed, 55 insertions, 0 deletions
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 @@
+<!-- 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/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