From c10eace6ac45638b790ec41ecb9fb9557edf1adb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Thu, 5 Mar 2015 09:32:49 +0100
Subject: [PATCH] refs #4790: * added instance-specific language files

---
 fid_mewi/alpha/languages/de.ini | 17 +++++++++++++++++
 fid_mewi/dev/languages/de.ini   | 17 +++++++++++++++++
 fid_mewi/languages/de.ini       | 18 ++++++++++++++++++
 3 files changed, 52 insertions(+)
 create mode 100644 fid_mewi/alpha/languages/de.ini
 create mode 100644 fid_mewi/dev/languages/de.ini
 create mode 100644 fid_mewi/languages/de.ini

diff --git a/fid_mewi/alpha/languages/de.ini b/fid_mewi/alpha/languages/de.ini
new file mode 100644
index 00000000000..8b5ef62949a
--- /dev/null
+++ b/fid_mewi/alpha/languages/de.ini
@@ -0,0 +1,17 @@
+;####################################################################
+;##################### DO NOT DELETE THIS HEADER ####################
+;################### Leipzig University Library © 2015 ##############
+;
+; This is a ISIL-instance-specific ALPHA-LANGUAGE-file and inherits
+; all the settings from the LANGUAGE-file defined in @parent_ini which
+; points to the ISIL-instance-specific default LANGUAGE-file located in 
+; the folder vufind2/ISIL/languages
+;
+
+@parent_ini = "../../languages/de.ini"
+
+;
+;       Add ALPHA-specific customization after this header.
+;
+;##################### DO NOT DELETE THIS HEADER ####################
+;####################################################################
diff --git a/fid_mewi/dev/languages/de.ini b/fid_mewi/dev/languages/de.ini
new file mode 100644
index 00000000000..62afb1b24e2
--- /dev/null
+++ b/fid_mewi/dev/languages/de.ini
@@ -0,0 +1,17 @@
+;####################################################################
+;##################### DO NOT DELETE THIS HEADER ####################
+;################### Leipzig University Library © 2015 ##############
+;
+; This is a ISIL-instance-specific DEV-LANGUAGE-file and inherits
+; all the settings from the LANGUAGE-file defined in @parent_ini which
+; points to the ISIL-instance-specific default LANGUAGE-file located in 
+; the folder vufind2/ISIL/languages
+;
+
+@parent_ini = "../../languages/de.ini"
+
+;
+;       Add DEV-specific customization after this header.
+;
+;##################### DO NOT DELETE THIS HEADER ####################
+;####################################################################
diff --git a/fid_mewi/languages/de.ini b/fid_mewi/languages/de.ini
new file mode 100644
index 00000000000..f1b5ce69c35
--- /dev/null
+++ b/fid_mewi/languages/de.ini
@@ -0,0 +1,18 @@
+;####################################################################
+;##################### DO NOT DELETE THIS HEADER ####################
+;################### Leipzig University Library © 2015 ##############
+;
+; This is a ISIL-instance-specific default LANGUAGE-file and inherits
+; all the settings from the LANGUAGE-file defined in @parent_ini which
+; points to the default LANGUAGE-file located in the folder 
+; vufind2/local/languages
+;
+
+@parent_ini = "../../../local/languages/de.ini"
+
+;
+;       Add instance-specific customization after this header.
+;
+;##################### DO NOT DELETE THIS HEADER ####################
+;####################################################################
+
-- 
GitLab