summaryrefslogtreecommitdiff
path: root/extras/source/premium/templates
diff options
context:
space:
mode:
Diffstat (limited to 'extras/source/premium/templates')
-rw-r--r--extras/source/premium/templates/common/educate/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/finance/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/forms/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/labels/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/layout/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/misc/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/officorr/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/offimisc/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/personal/makefile.mk52
-rw-r--r--extras/source/premium/templates/common/presnt/makefile.mk52
-rw-r--r--extras/source/premium/templates/educate/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/finance/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/forms/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/labels/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/layout/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/misc/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/officorr/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/offimisc/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/personal/lang/makefile.mk52
-rw-r--r--extras/source/premium/templates/presnt/lang/makefile.mk52
22 files changed, 1144 insertions, 0 deletions
diff --git a/extras/source/premium/templates/common/educate/makefile.mk b/extras/source/premium/templates/common/educate/makefile.mk
new file mode 100644
index 000000000000..94ff0319673e
--- /dev/null
+++ b/extras/source/premium/templates/common/educate/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommoneducate
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_EDUCATE_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/finance/makefile.mk b/extras/source/premium/templates/common/finance/makefile.mk
new file mode 100644
index 000000000000..d101065a0408
--- /dev/null
+++ b/extras/source/premium/templates/common/finance/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonfinance
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_FINANCE_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/forms/makefile.mk b/extras/source/premium/templates/common/forms/makefile.mk
new file mode 100644
index 000000000000..e66108d7c917
--- /dev/null
+++ b/extras/source/premium/templates/common/forms/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonforms
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_FORMS_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/labels/makefile.mk b/extras/source/premium/templates/common/labels/makefile.mk
new file mode 100644
index 000000000000..538877dc4e45
--- /dev/null
+++ b/extras/source/premium/templates/common/labels/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonlabels
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_LABELS_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/layout/makefile.mk b/extras/source/premium/templates/common/layout/makefile.mk
new file mode 100644
index 000000000000..c78dab55fcbc
--- /dev/null
+++ b/extras/source/premium/templates/common/layout/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonlayout
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_LAYOUT_IMPRESS_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/makefile.mk b/extras/source/premium/templates/common/makefile.mk
new file mode 100644
index 000000000000..1fe2caf4fdda
--- /dev/null
+++ b/extras/source/premium/templates/common/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatesgeneral
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_ROOT_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/misc/makefile.mk b/extras/source/premium/templates/common/misc/makefile.mk
new file mode 100644
index 000000000000..2a4a1c61a20b
--- /dev/null
+++ b/extras/source/premium/templates/common/misc/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonmisc
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_MISC_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/officorr/makefile.mk b/extras/source/premium/templates/common/officorr/makefile.mk
new file mode 100644
index 000000000000..1392a5e92d79
--- /dev/null
+++ b/extras/source/premium/templates/common/officorr/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonofficorr
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_OFFICORR_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/offimisc/makefile.mk b/extras/source/premium/templates/common/offimisc/makefile.mk
new file mode 100644
index 000000000000..619de6fd43b9
--- /dev/null
+++ b/extras/source/premium/templates/common/offimisc/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonoffimisc
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_OFFIMISC_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/personal/makefile.mk b/extras/source/premium/templates/common/personal/makefile.mk
new file mode 100644
index 000000000000..30539aef248b
--- /dev/null
+++ b/extras/source/premium/templates/common/personal/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonpersonal
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_PERSONAL_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/common/presnt/makefile.mk b/extras/source/premium/templates/common/presnt/makefile.mk
new file mode 100644
index 000000000000..2d5ea56bab60
--- /dev/null
+++ b/extras/source/premium/templates/common/presnt/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatescommonpresnt
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_COMMON_PRESNT_IMPRESS_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/educate/lang/makefile.mk b/extras/source/premium/templates/educate/lang/makefile.mk
new file mode 100644
index 000000000000..a8c5dd27c9cb
--- /dev/null
+++ b/extras/source/premium/templates/educate/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplateseducate
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_EDUCATE_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/finance/lang/makefile.mk b/extras/source/premium/templates/finance/lang/makefile.mk
new file mode 100644
index 000000000000..330122ce2810
--- /dev/null
+++ b/extras/source/premium/templates/finance/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatesfinance
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_FINANCE_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/forms/lang/makefile.mk b/extras/source/premium/templates/forms/lang/makefile.mk
new file mode 100644
index 000000000000..c94a33ad0ca4
--- /dev/null
+++ b/extras/source/premium/templates/forms/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatesforms
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_FORMS_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/labels/lang/makefile.mk b/extras/source/premium/templates/labels/lang/makefile.mk
new file mode 100644
index 000000000000..3374438e21d3
--- /dev/null
+++ b/extras/source/premium/templates/labels/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplateslabels
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_LABELS_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/lang/makefile.mk b/extras/source/premium/templates/lang/makefile.mk
new file mode 100644
index 000000000000..3daa3e836a3e
--- /dev/null
+++ b/extras/source/premium/templates/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatesgeneral
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_ROOT_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/layout/lang/makefile.mk b/extras/source/premium/templates/layout/lang/makefile.mk
new file mode 100644
index 000000000000..31c277b2c15e
--- /dev/null
+++ b/extras/source/premium/templates/layout/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplateslayout
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_LAYOUT_IMPRESS_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/misc/lang/makefile.mk b/extras/source/premium/templates/misc/lang/makefile.mk
new file mode 100644
index 000000000000..2ad2036f0399
--- /dev/null
+++ b/extras/source/premium/templates/misc/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatesmisc
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_MISC_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/officorr/lang/makefile.mk b/extras/source/premium/templates/officorr/lang/makefile.mk
new file mode 100644
index 000000000000..650fbd2d58bd
--- /dev/null
+++ b/extras/source/premium/templates/officorr/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatesofficorr
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_OFFICORR_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/offimisc/lang/makefile.mk b/extras/source/premium/templates/offimisc/lang/makefile.mk
new file mode 100644
index 000000000000..5a3cf7f59464
--- /dev/null
+++ b/extras/source/premium/templates/offimisc/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatesoffimisc
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_OFFIMISC_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/personal/lang/makefile.mk b/extras/source/premium/templates/personal/lang/makefile.mk
new file mode 100644
index 000000000000..fbfec9fd5710
--- /dev/null
+++ b/extras/source/premium/templates/personal/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatespersonal
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_PERSONAL_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+
diff --git a/extras/source/premium/templates/presnt/lang/makefile.mk b/extras/source/premium/templates/presnt/lang/makefile.mk
new file mode 100644
index 000000000000..74eb7121d7ba
--- /dev/null
+++ b/extras/source/premium/templates/presnt/lang/makefile.mk
@@ -0,0 +1,52 @@
+#
+# Version: MPL 1.1 / GPLv3+ / LGPLv3+
+#
+# The contents of this file are subject to the Mozilla Public License Version
+# 1.1 (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+# http://www.mozilla.org/MPL/
+#
+# Software distributed under the License is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+# for the specific language governing rights and limitations under the
+# License.
+#
+# The Initial Developer of the Original Code is
+# Kálmán Szalai - KAMI <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# Alternatively, the contents of this file may be used under the terms of
+# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
+# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
+# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
+# instead of those above.
+#
+PRJ=..$/..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=premiumtemplatespresnt
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+.IF "$(WITH_EXTRA_TEMPLATE)" != "NO"
+
+
+ZIP1TARGET = $(PREMIUM_TEMPLATES_PRESNT_IMPRESS_TARGET)
+
+ZIP1LIST = $(LANGDIR)$/*
+
+
+.ENDIF
+
+.INCLUDE : target.mk
+
+
+