From 5e82cba99e419000ab683e4d8f26979744cb2d0f Mon Sep 17 00:00:00 2001 From: Sebastian Kehr <kehr@ub.uni-leipzig.de> Date: Thu, 22 Feb 2018 09:51:30 +0100 Subject: [PATCH] refs #12488; initial commit --- fid_bbi/.gitignore | 1 + fid_bbi/README.txt | 9 + fid_bbi/alpha/config/vufind/DAIA.ini | 22 + fid_bbi/alpha/config/vufind/EmailProfiles.ini | 23 + fid_bbi/alpha/config/vufind/FincILS.ini | 32 + .../alpha/config/vufind/HierarchyDefault.ini | 22 + fid_bbi/alpha/config/vufind/SolrAI.ini | 22 + fid_bbi/alpha/config/vufind/config.ini | 48 + fid_bbi/alpha/config/vufind/export.ini | 22 + fid_bbi/alpha/config/vufind/facets.ini | 23 + fid_bbi/alpha/config/vufind/permissions.ini | 22 + fid_bbi/alpha/config/vufind/searches.ini | 37 + fid_bbi/alpha/config/vufind/searchspecs.yaml | 784 +++++++ fid_bbi/alpha/languages/DDS/de.ini | 15 + fid_bbi/alpha/languages/DDS/en.ini | 15 + fid_bbi/alpha/languages/Ebsco/de.ini | 15 + fid_bbi/alpha/languages/Ebsco/en.ini | 15 + fid_bbi/alpha/languages/EmailHold/de.ini | 18 + fid_bbi/alpha/languages/EmailHold/en.ini | 18 + fid_bbi/alpha/languages/HoldingStatus/de.ini | 18 + fid_bbi/alpha/languages/HoldingStatus/en.ini | 18 + fid_bbi/alpha/languages/PDA/de.ini | 18 + fid_bbi/alpha/languages/PDA/en.ini | 18 + fid_bbi/alpha/languages/de.ini | 18 + fid_bbi/alpha/languages/en.ini | 18 + fid_bbi/config/vufind/DAIA.ini | 52 + fid_bbi/config/vufind/DDS.ini | 33 + fid_bbi/config/vufind/EmailProfiles.ini | 40 + .../vufind/ExternalCatalogue.schema.json | 54 + fid_bbi/config/vufind/FincILS.ini | 137 ++ fid_bbi/config/vufind/HierarchyDefault.ini | 39 + fid_bbi/config/vufind/README.txt | 1 + fid_bbi/config/vufind/SolrAI.ini | 3 + fid_bbi/config/vufind/config.ini | 1575 ++++++++++++++ fid_bbi/config/vufind/export.ini | 77 + fid_bbi/config/vufind/facets.ini | 239 +++ fid_bbi/config/vufind/permissions.ini | 144 ++ fid_bbi/config/vufind/searches.ini | 670 ++++++ fid_bbi/config/vufind/searchspecs.yaml | 784 +++++++ fid_bbi/dev/.gitignore | 5 + fid_bbi/dev/config/vufind/DAIA.ini.sample | 22 + fid_bbi/dev/config/vufind/DDS.ini.sample | 22 + .../config/vufind/EmailProfiles.ini.sample | 22 + .../vufind/ExternalCatalogue.json.sample | 27 + fid_bbi/dev/config/vufind/FincILS.ini.sample | 38 + .../config/vufind/HierarchyDefault.ini.sample | 22 + .../config/vufind/OpenUrlRules.json.sample | 51 + fid_bbi/dev/config/vufind/Resolver.ini.sample | 25 + fid_bbi/dev/config/vufind/SolrAI.ini.sample | 26 + .../dev/config/vufind/branches.yaml.sample | 461 ++++ fid_bbi/dev/config/vufind/config.ini.sample | 89 + fid_bbi/dev/config/vufind/export.ini.sample | 22 + fid_bbi/dev/config/vufind/facets.ini.sample | 23 + .../dev/config/vufind/permissions.ini.sample | 26 + fid_bbi/dev/config/vufind/searches.ini.sample | 22 + .../dev/config/vufind/searchspecs.yaml.sample | 784 +++++++ fid_bbi/dev/httpd-vufind.conf.sample | 81 + fid_bbi/dev/languages/DDS/de.ini | 15 + fid_bbi/dev/languages/DDS/en.ini | 15 + fid_bbi/dev/languages/Ebsco/de.ini | 15 + fid_bbi/dev/languages/Ebsco/en.ini | 15 + fid_bbi/dev/languages/EmailHold/de.ini | 17 + fid_bbi/dev/languages/EmailHold/en.ini | 17 + fid_bbi/dev/languages/HoldingStatus/de.ini | 17 + fid_bbi/dev/languages/HoldingStatus/en.ini | 17 + fid_bbi/dev/languages/PDA/de.ini | 18 + fid_bbi/dev/languages/PDA/en.ini | 18 + fid_bbi/dev/languages/de.ini | 32 + fid_bbi/dev/languages/en.ini | 18 + fid_bbi/harvest/README.txt | 2 + fid_bbi/languages/DDS/de.ini | 24 + fid_bbi/languages/DDS/en.ini | 24 + fid_bbi/languages/Ebsco/de.ini | 544 +++++ fid_bbi/languages/Ebsco/en.ini | 544 +++++ fid_bbi/languages/EmailHold/de.ini | 13 + fid_bbi/languages/EmailHold/en.ini | 13 + fid_bbi/languages/HoldingStatus/de.ini | 1 + fid_bbi/languages/HoldingStatus/en.ini | 1 + fid_bbi/languages/PDA/de.ini | 61 + fid_bbi/languages/PDA/en.ini | 61 + fid_bbi/languages/de.ini | 1875 +++++++++++++++++ fid_bbi/languages/en.ini | 1815 ++++++++++++++++ 82 files changed, 12079 insertions(+) create mode 100644 fid_bbi/.gitignore create mode 100644 fid_bbi/README.txt create mode 100644 fid_bbi/alpha/config/vufind/DAIA.ini create mode 100644 fid_bbi/alpha/config/vufind/EmailProfiles.ini create mode 100644 fid_bbi/alpha/config/vufind/FincILS.ini create mode 100644 fid_bbi/alpha/config/vufind/HierarchyDefault.ini create mode 100644 fid_bbi/alpha/config/vufind/SolrAI.ini create mode 100644 fid_bbi/alpha/config/vufind/config.ini create mode 100644 fid_bbi/alpha/config/vufind/export.ini create mode 100644 fid_bbi/alpha/config/vufind/facets.ini create mode 100644 fid_bbi/alpha/config/vufind/permissions.ini create mode 100644 fid_bbi/alpha/config/vufind/searches.ini create mode 100644 fid_bbi/alpha/config/vufind/searchspecs.yaml create mode 100644 fid_bbi/alpha/languages/DDS/de.ini create mode 100644 fid_bbi/alpha/languages/DDS/en.ini create mode 100644 fid_bbi/alpha/languages/Ebsco/de.ini create mode 100644 fid_bbi/alpha/languages/Ebsco/en.ini create mode 100644 fid_bbi/alpha/languages/EmailHold/de.ini create mode 100644 fid_bbi/alpha/languages/EmailHold/en.ini create mode 100644 fid_bbi/alpha/languages/HoldingStatus/de.ini create mode 100644 fid_bbi/alpha/languages/HoldingStatus/en.ini create mode 100644 fid_bbi/alpha/languages/PDA/de.ini create mode 100644 fid_bbi/alpha/languages/PDA/en.ini create mode 100644 fid_bbi/alpha/languages/de.ini create mode 100644 fid_bbi/alpha/languages/en.ini create mode 100644 fid_bbi/config/vufind/DAIA.ini create mode 100644 fid_bbi/config/vufind/DDS.ini create mode 100644 fid_bbi/config/vufind/EmailProfiles.ini create mode 100644 fid_bbi/config/vufind/ExternalCatalogue.schema.json create mode 100644 fid_bbi/config/vufind/FincILS.ini create mode 100644 fid_bbi/config/vufind/HierarchyDefault.ini create mode 100644 fid_bbi/config/vufind/README.txt create mode 100644 fid_bbi/config/vufind/SolrAI.ini create mode 100644 fid_bbi/config/vufind/config.ini create mode 100644 fid_bbi/config/vufind/export.ini create mode 100644 fid_bbi/config/vufind/facets.ini create mode 100644 fid_bbi/config/vufind/permissions.ini create mode 100644 fid_bbi/config/vufind/searches.ini create mode 100644 fid_bbi/config/vufind/searchspecs.yaml create mode 100644 fid_bbi/dev/.gitignore create mode 100644 fid_bbi/dev/config/vufind/DAIA.ini.sample create mode 100644 fid_bbi/dev/config/vufind/DDS.ini.sample create mode 100644 fid_bbi/dev/config/vufind/EmailProfiles.ini.sample create mode 100644 fid_bbi/dev/config/vufind/ExternalCatalogue.json.sample create mode 100644 fid_bbi/dev/config/vufind/FincILS.ini.sample create mode 100644 fid_bbi/dev/config/vufind/HierarchyDefault.ini.sample create mode 100644 fid_bbi/dev/config/vufind/OpenUrlRules.json.sample create mode 100644 fid_bbi/dev/config/vufind/Resolver.ini.sample create mode 100644 fid_bbi/dev/config/vufind/SolrAI.ini.sample create mode 100644 fid_bbi/dev/config/vufind/branches.yaml.sample create mode 100644 fid_bbi/dev/config/vufind/config.ini.sample create mode 100644 fid_bbi/dev/config/vufind/export.ini.sample create mode 100644 fid_bbi/dev/config/vufind/facets.ini.sample create mode 100644 fid_bbi/dev/config/vufind/permissions.ini.sample create mode 100644 fid_bbi/dev/config/vufind/searches.ini.sample create mode 100644 fid_bbi/dev/config/vufind/searchspecs.yaml.sample create mode 100644 fid_bbi/dev/httpd-vufind.conf.sample create mode 100644 fid_bbi/dev/languages/DDS/de.ini create mode 100644 fid_bbi/dev/languages/DDS/en.ini create mode 100644 fid_bbi/dev/languages/Ebsco/de.ini create mode 100644 fid_bbi/dev/languages/Ebsco/en.ini create mode 100644 fid_bbi/dev/languages/EmailHold/de.ini create mode 100644 fid_bbi/dev/languages/EmailHold/en.ini create mode 100644 fid_bbi/dev/languages/HoldingStatus/de.ini create mode 100644 fid_bbi/dev/languages/HoldingStatus/en.ini create mode 100644 fid_bbi/dev/languages/PDA/de.ini create mode 100644 fid_bbi/dev/languages/PDA/en.ini create mode 100644 fid_bbi/dev/languages/de.ini create mode 100644 fid_bbi/dev/languages/en.ini create mode 100644 fid_bbi/harvest/README.txt create mode 100644 fid_bbi/languages/DDS/de.ini create mode 100644 fid_bbi/languages/DDS/en.ini create mode 100644 fid_bbi/languages/Ebsco/de.ini create mode 100644 fid_bbi/languages/Ebsco/en.ini create mode 100644 fid_bbi/languages/EmailHold/de.ini create mode 100644 fid_bbi/languages/EmailHold/en.ini create mode 100644 fid_bbi/languages/HoldingStatus/de.ini create mode 100644 fid_bbi/languages/HoldingStatus/en.ini create mode 100644 fid_bbi/languages/PDA/de.ini create mode 100644 fid_bbi/languages/PDA/en.ini create mode 100644 fid_bbi/languages/de.ini create mode 100644 fid_bbi/languages/en.ini diff --git a/fid_bbi/.gitignore b/fid_bbi/.gitignore new file mode 100644 index 00000000000..47aeea1e6db --- /dev/null +++ b/fid_bbi/.gitignore @@ -0,0 +1 @@ +cache/* diff --git a/fid_bbi/README.txt b/fid_bbi/README.txt new file mode 100644 index 00000000000..ccf95b904e5 --- /dev/null +++ b/fid_bbi/README.txt @@ -0,0 +1,9 @@ +All of your local configurations and customizations belong in this directory and its +subdirectories. Rather than modifying core VuFind files, you should copy them here +and modify them within the local directory. This will make upgrades easier. + +## dev - folder + +the dev folder includes all configuration that is needed to run a development system as introduced by + + https://intern.finc.info/projects/vufind2/wiki/Docker diff --git a/fid_bbi/alpha/config/vufind/DAIA.ini b/fid_bbi/alpha/config/vufind/DAIA.ini new file mode 100644 index 00000000000..5428ab9655e --- /dev/null +++ b/fid_bbi/alpha/config/vufind/DAIA.ini @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/DAIA.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/config/vufind/EmailProfiles.ini b/fid_bbi/alpha/config/vufind/EmailProfiles.ini new file mode 100644 index 00000000000..3c4996cdaa0 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/EmailProfiles.ini @@ -0,0 +1,23 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/EmailProfiles.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/config/vufind/FincILS.ini b/fid_bbi/alpha/config/vufind/FincILS.ini new file mode 100644 index 00000000000..10eacd4b703 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/FincILS.ini @@ -0,0 +1,32 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/FincILS.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +[DAIA] +baseUrl = http://139.18.19.238:9080/daiawachtl/daia/ +daiaIdPrefix = "DE-15:ppn:" +ilsIdentifier = "record_id" +multiQuery = true +daiaResponseFormat = json + +[PAIA] +baseUrl = http://139.18.19.238:9080/paiawachtl/paia/DE-15/ \ No newline at end of file diff --git a/fid_bbi/alpha/config/vufind/HierarchyDefault.ini b/fid_bbi/alpha/config/vufind/HierarchyDefault.ini new file mode 100644 index 00000000000..06bc3f0268c --- /dev/null +++ b/fid_bbi/alpha/config/vufind/HierarchyDefault.ini @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/HierarchyDefault.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/config/vufind/SolrAI.ini b/fid_bbi/alpha/config/vufind/SolrAI.ini new file mode 100644 index 00000000000..2860cc75855 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/SolrAI.ini @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/SolrAI.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/config/vufind/config.ini b/fid_bbi/alpha/config/vufind/config.ini new file mode 100644 index 00000000000..4da46899916 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/config.ini @@ -0,0 +1,48 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/config.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +[System] +debug = false + +[Index] +;url = http://localhost:8080/solr +; Solr4Entwickler +url = http://172.18.85.142:8085/solr +; Solr6EntwicklerTest +;url = http://172.18.85.143:8080/solr/#/biblio + +[Site] +url = "https://alpha.finc.info/vufind2/local" + +[Authentication] +method = ILS +hash_passwords = "1" +encrypt_ils_password = "1" +ils_encryption_key = "3e2ac9b644dd4e0b64b179a0309ead13bb59202a" + +; Basically allow ILS river on base de_15 with restricted DAIA/PAIA functionallity +[Catalog] +driver = "FincILS" + +[Database] +database = "mysql://vufind_local:i3lIPQTBmbSGmzipQHjOPrzmUfUuiDiA@localhost/vufind_local" diff --git a/fid_bbi/alpha/config/vufind/export.ini b/fid_bbi/alpha/config/vufind/export.ini new file mode 100644 index 00000000000..8c8bf889048 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/export.ini @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/export.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "EndNote" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/config/vufind/facets.ini b/fid_bbi/alpha/config/vufind/facets.ini new file mode 100644 index 00000000000..367a6b23c53 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/facets.ini @@ -0,0 +1,23 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/facets.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/config/vufind/permissions.ini b/fid_bbi/alpha/config/vufind/permissions.ini new file mode 100644 index 00000000000..549310be873 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/permissions.ini @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/permissions.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/config/vufind/searches.ini b/fid_bbi/alpha/config/vufind/searches.ini new file mode 100644 index 00000000000..4b336851dfd --- /dev/null +++ b/fid_bbi/alpha/config/vufind/searches.ini @@ -0,0 +1,37 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default ALPHA-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/searches.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +[IndexShards] +;finc-live = 172.18.113.250:8080/solr/biblio +;finc-nonlive = 172.18.113.250:8081/solr/biblio +solr4entw = 172.18.85.142:8085/solr/biblio +;solr5entwickler = "172.18.85.142:8983/solr/biblio" +;ai-live = ai.ub.uni-leipzig.de/solr/biblio +ai-nonlive = solr.ub.uni-leipzig.de/solr/biblio +;ai-dev = 172.18.113.22:8085/solr/biblio +;dbod_todo = 194.95.146.188:8080/solr/fincdbod +;dbodtodo = 141.39.229.20:9003/solr/fincdbod +;blade12 = 172.18.113.12:8080/solr/biblio + +[ShardPreferences] +showCheckboxes = true diff --git a/fid_bbi/alpha/config/vufind/searchspecs.yaml b/fid_bbi/alpha/config/vufind/searchspecs.yaml new file mode 100644 index 00000000000..2b741dc3e11 --- /dev/null +++ b/fid_bbi/alpha/config/vufind/searchspecs.yaml @@ -0,0 +1,784 @@ +--- +# Listing of search types and their component parts and weights. +# +# Format is: +# searchType: +# # CustomMunge is an optional section to define custom pre-processing of +# # user input. See below for details of munge actions. +# CustomMunge: +# MungeName1: +# - [action1, actionParams] +# - [action2, actionParams] +# - [action3, actionParams] +# MungeName2: +# - [action1, actionParams] +# # DismaxFields is optional and defines the fields sent to the Dismax handler +# # when we are able to use it. QueryFields will be used for advanced +# # searches that Dismax cannot support. QueryFields is always used if no +# # DismaxFields section is defined. +# DismaxFields: +# - field1^boost +# - field2^boost +# - field3^boost +# # DismaxParams is optional and allows you to override default Dismax settings +# # (i.e. mm / bf) on a search-by-search basis. Enclose the parameter values +# # in quotes for proper behavior. If you want global default values for these +# # settings, you can edit the appropriate search handler in +# # solr/biblio/conf/solrconfig.xml. +# DismaxParams: +# - [param1_name, param1_value] +# - [param2_name, param2_value] +# - [param3_name, param3_value] +# # This optional setting may be used to specify which Dismax handler to use. By +# # default, VuFind provides two options: dismax (for the old, standard +# # Dismax) and edismax (for Extended Dismax). You can also configure your own +# # in solrconfig.xml, but VuFind relies on the name "edismax" to identify an +# # Extended Dismax handler. If you omit this setting, the default value from +# # the default_dismax_handler setting in the [Index] section of config.ini +# # will be used. +# DismaxHandler: dismax|edismax +# # QueryFields define the fields we are searching when not using Dismax; VuFind +# # detects queries that will not work with Dismax and switches to QueryFields +# # as needed. +# QueryFields: +# SolrField: +# - [howToMungeSearchstring, weight] +# - [differentMunge, weight] +# DifferentSolrField: +# - [howToMunge, weight] +# # The optional FilterQuery section allows you to AND a static query to the +# # dynamic query generated using the QueryFields; see JournalTitle below +# # for an example. This is applied whether we use DismaxFields or +# # QueryFields. +# FilterQuery: (optional Lucene filter query) +# ExactSettings: +# DismaxFields: ... +# QueryFields: ... +# # All the same settings as above, but for exact searches, i.e. search terms +# # enclosed in quotes. Allows different fields or weights for exact +# # searches. See below for commented-out examples. +# +# ...etc. +# +#----------------------------------------------------------------------------------- +# +# Within the QueryFields area, fields are OR'd together, unless they're in an +# anonymous array with a numeric instead of alphanumeric key, in which case the +# first element is a two-value array that tells us what the type (AND or OR) and +# weight of the whole group should be. +# +# So, given: +# +# test: +# QueryFields: +# A: +# - [onephrase, 500] +# - [and, 200] +# B: +# - [and, 100] +# - [or, 50] +# # Start an anonymous array to group; first element indicates AND grouping +# # and a weight of 50 +# 0: +# 0: +# - AND +# - 50 +# C: +# - [onephrase, 200] +# D: +# - [onephrase, 300] +# # Note the "not" attached to the field name as a minus, and the use of ~ +# # to mean null ("no special weight") +# -E: +# - [or, ~] +# D: +# - [or, 100] +# +# ...and the search string +# +# test "one two" +# +# ...we'd get +# +# (A:"test one two"^500 OR +# A:(test AND "one two")^ 200 OR +# B:(test AND "one two")^100 OR +# B:(test OR "one two")^50 +# ( +# C:("test one two")^200 AND +# D:"test one two"^300 AND +# -E:(test OR "one two") +# )^50 OR +# D:(test OR "one two")^100 +# ) +# +#----------------------------------------------------------------------------------- +# +# Munge types are based on the original Solr.php code, and consist of: +# +# onephrase: eliminate all quotes and do it as a single phrase. +# testing "one two" +# ...becomes ("testing one two") +# +# and: AND the terms together +# testing "one two" +# ...becomes (testing AND "one two") +# +# or: OR the terms together +# testing "one two" +# ...becomes (testing OR "one two") +# +# identity: Use the search as-is +# testing "one two" +# ...becomes (testing "one two") +# +# Additional Munge types can be defined in the CustomMunge section. Each array +# entry under CustomMunge defines a new named munge type. Each array entry under +# the name of the munge type specifies a string manipulation operation. Operations +# will be applied in the order listed, and different operations take different +# numbers of parameters. +# +# Munge operations: +# +# [append, text] - Append text to the end of the user's search string +# [lowercase] - Convert string to lowercase +# [preg_replace, pattern, replacement] - Perform a regular expression replace +# using the preg_replace() PHP function. If you use backreferences in your +# replacement phrase, be sure to escape dollar signs (i.e. \$1, not $1). +# [uppercase] - Convert string to uppercase +# +# See the CallNumber search below for an example of custom munging in action. +#----------------------------------------------------------------------------------- + +# These searches use Dismax when possible: +Author: + DismaxParams: + - [bf , ord(publishDateSort)^10] + DismaxFields: + - author^400 + - author2^300 + - author_id^100 + - author_ref^150 + - author_corporate^200 + - author_corporate2^200 + - author_corp_ref^150 + - author_orig^200 + - author2_orig^200 + - author_corporate_orig^200 + - author_corporate2_orig^200 + - author_fuller^50 + - author2_fuller + - author_additional + - author_variant + - author2_variant + QueryFields: + author: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_fuller: + - [onephrase, 200] + - [and, 100] + - [or, 50] + author2: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_ref: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate2: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corp_ref: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author2_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate2_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_id: + - [onephrase, 450] + - [and, 300] + - [or, 200] + author2_fuller: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_additional: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_variant: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author2_variant: + - [onephrase, 100] + - [and, 50] + - [or, ~] + +ISN: + DismaxFields: + - isbn + - issn + - ismn + QueryFields: + issn: + - [and, 100] + - [or, ~] + isbn: + - [and, 100] + - [or, ~] + ismn: + - [and, 100] + - [or, ~] + +Signatur: +# DismaxParams: +# - [mm, 0] +# DismaxFields: +# - callnumber_ISIL + QueryFields: + callnumber_ISIL: + - [onephrase, 1000] + - [and, 100] + - [or, ~] + +Barcode: +# DismaxParams: +# - [mm, 0] +# DismaxFields: +# - barcode_ISIL + QueryFields: + barcode_ISIL: + - [onephrase, 1000] + - [and, 100] + - [or, ~] + +Subject: + DismaxFields: + - topic_unstemmed^150 + - topic^100 + - topic_id^100 + - topic_ref^100 + #- geographic^50 + #- genre^50 + #- era + QueryFields: + topic_unstemmed: + - [onephrase, 350] + - [and, 150] + - [or, ~] + topic: + - [onephrase, 300] + - [and, 100] + - [or, ~] + topic_ref: + - [onephrase, 100] + - [and, 50] + - [or, ~] + topic_id: + - [onephrase, 100] + - [and, 50] + - [or, ~] + #- geographic: + # - [onephrase, 300] + # - [and, 100] + # - [or, ~] + #- genre: + # - [onephrase, 300] + # - [and, 100] + # - [or, ~] + #- era: + # - [and, 100] + # - [or, ~] +# ExactSettings: +# DismaxFields: +# - topic_unstemmed^150 +# QueryFields: +# - topic_unstemmed: +# - [onephrase, 350] +# - [and, 150] +# - [or, ~] + +# This field definition is a compromise that supports both journal-level and +# article-level data. The disadvantage is that hits in article titles will +# be mixed in. If you are building a purely article-oriented index, you should +# customize this to remove all of the title_* fields and focus entirely on the +# container_title field. +JournalTitle: + DismaxFields: + - title_short^500 + - title_full_unstemmed^450 + - title_full^400 + - title^300 + - container_title^250 + - title_alt^200 + - title_new^100 + - title_old + - series^100 + - series2 + QueryFields: + title_short: + - [onephrase, 500] + title_full_unstemmed: + - [onephrase, 450] + - [and, 400] + title_full: + - [onephrase, 400] + title: + - [onephrase, 300] + - [and, 250] + container_title: + - [onephrase, 275] + - [and, 225] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_old: + - [and, ~] + series: + - [onephrase, 100] + - [and, 50] + series2: + - [onephrase, 50] + - [and , ~] + FilterQuery: "format:Journal OR format:Article OR format:ElectronicBookPart" +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^450 +# QueryFields: +# - title_full_unstemmed: +# - [onephrase, 450] +# - [and, 400] +# FilterQuery: "format:Journal OR format:Article" + +Title: + DismaxParams: + - [mm, 3] + - [bf , ord(publishDateSort)^10] + DismaxFields: +# - title_sub^200 +# - title_short^300 + - title_full_unstemmed^150 + - title_full^100 + - title^900 + - title_alt^200 + - title_new^100 + - title_old + - title_orig^400 + - series^100 + - series2 + - series_orig^100 + QueryFields: + title_short: + - [onephrase, 500] + title_full_unstemmed: + - [onephrase, 150] + - [and, 100] + title_full: + - [onephrase, 100] + title: + - [onephrase, 300] + - [and, 250] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_old: + - [and, ~] + title_orig: + - [onephrase, 500] + - [and, 200] + series: + - [onephrase, 100] + - [and, 50] + series2: + - [onephrase, 50] + - [and , ~] + series_orig: + - [onephrase, 100] + - [and, 50] +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^450 +# QueryFields: +# - title_full_unstemmed: +# - [onephrase, 450] +# - [and, 400] + +Series: + DismaxFields: + - series^100 + - series2 + - series_orig^100 + QueryFields: + series: + - [onephrase, 500] + - [and, 200] + - [or, 100] + series2: + - [onephrase, 50] + - [and, 50] + - [or, ~] + series_orig: + - [onephrase, 500] + - [and, 200] + - [or, 100] + +Series2: + DismaxFields: + - series2 + QueryFields: + series2: + - [onephrase, 200] + - [and, 50] + +AllFields: + DismaxParams: + - [mm, 3] + - [bf , ord(publishDateSort)^10] +# - [bf , "if(exists(query({!v='source_id:0'})),10,1)^1000"] + - [bf, "if(exists(query({!v='access_facet:Local*'})),10,1)^1000"] + DismaxFields: + - title_short^1000 + - title_full_unstemmed^1000 + - title_full^400 + - title^500 + - title_alt^200 + - title_new^100 + - title_orig^500 + - series^50 + - series2^30 + - series_orig^50 + - author^500 + - author_fuller^150 + - author_corporate^300 + - author2^400 + - author_corporate2^100 + - author_ref^500 + - author_corp_ref^500 + - author_orig^300 + - author2_orig^300 + - author_corporate_orig^300 + - author_corporate2_orig^100 + - topic_ref^10 + - contents^10 + - topic_unstemmed^15 + - topic^10 + - geographic^10 + - genre^10 + - rvk_label + - allfields_unstemmed^10 + - allfields + - fulltext + - isbn + - issn + - ismn + + QueryFields: + 0: + 0: + - OR + - 50 + title_short: + - [onephrase, 1000] + title_full_unstemmed: + - [onephrase, 1000] + - [and, 500] + title_full: + - [onephrase, 400] + title: + - [onephrase, 300] + - [and, 250] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_orig: + - [onephrase, 500] + - [and, 400] + series: + - [onephrase, 300] + - [and, 100] + series2: + - [and, 30] + series_orig: + - [onephrase, 200] + - [and, 100] + author: + - [onephrase, 500] + - [and, 250] + author_fuller: + - [onephrase, 150] + - [and, 125] + author_ref: + - [onephrase, 250] + - [and, 250] + - [or, 250] + author_corp_ref: + - [onephrase, 250] + - [and, 250] + - [or, 250] + author_orig: + - [onephrase, 500] + - [and, 250] + author2_orig: + - [and, 50] + author_corporate_orig: + - [onephrase, 500] + - [and, 400] + author_corporate2_orig: + - [and, 50] + author_corporate: + - [onephrase, 500] + - [and, 400] + author2: + - [and, 50] + author_additional: + - [and, 50] + author_corporate2: + - [and, 50] + contents: + - [and, 10] + topic_unstemmed: + - [onephrase, 55] + - [and, 50] + topic: + - [onephrase, 50] + topic_ref: + - [onephrase, 10] + - [and, 5] + - [or, 5] + topic_id: + - [onephrase, 50] + - [and, 25] + allfields_unstemmed: + - [or, 10] +# fulltext_unstemmed: +# - [or, 10] + allfields: + - [or, ~] + fulltext: + - [or, ~] +# description: +# - [or, ~] + rvk_label: + - [onephrase, 500] + - [and, 250] + - [or, 250] + isbn: + - [onephrase, 500] + issn: + - [onephrase, 500] + ismn: + - [onephrase, 500] + imprint: + - [onephrase, 500] + +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^600 +# - topic_unstemmed^550 +# - allfields_unstemmed^10 +# - fulltext_unstemmed^10 +# - isbn +# - issn +# QueryFields: +# title_full_unstemmed: +# - [onephrase, 600] +# - [and, 500] +# topic_unstemmed: +# - [onephrase, 550] +# - [and, 500] +# allfields_unstemmed: +# - [or, 10] +# fulltext_unstemmed: +# - [or, 10] +# isbn: +# - [onephrase, ~] +# issn: +# - [onephrase, ~] + +# These are advanced searches that never use Dismax: +id: + QueryFields: + id: + - [onephrase, ~] + +ParentID: + QueryFields: + hierarchy_parent_id: + - [onephrase, ~] + +# Fields for exact matches originating from alphabetic browse +ids: + QueryFields: + id: + - [or, ~] + +TopicBrowse: + QueryFields: + topic_browse: + - [onephrase, ~] + +AuthorBrowse: + QueryFields: + author_browse: + - [onephrase, ~] + +TitleBrowse: + QueryFields: + title_full: + - [onephrase, ~] + +DeweyBrowse: + QueryFields: + dewey-raw: + - [onephrase, ~] + +LccBrowse: + QueryFields: + callnumber-a: + - [onephrase, ~] + + + +# CallNumber: + # We use two similar munges here -- one for exact matches, which will get + # a very high boost factor, and one for left-anchored wildcard searches, + # which will return a larger number of hits at a lower boost. + #CustomMunge: + #callnumber_exact: + #- [uppercase] + # Strip whitespace and quotes: + #- [preg_replace, '/[ "]/', ''] + # Escape colons (unescape first to avoid double-escapes): + #- [preg_replace, '/(\\\:)/', ':'] + #- [preg_replace, '/:/', '\:'] + # Strip pre-existing trailing asterisks: + #- [preg_replace, '/\*+$/', ''] + #callnumber_fuzzy: + #- [uppercase] + # Strip whitespace and quotes: + #- [preg_replace, '/[ "]/', ''] + # Escape colons (unescape first to avoid double-escapes): + #- [preg_replace, '/(\\\:)/', ':'] + #- [preg_replace, '/:/', '\:'] + # Strip pre-existing trailing asterisks, then add a new one: + #- [preg_replace, '/\*+$/', ''] + #- [append, "*"] + QueryFields: + callnumber-search: + - [callnumber_exact, 1000] + - [callnumber_fuzzy, ~] + dewey-search: + - [callnumber_exact, 1000] + - [callnumber_fuzzy, ~] + +publisher: + DismaxFields: + - publisher^100 + QueryFields: + publisher: + - [and, 100] + - [or, ~] + +year: + DismaxFields: + - publishDate^100 + QueryFields: + publishDate: + - [and, 100] + - [or, ~] + +language: + QueryFields: + language: + - [and, ~] + +toc: + DismaxFields: + - contents^100 + QueryFields: + contents: + - [and, 100] + - [or, ~] + +topic: + QueryFields: + topic: + - [and, 50] + topic_facet: + - [and, ~] + +geographic: + QueryFields: + geographic: + - [and, 50] + geographic_facet: + - [and, ~] + +genre: + QueryFields: + genre: + - [and, 50] + genre_facet: + - [and, ~] + +era: + QueryFields: + era: + - [and, ~] + +oclc_num: + CustomMunge: + oclc_num: + - [preg_replace, "/[^0-9]/", ""] + # trim leading zeroes: + - [preg_replace, "/^0*/", ""] + QueryFields: + oclc_num: + - [oclc_num, ~] + +rvk: + DismaxFields: + - rvk_facet^100 + QueryFields: + rvk_facet: + - [and, 50] + - [or, 50] + +rvk_path: + QueryFields: + rvk_path: + - [onephrase, ~] + +multipart: + DismaxFields: + - multipart_link^100 + QueryFields: + multipart_link: + - [and, 50] + - [or, 50] diff --git a/fid_bbi/alpha/languages/DDS/de.ini b/fid_bbi/alpha/languages/DDS/de.ini new file mode 100644 index 00000000000..0cd9b9e23b0 --- /dev/null +++ b/fid_bbi/alpha/languages/DDS/de.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/DDS/de.ini" +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/languages/DDS/en.ini b/fid_bbi/alpha/languages/DDS/en.ini new file mode 100644 index 00000000000..647e8755b4a --- /dev/null +++ b/fid_bbi/alpha/languages/DDS/en.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/DDS/en.ini" +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### \ No newline at end of file diff --git a/fid_bbi/alpha/languages/Ebsco/de.ini b/fid_bbi/alpha/languages/Ebsco/de.ini new file mode 100644 index 00000000000..57e040aa88d --- /dev/null +++ b/fid_bbi/alpha/languages/Ebsco/de.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/Ebsco/de.ini" +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/languages/Ebsco/en.ini b/fid_bbi/alpha/languages/Ebsco/en.ini new file mode 100644 index 00000000000..be9bb4ca944 --- /dev/null +++ b/fid_bbi/alpha/languages/Ebsco/en.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/Ebsco/en.ini" +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/alpha/languages/EmailHold/de.ini b/fid_bbi/alpha/languages/EmailHold/de.ini new file mode 100644 index 00000000000..b5c8dacb101 --- /dev/null +++ b/fid_bbi/alpha/languages/EmailHold/de.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/EmailHold/de.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/languages/EmailHold/en.ini b/fid_bbi/alpha/languages/EmailHold/en.ini new file mode 100644 index 00000000000..b5c8dacb101 --- /dev/null +++ b/fid_bbi/alpha/languages/EmailHold/en.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/EmailHold/de.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/languages/HoldingStatus/de.ini b/fid_bbi/alpha/languages/HoldingStatus/de.ini new file mode 100644 index 00000000000..b1320608f25 --- /dev/null +++ b/fid_bbi/alpha/languages/HoldingStatus/de.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/HoldingStatus/de.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/languages/HoldingStatus/en.ini b/fid_bbi/alpha/languages/HoldingStatus/en.ini new file mode 100644 index 00000000000..1cb432536ad --- /dev/null +++ b/fid_bbi/alpha/languages/HoldingStatus/en.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/HoldingStatus/en.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/languages/PDA/de.ini b/fid_bbi/alpha/languages/PDA/de.ini new file mode 100644 index 00000000000..8dd50712ff7 --- /dev/null +++ b/fid_bbi/alpha/languages/PDA/de.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/PDA/de.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/languages/PDA/en.ini b/fid_bbi/alpha/languages/PDA/en.ini new file mode 100644 index 00000000000..8fd031f83fe --- /dev/null +++ b/fid_bbi/alpha/languages/PDA/en.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/PDA/en.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/languages/de.ini b/fid_bbi/alpha/languages/de.ini new file mode 100644 index 00000000000..6d0ad684ee9 --- /dev/null +++ b/fid_bbi/alpha/languages/de.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/de.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/alpha/languages/en.ini b/fid_bbi/alpha/languages/en.ini new file mode 100644 index 00000000000..c72b1004e81 --- /dev/null +++ b/fid_bbi/alpha/languages/en.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default ALPHA-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 = "../../languages/en.ini" + +; +; Add ALPHA-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/config/vufind/DAIA.ini b/fid_bbi/config/vufind/DAIA.ini new file mode 100644 index 00000000000..de3128e33a1 --- /dev/null +++ b/fid_bbi/config/vufind/DAIA.ini @@ -0,0 +1,52 @@ +; DAIA driver expects a DAIA Query API as specified in: +; https://gbv.github.io/daia/ +; +; The settings in the [DAIA] section will be used for all DAIA requests. +; The name of this section got refactored with VuFind 2.4. +; +; A default DAIA call looks like this: +; https://daia.myuniversity.edu/?id=ppn:12345678&format=json +; +; This default DAIA call would be configured as: +; [DAIA] +; baseUrl = https://daia.myuniversity.edu +; daiaidprefix = ppn: +; daiaResponseFormat = json +; + +[DAIA] +; The base URL for the DAIA webservice. +;baseUrl = http://139.18.19.238:9080/daialibero/daia/ +;baseUrl = http://139.18.19.238:9080/daiatheca/daia/ + +; Set a DAIA specific timeout in seconds to be used for DAIA http requests (defaults +; to Zend defaults or as defined in +; vendor/vufind-org/vufindhttp/src/VuFindHttp/HttpService.php) +;timeout = 30 + +; The prefix prepended to the VuFind record Id resulting in the document URI +; used for the DAIA request (default = ppn:) (the prefix usually defines the +; field which the DAIA server uses for the loookup - e.g. ppn: or isbn:). +;daiaIdPrefix = "ppn:" + +; Set the requested DAIA response format: xml (default), json +;daiaResponseFormat = xml + +; Set multiQuery to true if your DAIA webservice supports queries with multiple +; ids (cf. https://gbv.github.io/daia/daia.html#query-parameters). +; Default is false. +;multiQuery = false + +; If daiaContentTypes are set, the DAIA driver checks the Content-Type +; line in the DAIA response HTTP header for the configured values. If +; daiaContentTypes is not set, Content-Type HTTP header is NOT checked. +; +; expected Content-Types for DAIA XML format: +; (separate multiple values by commas, for example: +; daiaContentTypes['xml'] = "application/xml, text/xml" +daiaContentTypes['xml'] = "application/xml" + +; expected Content-Types for DAIA JSON format: +; (separate multiple values by commas, for example: +; daiaContentTypes['json'] = "application/json, application/javascript" +daiaContentTypes['json'] = "application/json" diff --git a/fid_bbi/config/vufind/DDS.ini b/fid_bbi/config/vufind/DDS.ini new file mode 100644 index 00000000000..c3130f976cb --- /dev/null +++ b/fid_bbi/config/vufind/DDS.ini @@ -0,0 +1,33 @@ +; DDS - Document Delivery Service API +; +; Configuration file of service for document delivery by external providers as +; e.g. Subito e.V. + +[DDS] +; Base url to Password service API. +;url = http://api.ub.intern.uni-leipzig.de/docdelis +;ns = de-15 + +; Credentials to connect to service and get access token finally. +;username = "username" +;password = "password" + +; Take dynamic config settings from database instead of single defined values. +; Not dynamic settings can be additionally used for testing emailing. +;use_database = true +; Subject is semi-binding. If use_database is set true at first subject from database +; will be taken. Subject at DDS.ini will be set as fallback subject if database +; field is empty. +;subject = "subject" +; From is necessary to send email with a valid email header. +;from = "email@domain.tld" +; Email address of recipient. If use_database is set to true at first email will be +; taken from database and setting here will be ignored. Is use_database is set to +; false email address has to be set here. +;to = "email@domain.tld" + +; Personalized url elements for Subito uri to connect to service. +[SubitoService] +;broker_id = "broker_id" +;url = "url ro subito service" + diff --git a/fid_bbi/config/vufind/EmailProfiles.ini b/fid_bbi/config/vufind/EmailProfiles.ini new file mode 100644 index 00000000000..68bec50de21 --- /dev/null +++ b/fid_bbi/config/vufind/EmailProfiles.ini @@ -0,0 +1,40 @@ +; These Email Profiles can be used for mailing forms etc. + +;[Acquisition] +;to = team@finc.info +;to_name = "Finc Team" +;from = team@finc.info +;from_name = "Finc Team" +;subject = "Ihr Auftrag: %s, %s" + +;[ReportErrors] +;to = team@finc.info +;to_name = "Finc Team" +;from = team@finc.info +;from_name = "Finc Team" +;subject = "Fehlermeldung für Titel %s (%s)" + +;[ResetPassword] +;to = team@finc.info +;to_name = "Finc Team" +;from = team@finc.info +;from_name = "Finc Team" +;subject = "Passwort zurücksetzen für %s %s" + +;[EmailHoldJournal] +;to = team@finc.info +;to_name = "Finc Team" +;from = team@finc.info +;from_name = "Finc Team" +;subject = "Zeitschriftenbestellung" + +; Profile for patron driven acquisition. +;[Pda] +; Destination email address to pda in-house service. +;to = team@finc.info +;to_name = "Finc Team" +; Return email address +;from = team@finc.info +;from_name = "Finc Team" +; Text snippet for email subject. +;subject = "Ihr Auftrag: %s, %s, %s" diff --git a/fid_bbi/config/vufind/ExternalCatalogue.schema.json b/fid_bbi/config/vufind/ExternalCatalogue.schema.json new file mode 100644 index 00000000000..9ebddda25a4 --- /dev/null +++ b/fid_bbi/config/vufind/ExternalCatalogue.schema.json @@ -0,0 +1,54 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "External Catalogue Links", + "description": "Define external catalogue links for VuFind and filter for SolrDefault criteria", + "type": "object", + "properties": { + "id": { + "patternProperties": { + "([A-Z0-9]*)-([a-zA-Z0-9]*)": { + "properties": { + "pattern": { + "description": "URL pattern for replacement with identifier", + "type": "string" + }, + "filter": { + "patternProperties": { + "[A-Z0-9]*": { + "description": "Filter rules", + "type": [ + "string", + "array" + ] + } + } + } + } + } + } + }, + "ppn": { + "patternProperties": { + "([A-Z0-9]*)-([a-zA-Z0-9]*)": { + "properties": { + "pattern": { + "description": "URL pattern for replacement with identifier", + "type": "string" + }, + "filter": { + "patternProperties": { + "[A-Z0-9]*": { + "description": "Filter rules", + "type": [ + "string", + "array" + ] + } + } + } + } + } + } + } + } +} \ No newline at end of file diff --git a/fid_bbi/config/vufind/FincILS.ini b/fid_bbi/config/vufind/FincILS.ini new file mode 100644 index 00000000000..d6a9eb5cf11 --- /dev/null +++ b/fid_bbi/config/vufind/FincILS.ini @@ -0,0 +1,137 @@ +; General configuration +[General] +; This setting defines the connection timeout for testing the availability of the ILS +; in seconds (default is 1 second). +;ilsTestTimeout = 1 + +; This setting defines key:value pairs that will identify records for which the ILS +; will be queried for status information. +queryIls[] = 'getSourceID:0' +queryIls[] = 'getAccessFacet:Local Holdings' + +;DAIA configuration +;[DAIA] +; The base URL for the DAIA webservice. +;baseUrl = http://data.ub.uni-leipzig.de/item/ISIL/identifier/ +; The prefix prepended to the VuFind record Id resulting in the document URI +; used for the DAIA request (default = ppn:) (the prefix usually defines the +; field which the DAIA server uses for the loookup - e.g. ppn: or isbn:). +;daiaIdPrefix = "ppn:" + +; Set the requested DAIA response format: xml (deprecated), json +;daiaResponseFormat = xml + +; Set multiQuery to true if your DAIA webservice supports queries with multiple +; ids (cf. http://gbv.github.io/daiaspec/daia.html#query-api). +; Default is false. +;multiQuery = false + +; If daiaContentTypes are set, the DAIA driver checks the Content-Type +; line in the DAIA response HTTP header for the configured values. If +; daiaContentTypes is not set, Content-Type HTTP header is NOT checked. +; +; expected Content-Types for DAIA XML format: +; (seperate multiple values by commata, for example: +; daiaContentTypes['xml'] = "application/xml, text/xml" +;daiaContentTypes['xml'] = "application/xml" + +; expected Content-Types for DAIA JSON format: +; (seperate multiple values by commata, for example: +; daiaContentTypes['xml'] = "application/json, application/javascript" +;daiaContentTypes['json'] = "application/json" + +; Enable caching for DAIA items (default is false). +;daiaCache = false + +; Set the time to live (ttl) for cached DAIA data (default is 30 seconds). +;daiaCacheLifetime = 90 + +;FincILS configuration +; refer to ticket #4499 for further info on configuring it +;ilsIdentifier = "default" + +; config-examples: + +; DE-15 +;baseUrl = http://139.18.19.238:9080/daiawachtl/daia/ +;daiaIdPrefix = "UBL:ppn:" +;ilsIdentifier = "record_id" +;multiQuery = true +;daiaResponseFormat = json + +; DE-Gla 1 +;baseUrl = http://139.18.19.238:9080/daiatheca/daia/ +;daiaIdPrefix = "DE-Gla1:ppn:" +;ilsIdentifier = "record_id" +;multiQuery = true +;daiaResponseFormat = json + +;PAIA configuration +;[PAIA] +; base URL of the PAIA server +; baseUrl = http://139.18.19.238:9080/paiatheca/paia/ISIL/ +; baseUrl = http://139.18.19.238:9080/paiawachtl/paia/{ISIL/LiberoDBId}/ + +; Set a PAIA specific timeout in seconds to be used for PAIA http requests (defaults +; to Zend defaults or as defined in +; vendor/vufind-org/vufindhttp/src/VuFindHttp/HttpService.php) +;timeout = 30 + +; Enable caching for PAIA items (default is false). +;paiaCache = false + +;FincILS specific configuration for PAIA root-access +;root_username = 'root' +;root_password = '' + +; config-examples: + +; DE-15 +;baseUrl = http://139.18.19.238:9080/paiawachtl/paia/UBL/ + +; DE-Gla1 +;baseUrl = http://139.18.19.238:9080/paiatheca/paia/DE-Gla1/ + +; LiberoDing - Configuration (via LiberoDingTrait) +;[LiberoDing] +;webScraperUrl = http://139.18.19.114:8080/liberodriver/ ; Poli at Home +;webScraperUrl = http://172.18.113.146:8080/liberodriver/ ; Poly-Finc intern +;webScraperUrl = http://139.18.19.238:9080/wachtl/ ; Webdevel +;databaseName = UBL +;prefixCode = LC + +; timeout for connection to webscraper in ms +;connectTimeout = 5000 + +; timeout for response to webscraper in ms +;responseTimeout = 10000 + +; Enable EmailHold to allow placing orders via Email instead of direct ILS +; interaction. +;[EmailHold] +; HMACKeys - A list of form element names that will be analyzed for consistency +; during form processing. Most users should not need to change this setting. +; Note that these Keys are necessary for the DAIA/PAIA/FincILS driver to work with +; EmailHold: "id:item_id:barcode:callnumber" +;HMACKeys = id:item_id:barcode:callnumber + +; The Extra fields dynamically added to the form. +; (possible values are item-issue, comments +;extraFields = item-issue:comments + +; This setting defines a criteria which will be used to enable EmailHold for a +; record. Its format is "field::value" where field corresponds with a (custom) ILS +; getHolding field and value should match the field's value. +;emailHoldValidationCriteria[] = "limitation_types::UBL:placeAHoldJournal" + +; If a helpText is defined this will be displayed in the EmailHold form +;helpText[de] = "Bitte beachten Sie: ..." +;helpText[en] = "Please note: ..." + +; This setting defines how the email profile (in EmailProfiles.ini) is selected for +; sending an email hold. The settings value will used as an index for the +; gatheredDetails array in EmailHoldTrait to allow selection of email profiles +; through user input. E.g. to select an email profile according to the selected +; pickUpLocation you have to set the value to "pickUpLocation". +; By default it is left empty using the default profile "EmailHold". +;emailProfileSelector = diff --git a/fid_bbi/config/vufind/HierarchyDefault.ini b/fid_bbi/config/vufind/HierarchyDefault.ini new file mode 100644 index 00000000000..3c0a2024310 --- /dev/null +++ b/fid_bbi/config/vufind/HierarchyDefault.ini @@ -0,0 +1,39 @@ +[Collections] +; What determines which records get linked to the Collection module instead of the +; Record module? Legal values: +; All - any record with is_hierarchy set +; Top - any record where is_hierarchy = hierarchy_top +; None - never link to the collection module +link_type = "None" + +[HierarchyTree] +; Are hierarchy trees visible? -- true or false (default false) +show = true +; The source of the hierarchy data -- may be Solr or XMLFile +treeSource = Solr +; When using Solr as a treeSource, this value determines how long tree data is +; cached (in seconds, or -1 to never expire) -- default 12h +solrCacheTime = 43200 +; When using XMLFile as a treeSource, this value specifies where tree data is found +;XMLFileDir = /usr/local/vufind/hierarchy_xml +; Sorting requires the hierarchy_sequence field to be populated; defaults to false +sorting = true +; Which Tree Renderer to Use - Default is JSTree +treeRenderer = JSTree +; Control whether or not to display the full hierarchy tree in record mode +; (true = show full hierarchy, false = only show path to current selected node, +; default = true) +fullHierarchyRecordView = true +; Filter queries filter what kind of children are displayed in the tree +; Note: The hidden filters from searches.ini are applied as well +; Note: Only applies when treeSource = Solr +;filterQueries[] = "-relsext.hasModel:\"DataModel\" AND -relsext.hasModel:\"ListCollection\"" +; Check whether the hierarchy_parent_id and hierarchy_top_id records are +; available in the index. Without this setting, if a referenced parent_id +; or top_id does not exist the frontend will show HierarchyTree layout-elements +; but will hang on actually building the HierarchyTree. If you know this will +; never happen in your instance (i.e. all hierarchy elements are always retrievable +; from the Solr index under all conditions -- usually the case unless you have +; conditional filters), you can turn this off for a slight performance gain. +; (default = true) +checkAvailability = true \ No newline at end of file diff --git a/fid_bbi/config/vufind/README.txt b/fid_bbi/config/vufind/README.txt new file mode 100644 index 00000000000..c342493c2cc --- /dev/null +++ b/fid_bbi/config/vufind/README.txt @@ -0,0 +1 @@ +Local VuFind configurations go here. You can copy defaults from /config/vufind. \ No newline at end of file diff --git a/fid_bbi/config/vufind/SolrAI.ini b/fid_bbi/config/vufind/SolrAI.ini new file mode 100644 index 00000000000..4ace37943b2 --- /dev/null +++ b/fid_bbi/config/vufind/SolrAI.ini @@ -0,0 +1,3 @@ +[General] +; Set the URI-pattern of the server which serves the raw Ai-record-data. +baseUrl = "https://ai.ub.uni-leipzig.de/blob?%s" diff --git a/fid_bbi/config/vufind/config.ini b/fid_bbi/config/vufind/config.ini new file mode 100644 index 00000000000..7f6b2e6872e --- /dev/null +++ b/fid_bbi/config/vufind/config.ini @@ -0,0 +1,1575 @@ +; +; VuFind Configuration +; + +; This section controls global system behavior and can usually be left unmodified. +[System] +; Change to false to take the system offline and show an unavailability message; +; note that you can use the NoILS driver (in [Catalog] section below) to keep VuFind +; up during ILS maintenance. +available = true +; Change to true to see messages about the behavior of the system as part of the +; output -- only for use when troubleshooting problems. See also the access.DebugMode +; setting in permissions.ini to turn on debug using a GET parameter in the request. +debug = false +; This setting should be set to false after auto-configuration is complete +autoConfigure = true +; This setting specifies a health check file location. If a health check file exists, +; the getServerStatus AJAX call will return an error regardless of actual status +; allowing the server to be disabled from a load-balancer. +;healthCheckFile = /tmp/disable_vufind + +; This section will need to be customized for your installation +[Site] +; Base URL is normally auto-detected, but this setting is used when autodetection is +; not possible (i.e. during sitemap generation at the command line). +url = http://localhost/vufind_generic +email = team@ +title = "Generic Katalog (devel)" +; This is the default theme for non-mobile devices (or all devices if mobile_theme +; is disabled below). Available standard themes: +; bootstrap3 = HTML5 theme using Bootstrap 3 + jQuery libraries, with minimal +; styling +; bootprint3 = bootstrap3 theme with more attractive default styling applied +; (named after the earlier, now-deprecated blueprint theme) +theme = finc +; Uncomment the following line to use a different default theme for mobile devices. +; You may not wish to use this setting if you are using one of the Bootstrap-based +; standard themes since they support responsive design. Available mobile theme: +; jquerymobile = Theme built using jQuery Mobile framework +;mobile_theme = jquerymobile +; This is a comma-separated list of themes that may be accessed via the ?ui GET +; parameter. Each entry has two parts: the value used on the URL followed by the +; actual theme name. For example, http://library.myuniversity.edu/vufind?ui=theme1 +; would load the myTheme1 theme with the setting shown below. Note that the values +; of "standard" and "mobile" are reserved for the default and mobile themes defined +; above. +;alternate_themes = theme1:myTheme1,theme2:myTheme2 +; This is a comma-separated list of theme options that will be displayed to the user +; as a drop-down. Each entry has two parts: a value for the "ui" GET parameter and +; an on-screen description. "standard" refers to the "theme" setting above, "mobile" +; refers to the "mobile_theme" setting, and all other values must be defined in +; alternate_themes above. When commented out, no drop-down theme list will display. +;selectable_themes = "standard:Standard Theme,mobile:Mobile Theme" +; Use the browser language setting to set the VuFind language. +browserDetectLanguage = true +language = de ; default -- more options available in [Languages] below. +locale = de_DE +; Set this to specify a default ISO 4217 currency code (used on the fines screen). +; If omitted, the default currency for the locale above will be used. +defaultCurrency = EUR +; Find valid timezone values here: +; http://www.php.net/manual/en/timezones.php +timezone = "Europe/Berlin" +; A string used to format user interface date strings using the PHP date() function +; default is m-d-Y (MM-DD-YYYY 01-01-2010) +displayDateFormat = "d.m.Y" +; A string used to format user interface time strings using the PHP date() function +; default is H:i (HH:MM 23:01) +displayTimeFormat = "H:i" +; The base VuFind URL will load the "Home" action of this module unless the user +; is logged in: +defaultModule = Search +; The base VuFind URL will load the "Home" action of this module when the user +; is logged in: +defaultLoggedInModule = MyResearch +; The route VuFind will send users to following a log out operation. Set to false +; or omit to attempt to retain the user's current context after log out. +;logOutRoute = home +; This tab will show by default when a record is viewed: +defaultRecordTab = Holdings +; Hide the holdings tab if no holdings are available from the ILS +hideHoldingsTabWhenEmpty = false +; Whether to load the default tab through AJAX (which brings some performance +; gain but breaks compatibility with non-Javascript-enabled browsers; off by default) +;loadInitialTabWithAjax = true +; This page will show by default when a user accesses the MyResearch module: +defaultAccountPage = Profile +; Allow access to the Admin module? (See the access.AdminModule setting in +; permissions.ini for more granular ways to restrict Admin access). +admin_enabled = false +; Show sidebar on the left side instead of right +sidebarOnLeft = false +; Invert the sidebarOnLeft setting for right-to-left languages? +mirrorSidebarInRTL = true +; Handle menu as an offcanvas slider at mobile sizes (in bootstrap3-based themes) +offcanvas = false +; Show (true) / Hide (false) Book Bag - Default is Hide. +showBookBag = false +; Set the maximum amount of items allowed in the Book Bag - Default is 100 +bookBagMaxSize = 20 +; Display bulk items (export, save, etc.) and checkboxes on search result screens? +showBulkOptions = false +; Should users be allowed to save searches in their accounts? +allowSavedSearches = true +; Generator value to display in an HTML header <meta> tag: +generator = "VuFind 3.0.3" + +; This section allows you to configure the mechanism used for storing user +; sessions. Available types: File, Memcache, Database. +; Some of the settings below only apply to specific session handlers; +; such settings are named with an obvious prefix. Non-prefixed settings +; are global to all handlers. +[Session] +type = MySQLSession +lifetime = 3600 ; Session lasts for 1 hour +; Keep-alive interval in seconds. When set to a positive value, the session is kept +; alive with a JavaScript call as long as a VuFind page is open in the browser. +; Default is 0 (disabled). When keep-alive is enabled, session lifetime above can be +; reduced to e.g. 600. +;keepAlive = 60 +;file_save_path = /tmp/vufind_sessions +;memcache_host = localhost +;memcache_port = 11211 +;memcache_connection_timeout = 1 + +; This section controls how VuFind creates cookies (to store session IDs, bookbag +; contents, theme/language settings, etc.) +[Cookies] +; In case there are multiple VuFind instances on the same server and they should not +; share cookies/sessions, this option can be enabled to limit the session to the +; current path. Default is false, which will place cookies at the root directory. +;limit_by_path = true +; If VuFind is only accessed via HTTPS, this setting can be enabled to disallow +; the browser from ever sending cookies over an unencrypted connection (i.e. +; before being redirected to HTTPS). Default is false. +;only_secure = true +; Set the domain used for cookies (sometimes useful for sharing the cookies across +; subdomains); by default, cookies will be restricted to the current hostname. +;domain = ".example.edu" + +; Please set the ILS that VuFind will interact with. +; +; Available drivers: Aleph, Amicus, ClaviusSQL, Evergreen, Horizon (basic database +; access only), HorizonXMLAPI (more features via API), Innovative, Koha, LBS4, +; MultiBackend (to chain together multiple drivers in a consortial setting), +; NewGenLib, NoILS (for users without an ILS, or to disable ILS functionality +; during maintenance), Polaris, Unicorn (which also applies to SirsiDynix +; Symphony), Virtua, Voyager (for Voyager 6+), VoyagerRestful (for Voyager 7+ +; w/ RESTful web services), XCNCIP2 (for XC NCIP Tookit v2.x) +; Note: Unicorn users should visit the vufind-unicorn project for more details: +; http://code.google.com/p/vufind-unicorn/ +; Note: DAIA supports XML or JSON results (since release 2.4). +; For details look in the driver code and the corresponding ini file. +; +; If you haven't set up your ILS yet, two fake drivers are available for testing +; purposes. "Sample" is fast but does very little; "Demo" simulates more +; functionality of a real ILS but may slow down your system by performing extra +; searches. If you don't plan to use an ILS, the NoILS driver is your best option. +; +; Note: Enabling most of the features in this section will only work if you use an +; ILS driver that supports them; not all drivers support holds/renewals. +[Catalog] +driver = Sample + +;loadNoILSOnFailure - Whether or not to load the NoILS driver if the main driver fails +loadNoILSOnFailure = true + +; This setting determines how and when hold / recall links are displayed. +; Legal values: +; - all (Show links for all items - Place Hold for Available Items and Place Recall +; for unavailable items) +; - availability (Only show recall links if ALL items on bib are currently +; unavailable) +; - disabled (Never show hold/recall links) +; - driver (Use ILS driver to determine which items may be held/recalled; best option +; if available, but not supported by all drivers) +; - holds (Only show links for available items) +; - recalls (Only show links for unavailable items) +; default is "all" +holds_mode = "all" + +; Set this to true if you want to allow your ILS driver to override your holds_mode +; setting on a record-by-record basis; this may be useful for local customizations, +; but in most cases you should leave this setting unchanged. Overrides are ignored +; for mode settings of "driver" or "disabled." +allow_holds_override = false + +; Determines if holds can be cancelled or not. Options are true or false. +; default is false +cancel_holds_enabled = true + +; Determines if storage retrieval requests can be cancelled or not. +; Options are true or false. +; default is false +cancel_storage_retrieval_requests_enabled = false + +; Determines if ILL requests can be cancelled or not. +; Options are true or false. +; default is false +cancel_ill_requests_enabled = false + +; Determines if item can be renewed or not. Options are true or false. +; default is false +renewals_enabled = true + +; Determines if title level holds are displayed or not. +; Legal values: +; - disabled (Never show title Holds - Default) +; - always (Always show title Holds) +; - availability (Only show title holds if ALL items on bib are currently +; unavailable) +; - driver (Use ILS driver to determine which items may be held/recalled; best option +; if available, but not supported by all drivers) +title_level_holds_mode = "disabled" + +; Determines how holdings are grouped in the record display, using fields from +; the item information provided by the ILS driver. +; +; Most commonly-used values: +; - holdings_id (Use holdings record id if available, location name otherwise - Default) +; - location (Use location name) +; +; See https://vufind.org/wiki/development:plugins:ils_drivers#getholding for +; more options (though not every ILS driver supports every possible value). +; +; Note that there may also be driver-specific values outside of the specification, +; such as: +; - item_agency_id (XCNCIP2 driver's Agency ID, which may be useful in consortial +; environments) +; +; You may use multiple group keys (delimited by comma), e.g., +; - item_agency_id,location +;holdings_grouping = holdings_id + +; Text fields such as holdings_notes gathered from items to be displayed in each +; holdings group in the display order. +; The default list is 'holdings_notes', 'summary', 'supplements' and 'indexes'. The +; deprecated field 'notes' is used as an alias for 'holdings_notes'. +; Note that displayed information depends on what the ILS driver returns. +;holdings_text_fields[] = 'holdings_notes' +;holdings_text_fields[] = 'summary' + +; Whether support for multiple library cards is enabled. Default is false. +;library_cards = true + +; The number of checked out items to display per page; 0 for no limit (may cause +; memory problems for users with huge numbers of items). Default = 50. +;checked_out_page_size = 50 + +; This section allows you to determine how the users will authenticate. +; You can use an LDAP directory, the local ILS (or multiple ILSes through +; the MultiILS option), the VuFind database (Database), Shibboleth, SIP2, +; CAS, Facebook or some combination of these (via the MultiAuth or ChoiceAuth +; options). +[Authentication] +;method = LDAP +;method = ILS +method = Database +;method = Shibboleth +;method = SIP2 +;method = CAS +;method = MultiAuth +;method = ChoiceAuth +;method = MultiILS +;method = Facebook + +; This setting only applies when method is set to ILS. It determines which +; field of the ILS driver's patronLogin() return array is used as the username +; in VuFind's user database. If commented out, it defaults to cat_username +; (the recommended setting in most situations). +;ILS_username_field = cat_username + +; Whether or not to hide the Login Options +hideLogin = false + +; Set this to false if you would like to store local passwords in plain text +; (only applies when method = Database above). +hash_passwords = false + +; Allow users to recover passwords via email (if supported by Auth method) +; You can set the subject of recovery emails in your +; language files under the term "recovery_email_subject" +recover_password = false +; Time (seconds) before another recovery attempt can be made +recover_interval = 60 +; Length of time before a recovery hash can no longer be used (expires) +; Default: Two weeks +recover_hash_lifetime = 1209600 + +; Allow users to set change their passwords (if supported by Auth method) +change_password = true + +; Set this to false if you would like to store catalog passwords in plain text +encrypt_ils_password = true + +; This is the key used to encrypt and decrypt catalog passwords. This must be +; filled in with a random string value when encrypt_ils_passwords is set to true. +ils_encryption_key = false + +; This is the algorithm used to encrypt and decrypt catalog passwords. +; A symmetrical encryption algorithm must be used. +; You can use mcrypt_list_algorithms() to see available options on your system. +; Common choices: blowfish (default), aes +; If you want to convert from one algorithm to another, run this from $VUFIND_HOME: +; php public/index.php util switch_db_hash oldhash:oldkey (or none) newhash:newkey +;ils_encryption_algo = "blowfish" + +; This setting may optionally be uncommented to restrict the email domain(s) from +; which users are allowed to register when using the Database method. +;domain_whitelist[] = "myuniversity.edu" +;domain_whitelist[] = "mail.myuniversity.edu" + +; Specify default minimum and maximum password length (Auth method may override +; this). +;minimum_password_length = 4 +;maximum_password_length = 32 + +; Uncomment this line to switch on "privacy mode" in which no user information +; will be stored in the database. Note that this is incompatible with social +; features, password resets, and many other features. It is not recommended for +; use with "Database" authentication, since the user will be forced to create a +; new account upon every login. +;privacy = true + +; See the comments in library/VF/Auth/MultiAuth.php for full details +; on using multiple authentication methods. Note that MultiAuth assumes login +; with username and password, so some methods (i.e. Shibboleth) may not be +; compatible. +;[MultiAuth] +;method_order = ILS,LDAP +;filters = "username:trim,password:trim" + +; Present two auth options on the login screen. Each choice given must also be +; configured in its relevant section. (The code should allow for more than 2 +; choices, but styling would need to be expanded / modified) +; +; WARNING! This module does not account for the possibility that the auth +; choices you present may return different usernames. You would want a user to +; be able to log in via any method and see the same account. To make sure that +; is the case, you should ensure that the usernames given by the authentication +; methods themselves are the same for any given user. +;[ChoiceAuth] +;choice_order = Shibboleth,Database + +; This section will allow you to control whether VuFind should record usage +; statistics. +[Statistics] +; You can uncomment one or more of these lines to enable statistics tracking. +; Each enabled mode will write stats to a different target (Solr stats index, +; flat file, or database tables). Some modes require additional settings below. +; +; Currently, VuFind stores statistics in two different contexts: searches and +; record views. By default, an enabled mode will log both types of stats. If +; you want to log different types of stats to different targets, you can use a +; qualifier -- for example, "mode[] = Solr:Record" and "mode[] = Db:Search". +; Multiple targets may be separated by commas. Do not use qualifiers unless you +; really need to -- logging all statistics to the same target makes reporting +; more effective. +; +; Note: Statistics gathering includes browser detection. For best results, make +; sure you have a recent browscap.ini file configured in PHP. See +; http://php.net/manual/en/function.get-browser.php#refsect1-function.get-browser-notes +;mode[] = Solr +;mode[] = File +;mode[] = Db + +; When using the Solr mode, specify the address of a Solr server containing a +; "stats" core here; if no URL is specified, [Index]/url below will be used. +;solr = http://localhost:8080/solr + +; When using the File mode, specify a directory for saving stat files here: +;file = /usr/local/vufind/local/logs + +; When displaying search statistics in the Admin module, do you want to see a single +; merged list, or separate grouped lists by module (Solr, Summon, etc.) +searchesBySource = false + +; When display record view statistics in the Admin module, do you want to see a +; single merged list, or separate grouped lists by module (Solr, Summon, etc.) +recordsBySource = false + +; This section defines the location/behavior of the Solr index and requires no +; changes for most installations +[Index] +; url can also be an array of servers. If so, VuFind will try the servers one by one +; until one can be reached. This is only useful for advanced fault-tolerant Solr +; installations. +url = http://localhost:8080/solr +default_core = biblio +; This setting needs to match the <maxBooleanClauses> setting in your solrconfig.xml +; file; when VuFind has to look up large numbers of records using ID values, it may +; have to restrict the size of its result set based on this limitation. +maxBooleanClauses = 1024 +; This is the timeout in seconds when communicating with the Solr server. +timeout = 30 +; This is the Dismax handler to use if nothing is specified in searchspecs.yaml. +; You can choose dismax for standard Dismax (the default) or edismax for Extended +; Dismax, or you can configure your own custom handler in solrconfig.xml. +default_dismax_handler = dismax + +; Enable/Disable searching reserves using the "reserves" Solr core. When enabling +; this feature, you need to run the util/index_reserves.php script to populate the +; new index. +[Reserves] +search_enabled = false + +; This section requires no changes for most installations; if your SMTP server +; requires authentication, you can fill in a username and password below. +[Mail] +host = localhost +port = 25 +;username = user +;password = pass +; If a login is required you can define which protocol to use for securing the +; connection. If no explicit protocol ('tls' or 'ssl') is configured, a protocol +; based on the configured port is chosen (587 -> tls, 487 -> ssl). +;secure = tls +; Uncomment this setting to disable outbound mail but simulate success; this +; is useful for interface testing but should never be used in production! +;testOnly = true +; If set to false, users can send anonymous emails; otherwise, they must log in first +require_login = true +; Should we put the logged-in user's address in the "from" field by default? +user_email_in_from = false +; Should we put the logged-in user's address in the "to" field by default? +user_email_in_to = false +; Should the user be allowed to edit email subject lines? +user_editable_subjects = false +; How many recipients is the user allowed to specify? (use 0 for no limit) +maximum_recipients = 1 +; Populate the "from" field with this value if user_email_in_from is false and/or no +; user is logged in: +;default_from = "no-reply@myuniversity.edu" +; Should we hide the "from" field in email forms? If no from field is visible, emails +; will be sent based on user_email_in_from and default_from above, with the email +; setting from the [Site] section used as a last resort. +disable_from = false + +; This section needs to be changed to match your database connection information +[Database] +database = mysql://root@localhost/vufind + +; If your database (e.g. PostgreSQL) uses a schema, you can set it here: +;schema = schema_name + +; The character set of the database -- may be latin1 or utf8; utf8 is STRONGLY +; RECOMMENDED and is the default if no value is set here. You may need latin1 +; for compatibility with existing VuFind 1.x installations. +;charset = utf8 + +; LDAP is optional. This section only needs to exist if the +; Authentication Method is set to LDAP. When LDAP is active, +; host, port, basedn and username are required. The remaining +; settings are optional, mapping fields in your LDAP schema +; to fields in VuFind's database -- the more you fill in, the more +; data will be imported from LDAP into VuFind. +;[LDAP] +; Prefix the host with ldaps:// to use LDAPS; omit the prefix for standard +; LDAP with TLS. +;host = ldap.myuniversity.edu +;port = 389 ; LDAPS usually uses port 636 instead +;basedn = "o=myuniversity.edu" +;username = uid +;firstname = givenname +;lastname = sn +;email = mail +;cat_username = +;cat_password = +;college = studentcollege +;major = studentmajor +; If you need to bind to LDAP with a particular account before +; it can be searched, you can enter the necessary credentials +; here. If this extra security measure is not needed, leave +; these settings commented out. +;bind_username = "uid=username o=myuniversity.edu" +;bind_password = password + +; SIP2 is optional. This section only needs to exist if the +; Authentication Method is set to SIP2. +;[SIP2] +;host = ils.myuniversity.edu +;port = 6002 + +; Shibboleth is optional. This section only needs to exist if the +; Authentication Method is set to Shibboleth. Be sure to set up authorization +; logic in the permissions.ini file to filter users by Shibboleth attributes. +;[Shibboleth] +; Server param with the identity provider entityID if a Shibboleth session exists. +; If omitted, Shib-Identity-Provider is used. +;idpserverparam = Shib-Identity-Provider +; Optional: you may set attribute names and values to be used as a filter; +; users will only be logged into VuFind if they match these filters. +;userattribute_1 = entitlement +;userattribute_value_1 = urn:mace:dir:entitlement:common-lib-terms +;userattribute_2 = unscoped-affiliation +;userattribute_value_2 = member +; Required: the attribute Shibboleth uses to uniquely identify users. +;username = persistent-id +; Required: Shibboleth login URL. +;login = https://shib.myuniversity.edu/Shibboleth.sso/Login +; Optional: Shibboleth logout URL. +;logout = https://shib.myuniversity.edu/Shibboleth.sso/Logout +; Optional: URL to forward to after Shibboleth login (if omitted, +; defaultLoggedInModule from [Site] section will be used). +;target = https://shib.myuniversity.edu/vufind/MyResearch/Home +; Optional: provider_id (entityId) parameter to pass along to Shibboleth login. +;provider_id = https://idp.example.edu/shibboleth-idp +; Some or all of the following entries may be uncommented to map Shibboleth +; attributes to user database columns: +;cat_username = HTTP_ALEPH_ID +;cat_password = HTTP_CAT_PASSWORD +;email = HTTP_MAIL +;firstname = HTTP_FIRST_NAME +;lastname = HTTP_LAST_NAME +;college = HTTP_COLLEGE +;major = HTTP_MAJOR +;home_library = HTTP_HOME_LIBRARY + +; CAS is optional. This section only needs to exist if the +; Authentication Method is set to CAS. +;[CAS] + +; Optional: the attribute CAS uses to uniquely identify users. (Omit to use +; native CAS username instead of an attribute-based value). +;username = uid + +; Required: CAS Hostname. +;server = cas.myuniversity.edu + +; Required: CAS port. +;port = 443 + +; Required: CAS context. +;context = /cas + +; Required: CAS Certificate Path. (Set to false to bypass authentication; +; BYPASSING AUTHENTICATION IS *NOT* RECOMMENDED IN PRODUCTION). +;CACert = /etc/pki/cert/cert.crt + +; Required: CAS login URL. +;login = https://cas.myuniversity.edu/cas/login + + +; Required: CAS logout URL. +;logout = https://cas.myuniversity.edu/cas/logout + +; Optional: CAS logging. +;debug = false +;log = /tmp/casdebug + +; Optional: URL to forward to after CAS login (if omitted, +; defaultLoggedInModule from [Site] section will be used). +;target = http://lib.myuniversity.edu/vufind/MyResearch/Home + +; Some or all of the following entries may be uncommented to map CAS +; attributes to user database columns: +;cat_username = acctSyncUserID +;cat_password = catPassword +;email = mail +;firstname = givenName +;lastname = sn +;college = college +;major = major1 +;home_library = library + +; Facebook may be used for authentication; fill in this section in addition to +; turning it on in [Authentication] above to use it. You must register your +; VuFind instance as an application at http://developers.facebook.com to obtain +; credentials. +;[Facebook] +;appId = "your app ID" +;secret = "your app secret" + +; External Content is Optional. +; To use multiple, separate with a comma. Priority will be given by the order listed +; Account id is separated with a colon, if no id is used then no colon is necessary +; For Amazon, use your 20-character access key in the coverimages and reviews values; +; you must also provide your 40-character secret key in the amazonsecret value and +; your associate ID in the amazonassociate value. +; +; IMPORTANT: Review content providers' terms of service before turning them on. +; Terms may change, and not all content sources are appropriate for all +; applications. The existence of functionality in VuFind does not imply +; suitability for any particular situation. +[Content] +; You can define the cover size used by each template: false (to disable covers) +; or size (small, medium, or large). A colon separated list may be used to try +; multiple sizes in a particular order. All legal template values and default +; values are reflected in the examples below. Uncomment the appropriate lines to +; make changes. +;coversize[checkedout] = small +;coversize[collection-info] = medium +;coversize[core] = medium +;coversize[holds] = small +;coversize[illrequests] = small +;coversize[list-entry] = small +;coversize[RandomRecommend] = "small:medium" +;coversize[result-grid] = large +coversize[result-list] = false +;coversize[storageretrievalrequests] = small +showStyleBasedIcons = true + +; Alternatively, if you wish to disable covers completely, you may set the +; coversize setting to false: +;coversize = false + +; You can select Syndetics, LibraryThing, Summon, Amazon, Booksite, OpenLibrary, +; Contentcafe, Buchhandel.de and/or Google Books. +; Note: Summon service takes a Serials Solutions client key, NOT Summon API key! +coverimages = OpenLibrary,Google,LibraryThing:7710c07c4a8c66b217b0d39e6c33abe0 +;Syndetics:MySyndeticsId,Amazon:MyAccessKeyId,Booksite,LibraryThing:MyLibraryThingId,Google,OpenLibrary,Summon:MySerialsSolutionsClientKey,Contentcafe:MyContentCafeID + +; This setting controls which services will have images cached on your local disk. +; Set to true to cache all applicable services. Set to false to disable caching. Set +; to a comma-separated list of services (e.g. "Syndetics,OpenLibrary") to cache only +; a subset of selected services. Default = true. Note that due to terms of service, +; some services will never have images cached even if caching is enabled. +coverimagesCache = true + +; This setting controls which proxied image URLs will be cached to local disk (when +; using the ?proxy= parameter of the standard /Cover/Show routes). The setting may +; contain one or more regular expressions matching hostnames. The example +; below will match any images from the mylibrary.edu domain; you can also use +; "/.*/" to turn on caching for all proxied images. +;coverproxyCache[] = "/.*\.?mylibrary\.edu/" + +; These settings control the image to display when no book cover is available. +; If makeDynamicCovers is not false and the GD library is installed, VuFind will draw +; cover images on the fly. See [DynamicCovers] below for more settings. If set to +; a non-Boolean value, for legacy reasons, the makeDynamicCovers setting will +; be used as the backgroundMode setting of [DynamicCovers] if that setting is unset. +;makeDynamicCovers = true + +; Otherwise, you can use noCoverAvailableImage to specify a +; path relative to the base of your theme directory for a static image to display. +noCoverAvailableImage = images/noCover2.gif + +; You can select from Syndetics, SyndeticsPlus, Amazon Editorial, Amazon, Booksite +; and/or the Guardian +; Note: If the API key is omitted, e.g. "Guardian:", only the review title, byline, +; Guardian logo and a link to the full Guardian page will be displayed +; Note: The Guardian API changed in 2014; if you signed up before that date, you +; may need to obtain a new API key for continued access. +;reviews = Syndetics:MySyndeticsId,SyndeticsPlus:MySyndeticsID,AmazonEditorial:MyAccessKeyId,Amazon:MyAccessKeyId,Booksite,Guardian:MyGuardianKeyId + +; You can select from Syndetics or SyndeticsPlus +;excerpts = Syndetics:MySyndeticsId,SyndeticsPlus:MySyndeticsId + +; This setting can be used to hide review/excerpt tabs on the record page when +; no content is available from the providers. By default it is turned off. You +; can turn it on for all relevant tabs by setting it to true, or you can turn +; it on for a comma-separated list of values (e.g. "reviews" or "excerpts" or +; "reviews,excerpts") for selective activation. Note that hiding empty tabs will +; make your record pages slower, since it will require extra communication with +; content providers. +;hide_if_empty = reviews,excerpts + +; You can select from Syndetics or SyndeticsPlus +;authorNotes = Syndetics:MySyndeticsId,SyndeticsPlus:MySyndeticsId + +; You can select from Wikipedia +; See also the AuthorInfo recommendation module setting in searches.ini; this +; includes notes on improving the accuracy of Wikipedia retrievals. +; Note for Windows users: If using Wikipedia, you may need to increase your Apache +; heap size settings. For details, see: https://vufind.org/jira/browse/VUFIND-630 +;authors = Wikipedia + +; You can look up your secret key by logging into http://aws.amazon.com and clicking +; "Access Identifiers" under "Your Account". +;amazonsecret = MyAmazonSecretKey + +; You can sign up for an associate ID by logging into +; https://affiliate-program.amazon.com . Please make sure your instance of VuFind +; complies with Amazon's agreements before enabling this feature. +;amazonassociate = MyAmazonAssociateID + +; You can select from Google, OpenLibrary, HathiTrust. You should consult +; http://code.google.com/apis/books/branding.html before using Google Book Search. +; previews = Google,OpenLibrary,HathiTrust + +; Possible HathiRights options = pd,ic,op,orph,und,umall,ic-world,nobody,pdus,cc-by,cc-by-nd, +; cc-by-nc-nd,cc-by-nc,cc-by-nc-sa,cc-by-sa,orphcand,cc-zero,und-world,icus +; Default is "pd,ic-world" if unset here. +; See www.hathitrust.org/rights_database#Attributes for full details +;HathiRights = pd,ic-world,cc-by,cc-by-nd,cc-by-nc-nd,cc-by-nc,cc-by-nc-sa,cc-by-sa,cc-zero,und-world + +; Possible GoogleBooks options full,partial,noview +; options can be set for each / either of link or tab +; Link makes a button appear in search results / record view +; Tab makes a tab with an embedded preview appear on record view +; Default is "GoogleOptions['link'] = full,partial" if nothing +; is set here. +; see https://developers.google.com/books/docs/dynamic-links#json-results-format +;GoogleOptions['link'] = full,partial +;GoogleOptions['tab'] = partial + +; OpenLibrary currently offers the same options/default as GoogleBooks (above): +;OpenLibraryOptions = full,partial + +; An API key is needed to interact with the Europeana API (see the EuropeanaResults +; recommendation module in searches.ini for more information) +;europeanaAPI = INSERTKEY + +; If this is set, a new map tab will show on the record page for records which +; have long_lat data (see import/marc_local.properties for more information). +; The setting specifies the type of map; currently, the only supported value is +; "google" +;recordMap = google + +; This section controls the behavior of the cover generator when makeDynamicCovers +; above is non-false. +[DynamicCovers] +; This controls the background layer of the generated image; options: +; - solid: display a solid color +; - grid: display a symmetrical random pattern seeded by title/callnumber +;backgroundMode = grid + +; This controls the text layer of the generated image; options: +; - default: display a title at the top and an author at the bottom +; - initial: display only the first letter of the title as a stylized initial +;textMode = default + +; Font files specified here should exist in the css/font subdirectory of a theme. +; Some options are available by default inside the root theme. +;authorFont = "Roboto-Light.ttf" +;titleFont = "RobotoCondensed-Bold.ttf" + +; In 'default' textMode, covers are generated using title and author name; VuFind +; will try to display everything by doing the following: break the title into +; lines, and if the title is too long (more than maxTitleLines lines), it will +; display ellipses at the last line. +; +; All text will be drawn using the specified textAlign alignment value using the +; relevant titleFontSize or authorFontSize setting, except that author names will +; be reduced to the minAuthorFontSize option if needed, and if that doesn't make +; it fit, text will be aligned left and truncated. +; +; When using 'initial' textMode, maxTitleLines and author-related settings are +; ignored as they do not apply. +;textAlign = center +;titleFontSize = 9 +;authorFontSize = 8 +;minAuthorFontSize = 7 +;maxTitleLines = 4 + +; All color options support the same basic set of values: +; - The 16 named colors from HTML4 +; - Arbitrary HTML hex colors in the form #RRGGBB (e.g. #FFFF00 for yellow) +; Some color options also support additional options. +; - authorFillColor,titleFillColor: the main color used +; - authorBorderColor,titleBorderColor: the color used to make a border; "none" is +; a legal option in addition to colors. +; - baseColor: When using grid backgrounds, you may also choose a base color drawn +; beneath the grid. Default is white. +; - accentColor: When using solid backgrounds, this is the background color; when +; using grid backgrounds, this is the color of the grid pattern beneath the text. +; You may set this to "random" to select a random color seeded with text from +; the cover and adjusted with the "lightness" and "saturation" settings below. +;titleFillColor = black +;titleBorderColor = none +;authorFillColor = white +;authorBorderColor = black +;baseColor = white +;accentColor = random +; Note: lightness and saturation are only used when accentColor = random. Legal +; ranges are 0-255 for each value. +;lightness = 220 +;saturation = 80 + +; These settings control the size of the image -- if size is a single number, a +; square will be created; if it is a string containing an "x" (i.e. 160x190) it +; defines a WxH rectangle. wrapWidth constrains the text size (and must be no +; larger than the width of the canvas). topPadding and bottomPadding push the +; text away from the edges of the canvas. +;size = 128 +;topPadding = 19 +;bottomPadding = 3 +;wrapWidth = 110 + +; This section is needed for Buchhandel.de cover loading. You need an authentication +; token. It may also be necessary to customize your templates in order to comply with +; terms of service; please look at http://info.buchhandel.de/handbuch_links for +; details before turning this on. +[Buchhandel] +url = "https://api.vlb.de/api/v1/cover/" +; token = "XXXXXX-XXXX-XXXXX-XXXXXXXXXXXX" + +[QRCode] +; This setting controls the image to display when no qrcode is available. +; The path is relative to the base of your theme directory. +;noQRCodeAvailableImage = images/noQRCode.gif + +; Should we show QR codes in search results? +;showInResults = true + +; Should we show QR codes on record pages? +;showInCore = true + +; If you are using Syndetics Plus for *any* content, set plus = true +; and set plus_id to your syndetics ID. This loads the javascript file. +; Syndetics vs. SyndeticsPlus: SyndeticsPlus has nice formatting, but loads slower +; and requires javascript to be enabled in users' browsers. +; set use_ssl to true if you serve your site over ssl and you +; use SyndeticsPlus to avoid insecure content browser warnings +; (or if you just prefer ssl) +[Syndetics] +use_ssl = false +plus = false +;plus_id = "MySyndeticsId" +; timeout value (in seconds) for API calls: +timeout = 10 + +; Booksite CATS Enhanced Content - cover images, reviews, description, etc. +[Booksite] +url = "https://api.booksite.com" +;key = "Key" + +; You can change the base Content Cafe URL used by the content services here. Most +; users will not need to change this setting. You also need to set your password, +; "pw". Note that Content Cafe is a subscription service from Baker & Taylor. +[Contentcafe] +url = "http://contentcafe2.btol.com" +pw = "Password" + +; Summon is optional; this section is used for your API credentials. apiId is the +; short, human-readable identifier for your Summon account; apiKey is the longer, +; non-human-readable secret key. See also the separate Summon.ini file. +;[Summon] +;apiId = myAccessId +;apiKey = mySecretKey + +; This section must be filled in if you plan to use the optional WorldCat +; search module. Otherwise, it may be ignored. +;[WorldCat] +;Your WorldCat search API key +;apiKey = ApiKey +;Your holdings symbol (usually a three-letter code) - used for excluding your +; institution's holdings from the search results. +;OCLCCode = MYCODE + +; DPLA key -- uncomment and fill in to use DPLATerms recommendations (see also +; searches.ini). +;[DPLA] +;apiKey = http://dp.la/info/developers/codex/policies/#get-a-key + +; These settings affect OpenURL generation and presentation; OpenURLs are used to +; help users find resources through your link resolver and to manage citations in +; Zotero. +[OpenURL] +; If a resolver base URL is enabled, it will be used to link ISSNs to your link +; resolver and to access articles in Summon if that module is enabled. Earlier +; versions of VuFind included some parameters as part of the URL; at this point, +; any extra parameters will be ignored -- please provide only the base URL. +;url = "http://openurl.myuniversity.edu/sfx_local" + +; This string will be included as part of your OpenURL referer ID (the full string +; will be "info:sid/[your rfr_id setting]:generator"). You may be able to configure +; special behavior in your link resolver based on this ID -- for example, you may +; wish to prevent the resolver from linking to VuFind when links came from VuFind +; (to avoid putting a user in an infinite loop). +rfr_id = vufind.svn.sourceforge.net + +; By specifying your link resolver type, you can allow VuFind to optimize its +; OpenURLs for a particular platform. Current legal values: "sfx", "360link", +; "EZB", "Redi," "demo" or "other" (default is "other" if commented out; "demo" +; generates fake values for use in testing the embed setting below). +;resolver = sfx + +; If you want OpenURL links to open in a new window, set this setting to the +; desired Javascript window.open parameters. If you do not want a new window +; to open, set this to false or comment it out. +window_settings = "toolbar=no,location=no,directories=no,buttons=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=600" + +; If you want to display a graphical link to your link resolver, uncomment the +; settings below. graphic should be a URL; graphic_width and graphic_height +; should be sizes in pixels. +;graphic = "http://myuniversity.edu/images/findIt.gif" +;graphic_width = 50 +;graphic_height = 20 + +; If your link resolver can render an image in response to an OpenURL, you can +; specify the base URL for image generation here: +;dynamic_graphic = "http://my-link-resolver/image" + +; If dynamic_graphic is set above, the dynamic image can be used instead of the +; standard text or static-image-based OpenURL link (true), it can be disabled +; (false), or it can be displayed in addition to the regular link ("both"). +;image_based_linking_mode = both + +; The following settings control where OpenURL links are displayed: +show_in_results = true ; include in search results +show_in_record = false ; include in core record metadata +show_in_holdings = false ; include in holdings tab of record view + +; If set to true, this setting will attempt to embed results from the link +; resolver directly in search results instead of opening a new window or page. +; This will override the window_settings option if set! Embedding is currently +; unsupported when the resolver setting above is set to "other". +embed = false + +; When embed is true and this is set to true results from the link resolver will +; be loaded automatically (default is false, which requires a user click to trigger +; the loading). Alternatively you can provide a comma-separated list of view areas +; (cf. show_in_* settings) to autoload embedded OpenURLs only in certain views. +; Notice: autoloading in results view might put some load on your linkresolver (each +; results view could perform searches.ini->[General]->default_limit requests). You +; might reduce load on the linkresolver by using the resolver_cache setting (see +; below). +embed_auto_load = false + +; When embed is true, you can set this to an absolute path on your system in order +; to cache link resolver results to disk. Be sure that the chosen directory has +; appropriate permissions set! Leave the setting commented out to skip caching. +; Note that the contents of this cache will not be expired by VuFind; you should +; set up an external process like a cron job to clear out the directory from time +; to time. +;resolver_cache = /usr/local/vufind/resolver_cache + +; This setting controls whether we should display an OpenURL link INSTEAD OF other +; URLs associated with a record (true) or IN ADDITION TO other URLs (false). +replace_other_urls = true + +; EZproxy is optional. This section only needs to exist if you +; are using EZProxy to provide off-site access to online materials. +;[EZproxy] +;host = http://proxy.myuniversity.edu + +; These settings affect RefWorks record exports. They rarely need to be changed. +[RefWorks] +vendor = VuFind +url = http://www.refworks.com + +; These settings affect EndNote Web record exports. They rarely need to be changed. +[EndNoteWeb] +vendor = VuFind +url = https://www.myendnoteweb.com/EndNoteWeb.html + +; These settings affect your OAI server if you choose to use it. +; +; If identifier is set, its value will be used as part of the standard OAI +; identifier prefix. It should only ever be set to a domain name that you +; control! If it is not set, your ID values will not be prefixed. +; +; If admin_email is not set, the main email under [Site] will be used instead. +; +; If set_field is set, the named Solr field will be used to generate sets on +; your OAI-PMH server. If it is not set, sets will not be supported. +; +; If set_query is set (as an array mapping set names to Solr queries -- see +; examples below), the specified queries will be exposed as OAI sets. If +; you use both set_field and set_query, be careful about the names you choose +; for your set queries. set_query names will trump set_field values when +; there are collisions. +;[OAI] +;identifier = myuniversity.edu +;repository_name = "MyUniversity Catalog" +;admin_email = oai@myuniversity.edu +;set_field = "format" +;set_query['eod_books'] = "institution:kfu AND publishDate:[1911 TO 1911]" +;set_query['eod_ebooks'] = "format:eBook" + +; Proxy Server is Optional. +[Proxy] +;host = your.proxy.server +;port = 8000 + +; Uncomment following line to set proxy type to SOCKS 5 +;type = socks5 + +; Default HTTP settings can be loaded here. These values will be passed to +; the \Zend\Http\Client's setOptions method. +[Http] +;sslcapath = "/etc/ssl/certs" ; e.g. for Debian systems +sslcafile = "/etc/pki/tls/cert.pem" ; e.g. for CentOS systems + +;timeout = 30 ; default timeout if not overridden by more specific code/settings + +; Using a curl Adapter instead of the the defaultAdapter (Socket) +; adapter = 'Zend\Http\Client\Adapter\Curl' + +; Spelling Suggestions +; +; Note: These settings affect the VuFind side of spelling suggestions; you +; may also wish to adjust some Solr settings in solr/biblio/conf/schema.xml +; and solr/biblio/conf/solrconfig.xml. +[Spelling] +enabled = true +; Number of suggestions to display on screen. This list is filtered from +; the number set in solr/biblio/conf/solrconfig.xml so they can differ. +limit = 5 +; Show the full modified search phrase on screen +; rather then just the suggested word +phrase = true +; Offer expansions on terms as well as basic replacements +expand = true +; Turning on 'simple' spell checking will improve performance, +; by ignoring the more complicated 'shingle' (mini phrases) +; based dictionary. +simple = false +; This setting skips spell checking for purely numeric searches; spelling +; suggestions on searches for ISBNs and OCLC numbers are not generally very +; useful. +skip_numeric = true + +; These settings control what events are logged and where the information is +; stored. +; +; VuFind currently supports four logging levels: alert (severe fatal error), +; error (fatal error), notice (non-fatal warning) and debug (informational). +; +; Each logging level can be further broken down into five levels of verbosity. +; You can specify the desired level by adding a dash and a number after the +; level in the configuration string -- for example, alert-2 or error-5. +; The higher the number, the more detailed the logging messages. If verbosity +; is not specified, it defaults to 1 (least detailed). +; +; Several logging methods are available, and each may be configured to log any +; combination of levels. +; +; You may enable multiple logging mechanisms if you want -- in fact, it is +; recommended, since the failure of one logging mechanism (i.e. database down, +; file system full) may then be reported to another. +; +; If database is uncommented, messages will be logged to the named MySQL table. +; The table can be created with this SQL statement: +; CREATE TABLE log_table ( id INT NOT NULL AUTO_INCREMENT, +; logtime TIMESTAMP NOT NULL, ident CHAR(16) NOT NULL, +; priority INT NOT NULL, message TEXT, PRIMARY KEY (id) ); +; +; If file is uncommented, messages will be logged to the named file. Be sure +; that Apache has permission to write to the specified file! +; +; If email is uncommented, messages will be sent to the provided email address. +; Be careful with this setting: a flood of errors can easily bog down your mail +; server! +[Logging] +;database = log_table:alert,error,notice,debug +; NOTE : Make sure the log file exists and that Apache has write permission. +; NOTE : Windows users should avoid drive letters (eg. c:\vufind) because +; the colon will be used in the string parsing. "/vufind" will work +;file = /var/log/vufind.log:alert,error,notice,debug +;email = alerts@myuniversity.edu:alert-5,error-5 + +; This section can be used to specify a "parent configuration" from which +; the current configuration file will inherit. You can chain multiple +; configurations together if you wish. +[Parent_Config] +; Full path to parent configuration file: +;path = /usr/local/vufind/application/config/config.ini +; Path to parent configuration file (relative to the location of this file): +;relative_path = ../masterconfig/config.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; This section controls which language options are available to your users. +; If you offer more than one option, a control will appear in the user +; interface to allow user selection. If you only activate one language, +; the control will be hidden. +; +; The name of each setting below (i.e. en, de, fr) is a language code and +; corresponds with one of the translation files found in the web/lang +; directory. The value of each setting is the on-screen name of the language, +; and will itself be subject to translation through the language files! +; +; The order of the settings is significant -- they will be displayed on screen +; in the same order they are defined here. +; +; Be sure that this section includes the default language set in the [Site] +; section above. +[Languages] +en = "English" ; American spellings +;en-gb = "English" ; British spellings +de = "German" +;es = "Spanish" +;fr = "French" +;it = "Italian" +;ja = "Japanese" +;nl = "Dutch" +;pt = "Portuguese" +;pt-br = "Brazilian Portugese" +;zh-cn = "Simplified Chinese" +;zh = "Chinese" +;tr = "Turkish" +;he = "Hebrew" +;ga = "Irish" +;cy = "Welsh" +;el = "Greek" +;ca = "Catalan" +;eu = "Basque" +;ru = "Russian" +;cs = "Czech" +;fi = "Finnish" +;sv = "Swedish" +;pl = "Polish" +;da = "Danish" +;sl = "Slovene" +;ar = "Arabic" + +; This section contains special cases for languages such as right-to-left support +[LanguageSettings] +; Comma-separated list of languages to display in right-to-left mode +rtl_langs = "ar,he" + +; This section controls the behavior of the Browse module. The result_limit +; setting controls the maximum number of results that may display in any given +; result box on the Browse screen. You can set to -1 for no limit; however, +; setting a very high (or no) limit may result in "out of memory" errors if you +; have a large index! +[Browse] +result_limit = 100 +tag = true ; allow browsing of Tags +dewey = false ; allow browsing of Dewey Decimal call numbers +lcc = true ; allow browsing of LC call numbers +author = true ; allow browsing of authors +topic = true ; allow browsing of subject headings +genre = true ; allow browsing of genre subdivisions +region = true ; allow browsing of region subdivisions +era = true ; allow browsing of era subdivisions +; You can use this setting to change the default alphabet provided for browsing: +;alphabet_letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +; Uncomment to sort lists alphabetically (instead of by popularity); note that +; this will not changed the values returned -- you will still get only the +; <result_limit> most popular entries -- it only affects display order. +;alphabetical_order = true + +; This section controls the availability of export methods. +; +; Each entry may be a comma-separated list of contexts in which the export +; option will be presented. Valid options: +; +; bulk - Included in batch export contexts +; record - Included in single-record export contexts +; +; If you simply set a field to true, only "record" mode will be enabled. +; If you set a field to false, all export contexts will be disabled. +; +; Note that some options may be disabled for records that do not support them, +; regardless of the setting chosen here. You can edit the separate export.ini +; file to add new export formats and change the behavior of existing ones. +[Export] +RefWorks = "record,bulk" +EndNote = "record,bulk" +EndNoteWeb = "record,bulk" +MARC = true +MARCXML = true +RDF = true +BibTeX = true +RIS = true +;TXT = true + +[BulkExport] +; Export behavior to use when no bulkExportType setting is found in the matching +; format section of export.ini; default is 'link' if not overridden below. See +; export.ini for more details on available options. +;defaultType = download + +;AddThis is optional. It uses the Add This tool available from www.addthis.com +; and requires the username generated when an analytics account is registered. +;[AddThis] +;key = yourUsername + +; This section controls how item status information is presented in search results. +[Item_Status] +; Usually, there is only one location or call number for each item; however, when +; multiple values are found, there are several possible behaviors: +; first = display the first value found, ignore the rest +; all = show all of the values found, separated by commas +; msg = show a message like "Multiple Call Numbers" or "Multiple Locations" +; group = show availability statuses for each location on a separate line, +; followed by callnumber information (valid for multiple_locations only) +multiple_call_nos = msg +multiple_locations = msg + +; If your ILS driver supports services, VuFind will display a more detailed +; availability message. This setting may be used to indicate that one particular +; status is preferred over all others and should be displayed by itself when +; found. This is useful because some drivers will always provide both "loan" and +; "presentation" services, but most users will only care about "loan" (since in- +; library use is implied by the ability to borrow an item). Set this to false to +; always display all services. +preferred_service = "loan" + +; Show the full location, call number, availability for each item. +; You can customize the way each item's status is displayed by overriding the +; ajax/status-full.phtml template. +; When enabled, this causes the multiple_call_nos, multiple_locations and +; preferred_service settings to be ignored. +show_full_status = false + +; This section controls the behavior of the Record module. +[Record] +; Set this to true in order to enable "next" and "previous" links to navigate +; through the current result set from within the record view. +next_prev_navigation = true + +; Setting this to true will cause VuFind to skip the results page and +; proceed directly to the record page when a search has only one hit. +jump_to_single_search_result = false + +; You can enable this setting to show links to related MARC records using certain +; 7XX fields. Just enter a comma-separated list of the MARC fields that you wish +; to make use of. +;marc_links = "760,762,765,767,770,772,773,774,775,776,777,780,785,787" +; In the marc_links_link_types enter the fields you want the module to use to +; construct the links. The module will run through the link types in order +; until it finds one that matches. If you don't have id numbers in the fields, +; you can also use title to construct a title based search. id represents a raw +; bib id, dlc represents an LCCN. Default setting: +;marc_links_link_types = id,oclc,dlc,isbn,issn,title +; Set use_visibility_indicator to false if you want to show links that are marked as +; "Do not show" in the MARC record (indicator 1). Otherwise, these links will be +; suppressed. (Default = true) +;marc_links_use_visibility_indicator = false + +; When displaying publication information from 260/264, this separator will be +; placed between repeating subfield values (default is to rely on existing ISBD +; punctuation, but this can be used when ISBD punctuation is absent (e.g. ", "). +;marcPublicationInfoSeparator = " " + +; When displaying publication information from 260/264, this can be set to true +; to make 264 information completely replace 260 information. Default is false, +; which will display information from 260 AND 264 when both fields are populated. +; Note that this only affects display, not indexing; both fields will always be +; made searchable. +;replaceMarc260 = false + +; Set the URI-pattern of the server which serves the raw Marc-data. (see +; https://vufind.org/wiki/configuration:remote_marc_records for more information +; on how to set up a remote service for raw Marc-data) +remote_marc_url = http://172.18.113.147/%s + +; You can use this setting to hide holdings information for particular named locations +; as returned by the catalog. +hide_holdings[] = "World Wide Web" + +; This array controls which Related modules are used to display sidebars on the +; record view page. +; +; Available options: +; Similar - Similarity based on Solr lookup +; WorldCatSimilar - Similarity based on WorldCat lookup +;related[] = "Similar" + +; This setting controls which citations are available; set to true for all supported +; options (default); set to false to disable citations; set to a comma-separated list +; to activate only selected formats (available options: APA, Chicago, MLA). The +; comma-separated list option may also be used to customize citation display order. +citation_formats = APAAI, MLAAI, APA, ISBD, MLA + +; The following two sections control the Alphabetic Browse module. +[AlphaBrowse] +; This setting controls how many headings are displayed on each page of results: +page_size = 20 +; How many headings to show before the match (or the spot where the match +; would have been found). Default is 0 for backwards compatibility. +rows_before = 0 +; highlight the match row (or spot where match would have been)? default false +highlighting = false + +; This section controls the order and content of the browse type menu in the +; Alphabetic Browse module. The key is the browse index to use, the value is the +; string to display to the user (subject to translation). +[AlphaBrowse_Types] +topic = "By Topic" +author = "By Author" +title = "By Title" +lcc = "By Call Number" +;dewey = "By Call Number" + +; This section controls the return of extra columns for the different browses. +; The key is the browse index, the value is a colon-separated string of extra +; Solr fields to return for display to the user. +; Values should be in translation file as browse_value. +[AlphaBrowse_Extras] +title = "author:format:publishDate" +lcc = title +dewey = title + +; This section allows you to configure the values used for Cryptography; the +; HMACkey can be set to any value you like and should never be shared. It is used +; to prevent users from tampering with certain URLs (for example, "place hold" form +; submissions) +[Security] +HMACkey = mySuperSecretValue + +; This section sets global defaults for caches; file caching is used by default. +; A custom directory for caching can be defined by the environment variable +; VUFIND_CACHE_DIR (see httpd-vufind.conf). The default location is inside the +; local settings directory. +;[Cache] +; Set time to live value for Zend caches (in seconds), 0 means maximum possible. +;ttl = 0 +; Override umask for cache directories and files. +;umask = 022 +; Permissions for Zend-created cache directories and files, subject to umask +; Default dir_permission seems to be 0700. +;dir_permission = 0700 +; Default file_permission seems to be 0600. +;file_permission = 0600 + +; This section controls the "Collections" module -- the special view for records +; that represent collections, and the mechanism for browsing these records. +;[Collections] +; Control whether or not the collections module is enabled in search results. +; If set to true any search results which are collection level items will +; link to the respective collections page rather than the record page +; (default = false). +;collections = true +; Control default tab of Collection view (default = CollectionList) +;defaultTab = CollectionList +; This controls where data is retrieved from to build the Collections/Home page. +; It can be set to Index (use the Solr index) or Alphabetic (use the AlphaBrowse +; index). Index is subject to "out of memory" errors if you have many (150000+) +; collections; Alphabetic has no memory restrictions but requires generation of +; a browse index using the index-alphabetic-browse tool. (default = Index) +;browseType = Index +; This string is the delimiter used between title and ID in the hierarchy_browse +; field of the Solr index. Default is "{{{_ID_}}}" but any string may be used; +; be sure the value is consistent between this configuration and your indexing +; routines. +;browseDelimiter = "{{{_ID_}}}" +; This controls the page size within the Collections/Home page (default = 20). +;browseLimit = 20 + +; This section addresses hierarchical records in the Solr index +[Hierarchy] +; Name of hierarchy driver to use if no value is specified in the hierarchytype +; field of the Solr index. +driver = Default +; Should we display hierarchy trees? (default = false) +showTree = true +; "Search within trees" can be disabled here if set to "false" (default = true) +search = false +; You can limit the number of search results highlighted when searching the tree; +; a limit is recommended if you have large trees, as otherwise large numbers of +; results can cause performance problems. If treeSearchLimit is -1 or not set, +; results will be unlimited. +treeSearchLimit = 100 +; Whether hierarchy fields are used for linking between container records and their +; children (default = false). This is an alternative to the full collections support +; (see the [Collections] section), so only one of them should be enabled +; at a time e.g. unless custom record drivers are used. +;simpleContainerLinks = true + +; This section will be used to configure the feedback module. +; Set "tab_enabled" to true in order to enable the feedback module. +[Feedback] +;tab_enabled = true +;recipient_email = "feedback@myuniversity.edu" +;recipient_name = "Your Library" +;email_subject = "VuFind Feedback" +; This is the information for where feedback emails are sent from. +;sender_email = "noreply@vufind.org" +;sender_name = "VuFind Feedback" + +; Uncomment this section and provide your API key to enable Google Analytics. Be +; sure to set the "universal" setting to true once your account is upgraded to +; Universal Analytics; see: +; https://developers.google.com/analytics/devguides/collection/upgrade/guide +;[GoogleAnalytics] +;apiKey = "mykey" +;universal = false + +; Uncomment this section and provide your Piwik server address and site id to +; enable Piwik analytics. Note: VuFind's Piwik integration uses several custom +; variables; to take advantage of them, you must reconfigure Piwik by switching +; to its root directory and running this command to raise a default limit: +; ./console customvariables:set-max-custom-variables 10 +[Piwik] +;url = "http://server.address/piwik/" +;site_id = 1 +; Uncomment the following setting to track additional information about searches +; and displayed records with Piwik's custom variables +;custom_variables = true + +; Uncomment portions of this section to activate tabs in the search box for switching +; between search modules. Keys are search backend names, values are labels for use in +; the user interface (subject to translation). If you need multiple tabs for a single +; backend, append a colon and a suffix to each backend name (e.g. Solr:main) and add +; the filters in the [SearchTabsFilters] section. +[SearchTabs] +;Solr = Catalog +;Summon = Summon +;WorldCat = WorldCat +;Solr:filtered = "Catalog (Main Building Books)" +;EDS = "EBSCO Discovery Service" + +; Add any hidden filters in this section for search tab specific filtering +[SearchTabsFilters] +;Solr:filtered[] = 'building:"main library"' +;Solr:filtered[] = "format:book" + +; Uncomment portions of this section to label searches from particular sources in the +; search history display. Keys are search backend names, values are labels for use in +; the user interface (subject to translation). +[SearchHistoryLabels] +;Solr = Catalog +;Summon = Summon +;WorldCat = WorldCat +;SolrWeb = "Library Website" +;EDS = "EBSCO Discovery Service" + +; Activate Captcha validation on select forms +; VuFind will use reCaptcha validation to prevent bots from using certain actions of +; your instance. See http://www.google.com/recaptcha for more information on Captcha +; and create keys for your domain. +; You will need to provide a sslcapath in the [Http] section for your Captcha to work. +;[Captcha] +;siteKey = "get your reCaptcha key at" +;secretKey = "https://www.google.com/recaptcha/admin/create" +; Valid theme values: dark, light +;theme = light +; Valid forms values: changePassword, email, newAccount, passwordRecovery, sms +; Use * for all supported forms +;forms = changePassword, email, newAccount, passwordRecovery, sms + +; This section controls VuFind's social features. +[Social] +; Comments may be "enabled" or "disabled" (default = "enabled") +comments = disabled +; Favorite lists may be "enabled", "disabled", "public_only" or "private_only" +; (default = "enabled") +; The public_only/private_only settings restrict the type of list users may +; create. If you change this to a more restrictive option, it is your responsibility +; to update the user_list database table to update the status of existing lists. +lists = enabled +; Tags may be "enabled" or "disabled" (default = "enabled") +; When disabling tags, don't forget to also turn off tag search in searches.ini. +tags = disabled +; This controls the maximum length of a single tag; it should correspond with the +; field size in the tags database table. +max_tag_length = 64 + +; ***************** +; * BOF finc +; ***************** +; This section allows to set identifiers and other information which are specific +; for the library. +;[InstitutionInfo] +;bibid = "UBL" +;sigel = "15" +;isil[] = "DE-15" +;isil[] = "DE-15-100" +;isil[] = "DE-15-292" +;bik = "952000-4" + +; This section contains all site related customization for finc +;[CustomSite] +; Combine more formats to one css class. If false first format entry will taken +; to display icon symbol +;combinedIcons = false +;namespace = ubl +; +; Fields of study used as required information in forms such as Acquisiton and PDA: +;field_of_study[] = misc +;field_of_study[] = bio +;field_of_study[] = geo +;field_of_study[] = hist +;field_of_study[] = art +;field_of_study[] = ling +;field_of_study[] = math +;field_of_study[] = med +;field_of_study[] = mus +;field_of_study[] = nat +;field_of_study[] = paed +;field_of_study[] = phil +;field_of_study[] = pol +;field_of_study[] = psy +;field_of_study[] = jur +;field_of_study[] = soz +;field_of_study[] = sport +;field_of_study[] = vet +;field_of_study[] = theo +;field_of_study[] = ethno +;field_of_study[] = wiwi + +; This section contains all index related customizations for finc +[CustomIndex] +; The indexExtension allows to select library specific index fields (e.g. +; barcode_{indexExtension}, callnumber_{indexExtension}, format_{indexExtension} +; etc.). +;indexExtension = "de15" + +; take general format field of Solr index. If false it takes the format fields +; with index extension defined above. +;generalFormats = true ;for ubl & htwk it should be true + +; This mapping allows access to library specific Marc fields identified by the +; library namespace (defined in localMarcFieldOfLibraryNamespace) +localMarcFieldOfLibraryMapping[] = "ubl:969" +localMarcFieldOfLibraryMapping[] = "hmt:970" +localMarcFieldOfLibraryMapping[] = "che:971" +localMarcFieldOfLibraryMapping[] = "tuf:972" +localMarcFieldOfLibraryMapping[] = "htw:973" +localMarcFieldOfLibraryMapping[] = "htwk:974" +localMarcFieldOfLibraryMapping[] = "zwi:975" +localMarcFieldOfLibraryMapping[] = "zit:976" +localMarcFieldOfLibraryMapping[] = "hfm:977" +localMarcFieldOfLibraryMapping[] = "hfbk:978" +localMarcFieldOfLibraryMapping[] = "hgb:979" +localMarcFieldOfLibraryMapping[] = "skd:983" +localMarcFieldOfLibraryMapping[] = "slub:984" +localMarcFieldOfLibraryMapping[] = "bas:985" +localMarcFieldOfLibraryMapping[] = "gfzk:986" + +; Namespace to select the correct library specific Marc field from the +; localMarcFieldOfLibraryMapping +localMarcFieldOfLibraryNamespace = "gfzk" + +; In this section you can define strings to be used as filter for removing certain +; subjects from Marc records (used in getAllSubjectHeadings()). +; see also https://intern.finc.info/issues/7160 +[SubjectHeadings] +remove[] = "gndcontent" +remove[] = "gndcarrier" +remove[] = "gndmusic" + +; Section to configure Ebook Central service - EBL Choice service provided by +; ProQuest http://www.proquest.com +; Please note: Service if only available with configuration of [LinksRewrite] +; section. Use equal defined pattern below for ebl[pattern] and ebl[method] = +; resolveEblLink to call specific link resolver of EBL with authentication and +; permission logic. +;[Ebl] +;pattern = "namespace of uri" +;secret_key = "secret key provided by supplier" + +; This setting defines a string that is used to identify Ebl-records by checking Marc +; 912a against it (see also https://intern.finc.info/issues/8055). This allows to +; suppress generic URLs found in Marc of Ebl records. +; Note: this requires to fully enable the [LinksRewrite] and [Ebl] sections including +; all settings otherwise the Ebl plugin might throw exceptions. +;product_sigel = "ZDB-89-EBL" + +; Section of rewriting of urls of marc field $856 using regular expression or +; through injection of self-declared method. Rewrite options here are not really +; fit to resolve by bare linkresolver logic or openurl processing. +[LinksRewrite] +; Start to declare a own group which can have following keys. +; identifier[remove] single definition item needs a url pattern to suppress links +; of displaying. +; identifier[pattern] is necessary to switch on rewrite und sort out the right links. +; regular expression are allowed +; identifier[search] is the string to replaced +; identifier[replace] is the replacing phrase +; identifier[method] calls an alternative method with the link as parameter. +; The method is expected in View\Helper\Root\Record.php +; Examples: +; ebl[pattern] = leip.eblib.com +; ebl[method] = resolveEblLink +; naxos[pattern] = www.ln.naxosmusiclibrary.com +; naxos[search] = www.ln.naxosmusiclibrary.com +; naxos[replace] = ubl-leipzig.naxosmusiclibrary.com +nbn[pattern] = "^urn:nbn:" +nbn[search] = "urn:nbn:" +nbn[replace] = "http://nbn-resolving.de/urn:nbn:" + +; This section defines urls to match with record entries of external ILS. +; - The url pattern is defined as value with %s replacement placeholder. +; - The variable name indicates which identifier should be taken as replacement. +; Currently possibles values are _id_ for unique solr id (finc.id) and _ppn_ as +; record id of data other provider. +; - The variable key indicates the institution for those replacement should be take +; place. +; See also https://intern.finc.info/issues/9245 +[ExternalAccess] +; ppn[DE-D13] = "http://webopac.skd.museum/libero/WebopacOpenURL.cls?ACTION=DISPLAY&RID=%s" +; id[DE-14] = "http://katalogbeta.slub-dresden.de/id/%s/" + +; ***************** +; * EOF finc +; ***************** diff --git a/fid_bbi/config/vufind/export.ini b/fid_bbi/config/vufind/export.ini new file mode 100644 index 00000000000..dacbc2e5a71 --- /dev/null +++ b/fid_bbi/config/vufind/export.ini @@ -0,0 +1,77 @@ +; This configuration file controls the formats which can be used to export data. +; The order of the sections will control the display order of export options within +; VuFind. +; +; Explanation of keys in each section: +; +; combineNamespaces[] - a repeatable field containing a namespace prefix and URL +; separated by a pipe. This only applies when combineXpath is used (see below). +; combineXpath - an Xpath expression specifying XML tags which should be merged; +; this can be used for bulk export of XML records when it is necessary to merge +; multiple single records into a single collection. It is not needed for +; non-XML formats. +; headers[] - a repeatable field containing HTTP headers that should be output to +; specify the appropriate export format. +; label - the label to display to the user when referring to this format; if omitted, +; the section name will be used by default. +; redirectUrl - a URL to forward the user to when they export this format (used for +; sending data to an external service like RefWorks). The URL must include one +; or more of these special tokens: +; {config|[section]|[setting]|[default value if unset]} - A value extracted +; from config.ini (with a default value in case of missing setting). +; {encodedCallback} - The URL that the external service can use to retrieve +; the export data, URL-encoded. +; {encodedConfig|[section]|[setting]|[default value if unset]} - Same as the +; {config...} setting above, except result will be URL-encoded. +; requiredMethods[] - a repeatable field indicating methods which must be available +; on the record driver object in order to allow export in this format. +; bulkExportType - [ "link" | "download" ] - link renders a download link in the UI, +; download offers to save the export-file directly; overrides the defaultType +; setting found in the [BulkExport] section of config.ini. This distinction +; currently only affects users with Javascript enabled; the 'download' option +; cannot be implemented in a user-friendly way when Javascript is disabled. + +[EndNote] +label = "Citavi/EndNote" +requiredMethods[] = getTitle +headers[] = "Pragma: public" +headers[] = "Expires: Thu, 01 Dec 1994 16:00:00 GMT" +headers[] = "Cache-Control: must-revalidate, post-check=0, pre-check=0, private" +headers[] = "Content-type: application/x-endnote-refer" +headers[] = "Content-Disposition: attachment; filename=\"vufind.enw\";" + +[BibTeX] +requiredMethods[] = getTitle +headers[] = "Content-type: application/x-bibtex; charset=utf-8" + +[RIS] +requiredMethods[] = getTitle +headers[] = "Content-type: application/x-research-info-systems; charset=utf-8" + +; disabled finc-wide - cf. https://intern.finc.info/issues/9698 + +;[RefWorks] +;requiredMethods[] = getTitle +;redirectUrl = "{config|RefWorks|url|http://www.refworks.com}/express/expressimport.asp?vendor={encodedConfig|RefWorks|vendor|VuFind}&filter=RefWorks%20Tagged%20Format&url={encodedCallback}" +;headers[] = "Content-type: text/plain; charset=utf-8" + +;[EndNoteWeb] +;requiredMethods[] = getTitle +;redirectUrl = "{config|EndNoteWeb|url|https://www.myendnoteweb.com/EndNoteWeb.html}?partnerName={encodedConfig|EndNoteWeb|vendor|VuFind}&dataRequestUrl={encodedCallback}&func=directExport&dataIdentifier=1&Init=Yes&SrcApp=CR&returnCode=ROUTER.Unauthorized" +;headers[] = "Content-type: text/plain; charset=utf-8" + +;[MARC] +;requiredMethods[] = getMarcRecord +;headers[] = "Content-type: application/MARC" +;headers[] = "Content-Disposition: attachment; filename=\"VuFindExport.mrc\";" + +;[MARCXML] +;requiredMethods[] = getMarcRecord +;headers[] = "Content-type: text/xml" +;headers[] = "Content-Disposition: attachment; filename=\"VuFindExport.xml\";" +;combineNamespaces[] = "marc21|http://www.loc.gov/MARC21/slim" +;combineXpath = "/marc21:collection/marc21:record" + +;[RDF] +;requiredMethods[] = getRDFXML +;headers[] = "Content-type: application/rdf+xml" diff --git a/fid_bbi/config/vufind/facets.ini b/fid_bbi/config/vufind/facets.ini new file mode 100644 index 00000000000..bf59961a2fb --- /dev/null +++ b/fid_bbi/config/vufind/facets.ini @@ -0,0 +1,239 @@ +; The order of display is as shown below +; The name of the index field is on the left +; The display name of the field is on the right +[Results] +; institution = Institution +; building = Library +access_facet = Access +format = Format +; format_de15 = "Format UBL" +branch_de15 = "Zweigbibliothek" +; collcode_de15 = "Literaturabteilung UBL" +; rvk_facet = "RVK" +finc_class_facet = Fachgebiet + +mega_collection = Kollektion + +; Use callnumber-first for LC call numbers, dewey-hundreds for Dewey Decimal: +;callnumber-first = "Call Number" +;dewey-hundreds = "Call Number" + +language = Language +; authorStr = Author +author_facet = Author +; genre_facet = Genre +; era_facet = Era +; geographic_facet = Region +publishDate = "adv_search_year" ; share year string w/advanced search page + +; Facets that will appear at the top of search results when the TopFacets +; recommendations module is used. See the [TopRecommendations] section of +; searches.ini for more details. +[ResultsTop] +; topic_facet = "Suggested Topics" + +; This section is used to identify facets for special treatment by the SideFacets +; recommendations module. +[SpecialFacets] +; Any fields listed below will be treated as year-based date ranges rather than plain +; facets: +dateRange[] = publishDateSort +; Any fields listed below will be treated as year/month/day-based date ranges rather +; than plain facets: +;fullDateRange[] = example_field_date +; Any fields listed below will be treated as numeric ranges rather than plain facets: +;numericRange[] = example_field_str +; Any fields listed below will be treated as free-form ranges rather than plain +; facets: +;genericRange[] = example_field_str +; Any fields listed below will be treated as hierarchical facets +; (see https://wiki.apache.org/solr/HierarchicalFaceting but note that we always +; use a trailing slash to avoid ambiguities) +;hierarchical[] = building +; Sort options for hierarchical facets: +; How hierarchical facets are sorted. Default is result count, but alternative ways +; can be specified: +; top = Sort the top level list alphabetically, others by result count (useful e.g. +; for a large number of building facets where top level is organization and +; second level the library branch) +; all = Sort all levels alphabetically +;hierarchicalFacetSortOptions[building] = top +; How hierarchical facet values are displayed in the records: +; single = Display only the deepest level (default) +; full = Display full hierarchy for each entry +;hierarchicalFacetDisplayStyles[format] = full +; Separator used when display hierarchical facet levels (default is "/") +;hierarchicalFacetSeparators[format] = " > " + +; This section is reserved for special boolean facets. These are displayed +; as checkboxes. If the box is checked, the filter on the left side of the +; equal sign is applied. If the box is not checked, the filter is not applied. +; The value on the right side of the equal sign is the text to display to the +; user. It will be run through the translation code, so be sure to update the +; language files appropriately. +; +; Leave the section empty if you do not need checkbox facets. +[CheckboxFacets] +;edition:1st* = "First Edition" ; Contrived hypothetical example +;access_facet:Local Holdings = "Local Holdings" +;access_facet:Electronic Resources = "Electronic Resources" + +; These settings affect the way the [Results] facets are displayed +; If using facets at the top of search results you have more room for text. +[Results_Settings] +; By default, how many values should we show for each facet? (-1 for no limit) +facet_limit = 30 +; Override facet_limit on a per-field basis using this array: +;facet_limit_by_field[format] = 50 +; By default, the side facets will only show 6 facets and then the "show more" +; button. This can get configured with the showMore settings. +; You can use the * to set a new default setting. +showMore[*] = 6 +; Or you can set a facet specific value by using the facet name as index. +;showMore['format'] = 10 +; Rows and columns for table used by top facets +;top_rows = 2 +;top_cols = 3 +; Should we show "exclude" links for some or all of the facets? Set to * for +; all facets, use a comma-separated list to show for some of the facets, set +; to false or omit to disable "exclude" links +exclude = * +; Should we OR together facets rather than ANDing them? Set to * for +; all facets, use a comma-separated list to apply to some of the facets, set +; to false or omit to disable ORed facets. +orFacets = * +; Do we want any facets to be collapsed by default? +;collapsedFacets = * + +; This can be used to sort specific facet fields alphabetically by index value +; (which normally results in alphabetical order). +; Please note: This sorts natively in the Solr index using untranslated values, +; so if you are using facet translation, your values may not always display in +; the expected order. +;sorted_by_index[] = building; +;sorted_by_index[] = institution; + +; The author home screen has different facets +[Author] +topic_facet = "Related Subjects" + +; These facets will be displayed as limiters on the advanced search search screen +; NOTE: To make changes take effect immediately, you may need to clear VuFind's +; cache after changing this section. +[Advanced] +;callnumber-first = "Call Number" +;language = Language +branch_de15 = Zweigbibliothek +format = Format +;hierarchy_top_title = Collections + +; Most of these settings affect the way the [Advanced] facets are displayed; the +; translated_facets setting affects facets globally. +[Advanced_Settings] +facet_limit = 100 ; how many values should we show for each facet? +; Should we OR together facets rather than ANDing them? Set to * for +; all facets, use a comma-separated list to apply to some of the facets, set +; to false or omit to disable ORed facets. +orFacets = * +; A default delimiter for use with delimited facets (see below). +delimiter = "{{{_:::_}}}" + +; The facets listed under the [Advanced] section above will be used as limiters on +; the advanced search screen and will be displayed uniformly as multi-select boxes. +; Some facet types don't lend themselves to this format, and they can be turned on +; by inclusion in the comma-separated list below, or turned off by being excluded. +; Supported values: +; checkboxes - displays a list of checkbox facets as specified in the +; [CheckboxFacets] section above. You can specify the config file/section +; with colon-separated parameters following the checkboxes setting; e.g. +; checkboxes:facets:myCustomCheckboxes will load from the myCustomCheckboxes +; section of facets.ini. You can prefix the section name with a tilde (~) +; to reverse processing of the section to label => filter format (useful if your +; filters contain values that are illegal in configuration keys -- e.g. []). +; daterange - for the range controls specified by the dateRange setting under +; [Special_Facets] above; if multiple fields are specified above but you +; only want certain ones on the advanced screen, you can filter with a +; colon separated list; e.g. "daterange:field1:field2:field3" +; fulldaterange - just like daterange above, but for fullDateRange[] fields. +; genericrange - just like daterange above, but for genericRange[] fields. +; illustrated - for the "illustrated/not illustrated" radio button limiter +; numericrange - just like daterange above, but for numericRange[] fields. +special_facets = "illustrated,daterange" + +; Any facets named in the list below will have their values run through the +; translation code; unlisted facets will displayed as-is without translation. For +; translated facets, be sure that all of the necessary strings are included in the +; language files found in the languages directory. You may add a colon and the +; name of a text domain after the field name to specify translations in a specific +; text domain (subdirectory of the languages folder). By default, no facets are +; translated -- uncomment or add lines below to turn on this feature. +;translated_facets[] = institution +;translated_facets[] = building +translated_facets[] = format +translated_facets[] = language +translated_facets[] = access_facet +translated_facets[] = finc_class_facet +translated_facets[] = rvk_facet +translated_facets[] = mega_collection + +; Any facets named here will be treated as a delimited facet. +; Delimited facets can be used to display a text value for otherwise incomprehensible +; facet values. It can also be used in combination with sorted_by_index (above) +; to fully control the display order of facet values. The delimiter may be present in +; the string an unlimited number of times; only the text after the last delimiter +; will be displayed to the user. +; e.g. facetValue{{{_:::_}}}displayText +; e.g. sortKey{{{_:::_}}}facetValue{{{_:::_}}}displayText +; Per-field delimiters can be set here following a pipe after the facet name. +; e.g. "author_id_str|:::" +; If no delimiter is set, the default delimiter (set above) will be used. +;delimited_facets[] = author_id_str +;delimited_facets[] = "author_id_str|:::" + +; These facets will be displayed on the Home Page. If this section is omitted, +; the [Advanced] section will be used instead. +[HomePage] +;callnumber-first = "Call Number" +language = Language +format = Format +;hierarchy_top_title = Collections + +; These settings affect the way the [HomePage] facets are displayed +; NOTE: To make changes take effect immediately, you may need to clear VuFind's +; cache after changing this section. +[HomePage_Settings] +; how many values should we load for each facet? depending on the column layout +; of the homepage facet lists, we may not display all loaded values for every facet +facet_limit = 20 + +[Visual_Settings] +; Which two facetable fields should be used for creating the visual results? +; See VisualFacets recommendation module in searches.ini for more details. +;visual_facets = "callnumber-first,topic_facet" + +; If you rename a facet field, you can map the old value to a new value in this +; section to ensure that legacy URLs continue to function. +[LegacyFields] + +; Prevent specific facet values from being displayed to the user. +; Use facet field names as keys and untranslated facet values as values. +[HideFacetValue] +;format[] = "Book" + +; Allow only a defined set of facets to be displayed to the user as a kind of +; whitelist. +; Use facet field names as keys and untranslated facet values as values. +[AllowFacetValue] +;format[] = "Book" + +; Added for finc project +; Array of stricter facets hiding to diminsh displaying +; facet contents by starting searching. +[HideFacets] +; Indicate facet which contents should be hided first. +hide_facets = "genre_facet,era_facet,geographic_facet" + +; Special facets sorted alphabetically. +[SortedByIndex] +index[] = branch_de15 +;index[] = format diff --git a/fid_bbi/config/vufind/permissions.ini b/fid_bbi/config/vufind/permissions.ini new file mode 100644 index 00000000000..994c2b86245 --- /dev/null +++ b/fid_bbi/config/vufind/permissions.ini @@ -0,0 +1,144 @@ +; This file controls how permissions are assigned to roles within VuFind. +; +; Each section of the file contains a group of rules that grant permissions. The name +; of the section is unimportant as long as each section has a unique name. This +; section contains several keys: +; +; require - Set to 'ALL' to require all conditions in the section to be met in +; order to grant the permission(s). Set to 'ANY' to allow any one or +; more of the conditions to grant the permission(s). Defaults to 'ALL' +; if unset. Note that this rule is used for combining the output of +; permission provider services. When a single permission provider +; accepts multiple lines of configuration, the way those lines are +; combined may vary from provider to provider (see below). +; permission - The name(s) of the permission(s) to grant. May be a single string or +; an array of strings. +; +; Any other keys in the section should be the names of permission provider services. +; The values associated with these keys will be passed along to the services. +; You can define your own permission providers, or use some of the following: +; +; ipRange - Grant the permission to the single IP adresse or to the range. +; Accepts a single IP adresse or a range with a minus character without +; blanks as separator. Also partial addresses can be used (e.g. 192.168 +; denotes 192.168.0.0-192.168.255.255) and IPv6 addresses are also +; supported (unless PHP is compiled with IPv6 disabled). +; ipRegEx - Grant the permission to IP addresses matching the provided regular +; expression(s). Accepts a string or an array; if an array is passed, +; permission will be granted if ANY one of the expressions matches. +; role - Grant the permission automatically to the role or roles specified +; (accepts a string or an array). Note that VuFind uses 'guest' for +; logged-out users and 'loggedin' for all logged-in users. You may +; define additional roles with custom code. +; serverParam - Grant the permission if request server params match the given rules. +; Accepts a string or an array; if an array is passed permission will +; be granted if ALL of the rules match. Rules are specified as +; <server param name> [modifier] <value> [<value 2> ... <value n>] +; with optional modifier ~ (match instead of string comparison, values +; are treated as regular expressions), ! (not) or !~ (no match). Only +; one of the values must match (OR). +; shibboleth - Same as serverParam with support for Shibboleth multi-valued +; attributes (values separated by semicolons). The IdP entityId can be +; referenced with idpentityid. Please note that only checking the IdP +; entityId is dangerous (no authorization, anybody with a valid login +; gets the permission) so this should always be combined with a second +; rule that checks an attribute. +; username - Grant the permission to logged-in users whose usernames match the +; specified value(s). Accepts a string or an array. +; +; Example configuration (grants the "sample.permission" permission to users named +; admin1 or admin2, or anyone coming from the IP addresses 1.2.3.4 or 1.2.3.5): +; +; [sample.rules] +; require = ANY +; username[] = admin1 +; username[] = admin2 +; ipRegEx = "/1\.2\.3\.4|1\.2\.3\.5/" +; ipRange[] = "1.2.3.4" +; ipRange[] = "1.2.3.7-1.2.5.254" +; permission = sample.permission +; +; List of permissions that you may wish to configure: +; +; access.AdminModule - Controls access to the admin panel (if enabled in config.ini) +; access.DebugMode - Allows ?debug=true GET parameter to turn on debug mode +; access.EDSExtendedResults - Controls visibility of protected EDS results +; access.EITModule - Controls access to the EBSCO EIT module (if active) +; access.StaffViewTab - Controls access to the staff view tab in record mode +; access.SummonExtendedResults - Controls visibility of protected Summon results + +; Configuration for permitting EBL/Schweitzer link resolving +;[default.EBL] +;role = loggedin +;catUserType = UBL:eblAccessGranted +;permission = access.EblLink + +; Configuration for permitting PDA form action +;[default.PDA] +;role = loggedin +;catUserType = UBL:pdaAccessGranted +;permission = access.PDAForm + +; Configuration for permitting Acquisition form action +;[default.Acquisition] +;role = loggedin +;catUserType = DE-15:pdaAccessGranted +;permission = access.AcquisitionForm + +; Configuration for permitting DDS form action +;[default.DDS] +;role = loggedin +;catUserType = UBL:ddsAccessGranted +;permission = access.DDSForm + +; Show staff view for all users by default +[default.StaffViewTab] +role[] = guest +role[] = loggedin +permission = access.StaffViewTab + +; Example for dynamic debug mode +;[default.DebugMode] +;username[] = admin +;permission = access.DebugMode + +; Example for EDS +;[default.EDSModule] +;ipRange[] = "127.0.0.1" +;ipRange[] = "192.168.11" +;permission = access.EDSExtendedResults + +; Examples for Shibboleth +; +; Only users that have either common-lib-terms and entityid from idp1 or +; member and entityid from idp2 may have access to EITModule +;[shibboleth.EITModule1] +;shibboleth[] = "entityid https://testidp1.example.org/idp/shibboleth" +;shibboleth[] = "affiliation member@example.org" +;permission = access.EITModule +; +;[shibboleth.EITModule2] +;shibboleth[] = "entityid https://testidp2.example.org/idp/shibboleth" +;shibboleth[] = "entitlement urn:mace:dir:entitlement:common-lib-terms" +;permission = access.EITModule +; +; Only users with a staff affiliation can access the staff view tab +;[shibboleth.StaffView] +;shibboleth = "affiliation staff@example.org" +;permission = access.StaffViewTab + +; Example for conditional filters (see [ConditionalHiddenFilters] in +; searches.ini for details) +;[conditionalFilter.MyUniversity] +;require = ANY +;ipRange[] = 1.2.3.1-1.2.3.254 +;role = loggedin +;permission = conditionalFilter.MyUniversity + +; Examples for PrimoCentral (see [Institutions] section +; in Primo.ini for details) +;[default.primoOnCampusRule] +;require = ANY +;ipRange[] = 1.2.3.1-1.2.3.254 ; for the IP-range of your university's network +;role = loggedin ; if you want to allow authenticated users to use Primo module +;permission = primoOnCampus.MYINSTITUTION diff --git a/fid_bbi/config/vufind/searches.ini b/fid_bbi/config/vufind/searches.ini new file mode 100644 index 00000000000..6c7a988b640 --- /dev/null +++ b/fid_bbi/config/vufind/searches.ini @@ -0,0 +1,670 @@ +; This section contains global settings affecting search behavior. +[General] +default_handler = AllFields ; Search handler to use if none is specified + +; This setting controls the default sort order of search results if no search- +; specific setting was present in the [DefaultSortingByType] section below; the +; selected option should be one of the options present in the [Sorting] section +; below. +default_sort = relevance + +; This setting controls the sort order to be used for empty search when relevance +; sort is selected. Since relevance doesn't have a meaningful function with an empty +; search, this can be set to e.g. "title". +;empty_search_relevance_override = title + +; This setting controls the default view for search results; the selected option +; should be one of the options present in the [Views] section below. +default_view = list + +; This section controls the result limit options for search results. default_limit +; sets the default number of results per page. limit_options is a comma-separated +; list of numbers to be presented to the end-user. If only one limit is required, +; set default_limit and leave limit_options commented out. +; WARNING: using large limits may require you to raise your PHP memory limits to +; avoid errors. +default_limit = 20 +limit_options = 10,20,40,60 + +; This setting allows to limit pagination of a search result as deep pagination +; costs a lot of performance and most users are not very likely to navigate +; further down than 20 pages of a search result. +; This is especially useful to prevent webcrawlers from descending too deep and +; eating up search backend performance. Default is set to unlimited. +result_limit = 400 + +; If this setting is true, boolean operators in searches (AND/OR/NOT) will only +; be recognized if they are ALL UPPERCASE. If set to false, they will be +; recognized regardless of case. If set to a comma-separated list of operators +; (e.g. "AND,NOT") then only the listed operators will be case-sensitive. +case_sensitive_bools = true + +; If this setting is true, range operators in searches ([a TO b] or {a TO b}) +; will only be recognized if the word "TO" is ALL UPPERCASE. Additionally, the +; edges of the range may be treated in a case sensitive manner. If set to false, +; ranges will be recognized regardless of case -- this will allow better matching +; at the cost of a bit of extra server-side processing. +case_sensitive_ranges = true + +; These are the default recommendations modules to use when no specific setting +; are found in the [TopRecommendations], [SideRecommendations] or +; [NoResultsRecommendations] sections below. +; See the comments above those sections for details on legal settings. You may +; repeat these lines to load multiple recommendations. +default_top_recommend[] = TopFacets:ResultsTop +;default_top_recommend[] = SpellingSuggestions +;default_top_recommend[] = VisualFacets:Visual_Settings +default_side_recommend[] = SideFacets:Results:CheckboxFacets +;default_side_recommend[] = EbscoResults:[namespace]:[url] +;default_noresults_recommend[] = SwitchTab +default_noresults_recommend[] = SwitchType +default_noresults_recommend[] = SwitchQuery +;default_noresults_recommend[] = SwitchQuery:::fuzzy +;default_noresults_recommend[] = SpellingSuggestions +default_noresults_recommend[] = RemoveFilters + +; Set this to true in order to highlight keywords from the search query when they +; appear in fields displayed in search results. +highlighting = false + +; Set this to restrict the list of fields that will be highlighted (the hl.fl +; Solr parameter); default = '*' for all fields: +;highlighting_fields = * + +; Set this to true in order to include a text snippet in the search results when +; a keyword match is found in a field that is not normally displayed as part of +; the listing. For finer control over which fields are used for snippets, see +; the record driver code (web/RecordDrivers/IndexRecord.php). +; +; For control over snippet captions, see the [Snippet_Captions] section below. +snippets = true + +; When you filter a search using facets, VuFind will present a checkbox that can +; be used to apply those filters to the next search you perform. This setting +; controls its default state: on (true) or off (false). +retain_filters_by_default = true + +; The filters listed below will be applied to all new searches by default. Omit +; this setting to have no default filters applied. These differ from hidden +; filters because they are visible in the UI and may be removed by the user. +; +; You can use complex filters (for example with boolean operators inside). +; In order to do that, just set the filter into parentheses (as in the third sample line). +; +; NOTE: If you are setting a default filter on a field that is used for OR +; facets (see the orFacets setting in facets.ini), be sure to prefix the field +; name with a tilde (~)... e.g. "~format:Book" +;default_filters[] = "format:Book" +;default_filters[] = "institution:MyInstitution" +;default_filters[] = "(format:Book AND institution:MyInstitution)" + +[Cache] +; This controls whether the parsed searchspecs.yaml file will be stored to +; improve search performance; legal options are APC (use APC cache), File (store +; on disk) or false (do not cache). +type = File + +; This section shows which search types will display in the basic search box at +; the top of most pages. The name of each setting below corresponds with a +; search handler (either DisMax or from conf/searchspecs.yaml). The value of +; each setting is the text to display on screen. All on-screen text will be run +; through the translator, so be sure to update language files if necessary. The +; order of these settings will be maintained in the drop-down list in the UI. +; +; Note: The search type of "tag" is a special case that gets handled differently +; because tags are not stored in the same index as everything else. Treat +; this as a reserved word if you create your own custom search handlers. +[Basic_Searches] +AllFields = "All Fields" +Title = Title +;JournalTitle = "Journal Title" +Author = Author +;Subject = Subject +;CallNumber = "Call Number" +ISN = "ISBN/ISSN" +Signatur = "Call Number" +Barcode = Barcode +tag = Tag + +; This section defines which search options will be included on the advanced +; search screen. All the notes above [Basic_Searches] also apply here. +[Advanced_Searches] +AllFields = adv_search_all +Title = adv_search_title +;JournalTitle = adv_search_journaltitle +Author = adv_search_author +rvk = "RVK-Notation" +Subject = adv_search_subject +;CallNumber = adv_search_callnumber +Series = adv_search_series +publisher = adv_search_publisher +publishPlace = adv_search_publishPlace +year = adv_search_year +ISN = adv_search_isn +Signatur = "Call Number" +Barcode = Barcode +toc = adv_search_toc + +; This section defines the sort options available on standard search results. +; Values on the left of the equal sign are either the reserved term "relevance" +; or the name of a Solr index to use for sorting; asc and desc modifiers may be +; used in combination with index names, but not relevance. To allow secondary +; sorting, you may include a comma-separated list of options (for example, +; "year desc,title asc"), but this list may NOT include the special "relevance" +; value. Values on the right of the equal sign are text that will be run +; through the translation module and displayed on screen. +; +; Note: "year", "author" and "title" are special shortcut aliases for the +; "publishDateSort", "author_sort" and "title_sort" Solr fields; you can +; use either form in this file. +[Sorting] +relevance = sort_relevance +year = sort_year +year asc = "sort_year asc" + +; Use the "callnumber-sort" line for LC or the "dewey-sort" line for Dewey Decimal. +; If you want to enable both systems for sorting, you can uncomment both lines, +; but you will need to add some custom text to distinguish between the two. +;callnumber-sort = sort_callnumber +;dewey-sort = sort_callnumber + +author = sort_author +title = sort_title + +; This section allows you to specify the default sort order for specific types of +; searches. Each key in this section should correspond with a key in the +; [Basic_Searches] section above. Each value should correspond with a key in the +; [Sorting] section above. Any search type that is not listed here will be sorted +; using the default_sort setting in the [General] section above. +[DefaultSortingByType] +CallNumber = callnumber-sort + +; Each search type defined in searchspecs.yaml can have one or more "recommendations +; modules" associated with it in the following sections. These plug-ins will cause +; boxes of suggestions to appear beside (in [SideRecommendations]) or above (in +; [TopRecommendations]) the search results. The special [NoResultsRecommendations] +; are only displayed for empty search results. You can repeat the line to display a +; series of recommendations boxes in a particular section -- just be sure to include +; brackets ("[]") after the search type name. If you do not want recommendations +; for a particular search type, set the value to "false" in either or both sections. +; Any search types not listed here will use the default value -- see the +; default_top_recommend and default_side_recommend settings in the [General] +; section above. It is legal to set the default options to false if you want no +; default value. +; +; Available modules recommended for use in the side area: +; +; CatalogResults:[GET parameter]:[result limit] +; Display catalog search results matching the terms found in the specified +; GET parameter (default = "lookfor"), limited to a specified number of +; matches (default = 5). This is designed for use with non-catalog modules. +; DPLATerms:[collapsed] +; Display results from the DPLA catalog. Provide a boolean to have the sidebar +; collapsed or open on page load. +; EbscoResults:[namespace]:[url] +; Display searches result of Ebsco databases. Service was developed for +; personal needs of libraries of finc community. [url] is the base search url +; which can contain placeholder %s to inject namespace. [namespace] is a +; defined abbrevation of the service provider to resolve the service for +; a specific instituion. Default [url] is set +; to: www.bibliothek.tu-chemnitz.de/finc/%s/ebsco3.cgi +; EuropeanaResults:[url]:[requestParam]:[limit]:[unwanted data providers] +; Display search results from Europeana.eu API. +; Parameters (all are optional): +; [url] = base search URL, default api.europeana.eu/api/v2/opensearch.rss +; [requestParam] = parameter name for passing lookup value in url, default is +; "searchTerms" +; [limit] = the number of result items to display (defaults to 5) +; [unwanted data providers] = comma separated list of dataproviders to ignore +; results from; useful for excluding your own results that are also in +; Europeana. +; An API key must be set in config.ini (see europeanaAPI setting in [Content] +; section). +; EuropeanaResultsDeferred: [url]:[requestParam]:[limit]:[unwanted data providers] +; See EuropeanaResults, but this version uses AJAX for asynchronous loading. +; ExpandFacets:[ini section]:[ini name] +; Display facets listed in the specified section of the specified ini file; +; if [ini name] is left out, it defaults to "facets." Rather than using +; facets to limit the existing search, this module uses them to start a new +; search showing all records matching the selected facet value. +; FacetCloud:[ini section]:[ini name] +; Same functionality as ExpandFacets, but with a more compact interface to +; allow the display of more values. +; OpenLibrarySubjects:[GET parameter]:[limit]:[date filter]:[Subject types] +; Display full-text, public scans from the Open Library (OL) Subjects API. +; [GET parameter] (default = "lookfor"), [limit] (default = 5), +; [date filter] The name of a date filter (from facet settings) to apply to +; searches. Defaults to "publishDate" if blank; set to "false" to disable. +; [Subject types] (default = "topic") comma-separated list of subject types to +; test. Open Library distinguishes between the following subject types: +; topic,place,person,time +; Note: an API call will be made for each type until valid data is returned +; which will slow down the loading of the main VuFind result set, +; see OpenLibrarySubjectsDeferred +; OpenLibrarySubjectsDeferred:[GET parameter]:[limit]:[date filter]:[Subject types] +; The same as OpenLibrarySubjects but uses AJAX to make the API calls after the +; main result set has loaded +; RandomRecommend:[backend]:[limit]:[display mode]:[random mode]:[minimumset] +; :[facet1]:[facetvalue1]:[facet2]:[facetvalue2]:...:[facet-n]:[facetvalue-n] +; This module offers random records either from the whole backend or within +; the current resultset. +; [backend] is the name of the search backend currently in use, +; which will help with accurate analysis (default = Solr) +; [limit] is the number of records to display (default = 10) +; [display mode] determines how the records are displayed. Valid values are +; "standard" (for a basic display including titles and authors), +; "images" for just images or "mixed" for both. (default = standard) +; [random mode] determines if the records are selected from the entire backend +; or from the current result set. Valid values are "retain" to limit results +; to the current result set or "disregard" to use the entire backend. +; (default = retain) +; [minimumset] is the minimum result set count required to display random items, +; 0 = no minimum required. This setting can be used to prevent random items +; displaying in a small result set. (default = 0) +; [facet-n] A facet to apply to the random selection +; [facetvalue-n] The facet value to apply to the random selection +; SideFacets:[regular facet section]:[checkbox facet section]:[ini name] +; Display the specified facets, where [ini name] is the name of an ini file +; in your config directory (defaults to "facets" if not supplied), +; [regular facet section] is the name of a section of the ini file containing +; standard facet settings (defaults to "Results" if not specified), +; and [checkbox facet section] is the name of a section of the ini file +; containing checkbox facet settings (leave blank for no checkbox facets). +; Checkbox facets are normally in filter => label format; prefix the section +; name with ~ to reverse this and use label => filter format (useful if your +; filters contain values that are illegal in configuration keys -- e.g. []). +; Note that if you take advantage of this ~ feature, you will also need to +; adjust the facets.ini Advanced_Settings/special_facets checkboxes setting +; in order to properly display checkboxes on the advanced search screen. +; SpellingSuggestions +; Display spelling suggestions (also requires Spelling settings to be turned +; on in config.ini). +; SummonBestBets:[GET parameter] +; Display Summon-generated "best bets" recommendations matching the terms found +; in the specified GET parameter. NOTE: If you are using this module with a +; Summon search, the [GET parameter] setting will be ignored and the actual +; current Summon search will be used instead. The parameter only needs to be +; specified when combining this module with a non-Summon-based search module. +; SummonBestBetsDeferred:[GET parameter] +; Same as SummonBestBets, but loaded via AJAX. +; SummonDatabases:[GET parameter] +; Display Summon-generated database recommendations matching the terms found +; in the specified GET parameter. NOTE: If you are using this module with a +; Summon search, the [GET parameter] setting will be ignored and the actual +; current Summon search will be used instead. The parameter only needs to be +; specified when combining this module with a non-Summon-based search module. +; SummonDatabasesDeferred:[GET parameter] +; Same as SummonDatabases, but loaded via AJAX. +; SummonResults:[GET parameter]:[result limit] +; Display Summon search results matching the terms found in the specified +; GET parameter (default = "lookfor"), limited to a specified number of +; matches (default = 5). +; SummonResultsDeferred:[GET parameter]:[result limit] +; Same as SummonResults, but loaded via AJAX. +; SummonTopics:[GET parameter] +; Display Summon-generated topic recommendations matching the terms found +; in the specified GET parameter. NOTE: If you are using this module with a +; Summon search, the [GET parameter] setting will be ignored and the actual +; current Summon search will be used instead. The parameter only needs to be +; specified when combining this module with a non-Summon-based search module. +; WebResults:[GET parameter]:[result limit] +; Display website search results matching the terms found in the specified +; GET parameter (default = "lookfor"), limited to a specified number of +; matches (default = 5). This requires the website Solr core to be active. +; +; Available modules recommended for use in the top area: +; +; AuthorFacets +; Display author names based on the search term. +; AuthorInfo:[use_viaf] +; Load author information from external providers based on the current search +; and the "authors" setting in the [Content] section of config.ini. +; The [use_viaf] setting may be set to true to use the VIAF web service in +; combination with your Solr authority index to pick more appropriate authors; +; this defaults to false if unset. If you do not have local authority records +; to draw on, the OCLC FAST data works well with the [use_viaf] option; see: +; https://vufind.org/wiki/indexing:open_data_sources#oclc_fast +; AuthorityRecommend:[field1]:[query1]:[field2]:[query2]:...:[field-n]:[query-n] +; Displays see and see also results to user based on search of Authority Index. +; Any number of filter queries may be specified as parameters to limit which +; set of authority records is used for recommendations; for example: +; AuthorityRecommend:record_type:Heading* OR Topical*:source:LCNAF +; limits record_type to strings starting with "Heading" or "Topical" and +; limits source to LCNAF. A special field name of "__resultlimit__" may be +; used to suppress authority results when the result set contains more items +; than the number specified as the corresponding value (e.g. if you configure +; AuthorityRecommend:__resultlimit__:50 then authority recommendations will +; only display on result screens displaying fewer than 50 hits; by default, +; recommendations will always display). Filtering is optional. +; MapSelection:[ini section]:[ini name] +; Enable geographic searching capability via OpenLayers3 API by activating +; this module. Records must be indexed using the geographic search and display +; fields. See the marc_local.properties file for more information on indexing. +; Default settings and more comments may be found in the [MapSelection] +; section in this file. The section name and ini file name loaded by the +; module may be overridden through the [ini section]/[ini name] parameters. +; PubDateVisAjax:[zooming]:[facet field 1]:[facet field 2]:...:[facet field n] +; Display a visualization of publication dates for each of the specified facet +; fields. This is designed for a field containing four-digit years. Zooming +; is set to either true or false and controls whether or not selecting part of +; the graph zooms in to greater detail. +; ResultGoogleMapAjax:[facets] +; Show a Google Map with markers for all result items which have long/latitude +; data (be sure to turn on location indexing in import/marc_local.properties). +; Each marker will show the number of items which are in the long_lat +; facet. A separate call is made when a marker is clicked to retrieve the +; first 5 records on that location facet. The map uses clustering to +; combine markers where there are more than one marker close together into +; clusters. The facets parameter is the name of the extra config file which +; holds the facet information(default "facets.ini"). +; TopFacets:[ini section]:[ini name] +; Display facets listed in the specified section of the specified ini file; +; if [ini name] is left out, it defaults to "facets." +; VisualFacets:[ini section]:[ini name] +; Supports visualizing pivot facet information as a treemap or circle +; packing visualization. It must be used in combination with the "visual" +; view in the [Views] section below -- it will only display in Visual mode. +; [ini section] and [ini name] control where the module will load field +; configurations from; it defaults to Visual_Settings in facets.ini. +; WorldCatIdentities +; Use the WorldCat Identities API to find names and related subjects based +; on the current search. +; +; Available modules recommended for use in the "no results" area: +; +; AlphaBrowseLink:index +; Use the query to generate a link to the specified alphabrowse index +; Libraryh3lp:[type]:[id]:[skin] +; Display a chat box for the Libraryh3lp service. [type] indicats the type +; of chat being used (either "queue" or "user"). [id] is the name of the +; queue or user. [skin] is optional and specifies a skin number to use. +; RemoveFilters +; Suggests removing facet filters to retrieve more results. +; SwitchQuery:[backend]:[opt-out checks to skip]:[opt-in checks to add] +; This module analyzes the user's query and offers suggestions for ways to +; improve it. [backend] is the name of the search backend currently in use, +; which will help with accurate analysis (default = Solr). [opt-out checks +; to skip] is a comma-separated list of checks which are on by default but +; which you wish to disable. [opt-in checks to add] is a comma-separated +; list of transforms that are off by default but which you wish to enable. +; See the check*() methods in the module's code for a complete list of +; available checks. The $optInMethods property specifies which checks are +; turned off by default. +; SwitchTab +; If multiple tabs are active, suggest that the user try searching in a +; different one. +; SwitchType:[field]:[field description] +; If the current search type is not the same as [field], display a link +; suggesting that the user try switching to [field]. [field description] +; is the human-readable description of [field]. Default values are +; 'AllFields' and 'All Fields' respectively. +; +; You can build your own recommendations modules if you wish. See the developer's +; guide here: +; +; https://vufind.org/wiki/development:plugins:recommendation_modules +[SideRecommendations] +; No search-specific settings by default -- add your own here. +;Subject[] = SideFacets +;Subject[] = OpenLibrarySubjectsDeferred:lookfor:5:true:topic,place,person,time + +[TopRecommendations] +Author[] = AuthorFacets +;Author[] = SpellingSuggestions +;Author[] = WorldCatIdentities +;CallNumber[] = "TopFacets:ResultsTop" ; disable spelling in this context + +[NoResultsRecommendations] +;CallNumber[] = SwitchQuery::wildcard:truncatechar +;CallNumber[] = RemoveFilters +;CallNumber[] = AlphaBrowseLink:lcc + +; These settings control the top and side recommendations within the special Author +; module (the page accessed by clicking on an author's name within the search +; results). The Author module ignores the default_top_recommend and +; default_side_recommend settings and only uses this section. +[AuthorModuleRecommendations] +;top[] = TopFacets:ResultsTop +;side[] = SideFacets:Results:CheckboxFacets +top[] = AuthorInfo +side[] = "ExpandFacets:Author" + +; This section controls the "New Items" search. +[NewItem] +; New item information can be retrieved from Solr or from the ILS; this setting +; controls which mechanism is used. If using Solr, change tracking must be enabled +; (see https://vufind.org/wiki/indexing:tracking_record_changes). If using the ILS, +; your driver must support the getNewItems() method. +; Valid options: ils, solr; default: ils +method = ils +; Comma-separated list of date ranges to offer to the user (i.e. 1,5,30 = one day +; old, or five days old, or thirty days old). If using the "ils" method, be careful +; about raising the maximum age too high -- searching very long date ranges may put +; a load on your ILS. +ranges = 1,5,30 +; This setting only applies when using the "ils" method. It controls the maximum +; number of pages of results that will show up when doing a new item search. +; It is necessary to limit the number of results to avoid getting a "too many boolean +; clauses" error from the Solr index (see notes at +; https://vufind.org/jira/browse/VUFIND-128 for more details). However, if you +; set the value too low, you may get the same results no matter which range setting +; is selected! +result_pages = 10 +; This setting can be used to automatically apply filter queries to the New Item +; results. For example, you might want to filter out certain content types. You +; can add multiple filters by repeating the "filter[] =" line, or you can skip +; filtering entirely by leaving the line commented out. +; filter[] = "format:Book" + +; This section controls RSS feed behavior +[RSS] +; If set, this setting will override sort settings associated with RSS feeds. This +; allows you to ensure that newly added or changed items in your index appear at +; the top of the feed. Use "first_indexed desc" if you only want newly-added items +; to be listed first. Use "last_indexed desc" if you want newly-added-or-changed +; items. Comment out the whole setting if you do not want custom RSS sorting. +; IMPORTANT: In order for first_indexed and last_indexed sorting to work properly, +; you need to index record change dates; see the Wiki page at +; https://vufind.org/wiki/indexing:tracking_record_changes +sort = "last_indexed desc" + +; The following two sections control the behavior of the autocomplete drop-downs +; associated with search boxes. The [Autocomplete] section contains global default +; settings, while the [Autocomplete_Types] section allows you to associate different +; autocomplete handlers with different search handlers. +; +; The available autocomplete handlers are: +; +; None +; Do not provide any suggestions. You should use this handler if you want to +; disable suggestions for one search type while still providing suggestions +; for other search types. To disable suggestions completely, it is better to +; use the "enabled" setting in the [Autocomplete] section. +; SolrAuth:[Search Handler]:[Display Field]:[Sort Field]:[Filters] +; See Solr below -- this handler behaves exactly the same, except +; it uses the Solr authority data index rather than the bibliographic index, +; and its default [Display Field] value is "heading". +; Solr:[Search Handler]:[Display Field]:[Sort Field]:[Filters] +; Perform a wildcarded search against [Search Handler], using the contents of +; [Display Field] (a comma-separated, priority-ordered field list) as +; suggestions and sorting by [Sort Field]. Any additional parameters at the +; end of the string are treated as an alternating sequence of field names and +; values for use as filters against the suggestion list. All parameters are +; optional. If omitted, [Search Handler] will use the default Solr field, +; [Display Field] will use "title", [Sort Field] will use relevance and no +; filters will be applied. +; SolrCN +; A customized version of Solr designed for smart handling of +; call numbers using the custom CallNumber search handler. +; Tag +; Provide suggestions from the local database of tags. +; +; You can build your own autocomplete modules if you wish. See the developer's +; guide here: +; +; https://vufind.org/wiki/development:plugins:autosuggesters +[Autocomplete] +; Set this to false to disable all autocomplete behavior +enabled = false +; This handler will be used for all search types not covered by [Autocomplete_Types] +default_handler = Solr + +; In this section, set the key equal to a search handler from searchspecs.yaml and +; the value equal to an autocomplete handler in order to customize autocompletion +; behavior when that search type is selected. +[Autocomplete_Types] +Title = "Solr:Title" +JournalTitle = "Solr:JournalTitle" +Author = "Solr:Author:author,author2" +Subject = "Solr:Subject:topic,genre,geographic,era" +CallNumber = "SolrCN" +ISN = "Solr:ISN:isbn,issn" +tag = "Tag" + +; When snippets are enabled, this section can be used to display captions based on +; the Solr fields from which the snippets were obtained. Keys are the names of Solr +; fields and values are strings to display to the user. Note that all displayed +; strings are subject to translation and should be accounted for in the language +; files found in web/lang if you are in a multilingual environment. Fields that are +; not listed in this section will be displayed without captions, so you can comment +; out the whole section to disable captions. +[Snippet_Captions] +author2 = "Other Authors" +contents = "Table of Contents" +topic = "Subjects" +;container_title = "Journal Title" + +; This section allows sharding to be used to pull in content from additional Solr +; servers. All servers used in sharding must contain the same index fields needed +; to satisfy queries sent to them AND they must all include different ID numbers! +; Leave this commented out to disable sharding. +; To use sharding, simply fill in lines using the format: +; [display name of shard] = [URL of shard (without http://)] +;[IndexShards] +;Library Catalog = localhost:8080/solr/biblio +;Website = localhost:8080/solr/website + +; This section allows you to set preferences for shards display. You only need to +; set these if you want to use shards. See also the [StripFields] section below +; if your shards have non-identical schemas. +;[ShardPreferences] +; This setting controls whether or not to display checkboxes to allow the user to +; select which shard(s) to search (default if commented out = false) +;showCheckboxes = true +; These lines determine which shards are searched by default if the user hasn't +; specified preferences using checkboxes (default if commented out = all shards): +;defaultChecked[] = "Library Catalog" +;defaultChecked[] = "Website" + +; Fields must be stripped if you have a field in your main index which is missing +; from any index includable by shards. This section can be ignored if you are +; not using sharding or if all of your shards have identical schemas. +; +; Put in the fields to strip here in the following format: +; shard name = fieldname,another fieldname,... +[StripFields] + +; This section defines the view options available on standard search results. +; If only one view is required, set default_view under [General] above, and +; leave this section commented out. +; +; Note -- when using visual view, you must also turn on the VisualFacets +; recommendation module in the top area. +;[Views] +;list = List +;grid = Grid +;visual = Visual + +; This section controls what happens when a record title in a search result list +; is clicked. VuFind can either embed the full result directly in the list using +; AJAX or can display it at its own separate URL as a full HTML page. +; full - separate page (default) +; tabs - embedded using tabs (see record/ajaxview-tabs.phtml) +; accordion - embedded using an accordion (see record/ajaxview-accordion.phtml) +; NOTE: This feature is incompatible with SyndeticsPlus content; please use +; regular Syndetics if necessary. +[List] +view=full + +; This section allows for adding hidden filters. Each filter will be translated +; to format 'key:"value"' and added by Solr.php as a hidden filter (a facet that +; is always applied but is not seen by the user). This is useful if you use a +; shared Solr index and need to display different subsets in different contexts +; (for example, a union catalog with separate VuFind instances each member). +[HiddenFilters] +;institution = "MyInstitution" + +; This section is an alternative to [HiddenFilters] when you need to create more +; advanced types of filters -- i.e. complex boolean queries. Keys are ignored, +; but increasing numeric values (1, 2, 3...) are recommended. Values are fully- +; formed filter queries. +[RawHiddenFilters] +;0 = "format:\"Book\" OR format:\"Journal\"" +;1 = "language:\"English\" OR language:\"French\"" +;0 = "institution:\"DE-15\" OR institution:\"DE-15-292\" OR institution:\"DE-15-100\"" + +; This section can get used to define conditional filters, i.e. filters +; that are applied under certain conditions. +; You can use a permission set as condition, which has to be defined in +; permissions.ini. +; Keys are ignored, but increasing numeric values (1, 2, 3...) are recommended. +; Values need to be formatted using this schema: +; [-]permission|filter-query +; Prefixing the condition with a minus (-) means that the filter is applied +; when the condition does not match (the permission is not granted). +; The filter may be any filter query valid for Solr. +; Examples: +; -conditionalFilter.MyUniversity|format:Book +; apply filter "format:Book" if permission conditionalFilter.MyUniversity +; (from permissions.ini) is not granted +; conditionalFilter.MyUniversity|format:Article +; apply filter "format:Article" if permission conditionalFilter.MyUniversity +; (from permissions.ini) is granted +[ConditionalHiddenFilters] +;0 = "-conditionalFilter.MyUniversity|format:Book" +;1 = "conditionalFilter.MyUniversity|format:Article" + +; This section defines how records are handled when being fetched from Solr. +[Records] +; Boolean value indicating if deduplication is enabled. If true, deduplication is +; enabled. If false, dedup records are filtered out. If unspecified, deduplication +; support is completely disabled. +;deduplication = true +; Priority order (descending) for record sources (record ID prefixes separated +; from the actual record by period, e.g. testsrc.12345) +;sources = alli,testsrc + +; This section defines the default parameters for the geographic search +; functionality found in the MapSelection recommendation module. +; To enable this feature, uncomment the default_top_recommend[] = MapSelection +; in the default recommendations section. To set the configuration settings +; for this feature, adjust the parameters below. +[MapSelection] +; This defines the coordinates of a search region that will be highlighted when +; the user clicks the "Geographic Search" link next to the VuFind search box. +; This should ideally cover a large area of the map where most/all of your +; geographic points are located. If your dataset is not concentrated in one +; geographic area, it is advised that you pick a default area, and do not use +; the entire extent of the map for searching (otherwise the search may be slow). +; The default coordinates specified below are in decimal degrees, and are +; ordered as WENS (west, east, north, south). Ranges of valid values are: +; -180 to 180 (longitude) and -85 to 85 (latitude). Note, to search from and to +; the international date line, use west = -179 and east = -180. +default_coordinates = "-95, 30, 72, 15" +; height: Height in pixels of the map selection interface. +height = 320 + +; This section defines settings used to fetch similar records. +[MoreLikeThis] +; Boolean value indicating whether the newer MoreLikeThis query handler should be +; used instead of the traditional MoreLikeThis component (default). Only the +; MoreLikeThis query handler supports sharded indexes, but as of this writing, the +; traditional component offers more nuanced relevance ranking. Results from these +; methods may differ. +;useMoreLikeThisHandler = true +; If the MoreLikeThis handler is used, this setting can be used to adjust its +; behavior. See https://cwiki.apache.org/confluence/display/solr/Other+Parsers#OtherParsers-MoreLikeThisQueryParser +; for more information regarding the possible parameters. +;params = "qf=title,title_short,callnumber-label,topic,language,author,publishDate mintf=1 mindf=1"; +; This setting can be used to limit the maximum number of suggestions. Default is 5. +;count = 5 diff --git a/fid_bbi/config/vufind/searchspecs.yaml b/fid_bbi/config/vufind/searchspecs.yaml new file mode 100644 index 00000000000..0b6369cf8f4 --- /dev/null +++ b/fid_bbi/config/vufind/searchspecs.yaml @@ -0,0 +1,784 @@ +--- +# Listing of search types and their component parts and weights. +# +# Format is: +# searchType: +# # CustomMunge is an optional section to define custom pre-processing of +# # user input. See below for details of munge actions. +# CustomMunge: +# MungeName1: +# - [action1, actionParams] +# - [action2, actionParams] +# - [action3, actionParams] +# MungeName2: +# - [action1, actionParams] +# # DismaxFields is optional and defines the fields sent to the Dismax handler +# # when we are able to use it. QueryFields will be used for advanced +# # searches that Dismax cannot support. QueryFields is always used if no +# # DismaxFields section is defined. +# DismaxFields: +# - field1^boost +# - field2^boost +# - field3^boost +# # DismaxParams is optional and allows you to override default Dismax settings +# # (i.e. mm / bf) on a search-by-search basis. Enclose the parameter values +# # in quotes for proper behavior. If you want global default values for these +# # settings, you can edit the appropriate search handler in +# # solr/biblio/conf/solrconfig.xml. +# DismaxParams: +# - [param1_name, param1_value] +# - [param2_name, param2_value] +# - [param3_name, param3_value] +# # This optional setting may be used to specify which Dismax handler to use. By +# # default, VuFind provides two options: dismax (for the old, standard +# # Dismax) and edismax (for Extended Dismax). You can also configure your own +# # in solrconfig.xml, but VuFind relies on the name "edismax" to identify an +# # Extended Dismax handler. If you omit this setting, the default value from +# # the default_dismax_handler setting in the [Index] section of config.ini +# # will be used. +# DismaxHandler: dismax|edismax +# # QueryFields define the fields we are searching when not using Dismax; VuFind +# # detects queries that will not work with Dismax and switches to QueryFields +# # as needed. +# QueryFields: +# SolrField: +# - [howToMungeSearchstring, weight] +# - [differentMunge, weight] +# DifferentSolrField: +# - [howToMunge, weight] +# # The optional FilterQuery section allows you to AND a static query to the +# # dynamic query generated using the QueryFields; see JournalTitle below +# # for an example. This is applied whether we use DismaxFields or +# # QueryFields. +# FilterQuery: (optional Lucene filter query) +# ExactSettings: +# DismaxFields: ... +# QueryFields: ... +# # All the same settings as above, but for exact searches, i.e. search terms +# # enclosed in quotes. Allows different fields or weights for exact +# # searches. See below for commented-out examples. +# +# ...etc. +# +#----------------------------------------------------------------------------------- +# +# Within the QueryFields area, fields are OR'd together, unless they're in an +# anonymous array with a numeric instead of alphanumeric key, in which case the +# first element is a two-value array that tells us what the type (AND or OR) and +# weight of the whole group should be. +# +# So, given: +# +# test: +# QueryFields: +# A: +# - [onephrase, 500] +# - [and, 200] +# B: +# - [and, 100] +# - [or, 50] +# # Start an anonymous array to group; first element indicates AND grouping +# # and a weight of 50 +# 0: +# 0: +# - AND +# - 50 +# C: +# - [onephrase, 200] +# D: +# - [onephrase, 300] +# # Note the "not" attached to the field name as a minus, and the use of ~ +# # to mean null ("no special weight") +# -E: +# - [or, ~] +# D: +# - [or, 100] +# +# ...and the search string +# +# test "one two" +# +# ...we'd get +# +# (A:"test one two"^500 OR +# A:(test AND "one two")^ 200 OR +# B:(test AND "one two")^100 OR +# B:(test OR "one two")^50 +# ( +# C:("test one two")^200 AND +# D:"test one two"^300 AND +# -E:(test OR "one two") +# )^50 OR +# D:(test OR "one two")^100 +# ) +# +#----------------------------------------------------------------------------------- +# +# Munge types are based on the original Solr.php code, and consist of: +# +# onephrase: eliminate all quotes and do it as a single phrase. +# testing "one two" +# ...becomes ("testing one two") +# +# and: AND the terms together +# testing "one two" +# ...becomes (testing AND "one two") +# +# or: OR the terms together +# testing "one two" +# ...becomes (testing OR "one two") +# +# identity: Use the search as-is +# testing "one two" +# ...becomes (testing "one two") +# +# Additional Munge types can be defined in the CustomMunge section. Each array +# entry under CustomMunge defines a new named munge type. Each array entry under +# the name of the munge type specifies a string manipulation operation. Operations +# will be applied in the order listed, and different operations take different +# numbers of parameters. +# +# Munge operations: +# +# [append, text] - Append text to the end of the user's search string +# [lowercase] - Convert string to lowercase +# [preg_replace, pattern, replacement] - Perform a regular expression replace +# using the preg_replace() PHP function. If you use backreferences in your +# replacement phrase, be sure to escape dollar signs (i.e. \$1, not $1). +# [uppercase] - Convert string to uppercase +# +# See the CallNumber search below for an example of custom munging in action. +#----------------------------------------------------------------------------------- + +# These searches use Dismax when possible: +Author: + DismaxParams: + - [bf , ord(publishDateSort)^10] + DismaxFields: + - author^400 + - author2^300 + - author_id^100 + - author_ref^150 + - author_corporate^200 + - author_corporate2^200 + - author_corp_ref^150 + - author_orig^200 + - author2_orig^200 + - author_corporate_orig^200 + - author_corporate2_orig^200 + - author_fuller^50 + - author2_fuller + - author_additional + - author_variant + - author2_variant + QueryFields: + author: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_fuller: + - [onephrase, 200] + - [and, 100] + - [or, 50] + author2: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_ref: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate2: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corp_ref: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author2_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate2_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_id: + - [onephrase, 450] + - [and, 300] + - [or, 200] + author2_fuller: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_additional: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_variant: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author2_variant: + - [onephrase, 100] + - [and, 50] + - [or, ~] + +ISN: + DismaxFields: + - isbn + - issn + - ismn + QueryFields: + issn: + - [and, 100] + - [or, ~] + isbn: + - [and, 100] + - [or, ~] + ismn: + - [and, 100] + - [or, ~] + +Signatur: +# DismaxParams: +# - [mm, 0] +# DismaxFields: +# - callnumber_ISIL + QueryFields: + callnumber_ISIL: + - [onephrase, 1000] + - [and, 100] + - [or, ~] + +Barcode: +# DismaxParams: +# - [mm, 0] +# DismaxFields: +# - barcode_ISIL + QueryFields: + barcode_ISIL: + - [onephrase, 1000] + - [and, 100] + - [or, ~] + +Subject: + DismaxFields: + - topic_unstemmed^150 + - topic^100 + - topic_id^100 + - topic_ref^100 + #- geographic^50 + #- genre^50 + #- era + QueryFields: + topic_unstemmed: + - [onephrase, 350] + - [and, 150] + - [or, ~] + topic: + - [onephrase, 300] + - [and, 100] + - [or, ~] + topic_ref: + - [onephrase, 100] + - [and, 50] + - [or, ~] + topic_id: + - [onephrase, 100] + - [and, 50] + - [or, ~] + #- geographic: + # - [onephrase, 300] + # - [and, 100] + # - [or, ~] + #- genre: + # - [onephrase, 300] + # - [and, 100] + # - [or, ~] + #- era: + # - [and, 100] + # - [or, ~] +# ExactSettings: +# DismaxFields: +# - topic_unstemmed^150 +# QueryFields: +# - topic_unstemmed: +# - [onephrase, 350] +# - [and, 150] +# - [or, ~] + +# This field definition is a compromise that supports both journal-level and +# article-level data. The disadvantage is that hits in article titles will +# be mixed in. If you are building a purely article-oriented index, you should +# customize this to remove all of the title_* fields and focus entirely on the +# container_title field. +JournalTitle: + DismaxFields: + - title_short^500 + - title_full_unstemmed^450 + - title_full^400 + - title^300 + - container_title^250 + - title_alt^200 + - title_new^100 + - title_old + - series^100 + - series2 + QueryFields: + title_short: + - [onephrase, 500] + title_full_unstemmed: + - [onephrase, 450] + - [and, 400] + title_full: + - [onephrase, 400] + title: + - [onephrase, 300] + - [and, 250] + container_title: + - [onephrase, 275] + - [and, 225] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_old: + - [and, ~] + series: + - [onephrase, 100] + - [and, 50] + series2: + - [onephrase, 50] + - [and , ~] + FilterQuery: "format:Journal OR format:Article OR format:ElectronicBookPart" +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^450 +# QueryFields: +# - title_full_unstemmed: +# - [onephrase, 450] +# - [and, 400] +# FilterQuery: "format:Journal OR format:Article" + +Title: + DismaxParams: + - [mm, 3] + - [bf , ord(publishDateSort)^10] + DismaxFields: +# - title_sub^200 +# - title_short^300 + - title_full_unstemmed^150 + - title_full^100 + - title^900 + - title_alt^200 + - title_new^100 + - title_old + - title_orig^400 + - series^100 + - series2 + - series_orig^100 + QueryFields: + title_short: + - [onephrase, 500] + title_full_unstemmed: + - [onephrase, 150] + - [and, 100] + title_full: + - [onephrase, 100] + title: + - [onephrase, 300] + - [and, 250] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_old: + - [and, ~] + title_orig: + - [onephrase, 500] + - [and, 200] + series: + - [onephrase, 100] + - [and, 50] + series2: + - [onephrase, 50] + - [and , ~] + series_orig: + - [onephrase, 100] + - [and, 50] +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^450 +# QueryFields: +# - title_full_unstemmed: +# - [onephrase, 450] +# - [and, 400] + +Series: + DismaxFields: + - series^100 + - series2 + - series_orig^100 + QueryFields: + series: + - [onephrase, 500] + - [and, 200] + - [or, 100] + series2: + - [onephrase, 50] + - [and, 50] + - [or, ~] + series_orig: + - [onephrase, 500] + - [and, 200] + - [or, 100] + +Series2: + DismaxFields: + - series2 + QueryFields: + series2: + - [onephrase, 200] + - [and, 50] + +AllFields: + DismaxParams: + - [mm, 3] + - [bf , ord(publishDateSort)^10] +# - [bf , "if(exists(query({!v='source_id:0'})),10,1)^1000"] + - [bf, "if(exists(query({!v='access_facet:Local*'})),10,1)^1000"] + DismaxFields: + - title_short^1000 + - title_full_unstemmed^1000 + - title_full^400 + - title^500 + - title_alt^200 + - title_new^100 + - title_orig^500 + - series^50 + - series2^30 + - series_orig^50 + - author^500 + - author_fuller^150 + - author_corporate^300 + - author2^400 + - author_corporate2^100 + - author_ref^500 + - author_corp_ref^500 + - author_orig^300 + - author2_orig^300 + - author_corporate_orig^300 + - author_corporate2_orig^100 + - topic_ref^10 + - contents^10 + - topic_unstemmed^15 + - topic^10 + - geographic^10 + - genre^10 + - rvk_label + - allfields_unstemmed^10 + - allfields + - fulltext + - isbn + - issn + - ismn + + QueryFields: + 0: + 0: + - OR + - 50 + title_short: + - [onephrase, 1000] + title_full_unstemmed: + - [onephrase, 1000] + - [and, 500] + title_full: + - [onephrase, 400] + title: + - [onephrase, 300] + - [and, 250] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_orig: + - [onephrase, 500] + - [and, 400] + series: + - [onephrase, 300] + - [and, 100] + series2: + - [and, 30] + series_orig: + - [onephrase, 200] + - [and, 100] + author: + - [onephrase, 500] + - [and, 250] + author_fuller: + - [onephrase, 150] + - [and, 125] + author_ref: + - [onephrase, 250] + - [and, 250] + - [or, 250] + author_corp_ref: + - [onephrase, 250] + - [and, 250] + - [or, 250] + author_orig: + - [onephrase, 500] + - [and, 250] + author2_orig: + - [and, 50] + author_corporate_orig: + - [onephrase, 500] + - [and, 400] + author_corporate2_orig: + - [and, 50] + author_corporate: + - [onephrase, 500] + - [and, 400] + author2: + - [and, 50] + author_additional: + - [and, 50] + author_corporate2: + - [and, 50] + contents: + - [and, 10] + topic_unstemmed: + - [onephrase, 55] + - [and, 50] + topic: + - [onephrase, 50] + topic_ref: + - [onephrase, 10] + - [and, 5] + - [or, 5] + topic_id: + - [onephrase, 50] + - [and, 25] + allfields_unstemmed: + - [or, 10] +# fulltext_unstemmed: +# - [or, 10] + allfields: + - [or, ~] + fulltext: + - [or, ~] +# description: +# - [or, ~] + rvk_label: + - [onephrase, 500] + - [and, 250] + - [or, 250] + isbn: + - [onephrase, 500] + issn: + - [onephrase, 500] + ismn: + - [onephrase, 500] + imprint: + - [onephrase, 500] + +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^600 +# - topic_unstemmed^550 +# - allfields_unstemmed^10 +# - fulltext_unstemmed^10 +# - isbn +# - issn +# QueryFields: +# title_full_unstemmed: +# - [onephrase, 600] +# - [and, 500] +# topic_unstemmed: +# - [onephrase, 550] +# - [and, 500] +# allfields_unstemmed: +# - [or, 10] +# fulltext_unstemmed: +# - [or, 10] +# isbn: +# - [onephrase, ~] +# issn: +# - [onephrase, ~] + +# These are advanced searches that never use Dismax: +id: + QueryFields: + id: + - [onephrase, ~] + +ParentID: + QueryFields: + hierarchy_parent_id: + - [onephrase, ~] + +# Fields for exact matches originating from alphabetic browse +ids: + QueryFields: + id: + - [or, ~] + +TopicBrowse: + QueryFields: + topic_browse: + - [onephrase, ~] + +AuthorBrowse: + QueryFields: + author_browse: + - [onephrase, ~] + +TitleBrowse: + QueryFields: + title_full: + - [onephrase, ~] + +DeweyBrowse: + QueryFields: + dewey-raw: + - [onephrase, ~] + +LccBrowse: + QueryFields: + callnumber-a: + - [onephrase, ~] + + + +# CallNumber: + # We use two similar munges here -- one for exact matches, which will get + # a very high boost factor, and one for left-anchored wildcard searches, + # which will return a larger number of hits at a lower boost. + #CustomMunge: + #callnumber_exact: + #- [uppercase] + # Strip whitespace and quotes: + #- [preg_replace, '/[ "]/', ''] + # Escape colons (unescape first to avoid double-escapes): + #- [preg_replace, '/(\\\:)/', ':'] + #- [preg_replace, '/:/', '\:'] + # Strip pre-existing trailing asterisks: + #- [preg_replace, '/\*+$/', ''] + #callnumber_fuzzy: + #- [uppercase] + # Strip whitespace and quotes: + #- [preg_replace, '/[ "]/', ''] + # Escape colons (unescape first to avoid double-escapes): + #- [preg_replace, '/(\\\:)/', ':'] + #- [preg_replace, '/:/', '\:'] + # Strip pre-existing trailing asterisks, then add a new one: + #- [preg_replace, '/\*+$/', ''] + #- [append, "*"] + QueryFields: + callnumber-search: + - [callnumber_exact, 1000] + - [callnumber_fuzzy, ~] + dewey-search: + - [callnumber_exact, 1000] + - [callnumber_fuzzy, ~] + +publisher: + DismaxFields: + - publisher^100 + QueryFields: + publisher: + - [and, 100] + - [or, ~] + +year: + DismaxFields: + - publishDate^100 + QueryFields: + publishDate: + - [and, 100] + - [or, ~] + +language: + QueryFields: + language: + - [and, ~] + +toc: + DismaxFields: + - contents^100 + QueryFields: + contents: + - [and, 100] + - [or, ~] + +topic: + QueryFields: + topic: + - [and, 50] + topic_facet: + - [and, ~] + +geographic: + QueryFields: + geographic: + - [and, 50] + geographic_facet: + - [and, ~] + +genre: + QueryFields: + genre: + - [and, 50] + genre_facet: + - [and, ~] + +era: + QueryFields: + era: + - [and, ~] + +oclc_num: + CustomMunge: + oclc_num: + - [preg_replace, "/[^0-9]/", ""] + # trim leading zeroes: + - [preg_replace, "/^0*/", ""] + QueryFields: + oclc_num: + - [oclc_num, ~] + +rvk: + DismaxFields: + - rvk_facet^100 + QueryFields: + rvk_facet: + - [and, 50] + - [or, 50] + +rvk_path: + QueryFields: + rvk_path: + - [onephrase, ~] + +multipart: + DismaxFields: + - multipart_link^100 + QueryFields: + multipart_link: + - [and, 50] + - [or, 50] diff --git a/fid_bbi/dev/.gitignore b/fid_bbi/dev/.gitignore new file mode 100644 index 00000000000..70e8c6d360c --- /dev/null +++ b/fid_bbi/dev/.gitignore @@ -0,0 +1,5 @@ +config/vufind/*.ini +config/vufind/*.json +config/vufind/*.yaml +httpd-vufind.conf +cache/* diff --git a/fid_bbi/dev/config/vufind/DAIA.ini.sample b/fid_bbi/dev/config/vufind/DAIA.ini.sample new file mode 100644 index 00000000000..01b53f0a626 --- /dev/null +++ b/fid_bbi/dev/config/vufind/DAIA.ini.sample @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/DAIA.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/config/vufind/DDS.ini.sample b/fid_bbi/dev/config/vufind/DDS.ini.sample new file mode 100644 index 00000000000..705fe1956ca --- /dev/null +++ b/fid_bbi/dev/config/vufind/DDS.ini.sample @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +;relative_path = ../../../config/vufind/DSS.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### \ No newline at end of file diff --git a/fid_bbi/dev/config/vufind/EmailProfiles.ini.sample b/fid_bbi/dev/config/vufind/EmailProfiles.ini.sample new file mode 100644 index 00000000000..5b1ada9133f --- /dev/null +++ b/fid_bbi/dev/config/vufind/EmailProfiles.ini.sample @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/EmailProfiles.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Acquisition" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/config/vufind/ExternalCatalogue.json.sample b/fid_bbi/dev/config/vufind/ExternalCatalogue.json.sample new file mode 100644 index 00000000000..47dc67807f4 --- /dev/null +++ b/fid_bbi/dev/config/vufind/ExternalCatalogue.json.sample @@ -0,0 +1,27 @@ +{ + "ppn": { + "DE-540": { + "pattern": "http://194.94.197.6/libero/WebopacOpenURL.cls?ACTION=DISPLAY&LANG=DE&RID=%s" + }, + "DE-D13": { + "pattern": "http://webopac.skd.museum/libero/WebopacOpenURL.cls?ACTION=DISPLAY&RID=%s", + "filter": { + "getSourceID": [ + "0", + "22" + ] + } + }, + "DE-L242": { + "pattern": "http://webpac.bibhgb.hgb-leipzig.de/libero/WebopacOpenURL.cls?ACTION=DISPLAY&RID=%s" + }, + "DE-D117": { + "pattern": "http://www.hfmdd.de:8060/alipac/-/item-local?VID=%s" + } + }, + "id": { + "DE-14": { + "pattern": "http://katalogbeta.slub-dresden.de/id/%s/" + } + } +} \ No newline at end of file diff --git a/fid_bbi/dev/config/vufind/FincILS.ini.sample b/fid_bbi/dev/config/vufind/FincILS.ini.sample new file mode 100644 index 00000000000..3cef938e611 --- /dev/null +++ b/fid_bbi/dev/config/vufind/FincILS.ini.sample @@ -0,0 +1,38 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/FincILS.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +[DAIA] +baseUrl = http://139.18.19.238:9080/daiawachtl/daia/ +daiaIdPrefix = "DE-15:ppn:" +ilsIdentifier = "record_id" +multiQuery = true +daiaResponseFormat = json + +[PAIA] +baseUrl = http://139.18.19.238:9080/paiawachtl/paia/DE-15/ +paiaCache = false + +[Records] +services[] = 'loan' +services[] = 'presentation' +services[] = 'custom' diff --git a/fid_bbi/dev/config/vufind/HierarchyDefault.ini.sample b/fid_bbi/dev/config/vufind/HierarchyDefault.ini.sample new file mode 100644 index 00000000000..d3ac9fdf67f --- /dev/null +++ b/fid_bbi/dev/config/vufind/HierarchyDefault.ini.sample @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/HierarchyDefault.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/config/vufind/OpenUrlRules.json.sample b/fid_bbi/dev/config/vufind/OpenUrlRules.json.sample new file mode 100644 index 00000000000..e4e5a634a8a --- /dev/null +++ b/fid_bbi/dev/config/vufind/OpenUrlRules.json.sample @@ -0,0 +1,51 @@ +{ + "Redi": [ + { + "exclude": [ + { + "methods": { + "getSourceID": "49", + "getFormats": "ElectronicBookPart" + }, + "recorddriver": "finc\\RecordDriver\\SolrAI" + }, + { + "methods": { + "getSourceID": "48" + }, + "recorddriver": "finc\\RecordDriver\\SolrAI" + }, + { + "methods": { + "getSourceID": "28" + }, + "recorddriver": "finc\\RecordDriver\\SolrAI" + } + ], + "include": [ + { + "methods": { + "getSourceID": "49" + }, + "recorddriver": "finc\\RecordDriver\\SolrAI" + } + ] + } + ], + "Ezb": [ + { + "exclude": [ + { + "recorddriver": "finc\\RecordDriver\\SolrAI" + } + ], + "include": [ + { + "methods": { + "getSourceID": "0" + } + } + ] + } + ] +} \ No newline at end of file diff --git a/fid_bbi/dev/config/vufind/Resolver.ini.sample b/fid_bbi/dev/config/vufind/Resolver.ini.sample new file mode 100644 index 00000000000..ddcc57419e5 --- /dev/null +++ b/fid_bbi/dev/config/vufind/Resolver.ini.sample @@ -0,0 +1,25 @@ +[General] +active_resolvers = Redi,Ezb +window_settings = "toolbar=no,location=no,directories=no,buttons=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=600" +show_in_results = false ; include in search results +show_in_record = false ; include in core record metadata +show_in_holdings = true ; include in holdings tab of record view +embed = true +embed_auto_load = false +replace_other_urls = false + +[Redi] +url = "http://www.redi-bw.de/links/ubl?rl_site=ubl" +rfr_id = www.ub.uni-leipzig.de +resolver = redi + +[Ezb] +url = "http://services.d-nb.de/fize-service/gvr/full.xml" +rfr_id = www.ub.uni-leipzig.de +resolver = ezb +sid = "ubl:vufind" +;validStatesList = "0,1,2,3" +bibid = "UBL" +sigel = 15 +isil = "DE-15" +bik = "952000-4" diff --git a/fid_bbi/dev/config/vufind/SolrAI.ini.sample b/fid_bbi/dev/config/vufind/SolrAI.ini.sample new file mode 100644 index 00000000000..84c18ffc83b --- /dev/null +++ b/fid_bbi/dev/config/vufind/SolrAI.ini.sample @@ -0,0 +1,26 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +;[Parent_Config] +;relative_path = ../../../config/vufind/SolrAI.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +[General] +; base url to ai blob server +baseUrl = "https://ai.ub.uni-leipzig.de/blob?%s" diff --git a/fid_bbi/dev/config/vufind/branches.yaml.sample b/fid_bbi/dev/config/vufind/branches.yaml.sample new file mode 100644 index 00000000000..1f408c25bc2 --- /dev/null +++ b/fid_bbi/dev/config/vufind/branches.yaml.sample @@ -0,0 +1,461 @@ +# That file represents a basic structure of addresses and openings of the Leipzig +# University Library. Due to the yaml format please notice that all changes have to +# be made by line-indentation without tabs and charset utf-8. Please configure and +# use your editor in advance. +http://data.ub.uni-leipzig.de/resource/UBL/department/zw01: + branch: "Bibliotheca Albertina" + branchno: zw01 + streetaddress: Beethovenstraße 6 + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 30577 + email: info@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=198" + note: "Aktuelle Hinweise zu den Öffnungszeiten, z. B. an Sonn- und Feiertagen, finden Sie auf der Website." + parts: + http://data.ub.uni-leipzig.de/resource/UBL/department/zw01/part/01: + branchpart: "Freihand / Lesesaal / Offenes Magazin" + tel: [+49(0) 341 97 30587, +49(0) 341 97 30528] + email: [freihand@ub.uni-leipzig.de, lesesaal@ub.uni-leipzig.de] +# openinghours: +# - {open: 08:00:00, close: 24:00:00, days: Monday-Saturday} + http://data.ub.uni-leipzig.de/resource/UBL/department/zw01/part/02: + branchpart: "Bibliothekarischer Service" +# openinghours: +# - {open: 08:00:00, close: 20:00:00, days: Monday-Friday} +# - {open: 08:00:00, close: 19:00:00, days: Saturday} + http://data.ub.uni-leipzig.de/resource/UBL/department/zw01/part/03: + branchpart: Forschungslesesaal + tel: [+49(0) 341 97 30526, +49(0) 341 97 30584] + email: sondersammlungen@ub.uni-leipzig.de +# openinghours: +# - {open: 09:00:00, close: 20:00:00, days: Monday-Friday} +# - {open: 10:00:00, close: 19:00:00, days: Saturday} +http://data.ub.uni-leipzig.de/resource/UBL/department/zw02: + branch: "Campus-Bibliothek, 24 h geöffnet" + branchno: zw02 + streetaddress: "Universitätsstraße 3 (im Hörsaalgebäude)" + postalcode: "04109" + city: Leipzig + tel: [+49(0) 341 97 30811, +49(0) 341 97 30813] + fax: +49(0) 341 97 39239 + email: zbcb@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=196" + parts: + http://data.ub.uni-leipzig.de/resource/UBL/department/zw02/part/01: + branchpart: "Bibliothekarischer Service" +# openinghours: +# - {open: 08:00:00, close: 19:00:00, days: Monday-Friday} +# - {open: 08:00:00, close: 13:00:00, days: Saturday} + http://data.ub.uni-leipzig.de/resource/UBL/department/zw02/part/02: + branchpart: "Hauptzugang im Hörsaalgebäude" +# openinghours: +# - {open: 07:00:00, close: 22:00:00, days: Monday-Friday} +# - {open: 07:00:00, close: 14:00:00, days: Saturday} + note: "Der Hauptzugang im Hörsaalgebäude ist von montags bis freitags 7:00 - 22:00 Uhr und samstags 7:00 - 14:00 Uhr geöffnet. Außerhalb dieser Zeiten benutzen Sie bitte den Nachtzugang am Augustusplatz. Über den Nachtzugang kann die Bibliothek nur mit gültiger Lesekarte betreten werden." +zw08paed: + branch: "Nebenstandort Kunstpädagogik Institut für Kunstpädagogik der Universität Leipzig" + branchno: zw08paed + streetaddress: "Ritterstr. 8-10 (Geschwister-Scholl-Haus)" + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 37250 +# fax: +49(0) 341 97 30759 + email: kunstpae@uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/standorte/kunst/" +zw09: + branch: "Museum für Musikinstrumente der Universität Leipzig" + branchno: zw11-01 + streetaddress: "Johannisplatz 5–11" + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 30750 + fax: +49(0) 341 97 30759 + email: musik.museum@uni-leipzig.de + url: "http://mfm.uni-leipzig.de/dt/dasmuseum/bibliothek.php" +# openinghours: +# - {open: 14:00:00, close: 17:00:00, days: Thursday} +# - {open: 09:00:00, close: 16:00:00, days: Friday} +zw11: + branch: "Bibliothek Musik" + branchno: zw11 + streetaddress: "Neumarkt 9-19, Städtisches Kaufhaus" + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 30478 + email: zbmus@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=489" +# openinghours: +# - {open: 09:00:00, close: 12:00:00, days: Monday-Thursday} +# - {open: 13:00:00, close: 15:30:00, days: Monday} +# - {open: 13:00:00, close: 18:00:00, days: Tuesday-Thursday} +# - {open: 09:00:00, close: 14:00:00, days: Friday} +# note: "Sie erreichen die Bibliothek über Aufgang D, 3. Etage. Bitte beachten Sie, dass der Zugang über die Universitätsstraße erfolgt. Achten Sie auch auf die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." + note: "Sie erreichen die Bibliothek über Aufgang D, 3. Etage. Bitte beachten Sie, dass der Zugang über die Universitätsstraße erfolgt." +zw12: + branch: "Bibliothek Psychologie" + branchno: zw12 + streetaddress: "Seeburgstraße 14/20" + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 30625 + email: zbcb@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=499" +# openinghours: +# - {open: 09:00:00, close: 18:00:00, days: Monday-Wednesday} +# - {open: 09:00:00, close: 16:00:00, days: Thursday-Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw13: + branch: "Karl-Sudhoff-Institut" + branchno: zw13 + streetaddress: "Käthe-Kollwitz-Straße 82" + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 25607 + fax: +49(0) 341 97 25624 + email: zbmed.sudhoff@medizin.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=604" +# openinghours: +# - {open: 13:00:00, close: 17:00:00, days: Monday} +# - {open: 13:00:00, close: 17:00:00, days: Thursday} +# - {open: 09:00:00, close: 13:00:00, days: Tuesday-Wednesday} +# - {open: 09:00:00, close: 13:00:00, days: Friday} +http://data.ub.uni-leipzig.de/resource/UBL/department/zw31: + branch: "Bibliothek Rechtswissenschaft" + branchno: zw31 + streetaddress: Burgstraße 27 + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 30655 + fax: +49(0) 341 97 30669 + email: zbrewi@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=504" + parts: + 01: +# openinghours: +# - {open: 08:00:00, close: 22:00:00, days: Monday-Friday} +# - {open: 10:00:00, close: 22:00:00, days: Saturday} + 02: + branchpart: Zeitschriftenlesesaal +# openinghours: +# - {open: 09:00:00, close: 19:00:00, days: Monday-Friday} +# - {open: 12:00:00, close: 17:00:00, days: Saturday} +http://data.ub.uni-leipzig.de/resource/UBL/department/zw41: + branch: "Bibliothek Orientwissenschaften / Ethnologie, Indologie, Japanologie, Orientalistik, Religionswissenschaft, Sinologie, Zentralasienwissenschaften" + branchno: zw41 + streetaddress: Schillerstraße 6 + postalcode: "04109" + city: Leipzig + tel: [+49(0) 341 97 37117 (Auskunft), +49(0) 341 97 37139 (Benutzung)] + fax: +49(0) 341 97 30698 + email: zborient@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=494" +# openinghours: +# - {open: 09:00:00, close: 20:00:00, days: Monday-Friday} +# note: "Standort: Graduiertenkolleg 1553: http://www.ub.uni-leipzig.de/ubl/standorte/orientwissenschaften/graduiertenkolleg-orientwissenschaften.html. Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +# note: "Standort: Graduiertenkolleg 1553: http://www.ub.uni-leipzig.de/ubl/standorte/orientwissenschaften/graduiertenkolleg-orientwissenschaften.html." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw41alt: + branch: "Bibliothek Orientwissenschaften / Altorientalistik" + branchno: zw41alt + streetaddress: "Goethestraße 2 (Krochhochhaus)" + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 37023 + email: zborient@ub.uni-leipzig.de + url: "http://www.uni-leipzig.de/altorient/bibliothek.html" +# openinghours: +# - {open: 10:00:00, close: 16:00:00, days: Monday-Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit. In der vorlesungsfreien Zeit ist die Benutzung auch nach Vereinbarung möglich." + note: "Die aktuellen Öffnungszeiten sind auf der Website zu finden." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw41ori: + branch: "Bibliothek Orientwissenschaften / Ägyptologie" + branchno: zw41ori + streetaddress: "Goethestraße 2 (Krochhochhaus)" + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 37018 + email: bibliothek.aegyptologie@uni-leipzig.de + url: "http://www.gko.uni-leipzig.de/aegyptologisches-institut/bibliothek/informationen.html" + note: "Die Öffnungszeiten finden Sie auf der Website des Instituts." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw46: + branch: "Bibliothek Erziehungswissenschaft" + branchno: zw46 + streetaddress: "Karl-Heine-Straße 22b" + postalcode: "04229" + city: Leipzig + tel: +49(0) 341 97 30674 + fax: +49(0) 341 97 39236 + email: zberz@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=471" + parts: + http://data.ub.uni-leipzig.de/resource/UBL/department/zw46/part/01: + branchpart: Ausleihe +# openinghours: +# - {open: 10:00:00, close: 16:00:00, days: Monday} +# - {open: 10:00:00, close: 17:00:00, days: Tuesday-Thursday} +# - {open: 10:00:00, close: 16:00:00, days: Friday} + http://data.ub.uni-leipzig.de/resource/UBL/department/zw46/part/02: + branchpart: Freihandbereich-Lesesaal +# openinghours: +# - {open: 09:00:00, close: 18:00:00, days: Monday-Thursday} +# - {open: 09:00:00, close: 16:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw66: + branch: "Bibliothek Geowissenschaften" + branchno: zw66 + streetaddress: Talstraße 35 + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 30629 + email: zbgeowi@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=437" +# openinghours: +# - {open: 09:00:00, close: 12:00:00, days: Monday-Friday} +# - {open: 13:00:00, close: 16:00:00, days: Monday-Thursday} +zw71: + branch: "Bibliothek Physik" + branchno: zw71 + streetaddress: "Linnéstraße 5" + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 32414 + fax: +49(0) 341 97 39242 + email: zbphys@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=463" +# openinghours: +# - {open: 09:00:00, close: 12:00:00, days: Monday-Friday} +# - {open: 13:00:00, close: 18:00:00, days: Monday-Wednesday} +# - {open: 13:00:00, close: 16:00:00, days: Thursday-Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw76: + branch: "Bibliothek Chemie/Physik" + branchno: zw76 + streetaddress: Johannisallee 29 + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 30630 + fax: +49(0) 341 97 39253 + email: zbchem@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=463" +# openinghours: +# - {open: 08:00:00, close: 12:00:00, days: Monday-Friday} +# - {open: 13:00:00, close: 16:30:00, days: Monday} +# - {open: 13:00:00, close: 16:30:00, days: Friday} +# - {open: 13:00:00, close: 18:00:00, days: Tuesday-Thursday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw81: + branch: "Bibliothek Biowissenschaften" + branchno: zw81 + streetaddress: Talstraße 35 + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 36783 + fax: +49(0) 341 97 39245 + email: zbbio@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=415" +# openinghours: +# - {open: 09:00:00, close: 12:00:00, days: Monday-Friday} +# - {open: 13:00:00, close: 18:00:00, days: Monday-Thursday} +# - {open: 13:00:00, close: 16:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw81idiv: + branch: "Bibliothek des German Centre for Integrative Biodiversity Research (iDiv) - Nebenstelle der Bibliothek Biowissenschaften" + branchno: zw81idiv + streetaddress: Deutscher Platz 5e + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 33102 + email: rebecca.thier-lange@idiv.de + note: "Öffnungszeiten: Dienstag: 10:00 - 12:00 Uhr" +http://data.ub.uni-leipzig.de/resource/UBL/department/zw86: + branch: "Bibliothek Veterinärmedizin" + branchno: zw86 + streetaddress: "An den Tierkliniken 5" + postalcode: "04103" + city: Leipzig + tel: [+49(0) 341 97 30623, +49(0) 341 97 38017 (Ausleihe)] + fax: +49(0) 341 97 39246 + email: zbvetmed@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=514" +# openinghours: +# - {open: 09:00:00, close: 20:00:00, days: Monday-Thursday} +# - {open: 09:00:00, close: 18:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw91: + branch: "Zentralbibliothek Medizin" + branchno: zw91 + streetaddress: "Johannisallee 34" + postalcode: "04103" + city: Leipzig + tel: [+49(0) 341 97 14012 (Ausleihe), +49(0) 341 97 14014 (Fernleihe)] + url: "https://www.ub.uni-leipzig.de/index.php?id=519" +# openinghours: +# - {open: 08:00:00, close: 19:00:00, days: Monday-Thursday} +# - {open: 09:00:00, close: 18:00:00, days: Friday} +# - {open: 11:00:00, close: 16:00:00, days: Saturday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw96: + branch: "Bibliothek Sportwissenschaft" + branchno: zw96 + streetaddress: Jahnallee 59 + postalcode: "04109" + city: Leipzig + tel: [+49(0) 341 97 30635, +49(0) 341 97 30663 (Ausleihe)] + fax: +49(0) 341 97 31628 + email: zbspowi@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=509" +# openinghours: +# - {open: 10:00:00, close: 18:00:00, days: Monday-Thursday} +# - {open: 10:00:00, close: 16:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw01theat: + branch: "Nebenstandort Theaterwissenschaft" + branchno: zw01theat + streetaddress: Ritterstraße 16 + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 30400 + fax: +49(0) 341 97 30409 + email: theaterw@uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/standorte/bibliotheca-albertina/nebenstandort-theaterwissenschaft/" + note: "Die Öffnungszeiten erfragen Sie bitte per automatischer Antwort hier: nebenstelle-tw@uni-leipzig.de." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw02kmw: + branch: "Nebenstandort Kommunikations- und Medienwissenschaft" + branchno: zw02kmw + streetaddress: Burgstraße 21, Raum 3.22 + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 35784 + email: bgenner@rz.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/standorte/campus-bibliothek/nebenstandort-kmw/" +# openinghours: +# - {open: 09:00:00, close: 16:30:00, days: Monday} +# - {open: 09:00:00, close: 18:00:00, days: Tuesday} +# - {open: 09:00:00, close: 16:30:00, days: Wednesday-Thursday} +# - {open: 09:00:00, close: 15:00:00, days: Friday} +http://data.ub.uni-leipzig.de/resource/UBL/department/zw05: + branch: "Bibliothek Klassische Archäologie und Ur- und Frühgeschichte" + branchno: zw05 + streetaddress: Ritterstraße 14 + postalcode: "04109" + city: Leipzig + tel: +49(0) 341 97 30707 + email: zbarch@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=449" + parts: + http://data.ub.uni-leipzig.de/resource/UBL/department/zw05/part/01: + branchpart: "Klassische Archäologie (2. Etage)" +# openinghours: +# - {open: 09:00:00, close: 19:00:00, days: Monday} +# - {open: 09:00:00, close: 20:00:00, days: Tuesday} +# - {open: 09:00:00, close: 17:00:00, days: Wednesday} +# - {open: 09:00:00, close: 20:00:00, days: Thursday} +# - {open: 09:00:00, close: 17:00:00, days: Friday} + + http://data.ub.uni-leipzig.de/resource/UBL/department/zw05/part/02: + branchpart: "Ur- und Frühgeschichte (3. Etage)" +# openinghours: +# - {open: 09:00:00, close: 19:00:00, days: Monday-Friday} + note: "Aktuelle Öffnungszeiten in der vorlesungsfreien Zeit sind dem Aushang in der Zweigbibliothek zu entnehmen." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw06: + branch: "Bibliothek Deutsches Literaturinstitut Leipzig" + branchno: zw06 + streetaddress: Wächterstraße 34 + postalcode: "04107" + city: Leipzig + tel: +49(0) 341 97 30312 + email: neumannb@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=410" +# openinghours: +# - {open: 13:00:00, close: 16:00:00, days: Monday} +# - {open: 10:00:00, close: 12:00:00, days: Tuesday} +# - {open: 13:00:00, close: 16:00:00, days: Tuesday} +# - {open: 13:00:00, close: 18:00:00, days: Wednesday} +# - {open: 13:00:00, close: 16:00:00, days: Thursday} +# - {open: 10:00:00, close: 13:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw07: + branch: "Bibliothek Geographie" + branchno: zw07 + streetaddress: Johannisallee 19 + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 38586 + fax: +49(0) 341 97 39241 + email: zbgeogr@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=484" +# openinghours: +# - {open: 09:00:00, close: 12:00:00, days: Monday-Friday} +# - {open: 13:00:00, close: 18:00:00, days: Monday} +# - {open: 13:00:00, close: 18:00:00, days: Wednesday-Thursday} +# - {open: 13:00:00, close: 16:00:00, days: Tuesday} +# - {open: 13:00:00, close: 15:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw08: + branch: "Bibliothek Kunst" + branchno: zw08 + streetaddress: Dittrichring 18-20 + postalcode: "04109" + city: Leipzig + tel: [+49(0) 341 97 35545, +49(0) 341 97 35547] + fax: +49(0) 341 97 39244 + email: zbkunst@ub.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=456" +# openinghours: +# - {open: 09:30:00, close: 18:00:00, days: Monday-Wednesday} +# - {open: 09:30:00, close: 20:00:00, days: Thursday} +# - {open: 09:00:00, close: 14:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw11instr: + branch: "Bibliothek Musik / Nebenstelle Museum für Musikinstrumente" + branchno: zw11instr + streetaddress: "Johannisplatz 5-11" + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 30750 + fax: +49(0) 341 97 30759 + email: musik.museum@uni-leipzig.de + url: "http://mfm.uni-leipzig.de/" +# openinghours: +# - {open: 14:00:00, close: 17:00:00, days: Thursday} +# - {open: 09:00:00, close: 16:00:00, days: Friday} +http://data.ub.uni-leipzig.de/resource/UBL/department/zw76thph: + branch: "Bibliothek Chemie/Physik / Nebenstelle Theoretische Physik" + branch-no: zw71thph + street-address: "Vor dem Hospitaltore 1" + postal-code: "04103" + city: Leipzig + tel: +49(0) 341 97 32430 + email: gabriele.menge@itp.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=463" +# openinghours: +# - {open: 09:00:00, close: 12:00:00, days: Tuesday-Thursday} +zw91018: + branch: "Bibliothek Medizin / Kopfkliniken" + branch-no: zw91018 + street-address: "Johannisallee 34" + postal-code: "04103" + city: Leipzig + tel: +49(0) 341 97 14170 + fax: +49(0) 341 97 17163 + email: zbmed2@medizin.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=519" +# openinghours: +# - {open: 08:00:00, close: 19:00:00, days: Monday-Thursday} +# - {open: 08:00:00, close: 18:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." +http://data.ub.uni-leipzig.de/resource/UBL/department/zw91016: + branch: "Zentralbibliothek Medizin 2" + branchno: zw91016 + streetaddress: "Johannisallee 34" + postalcode: "04103" + city: Leipzig + tel: +49(0) 341 97 14170 + fax: +49(0) 341 97 17163 + email: zbmed2@medizin.uni-leipzig.de + url: "https://www.ub.uni-leipzig.de/index.php?id=519" +# openinghours: +# - {open: 08:00:00, close: 19:00:00, days: Monday-Thursday} +# - {open: 08:00:00, close: 18:00:00, days: Friday} +# note: "Bitte beachten Sie die veränderten Öffnungszeiten während der vorlesungsfreien Zeit (siehe Website)." + diff --git a/fid_bbi/dev/config/vufind/config.ini.sample b/fid_bbi/dev/config/vufind/config.ini.sample new file mode 100644 index 00000000000..cac7d6085f0 --- /dev/null +++ b/fid_bbi/dev/config/vufind/config.ini.sample @@ -0,0 +1,89 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/config.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +override_full_sections = "Http" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +[System] +debug = false + +[Index] +; lokaler Solr +url = http://localhost:8080/solr +; Solr4Entwickler +;url = http://172.18.85.142:8085/solr +; Solr-Devel (Ip-Freischaltung notwendig) +;url = http://139.18.19.239:8080/solr + +[Site] +url = "http://localhost" + +[Authentication] +hash_passwords = "1" +encrypt_ils_password = "1" +ils_encryption_key = "3e2ac9b644dd4e0b64b179a0309ead13bb59202a" + +[Catalog] +driver = "FincILS" + +[Http] +; Pfad zu SSL-Zertifikaten in der docker-VM (global für CentOS konfiguriert) +sslcapath = "/etc/ssl/certs" + +; OpenURL configuration institution specified +; sample configuration for ubl +[OpenURL] +url = "http://www.redi-bw.de/links/ubl?rl_site=ubl" +rfr_id = www.ub.uni-leipzig.de +resolver = redi +window_settings = "toolbar=no,location=no,directories=no,buttons=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=600" +show_in_results = false ; include in search results +show_in_record = false ; include in core record metadata +show_in_holdings = true ; include in holdings tab of record view +embed = true +replace_other_urls = true + +[Content] +coversize[result-list] = false +showStyleBasedIcons = true + +[Ebl] +pattern = "leip.eblib.com" +secret_key = "SecretKey" +product_sigel[] = "ZDB-89-EBL" +product_sigel[] = "ZDB-30-PQE" + +[LinksRewrite] +; Personalized rewriting of Open Urls. +; Start to declare a own group which can have following keys. +; identifier[pattern] is necessary to switch on rewrite und sort out the right links. +; regular expression are allowed +; identifier[search] is the string to replaced +; identifier[replace] is the replacing phrase +; identifier[method] calls an alternative method with the link as parameter. +; The method has to be written in the IndexDriver.php +schweitzer[pattern] = leip.eblib.com +schweitzer[method] = resolveEblLink +; naxos[pattern] = www.ln.naxosmusiclibrary.com +; naxos[search] = www.ln.naxosmusiclibrary.com +; naxos[replace] = ubl-leipzig.naxosmusiclibrary.com +; nbn[pattern] = "^urn:nbn:" +; nbn[search] = urn:nbn: +; nbn[replace] = nbn-resolving.de/urn:nbn: diff --git a/fid_bbi/dev/config/vufind/export.ini.sample b/fid_bbi/dev/config/vufind/export.ini.sample new file mode 100644 index 00000000000..dfc6d42b14a --- /dev/null +++ b/fid_bbi/dev/config/vufind/export.ini.sample @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/export.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "EndNote" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/config/vufind/facets.ini.sample b/fid_bbi/dev/config/vufind/facets.ini.sample new file mode 100644 index 00000000000..68d848f9185 --- /dev/null +++ b/fid_bbi/dev/config/vufind/facets.ini.sample @@ -0,0 +1,23 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/facets.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/dev/config/vufind/permissions.ini.sample b/fid_bbi/dev/config/vufind/permissions.ini.sample new file mode 100644 index 00000000000..c4d85546579 --- /dev/null +++ b/fid_bbi/dev/config/vufind/permissions.ini.sample @@ -0,0 +1,26 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/permissions.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +[default.OffCampusSourceIds] +IpRegExFoFor = "/(139\.18.*)/" +permission = OffCampusSourceIds \ No newline at end of file diff --git a/fid_bbi/dev/config/vufind/searches.ini.sample b/fid_bbi/dev/config/vufind/searches.ini.sample new file mode 100644 index 00000000000..7ce560f40bf --- /dev/null +++ b/fid_bbi/dev/config/vufind/searches.ini.sample @@ -0,0 +1,22 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is the default DEV-INI-file and inherits +; all the settings from the INI-file defined in [Parent_Config] which +; points to the default INI-file located in the folder vufind2/local +; + +[Parent_Config] +relative_path = ../../../config/vufind/searches.ini + +; A comma-separated list of config sections from the parent which should be +; completely overwritten by the equivalent sections in this configuration; +; any sections not listed here will be merged on a section-by-section basis. +;override_full_sections = "Languages,AlphaBrowse_Types" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/config/vufind/searchspecs.yaml.sample b/fid_bbi/dev/config/vufind/searchspecs.yaml.sample new file mode 100644 index 00000000000..2b741dc3e11 --- /dev/null +++ b/fid_bbi/dev/config/vufind/searchspecs.yaml.sample @@ -0,0 +1,784 @@ +--- +# Listing of search types and their component parts and weights. +# +# Format is: +# searchType: +# # CustomMunge is an optional section to define custom pre-processing of +# # user input. See below for details of munge actions. +# CustomMunge: +# MungeName1: +# - [action1, actionParams] +# - [action2, actionParams] +# - [action3, actionParams] +# MungeName2: +# - [action1, actionParams] +# # DismaxFields is optional and defines the fields sent to the Dismax handler +# # when we are able to use it. QueryFields will be used for advanced +# # searches that Dismax cannot support. QueryFields is always used if no +# # DismaxFields section is defined. +# DismaxFields: +# - field1^boost +# - field2^boost +# - field3^boost +# # DismaxParams is optional and allows you to override default Dismax settings +# # (i.e. mm / bf) on a search-by-search basis. Enclose the parameter values +# # in quotes for proper behavior. If you want global default values for these +# # settings, you can edit the appropriate search handler in +# # solr/biblio/conf/solrconfig.xml. +# DismaxParams: +# - [param1_name, param1_value] +# - [param2_name, param2_value] +# - [param3_name, param3_value] +# # This optional setting may be used to specify which Dismax handler to use. By +# # default, VuFind provides two options: dismax (for the old, standard +# # Dismax) and edismax (for Extended Dismax). You can also configure your own +# # in solrconfig.xml, but VuFind relies on the name "edismax" to identify an +# # Extended Dismax handler. If you omit this setting, the default value from +# # the default_dismax_handler setting in the [Index] section of config.ini +# # will be used. +# DismaxHandler: dismax|edismax +# # QueryFields define the fields we are searching when not using Dismax; VuFind +# # detects queries that will not work with Dismax and switches to QueryFields +# # as needed. +# QueryFields: +# SolrField: +# - [howToMungeSearchstring, weight] +# - [differentMunge, weight] +# DifferentSolrField: +# - [howToMunge, weight] +# # The optional FilterQuery section allows you to AND a static query to the +# # dynamic query generated using the QueryFields; see JournalTitle below +# # for an example. This is applied whether we use DismaxFields or +# # QueryFields. +# FilterQuery: (optional Lucene filter query) +# ExactSettings: +# DismaxFields: ... +# QueryFields: ... +# # All the same settings as above, but for exact searches, i.e. search terms +# # enclosed in quotes. Allows different fields or weights for exact +# # searches. See below for commented-out examples. +# +# ...etc. +# +#----------------------------------------------------------------------------------- +# +# Within the QueryFields area, fields are OR'd together, unless they're in an +# anonymous array with a numeric instead of alphanumeric key, in which case the +# first element is a two-value array that tells us what the type (AND or OR) and +# weight of the whole group should be. +# +# So, given: +# +# test: +# QueryFields: +# A: +# - [onephrase, 500] +# - [and, 200] +# B: +# - [and, 100] +# - [or, 50] +# # Start an anonymous array to group; first element indicates AND grouping +# # and a weight of 50 +# 0: +# 0: +# - AND +# - 50 +# C: +# - [onephrase, 200] +# D: +# - [onephrase, 300] +# # Note the "not" attached to the field name as a minus, and the use of ~ +# # to mean null ("no special weight") +# -E: +# - [or, ~] +# D: +# - [or, 100] +# +# ...and the search string +# +# test "one two" +# +# ...we'd get +# +# (A:"test one two"^500 OR +# A:(test AND "one two")^ 200 OR +# B:(test AND "one two")^100 OR +# B:(test OR "one two")^50 +# ( +# C:("test one two")^200 AND +# D:"test one two"^300 AND +# -E:(test OR "one two") +# )^50 OR +# D:(test OR "one two")^100 +# ) +# +#----------------------------------------------------------------------------------- +# +# Munge types are based on the original Solr.php code, and consist of: +# +# onephrase: eliminate all quotes and do it as a single phrase. +# testing "one two" +# ...becomes ("testing one two") +# +# and: AND the terms together +# testing "one two" +# ...becomes (testing AND "one two") +# +# or: OR the terms together +# testing "one two" +# ...becomes (testing OR "one two") +# +# identity: Use the search as-is +# testing "one two" +# ...becomes (testing "one two") +# +# Additional Munge types can be defined in the CustomMunge section. Each array +# entry under CustomMunge defines a new named munge type. Each array entry under +# the name of the munge type specifies a string manipulation operation. Operations +# will be applied in the order listed, and different operations take different +# numbers of parameters. +# +# Munge operations: +# +# [append, text] - Append text to the end of the user's search string +# [lowercase] - Convert string to lowercase +# [preg_replace, pattern, replacement] - Perform a regular expression replace +# using the preg_replace() PHP function. If you use backreferences in your +# replacement phrase, be sure to escape dollar signs (i.e. \$1, not $1). +# [uppercase] - Convert string to uppercase +# +# See the CallNumber search below for an example of custom munging in action. +#----------------------------------------------------------------------------------- + +# These searches use Dismax when possible: +Author: + DismaxParams: + - [bf , ord(publishDateSort)^10] + DismaxFields: + - author^400 + - author2^300 + - author_id^100 + - author_ref^150 + - author_corporate^200 + - author_corporate2^200 + - author_corp_ref^150 + - author_orig^200 + - author2_orig^200 + - author_corporate_orig^200 + - author_corporate2_orig^200 + - author_fuller^50 + - author2_fuller + - author_additional + - author_variant + - author2_variant + QueryFields: + author: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_fuller: + - [onephrase, 200] + - [and, 100] + - [or, 50] + author2: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_ref: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate2: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corp_ref: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author2_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_corporate2_orig: + - [onephrase, 350] + - [and, 200] + - [or, 100] + author_id: + - [onephrase, 450] + - [and, 300] + - [or, 200] + author2_fuller: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_additional: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author_variant: + - [onephrase, 100] + - [and, 50] + - [or, ~] + author2_variant: + - [onephrase, 100] + - [and, 50] + - [or, ~] + +ISN: + DismaxFields: + - isbn + - issn + - ismn + QueryFields: + issn: + - [and, 100] + - [or, ~] + isbn: + - [and, 100] + - [or, ~] + ismn: + - [and, 100] + - [or, ~] + +Signatur: +# DismaxParams: +# - [mm, 0] +# DismaxFields: +# - callnumber_ISIL + QueryFields: + callnumber_ISIL: + - [onephrase, 1000] + - [and, 100] + - [or, ~] + +Barcode: +# DismaxParams: +# - [mm, 0] +# DismaxFields: +# - barcode_ISIL + QueryFields: + barcode_ISIL: + - [onephrase, 1000] + - [and, 100] + - [or, ~] + +Subject: + DismaxFields: + - topic_unstemmed^150 + - topic^100 + - topic_id^100 + - topic_ref^100 + #- geographic^50 + #- genre^50 + #- era + QueryFields: + topic_unstemmed: + - [onephrase, 350] + - [and, 150] + - [or, ~] + topic: + - [onephrase, 300] + - [and, 100] + - [or, ~] + topic_ref: + - [onephrase, 100] + - [and, 50] + - [or, ~] + topic_id: + - [onephrase, 100] + - [and, 50] + - [or, ~] + #- geographic: + # - [onephrase, 300] + # - [and, 100] + # - [or, ~] + #- genre: + # - [onephrase, 300] + # - [and, 100] + # - [or, ~] + #- era: + # - [and, 100] + # - [or, ~] +# ExactSettings: +# DismaxFields: +# - topic_unstemmed^150 +# QueryFields: +# - topic_unstemmed: +# - [onephrase, 350] +# - [and, 150] +# - [or, ~] + +# This field definition is a compromise that supports both journal-level and +# article-level data. The disadvantage is that hits in article titles will +# be mixed in. If you are building a purely article-oriented index, you should +# customize this to remove all of the title_* fields and focus entirely on the +# container_title field. +JournalTitle: + DismaxFields: + - title_short^500 + - title_full_unstemmed^450 + - title_full^400 + - title^300 + - container_title^250 + - title_alt^200 + - title_new^100 + - title_old + - series^100 + - series2 + QueryFields: + title_short: + - [onephrase, 500] + title_full_unstemmed: + - [onephrase, 450] + - [and, 400] + title_full: + - [onephrase, 400] + title: + - [onephrase, 300] + - [and, 250] + container_title: + - [onephrase, 275] + - [and, 225] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_old: + - [and, ~] + series: + - [onephrase, 100] + - [and, 50] + series2: + - [onephrase, 50] + - [and , ~] + FilterQuery: "format:Journal OR format:Article OR format:ElectronicBookPart" +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^450 +# QueryFields: +# - title_full_unstemmed: +# - [onephrase, 450] +# - [and, 400] +# FilterQuery: "format:Journal OR format:Article" + +Title: + DismaxParams: + - [mm, 3] + - [bf , ord(publishDateSort)^10] + DismaxFields: +# - title_sub^200 +# - title_short^300 + - title_full_unstemmed^150 + - title_full^100 + - title^900 + - title_alt^200 + - title_new^100 + - title_old + - title_orig^400 + - series^100 + - series2 + - series_orig^100 + QueryFields: + title_short: + - [onephrase, 500] + title_full_unstemmed: + - [onephrase, 150] + - [and, 100] + title_full: + - [onephrase, 100] + title: + - [onephrase, 300] + - [and, 250] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_old: + - [and, ~] + title_orig: + - [onephrase, 500] + - [and, 200] + series: + - [onephrase, 100] + - [and, 50] + series2: + - [onephrase, 50] + - [and , ~] + series_orig: + - [onephrase, 100] + - [and, 50] +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^450 +# QueryFields: +# - title_full_unstemmed: +# - [onephrase, 450] +# - [and, 400] + +Series: + DismaxFields: + - series^100 + - series2 + - series_orig^100 + QueryFields: + series: + - [onephrase, 500] + - [and, 200] + - [or, 100] + series2: + - [onephrase, 50] + - [and, 50] + - [or, ~] + series_orig: + - [onephrase, 500] + - [and, 200] + - [or, 100] + +Series2: + DismaxFields: + - series2 + QueryFields: + series2: + - [onephrase, 200] + - [and, 50] + +AllFields: + DismaxParams: + - [mm, 3] + - [bf , ord(publishDateSort)^10] +# - [bf , "if(exists(query({!v='source_id:0'})),10,1)^1000"] + - [bf, "if(exists(query({!v='access_facet:Local*'})),10,1)^1000"] + DismaxFields: + - title_short^1000 + - title_full_unstemmed^1000 + - title_full^400 + - title^500 + - title_alt^200 + - title_new^100 + - title_orig^500 + - series^50 + - series2^30 + - series_orig^50 + - author^500 + - author_fuller^150 + - author_corporate^300 + - author2^400 + - author_corporate2^100 + - author_ref^500 + - author_corp_ref^500 + - author_orig^300 + - author2_orig^300 + - author_corporate_orig^300 + - author_corporate2_orig^100 + - topic_ref^10 + - contents^10 + - topic_unstemmed^15 + - topic^10 + - geographic^10 + - genre^10 + - rvk_label + - allfields_unstemmed^10 + - allfields + - fulltext + - isbn + - issn + - ismn + + QueryFields: + 0: + 0: + - OR + - 50 + title_short: + - [onephrase, 1000] + title_full_unstemmed: + - [onephrase, 1000] + - [and, 500] + title_full: + - [onephrase, 400] + title: + - [onephrase, 300] + - [and, 250] + title_alt: + - [and, 200] + title_new: + - [and, 100] + title_orig: + - [onephrase, 500] + - [and, 400] + series: + - [onephrase, 300] + - [and, 100] + series2: + - [and, 30] + series_orig: + - [onephrase, 200] + - [and, 100] + author: + - [onephrase, 500] + - [and, 250] + author_fuller: + - [onephrase, 150] + - [and, 125] + author_ref: + - [onephrase, 250] + - [and, 250] + - [or, 250] + author_corp_ref: + - [onephrase, 250] + - [and, 250] + - [or, 250] + author_orig: + - [onephrase, 500] + - [and, 250] + author2_orig: + - [and, 50] + author_corporate_orig: + - [onephrase, 500] + - [and, 400] + author_corporate2_orig: + - [and, 50] + author_corporate: + - [onephrase, 500] + - [and, 400] + author2: + - [and, 50] + author_additional: + - [and, 50] + author_corporate2: + - [and, 50] + contents: + - [and, 10] + topic_unstemmed: + - [onephrase, 55] + - [and, 50] + topic: + - [onephrase, 50] + topic_ref: + - [onephrase, 10] + - [and, 5] + - [or, 5] + topic_id: + - [onephrase, 50] + - [and, 25] + allfields_unstemmed: + - [or, 10] +# fulltext_unstemmed: +# - [or, 10] + allfields: + - [or, ~] + fulltext: + - [or, ~] +# description: +# - [or, ~] + rvk_label: + - [onephrase, 500] + - [and, 250] + - [or, 250] + isbn: + - [onephrase, 500] + issn: + - [onephrase, 500] + ismn: + - [onephrase, 500] + imprint: + - [onephrase, 500] + +# ExactSettings: +# DismaxFields: +# - title_full_unstemmed^600 +# - topic_unstemmed^550 +# - allfields_unstemmed^10 +# - fulltext_unstemmed^10 +# - isbn +# - issn +# QueryFields: +# title_full_unstemmed: +# - [onephrase, 600] +# - [and, 500] +# topic_unstemmed: +# - [onephrase, 550] +# - [and, 500] +# allfields_unstemmed: +# - [or, 10] +# fulltext_unstemmed: +# - [or, 10] +# isbn: +# - [onephrase, ~] +# issn: +# - [onephrase, ~] + +# These are advanced searches that never use Dismax: +id: + QueryFields: + id: + - [onephrase, ~] + +ParentID: + QueryFields: + hierarchy_parent_id: + - [onephrase, ~] + +# Fields for exact matches originating from alphabetic browse +ids: + QueryFields: + id: + - [or, ~] + +TopicBrowse: + QueryFields: + topic_browse: + - [onephrase, ~] + +AuthorBrowse: + QueryFields: + author_browse: + - [onephrase, ~] + +TitleBrowse: + QueryFields: + title_full: + - [onephrase, ~] + +DeweyBrowse: + QueryFields: + dewey-raw: + - [onephrase, ~] + +LccBrowse: + QueryFields: + callnumber-a: + - [onephrase, ~] + + + +# CallNumber: + # We use two similar munges here -- one for exact matches, which will get + # a very high boost factor, and one for left-anchored wildcard searches, + # which will return a larger number of hits at a lower boost. + #CustomMunge: + #callnumber_exact: + #- [uppercase] + # Strip whitespace and quotes: + #- [preg_replace, '/[ "]/', ''] + # Escape colons (unescape first to avoid double-escapes): + #- [preg_replace, '/(\\\:)/', ':'] + #- [preg_replace, '/:/', '\:'] + # Strip pre-existing trailing asterisks: + #- [preg_replace, '/\*+$/', ''] + #callnumber_fuzzy: + #- [uppercase] + # Strip whitespace and quotes: + #- [preg_replace, '/[ "]/', ''] + # Escape colons (unescape first to avoid double-escapes): + #- [preg_replace, '/(\\\:)/', ':'] + #- [preg_replace, '/:/', '\:'] + # Strip pre-existing trailing asterisks, then add a new one: + #- [preg_replace, '/\*+$/', ''] + #- [append, "*"] + QueryFields: + callnumber-search: + - [callnumber_exact, 1000] + - [callnumber_fuzzy, ~] + dewey-search: + - [callnumber_exact, 1000] + - [callnumber_fuzzy, ~] + +publisher: + DismaxFields: + - publisher^100 + QueryFields: + publisher: + - [and, 100] + - [or, ~] + +year: + DismaxFields: + - publishDate^100 + QueryFields: + publishDate: + - [and, 100] + - [or, ~] + +language: + QueryFields: + language: + - [and, ~] + +toc: + DismaxFields: + - contents^100 + QueryFields: + contents: + - [and, 100] + - [or, ~] + +topic: + QueryFields: + topic: + - [and, 50] + topic_facet: + - [and, ~] + +geographic: + QueryFields: + geographic: + - [and, 50] + geographic_facet: + - [and, ~] + +genre: + QueryFields: + genre: + - [and, 50] + genre_facet: + - [and, ~] + +era: + QueryFields: + era: + - [and, ~] + +oclc_num: + CustomMunge: + oclc_num: + - [preg_replace, "/[^0-9]/", ""] + # trim leading zeroes: + - [preg_replace, "/^0*/", ""] + QueryFields: + oclc_num: + - [oclc_num, ~] + +rvk: + DismaxFields: + - rvk_facet^100 + QueryFields: + rvk_facet: + - [and, 50] + - [or, 50] + +rvk_path: + QueryFields: + rvk_path: + - [onephrase, ~] + +multipart: + DismaxFields: + - multipart_link^100 + QueryFields: + multipart_link: + - [and, 50] + - [or, 50] diff --git a/fid_bbi/dev/httpd-vufind.conf.sample b/fid_bbi/dev/httpd-vufind.conf.sample new file mode 100644 index 00000000000..fa86fc83d3c --- /dev/null +++ b/fid_bbi/dev/httpd-vufind.conf.sample @@ -0,0 +1,81 @@ +# Configuration for theme-specific resources: +AliasMatch ^/themes/([0-9a-zA-Z-_]*)/css/(.*)$ /usr/local/vufind2/themes/$1/css/$2 +AliasMatch ^/themes/([0-9a-zA-Z-_]*)/images/(.*)$ /usr/local/vufind2/themes/$1/images/$2 +AliasMatch ^/themes/([0-9a-zA-Z-_]*)/js/(.*)$ /usr/local/vufind2/themes/$1/js/$2 +<Directory ~ "^/usr/local/vufind2/themes/([0-9a-zA-Z-_]*)/(css|images|js)/"> + <IfModule !mod_authz_core.c> + Order allow,deny + Allow from all + </IfModule> + <IfModule mod_authz_core.c> + Require all granted + </IfModule> + AllowOverride All +</Directory> + +# Configuration for general VuFind base: +Alias / /usr/local/vufind2/public/ +<Directory /usr/local/vufind2/public/> + <IfModule !mod_authz_core.c> + Order allow,deny + Allow from all + </IfModule> + <IfModule mod_authz_core.c> + Require all granted + </IfModule> + AllowOverride All + +# php_value short_open_tag On + + # If you wish to use the Shibboleth authentication, uncomment the following lines + # AND comment out the "Require all granted" line above. There must not be any other + # "Require" lines in this configuration section for the "Require shibboleth" + # directive to be effective. + #AuthType shibboleth + #Require shibboleth +</Directory> + +<Location /> + RewriteEngine On + + # If using VuDL, uncomment the following line, fill in your appropriate Fedora + # server and port, and make sure that Apache mod_proxy and mod_proxy_http are + # enabled. + #RewriteRule ^files/(.*)/(.*) http://your-fedora-server/fedora/objects/$1/datastreams/$2/content [P] + + RewriteCond %{REQUEST_FILENAME} -s [OR] + RewriteCond %{REQUEST_FILENAME} -l [OR] + RewriteCond %{REQUEST_FILENAME} -d + RewriteRule ^.*$ - [NC,L] + RewriteRule ^.*$ index.php [NC,L] + + # Uncomment this line to put VuFind into development mode in order to see more detailed messages: + SetEnv VUFIND_ENV development + + # Uncomment this line if you want to use the XHProf profiler; this is a developer-oriented option + # that most users will not need. Make sure the XHProf PHP libraries are available on your include + # path. See http://vufind.org/jira/browse/VUFIND-419 for more details. + #SetEnv VUFIND_PROFILER_XHPROF http://url/to/your/xhprof/web/interface + + # This line points to the local override directory where you should place your customized files + # to override VuFind core features/settings. Set to blank string ("") to disable. + SetEnv VUFIND_LOCAL_DIR /usr/local/vufind2/local/dev + + # This line can be used to force caching in a specific location other than the + # default location inside the local settings directory. + # Do not share this directory between multiple instances of VuFind or you may + # encounter unexpected side effects -- while this directory may be outside of the + # local settings directory, there should be exactly one separate cache location per + # local settings directory. + #SetEnv VUFIND_CACHE_DIR /usr/local/vufind2/local/cache + + # This line specifies additional Zend Framework 2 modules to load after the standard VuFind module. + # Multiple modules may be specified separated by commas. This mechanism can be used to override + # core VuFind functionality without modifying core code. + SetEnv VUFIND_LOCAL_MODULES finc + + # This line overrides the detection of VuFind base directory. By default it is determined from + # the location of the index.php file, but in case it is e.g. symlinked or there is another reason + # to define the path manually, you can uncomment and modify this line. + #SetEnv VUFIND_APPLICATION_PATH /usr/local/vufind2 +</Location> diff --git a/fid_bbi/dev/languages/DDS/de.ini b/fid_bbi/dev/languages/DDS/de.ini new file mode 100644 index 00000000000..34e9baa3073 --- /dev/null +++ b/fid_bbi/dev/languages/DDS/de.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/DDS/de.ini" +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/languages/DDS/en.ini b/fid_bbi/dev/languages/DDS/en.ini new file mode 100644 index 00000000000..66c29954475 --- /dev/null +++ b/fid_bbi/dev/languages/DDS/en.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/DDS/en.ini" +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### \ No newline at end of file diff --git a/fid_bbi/dev/languages/Ebsco/de.ini b/fid_bbi/dev/languages/Ebsco/de.ini new file mode 100644 index 00000000000..891ac4fb874 --- /dev/null +++ b/fid_bbi/dev/languages/Ebsco/de.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/Ebsco/de.ini" +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/languages/Ebsco/en.ini b/fid_bbi/dev/languages/Ebsco/en.ini new file mode 100644 index 00000000000..0ce444e1814 --- /dev/null +++ b/fid_bbi/dev/languages/Ebsco/en.ini @@ -0,0 +1,15 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/Ebsco/en.ini" +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/languages/EmailHold/de.ini b/fid_bbi/dev/languages/EmailHold/de.ini new file mode 100644 index 00000000000..73b85cdfb0f --- /dev/null +++ b/fid_bbi/dev/languages/EmailHold/de.ini @@ -0,0 +1,17 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/EmailHold/de.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### \ No newline at end of file diff --git a/fid_bbi/dev/languages/EmailHold/en.ini b/fid_bbi/dev/languages/EmailHold/en.ini new file mode 100644 index 00000000000..8a6a545bbb7 --- /dev/null +++ b/fid_bbi/dev/languages/EmailHold/en.ini @@ -0,0 +1,17 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/EmailHold/en.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### \ No newline at end of file diff --git a/fid_bbi/dev/languages/HoldingStatus/de.ini b/fid_bbi/dev/languages/HoldingStatus/de.ini new file mode 100644 index 00000000000..1dc74d5c538 --- /dev/null +++ b/fid_bbi/dev/languages/HoldingStatus/de.ini @@ -0,0 +1,17 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/HoldingStatus/de.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/languages/HoldingStatus/en.ini b/fid_bbi/dev/languages/HoldingStatus/en.ini new file mode 100644 index 00000000000..96dfa61d42a --- /dev/null +++ b/fid_bbi/dev/languages/HoldingStatus/en.ini @@ -0,0 +1,17 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/HoldingStatus/en.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### diff --git a/fid_bbi/dev/languages/PDA/de.ini b/fid_bbi/dev/languages/PDA/de.ini new file mode 100644 index 00000000000..aeb4c2a27c9 --- /dev/null +++ b/fid_bbi/dev/languages/PDA/de.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/PDA/de.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/dev/languages/PDA/en.ini b/fid_bbi/dev/languages/PDA/en.ini new file mode 100644 index 00000000000..4623eaafd29 --- /dev/null +++ b/fid_bbi/dev/languages/PDA/en.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/PDA/en.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/dev/languages/de.ini b/fid_bbi/dev/languages/de.ini new file mode 100644 index 00000000000..c3bc6fa82bd --- /dev/null +++ b/fid_bbi/dev/languages/de.ini @@ -0,0 +1,32 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/de.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + +Delivery to = Lieferung an +Delivery service for documents = Dokumentenlieferdienst +Details for requested item = Angaben zum gewünschten Artikel +Division = Fakultät +Email = E-Mail-Adresse +Pages = Seiten (von - bis) +Phone = Telefon +Publishing date = Erscheinungsjahr +Remarks = Bemerkungen +Send order = Bestellung senden +Title of issue = Aufsatztitel + +Mandatory fields = Pflichtfelder + diff --git a/fid_bbi/dev/languages/en.ini b/fid_bbi/dev/languages/en.ini new file mode 100644 index 00000000000..2298100b0c6 --- /dev/null +++ b/fid_bbi/dev/languages/en.ini @@ -0,0 +1,18 @@ +;#################################################################### +;##################### DO NOT DELETE THIS HEADER #################### +;################### Leipzig University Library © 2015 ############## +; +; This is a default DEV-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 = "../../languages/en.ini" + +; +; Add DEV-specific customization after this header. +; +;##################### DO NOT DELETE THIS HEADER #################### +;#################################################################### + diff --git a/fid_bbi/harvest/README.txt b/fid_bbi/harvest/README.txt new file mode 100644 index 00000000000..6d0a4d1fe82 --- /dev/null +++ b/fid_bbi/harvest/README.txt @@ -0,0 +1,2 @@ +OAI-PMH Metadata will be harvested to this directory when the VUFIND_LOCAL_DIR +environment variable is properly configured. \ No newline at end of file diff --git a/fid_bbi/languages/DDS/de.ini b/fid_bbi/languages/DDS/de.ini new file mode 100644 index 00000000000..6855afd770d --- /dev/null +++ b/fid_bbi/languages/DDS/de.ini @@ -0,0 +1,24 @@ +; Document Delivery Service +dds_form_headline = "UBL-Dokumentenlieferdienst" +dds_form_delivery_data = "Lieferung an" +dds_form_details_ordered_title = "Angaben zum gewünschten Titel" +form_field_phone = "Telefon" +form_field_email = "E-Mail" +form_field_library_id = "Bibliotheksnummer" +form_field_division = "Fakultät" +form_field_department = "Institut" +form_field_author = "Autor" +form_field_title = "Titel" +form_field_journal = "Zeitschrift" +form_field_publishing_date = "Erscheinungsjahr" +form_field_volume = "Band, Heft" +form_field_pages = "Seiten" +form_fields_remarks = "Bemerkungen" +form_button_submit = "Bestellung senden" + +dds_text_questions = "Fragen oder Probleme? Wir helfen gerne" +dds_text_mandatory_fields = "Pflichtfelder" + +; Flashmessages +dds_order_success = "Ihre Bestellung wurde erfolgreich an die Universitätsbibliothek Leipzig übermittelt." +dds_restriction_text = "Dieser Dienst steht nur Mitarbeiterinnen und Mitarbeitern der Universität sowie der Medizinischen Fakultät (Universitätsklinikum) zur Verfügung." \ No newline at end of file diff --git a/fid_bbi/languages/DDS/en.ini b/fid_bbi/languages/DDS/en.ini new file mode 100644 index 00000000000..d4d3d579790 --- /dev/null +++ b/fid_bbi/languages/DDS/en.ini @@ -0,0 +1,24 @@ +; Document Delivery Service +dds_form_headline = "Document delivery service" +dds_form_delivery_data = "Delivery data" +dds_form_details_ordered_title = "Ordered title" +form_field_phone = "Phone" +form_field_email = "E-mail" +form_field_library_id = "Library number" +form_field_division = "Faculty" +form_field_department = "Institute" +form_field_author = "Author" +form_field_title = "Title" +form_field_journal = "Journal" +form_field_publishing_date = "Year" +form_field_volume = "Volume, Issue" +form_field_pages = "Page range" +form_fields_remarks = "Remarks" +form_button_submit = "Send order" + +dds_text_questions = "Any problems? Please contact" +dds_text_mandatory_fields = "Mandatory fields" + +; Flashmessages +dds_order_success = "Your order has been sent successfully." +dds_restriction_text = "This service is only available for members of Leipzig University and department of medicine (Universitätsklinikum)." \ No newline at end of file diff --git a/fid_bbi/languages/Ebsco/de.ini b/fid_bbi/languages/Ebsco/de.ini new file mode 100644 index 00000000000..33a88b41c84 --- /dev/null +++ b/fid_bbi/languages/Ebsco/de.ini @@ -0,0 +1,544 @@ +; Modul general +title_hits_databases = "Treffer in Fachdatenbanken" + +; Databases; +27h="Abstracts in Social Gerontology " +a2h="Academic Search Alumni Edition " +a9h="Academic Search Complete " +afh="Academic Search Elite " +asm="Academic Search Main Edition " +aph="Academic Search Premier " +l3r="Accounting & Finance Learning Center " +aqh="Advanced Placement Source " +apv="Advanstar Communications Collection " +apd="Advertising Periodicals, 1815-1888 " +awn="Africa-wide NiPAD " +fnu="African American Archives " +h7i="African American Historical Series Collection " +gnh="AgeLine " +agr="Agricola " +Midwestern,="Agricultural Periodicals from the Southern, " +apm="and Western U.S., 1800-1878 " +l0h="AHFS Consumer Medication Information " +awh="Alt-HealthWatch " +alm="Alternative Medicine and Health, 1810-1877 " +apn="Alternative Press Index " +alr="Alternative Press Index Archive " +veh="AMA Archive " +amed="AMED (Alternative Medicine) " +ahl="America: History & Life " +31h="America: History & Life with Full Text (AAS) American Antiquarian Society " +h9h="Historical Periodicals Collection: Series 1 (AAS) American Antiquarian Society " +h9i="Historical Periodicals Collection: Series 2 (AAS) American Antiquarian Society " +h9j="Historical Periodicals Collection: Series 3 (AAS) American Antiquarian Society " +h9k="Historical Periodicals Collection: Series 4 (AAS) American Antiquarian Society " +h9m="Historical Periodicals Collection: Series 5 " +sbh="American Bibliography of Slavic & Eastern European Studies " +aoh="American Diabetes Association Collection " +ddu="American Doctoral Dissertations 1933-1955 " +dch="American Heritage Children's Dictionary " +hhh="American Humanities Index " +fnv="American Revolution Archives (ATLA) American Theological Library Association " +h7h="Historical Monographs Collection: Series 1 (ATLA) American Theological Library Association " +h8h="Historical Monographs Collection: Series 2 " +ani="Anthropological Index Online " +anl="Anthropological Literature " +ant="Anthropology Plus " +vfh="AOM Archive " +asb="Applied Science & Business Periodicals Retrospective: 1913-1983 (H.W. Wilson) " +asa="Applied Science & Technology Abstracts (H.W. Wilson) " +asf="Applied Science & Technology Full Text (H.W. Wilson) " +asi="Applied Science & Technology Index (H.W. Wilson) " +ast="Applied Science & Technology Index Retrospective 1913-1983 (H.W. Wilson) " +aci="Applied Science & Technology Source " +aed="Arab e-Marefa " +awr="Arab World Research Source " +ada="Architectural Digest Archive " +fih="Arctic and Antarctic Regions " +aax="Art Abstracts (H.W. Wilson) " +vth="Art & Architecture Complete " +0ah="Art & Architecture Index " +aft="Art Full Text (H.W. Wilson) " +aai="Art Index (H.W. Wilson) " +air="Art Index Retrospective: 1929-1984 (H.W. Wilson) " +ami="Art Museum Image Gallery (H.W. Wilson) " +ams="Art Museum Image Gallery Special Collection (H.W. Wilson) " +asu="Art Source " +h6a="Arte Publico Hispanic Historical Collection: Series 1 " +wah="Articles by Wharton Faculty " +oih="Associates Program Source " +p6h="Associates Programs Source Plus " +reh="ATLA " +rfh="ATLA Religion Database with ATLASerials " +a6h="ATLASerials, Religion Collection " +nlabk="Audiobook Collection " +a700xna="Audiobook Premier Collection " +a700xww="Audiobook Premier Collection - World Wide " +ab09bca="Audiobook Subscription Blackstone Canada " +ab09bus="Audiobook Subscription Blackstone - US " +ab09bww="Audiobook Subscription Blackstone - Worldwide " +at09buc="Audiobook Subscription Tantor - US & Canada " +at09bno="Audiobook Subscription Tantor - Worldwide " +a763mna="Audiobook Youth Collection - North America " +a763mww="Audiobook Youth Collection - World Wide " +apr="Australia/New Zealand Points of View Reference Center " +anh="Australia/New Zealand Reference Centre " +bvh="Avery Index to Architectural Periodicals " +fph="Bibliography of Native North Americans " +b4h="Biography Collection " +b5h="Biography Collection Complete " +bit="Biography Index Past & Present (H.W. Wilson) " +bir="Biography Index Retrospective: 1946-1983 (H.W. Wilson) " +brb="Biography Reference Bank (H.W. Wilson) " +b6h="Biography Reference Center " +bai="Biological & Agricultural Index Plus (H.W. Wilson) " +bxh="Biological Abstracts " +baa="Biological Abstracts Archive: 1926-1968 " +boh="Biological Abstracts 1969-present " +bmh="Biomedical Reference Collection: Basic " +byh="Biomedical Reference Collection: Comprehensive " +cxh="Biomedical Reference Collection: Corporate " +beh="Biomedical Reference Collection: Expanded " +kfh="BIR Entertainment " +lmh="Blackwell Encyclopedia of Management Library " +bwa="Bloomberg Businessweek Archive " +ndh="Book Collection: Nonfiction " +n4h="Book Collection: Nonfiction: Elementary School Edition " +n9h="Book Collection: Nonfiction: High School Edition " +n8h="Book Collection: Nonfiction: Middle School Edition " +kdh="Book Index with Reviews " +brd="Book Review Digest Plus (H.W. Wilson) " +bgh="Britannica Biography Collection " +qoh="Britannica Online Collection " +bri="British Education Index " +bnh="British Nursing Index " +tpp="Business, Industrial and Professional Periodicals, 1774-1858 " +bft="Business Abstracts with Full Text (H.W. Wilson) " +qbh="Business Book Summaries " +bcr="Business Continuity & Disaster Recovery Reference Center " +bpr="Business Periodicals Index Retrospective: 1913-1982 (H.W. Wilson) " +bah="Business Source Alumni Edition " +bth="Business Source Complete " +bch="Business Source Corporate " +plh="Business Source Corporate Plus " +bsh="Business Source Elite " +bme="Business Source Main Edition " +buh="Business Source Premier " +lah="CAB Abstracts " +lbh="CAB Abstracts 1990-present " +ldh="CAB Abstracts Archive " +cjh="Canadian Literary Centre " +joh="Canadian Literary Journals " +c0h="Canadian Nurses Association Collection " +cap="Canadian Periodicals, 1790-1877 " +p3h="Canadian Points of View Reference Centre " +rch="Canadian Reference Centre " +crm="Canadian Reference Centre Main Edition " +2ch="Canadian Sports Database " +1mh="Cancer Center of Excellence (COE) " +can="CancerLit " +1jh="Cardiovascular Center of Excellence (COE) " +b7h="Caribbean Search " +clp="Catholic, Lutheran, Methodist, and Episcopal Periodicals, 1979-1904 " +vah="Catholic Periodical and Literature Index " +e5h="Central & Eastern European Academic Source " +che="Chemical Hazard Information Library " +chd="Chicano Database " +fgh="Child Development & Adolescent Studies " +ccx="Children's Core Collection (H.W. Wilson) " +arl="Chinese Insight " +33H="Christian Periodical Index " +cin20="CINAHL " +ccm="CINAHL Complete " +jlh="CINAHL Plus " +rzh="CINAHL Plus with Full Text " +c8h="CINAHL with Full Text " +h5c="Civil War Primary Source Documents " +cks="Clinical Knowledge Summaries " +prs="Clinical Reference Systems " +cgh="Cochrane Central Register of Controlled Trials " +chh="Cochrane Database of Systematic Reviews (CDSR) " +cmr="Cochrane Methodology Register (CMR) " +jgh="Columbia Granger's World of Poetry " +ufh="Communication & Mass Media CompleteTM " +cax="Communication Abstracts " +ynh="Communication Science and Disorders " +cms="Communication Source " +cpw="Competency Center " +ckh="Computer Science Index " +cph="Computer Source: Consumer Edition " +iih="Computers & Applied Sciences Complete " +cmh="Consumer Health Complete " +c9h="Consumer Health Complete on EBSCOhost " +chia="Consumer Health Information - Arabic " +chi="Consumer Health Information - English " +chif="Consumer Health Information - Farsi " +chin="Consumer Health Information - French (Canadian) " +chig="Consumer Health Information - German " +chih="Consumer Health Information - Hindi " +chii="Consumer Health Information - Italian " +chij="Consumer Health Information - Japanese " +chik="Consumer Health Information - Korean " +chip="Consumer Health Information - Polish " +chit="Consumer Health Information - Portuguese " +chir="Consumer Health Information - Russian " +chis="Consumer Health Information - Simplified Chinese " +chs="Consumer Health Information - Spanish " +chix="Consumer Health Information - Tagalog " +chic="Consumer Health Information - Traditional Chinese " +chiv="Consumer Health Information - Vietnamese " +chm="Consumer Health Main Edition " +crh="Corporate ResourceNet " +cja="Criminal Justice Abstracts " +i3h="Criminal Justice Abstracts with Full Text " +crn="CRN Proprietary " +srh="CrossRef " +cuh="Current Abstracts " +cbi="Current Biography Illustrated (H.W. Wilson) " +cep="Current Events and History Periodicals, 1691-1912 " +dah="Database of Abstracts of Reviews of Effects " +ddh="Dentistry & Oral Sciences Source " +dap="Drama, Humor, and Fine Arts Periodicals, 1764-1877 " +dme="DynaMed " +nlebk="eBook Collection " +e000xna="eBook Academic Collection - North America " +e000xww="eBook Academic Collection - World Wide " +e065sww="eBook Arabic Collection - World Wide " +e020mna="eBook Business Collection - North America " +e020mww="eBook Business Collection - World Wide " +e220xww="eBook BusinessCore " +e700sca="eBook Canadian Collection " +e045mww="eBook Caribbean Collection - World Wide " +e600xww="eBook Clinical Collection " +e900xww="eBook Community College Collection " +e025xna="eBook Comprehensive Academic Collection - North America " +e025xww="eBook Comprehensive Academic Collection - World Wide " +e095mww="eBook Education Collection " +e230xww="eBook EngineeringCore " +e085xww="eBook German Collection " +e862xna="eBook High School Collection " +e089mna="eBook History Collection - North America " +e089mww="eBook History Collection - World Wide " +e250xww="eBook ITCore " +e860xna="eBook K-8 Collection " +e276sww="eBook Leadership & Management Starter Collection " +e092sww="eBook Poetry & Short Story Reference Center " +e700xna="eBook Public Library Collection - North America " +e700xww="eBook Public Library Collection - World Wide " +e093mna="eBook Religion Collection - North America " +e093mww="eBook Religion Collection - World Wide " +e010xww="eBook Subscription Super Collection " +e000muk="eBooks for FE Collection (UK) " +e011xww="Hiperkitap (eBook Collection) " +bti="EBSCO Biotechnology Collection: India " +bub="EBSCO Business Basics " +ece="EBSCO Chemical Engineering Collection: India " +eeg="EBSCO Engineering Collection: India " +eei="EBSCO Environmental Engineering Collection: India " +ebg="EBSCO Geotechnology Collection: India " +keh="EBSCO MegaFILE " +eni="EBSCO Nanotechnology Collection: India " +phi="EBSCO Pharmacy Collection: India " +epi="EBSCO Polytechnic Studies Collection: India " +rrh="EBSCOlearn Ranger Rick " +e1h="ECA Full Text Collection " +ecn="Econlit " +eoh="Econlit with Full Text " +agh="Economia y Negocios " +eax="Education Abstracts (H.W. Wilson) " +eft="Education Full Text (H.W. Wilson) " +eir="Education Index Retrospective: 1929-1983 (H.W. Wilson) " +20h="Educational Administration Abstracts " +ehh="Education Research Complete " +eue="Education Source Product " +eba="EMBASE " +mmh="Encyclopedia of Australian Mammals " +enr="Energy & Power Source " +nre="Enfermeria al Dia " +egs="Engineering Source " +elr="English Language Learner Reference Center " +pen="English Patient Education " +ent="Entrepreneurial Studies Source " +eih="Environment Complete " +egh="Environment Index " +eoah="E-Journals " +ega="Ergonomics Abstracts " +eric="ERIC " +egi="Essay & General Literature Index (H.W. Wilson) " +egr="Essay & General Literature Index Retrospective (H.W. Wilson) " +hev="European Views of the Americas 1493 to 1750 " +flh="Family & Society Studies Worldwide " +26h="Family Studies Abstracts " +fed="Federal Research in Progress " +fcx="Fiction Core Collection (H.W. Wilson) " +fah="Film & Television Literature Index " +f3h="Film & Television Literature Index with Full Text " +fit="Financial Times " +ffw="Fish, Fisheries & Aquatic Biodiversity Worldwide " +foh="Fonte Academica " +ffh="Food Science & Technology Abstracts " +fsr="Food Science Source " +fba="Forbes Archive " +flp="Foreign Language Periodicals in America, 1684-1904 " +fai="Frick Art Reference Library Periodicals Index " +zbh="Fuente Academica " +fap="Fuente Academica Plus " +fua="Fuente Academica Premier " +funk="Funk & Wagnalls New World Encyclopedia " +glw="GalleryWatch CRS Reports " +puh="Garden, Landscape & Horticulture Literature Index " +fmh="Gender Studies Database " +gsa="General Science Abstracts (H.W. Wilson) " +gft="General Science Full Text (H.W. Wilson) " +gsh="General Science Collection " +geh="GeoRef " +guh="GeoRef in Process " +gqh="GIDEON (Global Infectious Disease and Epidemiology Network) " +lhh="Global Health " +gha="Global Health Archive " +gnx="Graphic Novels Core Collection (H.W. Wilson) " +8gh="GreenFILE " +hpi="Health & Psychosocial Instruments " +hbh="Health Business FullTEXT " +heh="Health Business FullTEXT Elite " +nrcn="Health News " +hns="Health News (Spanish) " +her="Health Policy Reference Center " +hxh="Health Source: Consumer Edition " +hch="Health Source: Nursing/Academic Edition " +hta="Health Technology Assessments " +hed="HEED: Health Economic Evaluations Database " +hia="Historical Abstracts " +30h="Historical Abstracts with Full Text " +htm="History or Science, Technology and Medicine " +khh="History Reference Center " +cfh="Hobbies & Crafts Reference Center " +h4h="Home Improvement Reference Center " +hcap="Hoover's Company Capsules " +hpro="Hoover's Company Profiles " +hoh="Hospitality & Tourism Index " +hjh="Hospitality & Tourism Index Complete " +22h="Human Resources Abstracts " +hsr="Humanities & Social Sciences Index Retrospective: 1907-1984 (H.W. Wilson) " +hma="Humanities Abstracts (H.W. Wilson) " +hft="Humanities Full Text (H.W. Wilson) " +hmr="Humanities Index Retrospective: 1907-1984 (H.W. Wilson) " +hlh="Humanities International Complete " +hgh="Humanities International Index " +hus="Humanities Source " +ipm="Index to Printed Music " +ich="Index Islamicus " +iap="Index to 19th-Century Anerican Art Periodicals " +jph="Index to Jewish Periodicals " +lpb="Index to Legal Periodicals & Books (H.W. Wilson) " +lft="Index to Legal Periodicals & Books Full Text (H.W. Wilson) " +lpr="Index to Legal Periodicals Retrospective: 1908-1981 (H.W. Wilson) " +izh="Information Science & Technology Abstracts " +l4r="Information Technology Learning Center " +edsbl="Inside Serials and Conference Proceedings " +inh="Inspec " +ieh="Inspec Archive " +ird="Institutional Repository Database " +iph="Insurance Periodicals Index " +iyh="International Bibliography of Theater & Dance " +ibh="International Bibliography of Theater & Dance with Full Text " +ipa="International Pharmaceutical Abstracts " +ijh="International Political Science Abstracts " +tsh="International Security & Counter Terrorism Reference Center " +iqh="Internet & Personal Computing Abstracts " +jss="Jewish Studies Source " +lnp="L'Année philologique " +h6b="Arte Publico Hispanic Historical Collection: Series 2 " +l2r="Leadership & Management Learning Center " +h2r="Leadership & Management Learning Center plus " +fqh="The Left Index " +lgh="Legal Collection " +lir="Legal Information Reference Center " +lcm="Legal Information Reference Center Main Edition " +lgs="Legal Source " +qrh="LGBT Life " +qth="LGBT Life w/Full Text " +llr="Library Literature & Information Science Retrospective: 1905-1983 (H.W. Wilson) " +vlh="LIBROS EN VENTA en América Latina y España " +lxh="Library, Information Science & Technology Abstracts (LISTA) " +lls="Library & Information Science Source " +llf="Library Literature & Information Science Full Text (H.W. Wilson) " +lii="Library Literature & Information Science Index (H.W. Wilson) " +lih="LISTA with Full Text " +lfh="Literary Reference Center " +lrm="Literary Reference Center Main Edition " +lkh="Literary Reference Center Plus " +m0h="MagillOnLiterature " +mjh="MagillOnLiterature Plus " +mfi="MainFile " +mat="MAS Complete " +mae="MAS High Search Main Edition " +ulh="MAS Ultra - School Edition " +muh="MAS Ultra--Public Library Edition " +msp="Masons, Odd-Fellows and Other Societal Periodicals, 1794-1877 " +f6h="MasterFILE Complete " +fth="MasterFILE Elite " +mfm="MasterFILE Main Edition " +f5h="MasterFILE Premier " +mfh="MasterFILE Select " +krh="McClatchy-Tribune Collection " +lth="MedicLatina " +cmedm="MEDLINE " +mdc="MEDLINE Complete " +mnh="MEDLINE with Full Text " +loh="Mental Measurements Yearbook " +mmt="Mental Measurements Yearbook with Tests in Print " +ppe="Mental Measurements Yearbook with Tests in Print Internacional " +mjx="Middle & Junior High School Core Collection (H.W. Wilson) " +fxh="Middle Eastern & Central Asian Studies " +mme="Middle Search Main Edition " +mih="Middle Search Plus " +mth="Military & Government Collection " +mle="Military and Law Enforcement Periodicals, 1691-1877 " +myt="Military Transition Support Center " +kah="MLA Directory of Periodicals " +mzh="MLA International Bibliography " +mcg="Music Catalog - Library of Congress " +mah="The Music Index " +nih="The Nation Archive " +dfn="The Nation Archive (DFG) " +n0h="The Nation Archive Premium Edition " +ncj="National Criminal Justice Reference Service Abstracts " +nch="The National Review Archive " +fnw="Native American Archives " +wfh="Natural & Alternative Treatments " +ueh="NCA Collection " +n2h="New Scientist Archive " +fjh="The New Republic Archive " +dfg="The New Republic Archive (DFG) " +rvh="New Testament Abstracts " +nfh="Newspaper Source " +n5h="Newspaper Source Plus " +nsm="Newswires " +nbm="Non-Book Materials Core Collection (H.W. Wilson) " +eed="NHS Economic Evaluation Database " +nor="Nonprofit Organization Reference Center " +nts="NTIS " +noh="NoveList " +nnh="NoveList K-8 " +neh="NoveList Plus " +njh="NoveList Plus K-8 " +nhh="Nursing & Allied Health Collection: Basic " +nyh="Nursing & Allied Health Collection: Comprehensive " +nxh="Nursing & Allied Health Collection: Expanded " +nrc="Nursing Reference Center (NRC) " +npr="Nursing Reference Center with PERC " +oah="Old Testament Abstracts " +ofm="OmniFile Full Text Mega (H.W. Wilson) " +ofs="OmniFile Full Text Select (H.W. Wilson) " +perc="Patient Education Reference Center (PERC) " +24h="Peace Research Abstracts " +pph="PEP Archive " +paw="Periodicals of the American West, 1779-1881 " +pta="Petroleum Abstracts TULSA Database " +phl="The Philosopher's Index " +pif="The Philosopher's Index with Full Text " +pix="Play Index (H.W. Wilson) " +prf="Poetry & Short Story Reference Center " +pwh="Points of View Reference Center " +poh="Political Science Complete " +ply="Polymer Library " +eup="Popular Educational Periodicals, 1758-1889 " +prh="Primary Search " +pme="Primary Search Main Edition " +tfh="Professional Development Collection " +pde="Professional Development Collection Main Edition " +pdh="PsycARTICLES " +pzh="PsycBOOKS " +pvh="PsycCRITIQUES " +pxh="PsycEXTRA " +pbh="Psychology & Behavioral Sciences Collection " +psyh="PsycINFO " +pst="PsycTESTS " +pdx="PSYNDEX: Literature and Audiovisual Media with PSYNDEX Tests " +21h="Public Administration Abstracts " +p4h="Public Affairs Index " +plx="Public Library Core Collection: Non-Fiction (H.W. Wilson) " +25h="Race Relations Abstracts " +rga="Readers' Guide Abstracts (H.W. Wilson) " +rgm="Readers' Guide Full Text Mega (H.W. Wilson) " +rgs="Readers' Guide Full Text Select (H.W. Wilson) " +rgr="Readers' Guide Retrospective: 1890-1982 (H.W. Wilson) " +rgl="Readers' Guide to Periodical Literaure (H.W. Wilson) " +zah="Referencia Latina " +bwh="Regional Business News " +rps="Regional Business News Plus " +rss="Rehabilitation & Sports Medicine Source " +rrc="Rehabilitation Reference Center " +rlh="Religion & Philosophy Collection " +rpw="Religious Periodicals for Women, Children, and Families, 1804-1878 " +e6h="Research Starters - Business " +e0h="Research Starters - Education " +rst="Research Starters - Sociology " +rph="Retrospective Index to Music Periodicals (RIPM) " +rda="RIPM Online Archive of Music Periodicals " +rih="RILM Abstracts of Music Literature (1967 - Present Only) " +ram="RILM Abstracts of Music Literature " +rkh="Risk Management Reference Center " +rsm="RISM Series A/II: Music Manuscripts after 1600 " +rsb="Russian Academy of Sciences Bibliographies " +h3h="Salud en Español " +ish="Salud para todos " +syh="Science & Technology Collection " +scf="Science Full Text Select (H.W. Wilson) " +sch="Science Reference Center " +sme="Science Reference Center Main Edition " +scp="Scientific Periodicals, 1771-1901 " +sar="Sears List of Subject Headings (H.W. Wilson) " +slm="Sears: Lista de Encabezamientos de Materia (H.W. Wilson) " +shx="Senior High School Core Collection (H.W. Wilson) " +ser="The Serials Directory " +29h="Shock & Vibration Digest " +ssx="Short Story Index (H.W. Wilson) " +sxr="Short Story Index Retrospective: 1915-1983 (H.W. Wilson) " +sla="Slavery and Abolition, 1789-1887 " +b9h="Small Business Reference Center " +sbm="Small Business Reference Center Main Edition " +s9h="Small Engine Repair Reference Center " +ssa="Social Sciences Abstracts (H.W. Wilson) " +ssf="Social Sciences Full Text (H.W. Wilson) " +ssr="Social Sciences Index Retrospective: 1907-1983 (H.W. Wilson) " +swh="Social Work Abstracts " +smf="Society for Military History Full Text Collection " +snh="SocINDEX " +sih="SocINDEX with Full Text " +slh="Sociological Collection " +csh="Spanish Health Database " +sph="SPORTDiscus " +s3h="SPORTDiscus with Full Text " +tmh="STM Abstracts " +asr="STM Source " +sur="Sustainability Reference Center " +suw="Sustainability Watch " +trh="Teacher Reference Center " +tih="Texas Reference Center " +teh="Textile Technology Complete " +tdh="Textile Technology Index " +tth="TOPICsearch " +tnh="TOC Premier EBSCO " +ukh="UK/Ireland Reference Centre " +uvt="ULAKBIM Ulusal Veri Tabanlan (UVT) (ULAKBIM Turkish National Databases) " +fnx="United States Bureau of Investigation Case File Archives " +23h="Urban Studies Abstracts " +frh="Vente et Gestion " +28h="Violence & Abuse Abstracts " +voh="Vocational and Career Collection " +v1h="Vocational Studies Complete " +vsh="Vocational Studies Premier " +wrw="Water & Oceans Worldwide " +fzh="Wildlife & Ecology Studies Worldwide " +wpe="Women's Periodicals of the Eighteenth and Nineteenth Century, 1733-1844 " +fyh="Women's Studies International " +wbh="World Biographies Collection " +weh="World Book Encyclopedia " +wih="World Book Encyclopedia International " +wph="World Book Periodical Database " +wdh="World History Collection " +wpr="World Politics Review " +wta="World Textiles " +fny="World War II Archives " diff --git a/fid_bbi/languages/Ebsco/en.ini b/fid_bbi/languages/Ebsco/en.ini new file mode 100644 index 00000000000..ff4cf0772fa --- /dev/null +++ b/fid_bbi/languages/Ebsco/en.ini @@ -0,0 +1,544 @@ +; Modul general +title_hits_databases ="Hits in field databases" + +; Databases; +27h="Abstracts in Social Gerontology " +a2h="Academic Search Alumni Edition " +a9h="Academic Search Complete " +afh="Academic Search Elite " +asm="Academic Search Main Edition " +aph="Academic Search Premier " +l3r="Accounting & Finance Learning Center " +aqh="Advanced Placement Source " +apv="Advanstar Communications Collection " +apd="Advertising Periodicals, 1815-1888 " +awn="Africa-wide NiPAD " +fnu="African American Archives " +h7i="African American Historical Series Collection " +gnh="AgeLine " +agr="Agricola " +Midwestern,="Agricultural Periodicals from the Southern, " +apm="and Western U.S., 1800-1878 " +l0h="AHFS Consumer Medication Information " +awh="Alt-HealthWatch " +alm="Alternative Medicine and Health, 1810-1877 " +apn="Alternative Press Index " +alr="Alternative Press Index Archive " +veh="AMA Archive " +amed="AMED (Alternative Medicine) " +ahl="America: History & Life " +31h="America: History & Life with Full Text " +h9h="Historical Periodicals Collection: Series 1 " +h9i="Historical Periodicals Collection: Series 2 " +h9j="Historical Periodicals Collection: Series 3 " +h9k="Historical Periodicals Collection: Series 4 " +h9m="Historical Periodicals Collection: Series 5 " +sbh="American Bibliography of Slavic & Eastern European Studies " +aoh="American Diabetes Association Collection " +ddu="American Doctoral Dissertations 1933-1955 " +dch="American Heritage Children's Dictionary " +hhh="American Humanities Index " +fnv="American Revolution Archives " +h7h="Historical Monographs Collection: Series 1 " +h8h="Historical Monographs Collection: Series 2 " +ani="Anthropological Index Online " +anl="Anthropological Literature " +ant="Anthropology Plus " +vfh="AOM Archive " +asb="Applied Science & Business Periodicals Retrospective: 1913-1983 (H.W. Wilson) " +asa="Applied Science & Technology Abstracts (H.W. Wilson) " +asf="Applied Science & Technology Full Text (H.W. Wilson) " +asi="Applied Science & Technology Index (H.W. Wilson) " +ast="Applied Science & Technology Index Retrospective 1913-1983 (H.W. Wilson) " +aci="Applied Science & Technology Source " +aed="Arab e-Marefa " +awr="Arab World Research Source " +ada="Architectural Digest Archive " +fih="Arctic and Antarctic Regions " +aax="Art Abstracts (H.W. Wilson) " +vth="Art & Architecture Complete " +0ah="Art & Architecture Index " +aft="Art Full Text (H.W. Wilson) " +aai="Art Index (H.W. Wilson) " +air="Art Index Retrospective: 1929-1984 (H.W. Wilson) " +ami="Art Museum Image Gallery (H.W. Wilson) " +ams="Art Museum Image Gallery Special Collection (H.W. Wilson) " +asu="Art Source " +h6a="Arte Publico Hispanic Historical Collection: Series 1 " +wah="Articles by Wharton Faculty " +oih="Associates Program Source " +p6h="Associates Programs Source Plus " +reh="ATLA " +rfh="ATLA Religion Database with ATLASerials " +a6h="ATLASerials, Religion Collection " +nlabk="Audiobook Collection " +a700xna="Audiobook Premier Collection " +a700xww="Audiobook Premier Collection - World Wide " +ab09bca="Audiobook Subscription Blackstone Canada " +ab09bus="Audiobook Subscription Blackstone - US " +ab09bww="Audiobook Subscription Blackstone - Worldwide " +at09buc="Audiobook Subscription Tantor - US & Canada " +at09bno="Audiobook Subscription Tantor - Worldwide " +a763mna="Audiobook Youth Collection - North America " +a763mww="Audiobook Youth Collection - World Wide " +apr="Australia/New Zealand Points of View Reference Center " +anh="Australia/New Zealand Reference Centre " +bvh="Avery Index to Architectural Periodicals " +fph="Bibliography of Native North Americans " +b4h="Biography Collection " +b5h="Biography Collection Complete " +bit="Biography Index Past & Present (H.W. Wilson) " +bir="Biography Index Retrospective: 1946-1983 (H.W. Wilson) " +brb="Biography Reference Bank (H.W. Wilson) " +b6h="Biography Reference Center " +bai="Biological & Agricultural Index Plus (H.W. Wilson) " +bxh="Biological Abstracts " +baa="Biological Abstracts Archive: 1926-1968 " +boh="Biological Abstracts 1969-present " +bmh="Biomedical Reference Collection: Basic " +byh="Biomedical Reference Collection: Comprehensive " +cxh="Biomedical Reference Collection: Corporate " +beh="Biomedical Reference Collection: Expanded " +kfh="BIR Entertainment " +lmh="Blackwell Encyclopedia of Management Library " +bwa="Bloomberg Businessweek Archive " +ndh="Book Collection: Nonfiction " +n4h="Book Collection: Nonfiction: Elementary School Edition " +n9h="Book Collection: Nonfiction: High School Edition " +n8h="Book Collection: Nonfiction: Middle School Edition " +kdh="Book Index with Reviews " +brd="Book Review Digest Plus (H.W. Wilson) " +bgh="Britannica Biography Collection " +qoh="Britannica Online Collection " +bri="British Education Index " +bnh="British Nursing Index " +tpp="Business, Industrial and Professional Periodicals, 1774-1858 " +bft="Business Abstracts with Full Text (H.W. Wilson) " +qbh="Business Book Summaries " +bcr="Business Continuity & Disaster Recovery Reference Center " +bpr="Business Periodicals Index Retrospective: 1913-1982 (H.W. Wilson) " +bah="Business Source Alumni Edition " +bth="Business Source Complete " +bch="Business Source Corporate " +plh="Business Source Corporate Plus " +bsh="Business Source Elite " +bme="Business Source Main Edition " +buh="Business Source Premier " +lah="CAB Abstracts " +lbh="CAB Abstracts 1990-present " +ldh="CAB Abstracts Archive " +cjh="Canadian Literary Centre " +joh="Canadian Literary Journals " +c0h="Canadian Nurses Association Collection " +cap="Canadian Periodicals, 1790-1877 " +p3h="Canadian Points of View Reference Centre " +rch="Canadian Reference Centre " +crm="Canadian Reference Centre Main Edition " +2ch="Canadian Sports Database " +1mh="Cancer Center of Excellence (COE) " +can="CancerLit " +1jh="Cardiovascular Center of Excellence (COE) " +b7h="Caribbean Search " +clp="Catholic, Lutheran, Methodist, and Episcopal Periodicals, 1979-1904 " +vah="Catholic Periodical and Literature Index " +e5h="Central & Eastern European Academic Source " +che="Chemical Hazard Information Library " +chd="Chicano Database " +fgh="Child Development & Adolescent Studies " +ccx="Children's Core Collection (H.W. Wilson) " +arl="Chinese Insight " +33H="Christian Periodical Index " +cin20="CINAHL " +ccm="CINAHL Complete " +jlh="CINAHL Plus " +rzh="CINAHL Plus with Full Text " +c8h="CINAHL with Full Text " +h5c="Civil War Primary Source Documents " +cks="Clinical Knowledge Summaries " +prs="Clinical Reference Systems " +cgh="Cochrane Central Register of Controlled Trials " +chh="Cochrane Database of Systematic Reviews (CDSR) " +cmr="Cochrane Methodology Register (CMR) " +jgh="Columbia Granger's World of Poetry " +ufh="Communication & Mass Media CompleteTM " +cax="Communication Abstracts " +ynh="Communication Science and Disorders " +cms="Communication Source " +cpw="Competency Center " +ckh="Computer Science Index " +cph="Computer Source: Consumer Edition " +iih="Computers & Applied Sciences Complete " +cmh="Consumer Health Complete " +c9h="Consumer Health Complete on EBSCOhost " +chia="Consumer Health Information - Arabic " +chi="Consumer Health Information - English " +chif="Consumer Health Information - Farsi " +chin="Consumer Health Information - French (Canadian) " +chig="Consumer Health Information - German " +chih="Consumer Health Information - Hindi " +chii="Consumer Health Information - Italian " +chij="Consumer Health Information - Japanese " +chik="Consumer Health Information - Korean " +chip="Consumer Health Information - Polish " +chit="Consumer Health Information - Portuguese " +chir="Consumer Health Information - Russian " +chis="Consumer Health Information - Simplified Chinese " +chs="Consumer Health Information - Spanish " +chix="Consumer Health Information - Tagalog " +chic="Consumer Health Information - Traditional Chinese " +chiv="Consumer Health Information - Vietnamese " +chm="Consumer Health Main Edition " +crh="Corporate ResourceNet " +cja="Criminal Justice Abstracts " +i3h="Criminal Justice Abstracts with Full Text " +crn="CRN Proprietary " +srh="CrossRef " +cuh="Current Abstracts " +cbi="Current Biography Illustrated (H.W. Wilson) " +cep="Current Events and History Periodicals, 1691-1912 " +dah="Database of Abstracts of Reviews of Effects " +ddh="Dentistry & Oral Sciences Source " +dap="Drama, Humor, and Fine Arts Periodicals, 1764-1877 " +dme="DynaMed " +nlebk="eBook Collection " +e000xna="eBook Academic Collection - North America " +e000xww="eBook Academic Collection - World Wide " +e065sww="eBook Arabic Collection - World Wide " +e020mna="eBook Business Collection - North America " +e020mww="eBook Business Collection - World Wide " +e220xww="eBook BusinessCore " +e700sca="eBook Canadian Collection " +e045mww="eBook Caribbean Collection - World Wide " +e600xww="eBook Clinical Collection " +e900xww="eBook Community College Collection " +e025xna="eBook Comprehensive Academic Collection - North America " +e025xww="eBook Comprehensive Academic Collection - World Wide " +e095mww="eBook Education Collection " +e230xww="eBook EngineeringCore " +e085xww="eBook German Collection " +e862xna="eBook High School Collection " +e089mna="eBook History Collection - North America " +e089mww="eBook History Collection - World Wide " +e250xww="eBook ITCore " +e860xna="eBook K-8 Collection " +e276sww="eBook Leadership & Management Starter Collection " +e092sww="eBook Poetry & Short Story Reference Center " +e700xna="eBook Public Library Collection - North America " +e700xww="eBook Public Library Collection - World Wide " +e093mna="eBook Religion Collection - North America " +e093mww="eBook Religion Collection - World Wide " +e010xww="eBook Subscription Super Collection " +e000muk="eBooks for FE Collection (UK) " +e011xww="Hiperkitap (eBook Collection) " +bti="EBSCO Biotechnology Collection: India " +bub="EBSCO Business Basics " +ece="EBSCO Chemical Engineering Collection: India " +eeg="EBSCO Engineering Collection: India " +eei="EBSCO Environmental Engineering Collection: India " +ebg="EBSCO Geotechnology Collection: India " +keh="EBSCO MegaFILE " +eni="EBSCO Nanotechnology Collection: India " +phi="EBSCO Pharmacy Collection: India " +epi="EBSCO Polytechnic Studies Collection: India " +rrh="EBSCOlearn Ranger Rick " +e1h="ECA Full Text Collection " +ecn="Econlit " +eoh="Econlit with Full Text " +agh="Economia y Negocios " +eax="Education Abstracts (H.W. Wilson) " +eft="Education Full Text (H.W. Wilson) " +eir="Education Index Retrospective: 1929-1983 (H.W. Wilson) " +20h="Educational Administration Abstracts " +ehh="Education Research Complete " +eue="Education Source Product " +eba="EMBASE " +mmh="Encyclopedia of Australian Mammals " +enr="Energy & Power Source " +nre="Enfermeria al Dia " +egs="Engineering Source " +elr="English Language Learner Reference Center " +pen="English Patient Education " +ent="Entrepreneurial Studies Source " +eih="Environment Complete " +egh="Environment Index " +eoah="E-Journals " +ega="Ergonomics Abstracts " +eric="ERIC " +egi="Essay & General Literature Index (H.W. Wilson) " +egr="Essay & General Literature Index Retrospective (H.W. Wilson) " +hev="European Views of the Americas 1493 to 1750 " +flh="Family & Society Studies Worldwide " +26h="Family Studies Abstracts " +fed="Federal Research in Progress " +fcx="Fiction Core Collection (H.W. Wilson) " +fah="Film & Television Literature Index " +f3h="Film & Television Literature Index with Full Text " +fit="Financial Times " +ffw="Fish, Fisheries & Aquatic Biodiversity Worldwide " +foh="Fonte Academica " +ffh="Food Science & Technology Abstracts " +fsr="Food Science Source " +fba="Forbes Archive " +flp="Foreign Language Periodicals in America, 1684-1904 " +fai="Frick Art Reference Library Periodicals Index " +zbh="Fuente Academica " +fap="Fuente Academica Plus " +fua="Fuente Academica Premier " +funk="Funk & Wagnalls New World Encyclopedia " +glw="GalleryWatch CRS Reports " +puh="Garden, Landscape & Horticulture Literature Index " +fmh="Gender Studies Database " +gsa="General Science Abstracts (H.W. Wilson) " +gft="General Science Full Text (H.W. Wilson) " +gsh="General Science Collection " +geh="GeoRef " +guh="GeoRef in Process " +gqh="GIDEON (Global Infectious Disease and Epidemiology Network) " +lhh="Global Health " +gha="Global Health Archive " +gnx="Graphic Novels Core Collection (H.W. Wilson) " +8gh="GreenFILE " +hpi="Health & Psychosocial Instruments " +hbh="Health Business FullTEXT " +heh="Health Business FullTEXT Elite " +nrcn="Health News " +hns="Health News (Spanish) " +her="Health Policy Reference Center " +hxh="Health Source: Consumer Edition " +hch="Health Source: Nursing/Academic Edition " +hta="Health Technology Assessments " +hed="HEED: Health Economic Evaluations Database " +hia="Historical Abstracts " +30h="Historical Abstracts with Full Text " +htm="History or Science, Technology and Medicine " +khh="History Reference Center " +cfh="Hobbies & Crafts Reference Center " +h4h="Home Improvement Reference Center " +hcap="Hoover's Company Capsules " +hpro="Hoover's Company Profiles " +hoh="Hospitality & Tourism Index " +hjh="Hospitality & Tourism Index Complete " +22h="Human Resources Abstracts " +hsr="Humanities & Social Sciences Index Retrospective: 1907-1984 (H.W. Wilson) " +hma="Humanities Abstracts (H.W. Wilson) " +hft="Humanities Full Text (H.W. Wilson) " +hmr="Humanities Index Retrospective: 1907-1984 (H.W. Wilson) " +hlh="Humanities International Complete " +hgh="Humanities International Index " +hus="Humanities Source " +ipm="Index to Printed Music " +ich="Index Islamicus " +iap="Index to 19th-Century Anerican Art Periodicals " +jph="Index to Jewish Periodicals " +lpb="Index to Legal Periodicals & Books (H.W. Wilson) " +lft="Index to Legal Periodicals & Books Full Text (H.W. Wilson) " +lpr="Index to Legal Periodicals Retrospective: 1908-1981 (H.W. Wilson) " +izh="Information Science & Technology Abstracts " +l4r="Information Technology Learning Center " +edsbl="Inside Serials and Conference Proceedings " +inh="Inspec " +ieh="Inspec Archive " +ird="Institutional Repository Database " +iph="Insurance Periodicals Index " +iyh="International Bibliography of Theater & Dance " +ibh="International Bibliography of Theater & Dance with Full Text " +ipa="International Pharmaceutical Abstracts " +ijh="International Political Science Abstracts " +tsh="International Security & Counter Terrorism Reference Center " +iqh="Internet & Personal Computing Abstracts " +jss="Jewish Studies Source " +lnp="L'Année philologique " +h6b="Arte Publico Hispanic Historical Collection: Series 2 " +l2r="Leadership & Management Learning Center " +h2r="Leadership & Management Learning Center plus " +fqh="The Left Index " +lgh="Legal Collection " +lir="Legal Information Reference Center " +lcm="Legal Information Reference Center Main Edition " +lgs="Legal Source " +qrh="LGBT Life " +qth="LGBT Life w/Full Text " +llr="Library Literature & Information Science Retrospective: 1905-1983 (H.W. Wilson) " +vlh="LIBROS EN VENTA en América Latina y España " +lxh="Library, Information Science & Technology Abstracts (LISTA) " +lls="Library & Information Science Source " +llf="Library Literature & Information Science Full Text (H.W. Wilson) " +lii="Library Literature & Information Science Index (H.W. Wilson) " +lih="LISTA with Full Text " +lfh="Literary Reference Center " +lrm="Literary Reference Center Main Edition " +lkh="Literary Reference Center Plus " +m0h="MagillOnLiterature " +mjh="MagillOnLiterature Plus " +mfi="MainFile " +mat="MAS Complete " +mae="MAS High Search Main Edition " +ulh="MAS Ultra - School Edition " +muh="MAS Ultra--Public Library Edition " +msp="Masons, Odd-Fellows and Other Societal Periodicals, 1794-1877 " +f6h="MasterFILE Complete " +fth="MasterFILE Elite " +mfm="MasterFILE Main Edition " +f5h="MasterFILE Premier " +mfh="MasterFILE Select " +krh="McClatchy-Tribune Collection " +lth="MedicLatina " +cmedm="MEDLINE " +mdc="MEDLINE Complete " +mnh="MEDLINE with Full Text " +loh="Mental Measurements Yearbook " +mmt="Mental Measurements Yearbook with Tests in Print " +ppe="Mental Measurements Yearbook with Tests in Print Internacional " +mjx="Middle & Junior High School Core Collection (H.W. Wilson) " +fxh="Middle Eastern & Central Asian Studies " +mme="Middle Search Main Edition " +mih="Middle Search Plus " +mth="Military & Government Collection " +mle="Military and Law Enforcement Periodicals, 1691-1877 " +myt="Military Transition Support Center " +kah="MLA Directory of Periodicals " +mzh="MLA International Bibliography " +mcg="Music Catalog - Library of Congress " +mah="The Music Index " +nih="The Nation Archive " +dfn="The Nation Archive (DFG) " +n0h="The Nation Archive Premium Edition " +ncj="National Criminal Justice Reference Service Abstracts " +nch="The National Review Archive " +fnw="Native American Archives " +wfh="Natural & Alternative Treatments " +ueh="NCA Collection " +n2h="New Scientist Archive " +fjh="The New Republic Archive " +dfg="The New Republic Archive (DFG) " +rvh="New Testament Abstracts " +nfh="Newspaper Source " +n5h="Newspaper Source Plus " +nsm="Newswires " +nbm="Non-Book Materials Core Collection (H.W. Wilson) " +eed="NHS Economic Evaluation Database " +nor="Nonprofit Organization Reference Center " +nts="NTIS " +noh="NoveList " +nnh="NoveList K-8 " +neh="NoveList Plus " +njh="NoveList Plus K-8 " +nhh="Nursing & Allied Health Collection: Basic " +nyh="Nursing & Allied Health Collection: Comprehensive " +nxh="Nursing & Allied Health Collection: Expanded " +nrc="Nursing Reference Center (NRC) " +npr="Nursing Reference Center with PERC " +oah="Old Testament Abstracts " +ofm="OmniFile Full Text Mega (H.W. Wilson) " +ofs="OmniFile Full Text Select (H.W. Wilson) " +perc="Patient Education Reference Center (PERC) " +24h="Peace Research Abstracts " +pph="PEP Archive " +paw="Periodicals of the American West, 1779-1881 " +pta="Petroleum Abstracts TULSA Database " +phl="The Philosopher's Index " +pif="The Philosopher's Index with Full Text " +pix="Play Index (H.W. Wilson) " +prf="Poetry & Short Story Reference Center " +pwh="Points of View Reference Center " +poh="Political Science Complete " +ply="Polymer Library " +eup="Popular Educational Periodicals, 1758-1889 " +prh="Primary Search " +pme="Primary Search Main Edition " +tfh="Professional Development Collection " +pde="Professional Development Collection Main Edition " +pdh="PsycARTICLES " +pzh="PsycBOOKS " +pvh="PsycCRITIQUES " +pxh="PsycEXTRA " +pbh="Psychology & Behavioral Sciences Collection " +psyh="PsycINFO " +pst="PsycTESTS " +pdx="PSYNDEX: Literature and Audiovisual Media with PSYNDEX Tests " +21h="Public Administration Abstracts " +p4h="Public Affairs Index " +plx="Public Library Core Collection: Non-Fiction (H.W. Wilson) " +25h="Race Relations Abstracts " +rga="Readers' Guide Abstracts (H.W. Wilson) " +rgm="Readers' Guide Full Text Mega (H.W. Wilson) " +rgs="Readers' Guide Full Text Select (H.W. Wilson) " +rgr="Readers' Guide Retrospective: 1890-1982 (H.W. Wilson) " +rgl="Readers' Guide to Periodical Literaure (H.W. Wilson) " +zah="Referencia Latina " +bwh="Regional Business News " +rps="Regional Business News Plus " +rss="Rehabilitation & Sports Medicine Source " +rrc="Rehabilitation Reference Center " +rlh="Religion & Philosophy Collection " +rpw="Religious Periodicals for Women, Children, and Families, 1804-1878 " +e6h="Research Starters - Business " +e0h="Research Starters - Education " +rst="Research Starters - Sociology " +rph="Retrospective Index to Music Periodicals (RIPM) " +rda="RIPM Online Archive of Music Periodicals " +rih="RILM Abstracts of Music Literature (1967 - Present Only) " +ram="RILM Abstracts of Music Literature " +rkh="Risk Management Reference Center " +rsm="RISM Series A/II: Music Manuscripts after 1600 " +rsb="Russian Academy of Sciences Bibliographies " +h3h="Salud en Español " +ish="Salud para todos " +syh="Science & Technology Collection " +scf="Science Full Text Select (H.W. Wilson) " +sch="Science Reference Center " +sme="Science Reference Center Main Edition " +scp="Scientific Periodicals, 1771-1901 " +sar="Sears List of Subject Headings (H.W. Wilson) " +slm="Sears: Lista de Encabezamientos de Materia (H.W. Wilson) " +shx="Senior High School Core Collection (H.W. Wilson) " +ser="The Serials Directory " +29h="Shock & Vibration Digest " +ssx="Short Story Index (H.W. Wilson) " +sxr="Short Story Index Retrospective: 1915-1983 (H.W. Wilson) " +sla="Slavery and Abolition, 1789-1887 " +b9h="Small Business Reference Center " +sbm="Small Business Reference Center Main Edition " +s9h="Small Engine Repair Reference Center " +ssa="Social Sciences Abstracts (H.W. Wilson) " +ssf="Social Sciences Full Text (H.W. Wilson) " +ssr="Social Sciences Index Retrospective: 1907-1983 (H.W. Wilson) " +swh="Social Work Abstracts " +smf="Society for Military History Full Text Collection " +snh="SocINDEX " +sih="SocINDEX with Full Text " +slh="Sociological Collection " +csh="Spanish Health Database " +sph="SPORTDiscus " +s3h="SPORTDiscus with Full Text " +tmh="STM Abstracts " +asr="STM Source " +sur="Sustainability Reference Center " +suw="Sustainability Watch " +trh="Teacher Reference Center " +tih="Texas Reference Center " +teh="Textile Technology Complete " +tdh="Textile Technology Index " +tth="TOPICsearch " +tnh="TOC Premier EBSCO " +ukh="UK/Ireland Reference Centre " +uvt="ULAKBIM Ulusal Veri Tabanlan (UVT) (ULAKBIM Turkish National Databases) " +fnx="United States Bureau of Investigation Case File Archives " +23h="Urban Studies Abstracts " +frh="Vente et Gestion " +28h="Violence & Abuse Abstracts " +voh="Vocational and Career Collection " +v1h="Vocational Studies Complete " +vsh="Vocational Studies Premier " +wrw="Water & Oceans Worldwide " +fzh="Wildlife & Ecology Studies Worldwide " +wpe="Women's Periodicals of the Eighteenth and Nineteenth Century, 1733-1844 " +fyh="Women's Studies International " +wbh="World Biographies Collection " +weh="World Book Encyclopedia " +wih="World Book Encyclopedia International " +wph="World Book Periodical Database " +wdh="World History Collection " +wpr="World Politics Review " +wta="World Textiles " +fny="World War II Archives " diff --git a/fid_bbi/languages/EmailHold/de.ini b/fid_bbi/languages/EmailHold/de.ini new file mode 100644 index 00000000000..3c0a2bfeabe --- /dev/null +++ b/fid_bbi/languages/EmailHold/de.ini @@ -0,0 +1,13 @@ +; Form +email_hold_place_text = "Bestellen" +email_hold_check_text = "Bitte loggen Sie sich für Bestelloptionen ein." +email_hold_volume = "Band" +email_hold_issue = "Heft" +email_hold_year = "Jahr" +pick_up_location = "Abholstelle" +select_pickup_location = "Bitte wählen Sie eine Abholstelle" +email_hold_submit_text = "Bestellung abschicken" + +; Flashmessages +email_hold_error_blocked = "Sie verfügen über ungenügende Berechtigungen um diese Magazinbestellung auszulösen." +email_hold_place_success = "Die Bestellung wurde erfolgreich ausgeführt." diff --git a/fid_bbi/languages/EmailHold/en.ini b/fid_bbi/languages/EmailHold/en.ini new file mode 100644 index 00000000000..be9940b043d --- /dev/null +++ b/fid_bbi/languages/EmailHold/en.ini @@ -0,0 +1,13 @@ +; Form +email_hold_place_text = "Place a hold" +email_hold_check_text = "Please login for holding options." +email_hold_volume = "Volume" +email_hold_issue = "Issue" +email_hold_year = "Year" +pick_up_location = "Pick up location" +select_pickup_location = "Please select a pick up location" +email_hold_submit_text = "Send order" + +; Flashmessages +email_hold_error_blocked = "You do not have sufficient privileges to place a hold on this item" +email_hold_place_success = "The order was processed successfully." diff --git a/fid_bbi/languages/HoldingStatus/de.ini b/fid_bbi/languages/HoldingStatus/de.ini new file mode 100644 index 00000000000..15749d10db5 --- /dev/null +++ b/fid_bbi/languages/HoldingStatus/de.ini @@ -0,0 +1 @@ +service_available_offcampussourceids = "Nur im Campusnetz" diff --git a/fid_bbi/languages/HoldingStatus/en.ini b/fid_bbi/languages/HoldingStatus/en.ini new file mode 100644 index 00000000000..2d7317e4a54 --- /dev/null +++ b/fid_bbi/languages/HoldingStatus/en.ini @@ -0,0 +1 @@ +service_available_offcampussourceids = "Only within campus network" diff --git a/fid_bbi/languages/PDA/de.ini b/fid_bbi/languages/PDA/de.ini new file mode 100644 index 00000000000..1906fa6f8d0 --- /dev/null +++ b/fid_bbi/languages/PDA/de.ini @@ -0,0 +1,61 @@ +; ----- +; field of study +;------ +fos_misc = "Allgemeines" +fos_bio = "Biologie" +fos_geo = "Geographie, Geowissenschaften" +fos_hist = "Geschichte" +fos_art = "Kunst" +fos_ling = "Literatur- und Sprachwissenschaft" +fos_math = "Mathematik, Informatik" +fos_med = "Medizin" +fos_mus = "Musik" +fos_nat = "Naturwissenschaften, Chemie, Physik, Technik" +fos_paed = "Pädagogik" +fos_phil = "Philosophie" +fos_pol = "Politik" +fos_psy = "Psychologie" +fos_jur = "Recht" +fos_soz = "Soziologie" +fos_sport = "Sport" +fos_vet = "Tiermedizin" +fos_theo = "Theologie" +fos_ethno = "Ethnologie" +fos_wiwi = "Wirtschaftswissenschaft" + +; ----- +; pda +;------ + +Acquisition = "Erwerbung" + +Please purchase = "Bitte beschaffen" + +pda_initial_text = "Dieser Titel ist noch nicht im Bestand der UB Leipzig. Studierende und Angehörige der Universität Leipzig können gebührenfrei einen Beschaffungsauftrag für die Universitätsbibliothek auslösen." +pda_restriction_text = "Dieser Dienst steht nur Studierenden und Angehörigen der Universität Leipzig zur Verfügung." +pda_interlibraray_loan_text = "Alternativ können Sie prüfen, ob der Titel über die Fernleihe zur Verfügung gestellt werden kann." +pda_order_text = "Sie lösen für diesen Titel einen Beschaffungsauftrag aus." +pda_price_text = "Der Titel kostet die Universitätsbibliothek Leipzig etwa :::PRICE:::." +pda_delivery_text = "Die Lieferzeit beträgt in der Regel <strong>zwei bis vier Wochen</strong>." + +pda_form_statement_label = "Bitte begründen Sie Ihren Vorschlag" +pda_form_field_of_study_label = "Fachgebiet" +pda_form_field_of_study_text = "Bitte wählen Sie ein Fachgebiet" +pda_form_interlibrary_button = "Fernleihe prüfen" +pda_form_proposal_label = "Ihr Erwerbungsvorschlag" + +pda_tab_order_button = "Beschaffungsauftrag auslösen" +pda_tab_interlibrary_button = "Verfügbarkeit über Fernleihe prüfen" +pda_open_new_window = "Hinweis: Die Verfügbarkeit per Fernleihe wird extern, in einem neuen Fenster geprüft." + +pda_form_title = "Erwerbungsvorschlag" +pda_form_subtitle = "Ihr Erwerbungsvorschlag" +pda_form_suggestions_limit = "Bitte senden Sie pro Formular nur einen Erwerbungsvorschlag." + +pda_send_success = "Ihr Erwerbungsvorschlag wurde erfolgreich an die betreffende Dienststelle übermittelt." + +pda_error_statement_blank = "Bitte geben Sie eine Begründung an." +pda_error_proposal_blank = "Bitte geben Sie einen Erwerbungsvorschlag an." +pda_error_field_of_study_blank = "Bitte geben Sie ein Fachgebiet an." + +note_mandatory_fields = "Anmerkung: Mit einem * markierte Felder müssen ausgefüllt werden." \ No newline at end of file diff --git a/fid_bbi/languages/PDA/en.ini b/fid_bbi/languages/PDA/en.ini new file mode 100644 index 00000000000..38bb4ddb61a --- /dev/null +++ b/fid_bbi/languages/PDA/en.ini @@ -0,0 +1,61 @@ +; ----- +; field of study +;------ +fos_misc = "General" +fos_bio = "Biology" +fos_geo = "Geography, Geosciences" +fos_hist = "History" +fos_art = "Arts" +fos_ling = "Philology and Linguistics" +fos_math = "Mathematics and Computer Science" +fos_med = "Medicine" +fos_mus = "Music" +fos_nat = "Natural sciences, Chemistry, Physics, Engineering" +fos_paed = "Education" +fos_phil = "Philosophy" +fos_pol = "Political Science" +fos_psy = "Psychology" +fos_jur = "Law" +fos_soz = "Sociology" +fos_sport = "Sport Science" +fos_vet = "Veterinary Medicine" +fos_theo = "Theology" +fos_ethno = "Ethnology" +fos_wiwi = "Economics" + +; ----- +; pda +;------ + +Acquisition = "Acquisition" + +Please purchase = "Please purchase" + +pda_initial_text = "This title is not currently held by the Leipzig University Library. Students and members of Leipzig University may initiate a purchase free of charge." +pda_restriction_text = "This services is only available for students and members of Leipzig University." +pda_interlibraray_loan_text = "You may also check if this title is available via inter-library loan." +pda_order_text = "You are about to initiate a purchase order for this title." +pda_price_text = "The costs of approximately :::PRICE::: will be covered by the Leipzig University Library." +pda_delivery_text = "The delivery time frame is about <strong>2-4 weeks</strong>." + +pda_form_statement_label = "Please give reasons for your suggestion" +pda_form_field_of_study_label = "Field of study" +pda_form_field_of_study_text = "Please select a field of study" +pda_form_interlibrary_button = "Check interlibrary loans" +pda_form_proposal_label = "Your acquisition proposal" + +pda_tab_order_button = "Initiate purchase order" +pda_tab_interlibrary_button = "Check availability via interlibrary loans" +pda_open_new_window = "Note: Interlibrary loan availability will be checked in a new window." + +pda_form_title = "Suggestions for acquisition" +pda_form_subtitle = "Your acquisition proposal" +pda_form_suggestions_limit = "Please send only one acquisition proposal at once." + +pda_send_success = "Your proposal for acquisition has been sent successfully." + +pda_error_statement_blank = "Reasons for suggestion must not be blank." +pda_error_proposal_blank = "Proposal for acquisition must not be blank." +pda_error_field_of_study_blank = "Field of study must not be blank." + +note_mandatory_fields = "Please note: All fields marked with an asterik * are required." diff --git a/fid_bbi/languages/de.ini b/fid_bbi/languages/de.ini new file mode 100644 index 00000000000..aaae6bd5eff --- /dev/null +++ b/fid_bbi/languages/de.ini @@ -0,0 +1,1875 @@ +; Formate entsprechend der format_map_de15.properties +Book = Buch +eBook = E-Book +ElectronicBook = E-Book +ElectronicBookPart = "E-Book-Kapitel" +ElectronicJournal = "Elektronische Zeitschrift" +Electronicjournal = "Elektronische Zeitschrift" +ElectronicSerial = "Elektronische Zeitschrift" +Electronicserial = "Elektronische Zeitschrift" +Journal = Zeitschrift +Serial = Schriftenreihe +ElectronicNewspaper = "Elektronische Zeitung" +Electronicnewspaper = "Elektronische Zeitung" +Newspaper = Zeitung +Article = Artikel +ElectronicArticle = Artikel +Electronicarticle = Artikel +ElectronicThesis = Hochschulschrift +Electronicthesis = Hochschulschrift +Thesis = Hochschulschrift +Atlas = Karte +Globe = Globus +Map = Karte +AudioTape = Tonkassette +Audiotape = Tonkassette +CD = CD +Cd = CD +DVDAudio = DVD-Audio +Dvdaudio = DVD-Audio +MusicRecording = Musiktonträger +Musicrecording = Musiktonträger +Record = Schallplatte +SoundRecordingMedium = Tonträger +Soundrecordingmedium = Tonträger +SoundCassette = Tonkassette +Soundcassette = Tonkassette +SoundDisc = CD +Sounddisc = CD +SoundRecording = Tonträger +Soundrecording = Tonträger +AudioVisualMedia = Bildtonträger +Audiovisualmedia = Bildtonträger +BluRayDisc = Blu-Ray +Bluraydisc = Blu-Ray +DVDVideo = DVD-Video +Dvdvideo = DVD-Video +Filmstrip = Diafilm +MotionPicture = Film +Motionpicture = Film +Video = Video +VideoTape = Videokassette +Videotape = Videokassette +VideoCartridge = Videokassette +Videocartridge = Videokassette +VideoCassette = Videokassette +Videocassette = Videokassette +VideoDisc = DVD-Video +Videodisc = DVD-Video +VideoReel = Videokassette +Videoreel = Videokassette +ArtPrint = Kunstblatt +Artprint = Kunstblatt +Chart = Diagramm +Collage = Collage +Drawing = Zeichnung +FlashCard = "Flash Card" +Flashcard = "Flash Card" +Painting = Gemälde +Photo = Photo +Photonegative = Photonegativ +Placard = Plakat +Print = Druck +SensorImage = Fernerkundungsbilder +Sensorimage = Fernerkundungsbilder +Slide = Dia +Transparency = Transparent +CDROM = CD-ROM +Cdrom = CD-ROM +ChipCartridge = "Chip Cartridge" +Chipcartridge = "Chip Cartridge" +DiscCartridge = "Disc Cartridge" +Disccartridge = "Disc Cartridge" +DVDO = "Video online" +DVDROM = DVD-ROM +Dvdrom = DVD-ROM +FloppyDisk = Diskette +Floppydisk = Diskette +Software = Software +TapeCartridge = "Tape Cartridge" +Tapecartridge = "Tape Cartridge" +TapeCassette = "Tape Cassette" +Tapecassette = "Tape Cassette" +TapeReel = "Tape Reel" +Tapereel = "Tape Reel" +Microfiche = Mikrofiche +Microfilm = Mikrofilm +Microform = Mikroform +MusicalScore = Noten +Musicalscore = Noten +NotatedMusic = Noten +Notatedmusic = Noten +ElectronicMusicalScore = "Elektronische Noten" +Electronicmusicalscore = "Elektronische Noten" +Braille = Blindenschrift +Kit = Medienkombination +Manuscript = Handschrift +Nachlass = Nachlass +PhysicalObject = Objekt +Physicalobject = Objekt +# Electronic = Website +ElectronicResourceDataCarrier = "Elektronische Ressource auf Datenträger" +Electronicresourcedatacarrier = "Elektronische Ressource auf Datenträger" +ElectronicResourceRemoteAccess = "Elektronische Ressource im Fernzugriff" +Electronicresourceremoteaccess = "Elektronische Ressource im Fernzugriff" +ElectronicIntegratingResource = "Elektronische Ressource im Fernzugriff" +ReliefPrint = Druckgrafik +Unknown Format = Sonstige +### +# Formate Primo Central +Conference Proceedings = "Conference Proceedings" +conference_proceedings = "Conference Proceedings" +conference_proceeding = "Conference Proceedings" +Conferenceproceeding = "Conference Proceedings" +dissertations = Hochschulschrift +Dissertations = Hochschulschrift +Dissertation Note = Hochschulschrift +Legal Document = "Juristisches Dokument" +Multimedia = Multimedia +Newspaper Article = Artikel +Newspaper Articles = Artikel +newspaper_articles = Artikel +Reference Entry = "Reference Entry" +Review = Rezension +review = Rezension +Reviews = Rezensionen +reviews = Rezension +Text = Text +Textresource = Aufsatz +text_resource = Text +text_resources = Text +### +Accession = "Neuerwerbung" +accession = "Neuerwerbung" +Art Print = Kunstblatt +articleearticle = Artikel +Articleearticle = Artikel +Article, E-Article = Artikel +Article = Artikel +article = Artikel +Articles = Artikel +articles = Artikel +Audio Tape = Tonkassette +Audio-Visual Media = Bildtonträger +Blu-Ray Disc = "Blu-Ray" +Book, E-Book = "Buch, E-Book" +Books = Bücher +books = Buch +Cassette = Kassette +Chip Cartridge = "Chip Cartridge" +Create QR Code = "QR Code erstellen" +Dvdaudio = "DVD-Audio" +dvdo = "Video online" +Ebook = E-Book +Electronic = Online-Ressource +Electronic Article = "Elektronischer Artikel" +Electronic Journal = "Elektronische Zeitschrift" +Electronic Media = "Elektronische Medien" +Electronic Newspaper = "Elektronische Zeitung" +Electronic Resource (Data Carrier) = "Elektronische Ressource auf Datenträger" +Electronic Resource (Remote Access) = "Elektronische Ressource im Fernzugriff" +Electronic Resources = Online-Ressourcen +Electronic Serial = "Elektronische Zeitschrift" +Electronic Thesis = "Elektronische Hochschulschrift" +Floppy Disk = Diskette +Images = Bilder +Journal / Newspaper = "Zeitschrift / Zeitung" +Journal Articles = "Zeitschriftenartikel" +Journal, E-Journal = "Zeitschrift, E-Journal" +Journals = Zeitschriften +Maps = Karten +Motion Picture = Film +Music Recording = Musiktonträger +Musical Score = Noten +Notated Music = Noten +Newspaper, E-Paper = Zeitung +Notatedmusic = Noten +Physical Object = Objekt +Sensor Image = Fernerkundungsbilder +Series = Schriftenreihe +Sound Cassette = Tonkassette +Sound Disc = CD +Sound Recording Medium = Tonträger +Sound Recording = Tonträger +Tape Cartridge = "Tape Cartridge" +Tape Cassette = "Tape Cassette" +Tape Reel = "Tape Reel" +Theses = Hochschulschriften +Video Cartridge = Videokassette +Video Cassette = Videokassette +Video Clips = Videoclips +Video Disc = Bildplatte +Video Reel = Video +Video Tape = Videokassette +Videos = Videos +Visual Media = Bildmaterial + +### +AND = UND +APA Citation = "APA Zitierstil" +Access = Zugang +Accompanying material = Beilagen +Account = Konto +Add = Hinzufügen +Add a Note = "Bemerkung hinzufügen" +Add to Book Bag = "Zur Zwischenablage hinzufügen" +Add to favorites = "Zu den Favoriten hinzufügen" +Add your comment = "Lesermeinung speichern" +Additional Information = "Zusatzinformationen" +Additional Searches = "Weitere Suchen" +Address = "Anschrift (Straße, Nr.)" +Address Additional = "Anschrift Zusatz" +Address Data = "Adressinformationen" +Advanced = Erweitert +Amount payable = "Zu zahlender Betrag" +Archäologie = Archäologie +Ask a Librarian = "Frage an die Bibliothek" +Audience = Zielpublikum +Author = "Person / Institution" +Available = Verfügbar +Available Stock = Verfügbarer Bestand +Awards = Auszeichnungen +Bag = Korb +Barcode = Barcode +Be the first to leave a comment = "Schreiben Sie Ihre Meinung zum Titel" +Bibliography = Bibliographie +Bookchapter = "Buchkapitel" +Bookmark = Lesezeichen +Book Suggestion = "Anschaffungsvorschlag" +Branch = Zweigstelle +Branch to go = "Abzuholen in" +Browse the Collection = "Sammlung durchstöbern" +Browse the Collection Alphabetically = "Sammlung alphabetisch durchstöbern" +By = von +Call Number = Signatur +Cancel = Abbrechen +Cannot update data = "Konnte Daten nicht ändern" +Change Profile Data = "Benutzerdaten ändern" +Change User PIN of Self-Checkout = "Benutzer-PIN für Selbstverbuchung ändern" +Checkedout = "Ausgeliehene Medien" +Checkedoutpermanent = "Längerfristige Ausleihen" +Cite this = Zitieren +Click here to view book = Volltext +Clock = "Uhr" +Close = "Schließen" +Code = Fehlercode +Comment = "Kommentar" +combined search (OR) = "Kombinierte Suche (OR)" +Confirm = Bestätigen +Confirm with your password = "Bestätigen Sie mit Ihrem Passwort" +Contact = Kontakt +Contains = enthält +Contents = Inhalte +Contributors = "Weitere beteiligte Personen" +Copies = Exemplare +Copy = Exemplar +Corporate Author = Körperschaft +Cover Image = Buchumschlag +Create New Account = "Neues Konto anlegen" +Created = Erstellt +Date = Datum +Date of birth = Geburtsdatum +Date of issue = Bestelldatum +Date of loan = Ausleihdatum +Days = Tagen +Delete = Löschen +Department = Abteilung +Description = Details +Dissertations = Hochschulschrift +dissertations = Hochschulschrift +Document delivery = "Dokumentenlieferdienst" +Due = "Fällig am" +Due Date = Fällig am +Each field should have a value = "Jedes Feld sollte einen Wert besitzen" +For technical reasons, this title can not be saved. = "Dieser Titel läßt sich aus technischen Gründen leider nicht als Favorit abspeichern." +Edit = Bearbeiten +Edition = Ausgabe +Electronic = Online-Ressource +Electronic Article = "Elektronischer Aufsatz" +Electronic Journal = "Elektronische Zeitschrift" +Electronicjournal = "Elektronische Zeitschrift" +Electronic Newspaper = "Elektronische Zeitung" +Electronic Resource (Data Carrier) = "Elektronische Ressource auf Datenträger" +Electronic Resource (Remote Access) = "Elektronische Ressource im Fernzugriff" +Electronic Resources = Online-Ressourcen +Electronic Serial = "Elektronische Zeitschrift" +Electronic Thesis = "Elektronische Hochschulschrift" +Email = "E-Mail" +Email Address = "E-Mail-Adresse" +Email Record = "E-Mail-Eintrag" +Email address is invalid = "Die E-Mail-Adresse ist ungültig" +Email this = "Als E-Mail versenden" +Email this Search = "Diese Suche als E-Mail versenden" +Empty = Leer +Empty Book Bag = "Zwischenablage leeren" +Enter at least 6 characters = "Geben Sie mindestens 6 Zeichen ein" +Enter exactly 4 numbers = "Geben Sie genau 4 Zahlen ein" +Era = Ära +Extent Author = [u.a.] +Excerpt = Ausschnitt +Expires = Ablaufdatum +Expires on = "Läuft ab am" +Export = "Exportieren" +Export Record = Exportieren +Export to = "Exportieren nach " +Faculty = Fakultät +Favorite = "Favorit" +Favorites = Favoriten +Fee = Gebühr +Field volume should have a value = "Bitte geben Sie Heft und Jahrgang ein." +Fields are required = "Felder bitte ausfüllen." +Find = Finden +Find New Items = "Suche Neuerwerbungen" +Find Similar Items = "Ähnliche Treffer finden" +Fine = Gebührengrund +Fines = Gebühren +First Name = Vorname +Footnotes = Fussnoten +Form of address = Anrede +Format = Format +Former catalogue = "zum alten Katalog" +Friday = Freitag +From = Von +Gender = Geschlecht +Genre = Genre +Geography = Geographie +German = Deutsch +Get RSS Feed = "RSS-Feed erhalten" +Get full text = "Zusatzinformationen online" +Grid = Tabellenansicht +Group = Gruppe +Help and information material = "Hilfe / Info-Material" +Here = Hier +Search History = Suchverlauf +Hold-Submit = Bestellung +Holdings = Exemplare +Holdings details from = "Bestandsangaben von" +Holdnep-Submit = "Benutzergesteuerte Erwerbung" +Holds = Bestellungen +Holds and Recalls = "Bestellungen & Vormerkungen" +Home = "Start" +Identity Number = Personalausweisnummer +Illustrated = Abbildungen +Import Record = "Daten exportieren" +Import to = "Exportieren nach " +Information literacy = "Informationskompetenz" +In acquisition = Bestellt +In order to establish you account profile, please enter the following information = "Um ein persönliches Konto zu erstellen, geben Sie bitte folgende Angaben ein" +Index of German prints = "VD-Nr." +Institution = Institution +Instructor = Dozent +Interlibrary loan = "Fernleihe" +Interlibraryloans = "Fernleihe" +Interlibrary Loans = "Fernleihe" +Interlibrary loan information = "Hinweise zur Fernleihe" +Invalid Recipient Email Address = "Ungültige E-Mail-Adresse des Empfängers" +Invalid Sender Email Address = "Ungültige E-Mail-Adresse zum Versenden" +ISBD Citation = "ISBD Zitierstil" +ISBN/ISSN = "ISBN / ISSN" +ISSN = ISSN +ISSN of parallel title = "ISSN parallele Ausgabe" +Issue = Heft +Item Description = Beschreibung +Journal holdings = "Zeitschriftenbestand" +Key = "Tonart" +Language = Sprache +Languages = Sprachen +Last Name = Nachname +Legal Documents = "Gesetzestexte" +Legal Info = Impressum +Less = "Weniger" +Library = Bibliothek +Library Regulations = Benutzungsordnung +Limit To = "Begrenze auf" +Link to = "Zur Webseite" +List of new items = "Neuerwerbungsliste" +Local Holdings = "Lokale Bestände" +Local Subjects = "Lokale Schlagworte" +Located = Standort +Location = Standort +Lockaccount = "Benutzerkonto sperren" +Log Out = Abmelden +Login = "Mein Konto" +Login-to-account = "Anmelden" +Logout = Abmelden +Mark record for renewing = "Makiere Medium zur Verlängerung" +Medicine = "Medizin" +Membercode = "Lesekartennummer" +Membercode not found = "Ausweisnummer konnte nicht identifiziert werden" +Membercode is not valid = "Ausweisnummer hat kein gültiges Format" +Message = Nachricht +Monday = Montag +More = Mehr +More Summon results = "Mehr Zitate" +More Information = "Weitere Informationen" +Multipart = "dazugehörige Werke" +Multiple Branches = "Mehrere Literaturabteilungen" +Multiple Call Numbers = "Mehrere Exemplare" +Museum für Musikinstrumente = Museum für Musikinstrumente +My Loan History = Ausleihhistorie +MyResearch Help = Suchhilfe +NOT = NICHT +Name = Name +National Catalogues = "Überregionale Kataloge" +Need Help? = Hilfe +Nep = Erwerbung +New Acquisitions = Neuerwerbungen +New Item Feed = "RSS-Feed Neuerwerbungen" +New Item Search = "Suche Neuerwerbungen" +New Item Search Results = "Neuerwerbungen Suchergebnisse" +New Items = Neuerwerbung +New password does not correspond with confirmation password = "Neues Passwort stimmt nicht mit Bestätigungspasswort überein" +New publications = "Neuerwerbungen" +New search for all parts = "Neue Suche für alle Bände aufrufen" +Next = Nächster +No Cover Image = "Kein Bild verfügbar" +No Preference = "Keine Vorgabe" +No Tags = "Keine Tags" +No new item information is currently available. = "Es stehen momentan keine Angaben zu Neuerwerbungen zur Verfügung." +no subject assigned = "nicht zugeordnet" +No subject assigned = "nicht zugeordnet" +None = keine +not assigned = "nicht zugeordnet" +Not available = "Nicht verfügbar" +Note = Notiz +Notes = Anmerkungen +Notice = Bemerkung +Number = Nummer +On Reserve = Vorgemerkt +Online = online +Only numbers are allowed = "Es sind nur Zahlen zulässig" +On Site = Vor Ort +Opening hours = "Öffnungszeiten" +Opus Catalogue Number = "Opus- / Katalognummer" +OR = ODER +Order form = "Bestellformular" +Ordered = Bestellt +Ordered on = "Bestellt am" +Order Comments = "Kommentar" +Orientwissenschaften, Ägyptologie = Orientwissenschaften, Ägyptologie +other = Sonstige +Questions = Fragen +Parallel Editions = "Parallele Ausgaben" +Partrelated = Buch +Partnotrelated = Buch +Password = Passwort +Password Change = "Passwort ändern" +Password Current = "Aktuelles Passwort" +Password Current is missing = "Altes Passwort fehlt" +Password New = "Neues Passwort" +Password not replaced = "Konnte neues Passwort nicht speichern" +Password replaced successfully = "Passwort erfolgreich ersetzt" +Password Strength = Passwortstärke +Passwords are not conformed = "Das neue Passwort und das zu bestätigende Passwort stimmen nicht überein" +Past = seit +Performer = Interpreten +Permanent Checked Out Items = "Längerfristige Ausleihen" +Phone Number = Telefon +Physical = Umfang +Physical Description = Umfang +Place = Ort +Place a Hold = Bestellen +Playing Time = Spieldauer +Please reason briefly the purchase of the title = "Bitte begründen Sie kurz (min. 10 Zeichen) den Kauf des Titels" +Please select the subject = "Bitte wählen Sie das Fachgebiet aus" +Postcode = Postleitzahl +Prev = Vorheriger +Print = Drucken +Private = Privat +Proceed browsing from here = Stöbern hier fortsetzen +Provider = Provider +Profile data updated successfully = "Profildaten erfolgreich geändert" +Public list = "Öffentliche Liste" +Publication = Verlag +Published = "veröffentlicht" +Publishing Number = "Veröffentlichungsnummer" +PubList = "Öffentliche Liste" +Purchasesuggestion = "Erwerbungsvorschlag" +Purchase Suggestion = "Erwerbungsvorschlag" +Put on hold until = "Reserviert bis" +Range = Bereich +Reader Card = "Lesekarte" +Reading Room = "Lesesaal" +Reading Room items = "Lesesaalexemplare" +Readingroommedia = "Lesesaalexemplare" +Ready For Collection = "Abholbereite Medien" +Readyforcollection = "Abholbereite Medien" +Readyforcollectionstacks = "Abholbereite Medien - Magazin" +Ready For Collection Stacks = "Abholbereite Medien - Magazin" +Reason = "Begründung" +Recall This = Vormerken +Received on = "Eingegangen am" +Recent acquisitions = "Neuerwerbungen" +Region = Region +Reference management = "Literaturverwaltung" +Related Title = "Zugehörige Werke" +Renew Login = "Bitte, erneut einloggen" +Remove all Filters = "entfernen Sie alle Suchfilter" +Repeat your password = "Wiederhole das Passwort" +Reserve = Vormerkbar +Reserved = "Vorgemerkte Medien" +Reserved on = "Vorgemerkt am" +Reserves = Vormerkungen +Reset = Abbrechen +RVK = "RVK-Notation" +Rvk-Path = "RVK-Pfad" +Saturday = Samstag +Save = Speichern +Save Comment = "Lesermeinung speichern" +Search History = Suchverlauf +Search Home = Suche +Search Options = Suchoptionen +Search Results = Suchergebnisse +Search Tips = Suchtipps +Search Tools = Suchwerkzeuge +Selfcheckout = Selbstverbuchung +Send = Senden +Send Registration = "Anmeldung senden" +Services = "Serviceangebote" +Set = Ändern +Set back parts = "Zurücksetzen" +Set Multipart = "Gesamtaufnahme" +Sets = "Mehrbändiges Werk" +Showing = Treffer +Shelf = "Regal" +StackRequest = "Bestellungen" +Stackrequest = "Bestellungen" +Stack Request = "Bestellungen" +Stacks = Magazin +Staff View = Internformat +Start Page = Startseite +Start browsing again = Stöbern neu beginnen +Status = Status +String contains whitespaces = "Zeichenkette darf keine Leerzeichen enthalten" +Student Number = Matrikulationsnummer +Subject = Schlagwort +Subject Area = Schlagwortumfeld +Subjects = Schlagworte +Suggestions for acquisition = "Erwerbungsvorschlag" +Summary = Zusammenfassung +Sunday = Sonntag +Supplements = Beilagen +Systemmessage = "Nachrichten" +System Message = "Nachricht" +System Message Number = "Nummer der Nachricht" +System Messages = "Nachrichten" +Table of Contents = Inhaltsangabe +Tag = Tag +Tags = Tags +Team = Bibliotheksteam +That email address is already used = "Diese E-Mail-Adresse wird schon benutzt" +Theses statement = Hochschulschriftenvermerk +There are not any items available = "Zu dem Titel gibt es keine verfügbaren Exemplare" +This email was sent from = "Diese E-Mail wurde verschickt von" +This field is required = "Feld darf nicht leer sein" +Thursday = Donnerstag +Title = Titel +Title Statement = Verfasserangabe +title = Titel +To = An +Tome = Band +Tomes = Bände +Topic = Thema +Topics = Themen +Tuesday = Dienstag +Unavailable = "nicht verfügbar" +Unknown = Unbekannt +unknown = unbekannt +Unspecified identifier type = Nicht spezifizierter Bezeichner +User PINs do not match = "Ihre angegebenen Benutzer PINs stimmen nicht überein" +Username = Benutzernummer +User-Registration = Nutzeranmeldung +Valid until = "Ablaufdatum der Karte" +Varying Forms = "Titelvarianten" +VHS = VHS +Veterinärmedizin = Veterinärmedizin +View all parts = "Alle anzeigen" +View next parts = "Nächsten anzeigen" +View Records = "Datensätze ansehen" +Visit our blog to the new catalogue = "Wir bloggen zum neuen Katalog" +Volume = Jahrgang/ Nummer +Volumes in Stock = "Jahrgänge im Bestand" +Warning: These citations may not always be 100% accurate = "Bitte überprüfen Sie diese Angaben auf Richtigkeit, bevor Sie sie in Ihre Arbeit aufnehmen" +Web = Web +Wednesday = Mittwoch +Year = "Jahr" +Year of Publication = "Erscheinungsjahr" +Yesterday = Gestern +You do not have any fines = "Sie haben keine offenen Gebühren." +You do not have any holds or recalls placed = "Sie haben keine offenen Vormerkungen oder Bestellungen." +You do not have any interlibrary loans = "Sie haben keine Fernleihen auf Ihrem Bibliothekskonto." +You do not have any items checked out = "Es befinden sich keine Medien auf Ihrem Bibliothekskonto." +You do not have any items for the public reading room = "Derzeit liegen keine Medien für Sie im Lesesaal bereit." +You do not have any media ready for collection = "Derzeit liegen keine Medien für Sie zur Abholung bereit." +You do not have any orders = "Sie haben keine offenen Bestellungen." +You do not have reserved any media = "Sie haben keine offenen Vormerkungen." +You do not have any saved resources = "Sie haben noch keine Daten gespeichert." +You do not have any system messages = "Es liegen keine Nachrichten für Sie vor." +You must be logged in first = "Bitte loggen Sie sich zuerst ein" +Your = "Ihr" +Your Account = "Mein Konto" +Your Checked Out Items = "Ausgeliehene Medien" +Your Comment = "Ihre Meinung" +Your Favorites = "Meine Favoriten" +Your Fines = "Meine Gebühren" +Your Holds and Recalls = "Meine offenen Bestellungen und Vormerkungen" +Your Interlibrary Loans = "Meine Fernleihen" +Your Lists = "Meine Listen" +Your Media Ready for Collection = "Meine abholbereiten Medien" +Your Orders = "Meine Bestellungen" +Your password does not match = "Ihr Passwort ist nicht richtig" +Your Profile = "Meine persönlichen Daten" +Your System Messages = "Nachrichten" +Your Tags = "Meine Tags" +Your book bag is empty = "Ihre Zwischenablage ist leer" +Your old password does not match = "Ihr altes Passwort ist nicht korrekt" +Your search terms = "Meine Suchbegriffe" +Zip = PLZ +add_favorite_fail = "Fehler: Datensatz wurde nicht gespeichert" +add_favorite_prefix = "" +add_favorite_suffix = "zu den Favoriten hinzufügen" +add_list_fail = "Fehler: Liste wurde nicht erstellt" +add_other_libraries = "Artikel anderer Bibliotheken berücksichtigen" +add_search = "Suchfeld hinzufügen" +add_search_group = "Suchgruppe hinzufügen" +add_tag_error_chars = "Tags sollten mindestens 2 Zeichen bestehen und können maximal 25 Zeichen enthalten." +add_tag_error = "Fehler: Tags wurden nicht gespeichert" +add_tag_example = "Beipiel: "Romeo und Julia" Shakespeare Englisch" +add_tag_note = "Trennen Sie Tags mit einem Komma oder mit [ENTER]. Max. Länge eines Tags: 25 Zeichen." +add_tag_success = "Tags gespeichert" +advSearchError_noRights = "Tut mir Leid, aber Sie dürfen die Suche nicht ändern. Vielleicht ist Ihre Sitzung abgelaufen?" +advSearchError_notAdvanced = "Die angeforderte Suche ist keine erweiterte Suche und kann nicht editiert werden." +advSearchError_notFound = "Die angeforderte Suche wurde nicht gefunden." +advanced = "Erweiterte Suche" +adv_search_all = "Alle Felder" +adv_search_author = "Person / Institution" +adv_search_callnumber = Signatur +adv_search_filters = "Angewandte Filter" +adv_search_isn = "ISBN / ISSN" +adv_search_journaltitle = Zeitschriftentitel +adv_search_label = "Suche nach" +adv_search_publisher = Verlag +adv_search_publishPlace = Erscheinungsort +adv_search_rvk = "RVK-Notation" +adv_search_select_all = "Wähle alles" +adv_search_series = Serie +adv_search_subject = Schlagwort +adv_search_title = Titel +adv_search_toc = "Inhaltsangabe" +adv_search_year = "Erscheinungsjahr" +adv_search_hgb = "HGB-Notation" +alphabrowse_matches = "Treffer" +and = "und" +authentication_error_admin = "Sie können sich momentan nicht einloggen. Bitte kontaktieren Sie den Systemadministrator für weitere Hilfe." +authentication_error_blank = "Die Loginangaben dürfen nicht leer sein." +authentication_error_denied = "Ungültige Angaben! Kein Zugang." +authentication_error_invalid = "Ungültige Loginangaben – Bitte versuchen Sie es erneut." +authentication_error_technical = "Sie können sich momentan nicht einloggen. Bitte versuchen Sie es später erneut." +basic_search_keep_filters = "Filter beibehalten" +banner_text = "Ihre Meinung bitte" +banner_link = "kommentieren Sie im Blog!" +bookbag_confirm_empty = "Wollen Sie ihre Zwischenablage wirklich leeren?" +bookbag_delete_selected = "Löschen" +bookbag_delete = "Markiertes aus Zwischenablage löschen" +bookbag_email_selected = "E-Mail" +bookbag_email = "Markiertes per E-Mail versenden" +bookbag_export_selected = "Export" +bookbag_export = "Markiertes exportieren" +bookbag_full = "Voll" +bookbag_full_msg = "Ihre Zwischenablage ist voll" +bookbag_is_empty = "Ihre Zwischenablage ist leer" +bookbag_print_selected = "Drucken" +bookbag_print = "Markiertes drucken" +bookbag_save_selected = "Speichern" +bookbag_save = "Markiertes speichern" +bookchapter = "Buchkapitel" +book_chapter = "Buchkapitel" +booking_journal_successful = "Bestellung der Zeitschrift wurde erfolgreich an den Lesesaal übermittelt. Diese Bestellung kann leider nicht in Ihrem Benutzerkonto nachgewiesen werden." +booking_nep_successful = "Vielen Dank für Ihren Beschaffungsauftrag. Wir informieren Sie über den weiteren Verlauf per E-Mail." +bounded_book = "Bitte bestellen Sie über diesen Link." +browse_dewey = "Dewey-Dezimalklassifikation" +browse_lcc = "LC-Klassifikation" +bulk_email_success = "Ihre Auswahl wurde per E-Mail verschickt." +bulk_email_title = "Referenzen aus dem Bibliothekskatalog" +bulk_error_missing = "Fehlende Angaben. Ihre Anfrage ist fehlgeschlagen." +bulk_export_not_supported = "Die markierten Einträge können nicht für Massenexporte verwendet werden." +bulk_fail = "Leider ist ein Fehler aufgetreten. Versuchen Sie es später noch einmal." +bulk_noitems_advice = "Es wurde nichts ausgewählt. Klicken Sie bitte in eine Auswahlbox neben einem Eintrag und versuchen Sie es erneut." +bulk_save_error = "Fehlende Angaben. Ihre Auswahl wurde nicht gespeichert." +bulk_save_success = "Ihre Auswahl wurde erfolgreich abgespeichert" +by = von +callnumber_abbrev = "KN #" +cat_establish_account = "Bitte geben Sie folgende Angaben ein" +cat_password_abbrev = "Passwort Katalog" +cat_username_abbrev = "Benutzername Katalog" +cited_articles = "Cited Articles" +close = schließen +comment_error_load = "Fehler: Laden der Kommentareinträge fehlgeschlagen" +comment_error_save = "Fehler: Speichern des Kommentars fehlgeschlagen" +confirm_delete = "Wollen Sie wirklich löschen?" +confirm_delete_list_text = "Wollen Sie diese Liste wirklich löschen?" +confirm_hold_cancel_all_text = "Möchten Sie alle Ihre Bestellungen annullieren?" +confirm_hold_cancel_selected_text = "Möchten Sie die ausgewählten Bestellungen annullieren?" +course_reserves_empty_list = "Kein Einträge für Kursmaterial gefunden." +date_day_placeholder = "T" +date_from = Von +date_month_placeholder = "M" +date_to = Bis +date_year_placeholder = "J" +del_search = "Suchgruppe entfernen" +delete_list = "Liste löschen" +delete_selected = "Ausgewähltes löschen" +delete_selected_favorites = "Ausgewählte Favoriten löschen" +delete_selected_reserves = "Ausgewählte Vormerkungen löschen" +edit_list = "Liste bearbeiten" +edit_list_fail = "Sie sind leider nicht berechtigt diese Liste zu bearbeiten" +edit_list_success = "Liste erfolgreich bearbeitet." +email_failure = "Fehler - Nachricht nicht versendet" +email_link = "E-Mail-Link" +email_selected = "Ausgewähltes per E-Mail versenden" +email_selected_favorites = "Ausgewählte Favoriten per E-Mail versenden" +email_sending = "Nachricht wird gesendet..." +email_success = "Nachricht versendet" +error_inconsistent_parameters = "Leider ist ein Fehler aufgetreten. Es wurden widersprüchliche Angaben entdeckt." +errorcode_error = "Es ist ein Fehler aufgetreten" +errorcode_http_status_error = "Kein Netzwerk vorhanden" +errorcode_empty_response_error = "Keine Nachricht vom Lokalsystem erhalten" +errorcode_opac_error = "Es ist ein Fehler im Lokalsystem aufgetreten" +errorcode_login_error = "Die Anmeldung des Benutzers am Lokalsystem ist gescheitert" +errorcode_empty_member_code = "Es wurde keine Benutzernummer übergeben" +errorcode_empty_password = "Es wurde kein Passwort übergeben" +errorcode_member_not_found = "Die Benutzernummer exisitiert nicht" +errorcode_password_validation_error = "Das übergebene Password ist nicht korrekt" +errorcode_empty_req_param_error = "Um das Formular erfolgreich zu senden, müssen alle erforderlichen Felder ausgefüllt sein" +exclude_newspapers = "Ohne Zeitungsartikel" +export_download = "Datei herunterladen" +export_exporting = "Exportdatei erstellen" +export_fail = "Ihre Datensätze wurden nicht exportiert" +export_missing = "Fehlende Angaben. Ihre Datensätze wurden nicht exportiert." +export_refworks = "Export nach RefWorks" +export_save = "Datei speichern" +export_selected = "Ausgewähltes exportieren" +export_selected_favorites = "Ausgewählte Favoriten exportieren" +export_success = "Export abgeschlossen" +export_unsupported_format = "Nichtunterstütztes Exportformat" +external = "außer Haus" +fav_delete = "Ausgewählte Favoriten löschen" +fav_delete_deleting = "Ihre ausgewählten Favoriten werden gelöscht." +fav_delete_fail = "Leider ist ein Fehler aufgetreten. Ihre ausgewählten Favoriten wurden nicht gelöscht." +fav_delete_missing = "Fehlende Angaben. Ihre ausgewählten Favoriten wurden nicht gelöscht." +fav_delete_success = "Ihre ausgewählten Favoriten wurden gelöscht." +fav_delete_warn = "Sie sind dabei, diese Favoriten aus all Ihren Listen zu löschen. Falls Sie Favoriten nur aus einer einzelnen Liste löschen möchten, wählen Sie bitte die betreffende Liste aus, bevor Sie auf Löschen klicken." +fav_email_fail = "Leider ist ein Fehler aufgetreten. Ihre ausgewählten Favoriten wurden nicht per E-Mail versendet." +fav_email_missing = "Fehlende Angaben. Ihre ausgewählten Favoriten wurden nicht per E-Mail versendet." +fav_email_success = "Ihre ausgewählten Favoriten wurden erfolgreich per E-Mail versendet." +fav_export = "Favoriten exportieren" +fav_list_delete = "Ihre Favoritenliste wurde gelöscht." +fav_list_delete_cancel = "Die Liste wurde nicht gelöscht." +fav_list_delete_fail = "Leider ist ein Fehler aufgetreten. Ihre Liste wurde nicht gelöscht." +fee_desc_A = "Reparaturkosten bei Schlüsselverlust" +fee_desc_B = "Verwaltungsgebühr" +fee_desc_BE = "Buchersatz" +fee_desc_BO = "Verwaltungsgebühr ohne Einarbeitung" +fee_desc_CP = "Kopie" +fee_desc_DL = "Fernleihgebühr" +fee_desc_EG = "Einarbeitungsgebühr" +fee_desc_EK = "Erstellung Kostenbescheid" +fee_desc_F = "Überfällige Medien" +fee_desc_FL = "Fernleihegebühr" +fee_desc_FLA = "Ausgehende Fernleihe" +fee_desc_FLE = "Eingehende Fernleihe" +fee_desc_FLK = "Fernleihkopien" +fee_desc_FLZ = "Fernleihe Zusatzgebühr" +fee_desc_K = "Kopien Fotostelle" +fee_desc_KOR = "Fehlbuchung / Korrektur" +fee_desc_LE = "Lesekartenersatz" +fee_desc_M = "Verzugsgebühr" +fee_desc_M1 = "Mahngebühr für erste schriftliche Mahnung" +fee_desc_M2 = "Mahngebühr für zweite schriftliche Mahnung" +fee_desc_M3 = "Mahngebühr für dritte schriftliche Mahnung" +fee_desc_N = "Lesekartenersatz" +fee_desc_P1 = "Portogebühr für erste schriftliche Mahnung" +fee_desc_P2 = "Portogebühr für zweite schriftliche Mahnung" +fee_desc_P3 = "Portogebühr für dritte schriftliche Mahnung" +fee_desc_PA = "Porto Ausleihe" +fee_desc_PF = "Porto Fernleihe" +fee_desc_PM = "Porto Mahnung" +fee_desc_PV = "Porto Vormerkung" +fee_desc_R = "Reservierung / Vormerkung" +fee_desc_S = "Sonstige Gebühren" +fee_desc_STORNO = "Storno" +fine_limit_patron = "Sie haben den Grenzwert für Mahnungen erreicht. Sie können keine Verlängerungen mehr vornehmen" +for search = "für Suche" +found = gefundenen +fulltext_limit = "Eingrenzen auf Artikel mit Volltextzugriff" +full text = "Volltextzugang prüfen" +google_map_cluster = "Cluster" +group_AND = "Mit ALLEN Suchgruppen" +group_OR = "Mit IRGENDEINER Suchgruppe" +history_search = Suchverlauf +history_delete = Löschen +history_delete_link = Löschen +history_empty_search = "Irgendetwas (leere Suche)" +history_limits = "Einschränkungen" +history_no_searches = "Es ist keine Suche in Ihrer Merkliste abgelegt." +history_purge = "Entferne alle Suchen, die nicht gespeichert sind." +history_recent_searches = "Ihre aktuellen Suchen." +history_results = Ergebnis +history_save = Speichern? +history_save_link = Speichern +history_saved_searches = "Ihre gespeicherten Suchen" +history_search = Suche +history_time = Zeit +hold_available = "Abholbereit" +hold_cancel = "Bestellung annullieren" +hold_cancel_all = "Alle Bestellungen annullieren" +hold_cancel_fail = "Ihre Bestellung konnte nicht annulliert werden. Bitte kontaktieren Sie ihre Bibliothek für weitere Hilfe" +hold_cancel_selected = "Ausgewählte Bestellungen annullieren" +hold_cancel_success = "Ihre Bestellung wurde erfolgreich annulliert" +hold_cancel_success_items = "Bestellung(en) wurden erfolgreich annulliert" +hold_date_invalid = "Bitte geben Sie ein gültiges Datum ein" +hold_date_past = "Bitte geben Sie ein Datum in der Zukunft an" +hold_empty_selection = "Keine Bestellungen ausgewählt" +hold_error_blocked = "Sie haben keine genügende Berechtigung um diese Medium zu bestellen" +hold_error_fail = "Ihre Bestellung ist fehlgeschlagen. Bitte kontaktieren Sie ihre Bibliothek für weitere Hilfe" +hold_invalid_pickup = "Es wurde ein ungültiger Abholort eingegeben. Bitte versuchen Sie es erneut" +hold_login = "für die Nachverfolgung von Bestellungen und Vormerkungen" +hold_place = "Bestellen" +hold_place_fail_missing = "Ihre Bestellung ist fehlgeschlagen. Es fehlen Angaben. Bitte kontaktieren Sie ihre Bibliothek für weitere Hilfe" +hold_place_success = "Ihre Bestellung war erfolgreich" +hold_queue_position = "Position in der Warteschlange" +hold_required_by = "Nicht mehr benötigt nach" +hold_submit = "Bestellung abschicken" +hold_success = "Ihre Bestellung war erfolgreich" +home_browse = "Stöbern" +ils_offline = "Es besteht keine Verbindung zum Lokalsystem. Der Zugang zum Benutzerkonto ist derzeit nicht möglich." +in = in +info_export_item = "Wählen Sie ein Format und exportieren Sie die Auswahl." +internal = "im Lesesaal" +item_permanent_loan = "Dieser Titel befindet sich in längerfristiger Ausleihen." +items = Einträge +items_added_to_bookbag = "Auswahl der Zwischenablage hinzugefügt" +items_already_in_bookbag = "Die Auswahl ist bereits in der Zwischenablage und/oder konnte nicht hinzugefügt werden" +less = weniger +lightbox_error = "Fehler: Laden des Popup-Fensters fehlgeschlagen" +list_access_denied = "Sie sind nicht berechtigt diese Liste anzusehen." +list_edit_name_required = "Name für die Liste fehlt!" +load_tag_error = "Fehler: Laden der Tags fehlgeschlagen" +lock_account_already_blocked = "Das Benutzerkonto wurde bereits gesperrt. Wenden Sie sich bitte an das Bibliothekspersonal." +lock_account_notice = "Bitte beachten Sie, dass die Sperrung des Benutzerkontos nur durch das Bibliothekspersonal aufgehoben werden kann." +lock_account_button = "Benutzerkonto jetzt sperren" +lock_account_error = "Es ist ein Fehler aufgetreten. Benutzerkonto konnte nicht gesperrt werden." +map_results_label = "An diesem Standort:" +maps = "Karten" +medium_ordered_successful = "Medium erfolgreich bestellt" +medium_reserved_successful = "Medium erfolgreich vorgemerkt" +msg_renew_prev = "Der Titel" +msg_renew_middle = "wurde bis zum:" +msg_renew_after = "erfolgreich verlängert." +msg_renew_error_prev = "Der Titel" +msg_renew_error_after = "konnte nicht verlängert werden." +more = mehr +no_description = "Keine Beschreibung verfügbar." +no_items_selected = "Sie haben nichts ausgewählt" +nohit_filters = "Verwendete Suchfilter." +nohit_adjust_filters = "Bitte passen Sie Ihre Suchfilter an oder" +nohit_heading = "Keine Ergebnisse!" +nohit_no_filters = "Es wurden keine Filter für diese Suche verwendet." +nohit_parse_error = "Es ist ein Problem bei ihrer Suche aufgetreten. Bitte prüfen Sie die Suchsyntax. Falls Sie nicht komplexe Suchfunktionen verwenden, versuchen Sie die Suchparameter in Anführungszeichen zu setzen." +nohit_prefix = "Für Ihre Suchanfrage" +nohit_spelling = "Vielleicht sollten Sie eine andere Schreibweise verwenden." +nohit_suffix = "wurde keine Übereinstimmung gefunden." +nohit_suggest = "Ev. können Sie ihre Suchanfrage verbessern, indem Sie Wörter entfernen oder die Rechtschreibung überprüfen." +not_applicable = "n/a" +note_760 = "Hauptreihe" +note_765 = "Übersetzung von" +note_770 = "Enthält Supplemente" +note_772 = "Supplement von" +note_773 = "Enthalten in" +note_774 = "Zugehöriger Band" +note_775 = "Weitere Ausgabe verfügbar" +note_777 = "Enthält Beigabe" +note_780_0 = "Fortsetzung von" +note_780_1 = "Teilweise Fortsetzung von" +note_780_5 = "Aufgegangen in" +note_785_0 = "Fortgesetzt als" +note_785_7 = "Fusioniert mit" +notice_journal_order = "Bitte beachten Sie: Zeitschriftenbände bis 1850 werden im Forschungslesesaal für Sie bereitgestellt." +of = von +on_reserve = "Vorgemerkt - Fragen Sie an der Ausleihe nach" +online_resources = "Sonstige" +or = "oder" +create a new list = "erstellen Sie eine neue Liste" +password_too_short = "Zu kurz" +password_very_weak = "Sehr schwach" +password_weak = "Schwach" +password_better = "Besser" +password_medium = "Mittel" +password_good = "Gut" +password_strong = "Ausgezeichnet" +peer_reviewed = "Peer Reviewed" +peer_reviewed_limit = "Auf Artikel aus peer-reviewed Zeitschriften einschränken" +pick_up_location = "Abholstelle" +posted_on = "am" +print_selected = "Drucke die Auswahl" +profile_update = "Ihre Benutzerangaben wurden wie angegeben geändert" +query time = "Suchdauer" +remove = "entfernen" +renew_all = "Alle Ausleihfristen verlängern" +renew_determine_fail = "Es konnte nicht herausgefunden werden, ob die Ausleihfrist verlängert werden kann. Bitte kontaktieren Sie Ihre Bibliothek." +renew_empty_selection = "Sie haben nichts ausgewählt" +renew_error = "Die Ausleihfrist(en) konnten nicht verlängert werden - Bitte kontaktieren Sie Ihre Bibliothek" +renew_fail = "Die Ausleihfrist konnte nicht verlängert werden" +renew_item = "Ausleihfrist verlängern" +renew_item_count = "Anzahl der Verlängerungen" +renew_item_due = "Rückgabe innerhalb von 24 Stunden fällig" +renew_item_limit = "Dieses Medium kann nicht verlängert werden." +renew_item_no = "Diese Ausleihfrist kann nicht verlängert werden" +renew_item_overdue = "Rückgabe überfällig" +renew_item_requested = "Dieses Medium wurde von einem anderen Benutzer vorgemerkt" +renew_select_box = "Ausleihfrist verlängern" +renew_selected = "Ausgewählte Medien verlängern" +renew_success = "Verlängerung erfolgreich" +request_place_text = "Bestellen" +request_reserve = "Vormerken" +request_reserve_submit = "Vormerkung senden" +request_submit_text = "Bestellung senden" +reserved_item_canceled_successful = "Vormerkung erfolgreich gelöscht." +reserved_item_canceled_failure = "Es ist ein Fehler aufgetreten. Vormerkung konnte nicht gelöscht werden." +reserved_title = "Anzahl der Vormerkungen:" +reserved_no_title = "Es ist kein Titel vorgemerkt." +rvk = "Sachliche Suche" +save_search = "Suche speichern" +save_search_remove = "Lösche gespeicherte Suche" +scholarly_limit = "Eingrenzen auf Artikel aus Fachzeitschriften" +search results of = "Treffer von" +search_AND = "Mit ALLEN Wörtern" +search_NOT = "OHNE die Wörter" +search_OR = "Mit IRGENDEINEM der Wörter" +search_groups = "Suchgruppe" +search_match = Übereinstimmung +search_save_success = "Suche erfolgreich gespeichert." +search_unsave_success = "Gespeicherte Suche erfolgreich gelöscht." +see all = "Alle anzeigen" +select_all = "Alle auswählen" +select_journal_item = "Bitte wählen Sie Heft und Jahrgang" +select_page = "Alles auswählen" +sms_failure = "Fehler! Konnte Nachricht nicht versenden." +sms_phone_number = "Handynummer für SMS" +sms_sending = "Sende Nachricht..." +sms_success = "Nachricht verschickt." +sort_author = "Person / Institution" +sort_author_author = Alphabetisch +sort_author_relevance = "Häufigkeit" +sort_callnumber = "Signatur" +sort_relevance = Relevanz +sort_title = Titel +#sort_year = "Nach Datum, absteigend" +sort_year = "Erscheinungsjahr, absteigend" +#sort_year asc = "Nach Datum, aufsteigend" +sort_year asc = "Erscheinungsjahr, aufsteigend" +spell_expand_alt = "Erweiterte Suche" +spell_suggest = "Andere Suchmöglichkeiten" +starting from = "ab" +summon_database_recommendations = "Weitere mögliche Ressourcen:" +sysmsg_expireddate_before = "Ihre Lesekarte läuft am" +sysmsg_expireddate_after = "ab." +sysmsg_expireddate_warning_before = "Ihre Lesekarte ist am" +sysmsg_expireddate_warning_after = "abgelaufen. Bitte fragen Sie an der Ausleihtheke nach." +sysmsg_readyforcollection_before = "Es liegen" +sysmsg_readyforcollection_after = "Titel zum Abholen für Sie bereit" +sysmsg_fines_on_account = "Auf Ihrem Benutzerkonto sind Gebühren angefallen" +sysmsg_user_blocked_status = "Ihr Konto ist derzeit gesperrt. Sie können keine Aktionen durchführen. Bitte wenden Sie sich an das Bibliothekspersonal" +sysmsg_the_title = "Der Titel" +systemmessage_not_removed = "Systemnachricht konnte nicht gelöscht werden." +systemmessage_removed_successful = "Systemnachricht erfolgreich gelöscht." +systemmessageid_not_given = "Kein Feld zum Löschen einer Systemnachricht angegeben." +title_ordered_by_library = "Dieser Titel wurde von der Bibliothek bestellt und ist derzeit noch nicht verfügbar." +too_many_favorites = "Diese Liste ist zu gross um auf einmal angezeigt zu werden. Versuchen Sie Ihre Favoriten in weitere Listen zu unterteilen oder mittels Tags einzuschränken." +too_many_new_items = "Es gibt zu viele Einträge um in einer einzigen Liste angezeigt zu werden. Versuchen Sie Ihre Suche weiter einzuschränken." +too_many_reserves = "Es gibt zu viele Vormerkungen um in einer einzigen Liste angezeigt zu werden. Versuchen Sie Ihre Suche weiter einzuschränken." +top_facet_additional_prefix = "Zusätzlich " +top_facet_suffix = "... innerhalb Ihrer Suche." +user_signed_out = "Benutzer ist abgemeldet. " +user_blocked = "Benutzerkonto ist gesperrt." +user_blocked_3 = "Durch Fehler an der 3M Selbstverbuchung gesperrt: Bitte wenden Sie sich an die Ausleihe." +user_blocked_a = "Freiberger Anschrift falsch: Sie sind für die Benutzung gesperrt. Ihre Freiberger Anschrift stimmt nicht. Bitte lassen Sie diese an der Ausleihe korrigieren." +user_blocked_b = "Heimatanschrift falsch: Sie sind für die Benutzung gesperrt. Ihre Heimatanschrift stimmt nicht. Bitte lassen Sie diese an der Ausleihe korrigieren." +user_blocked_c = "Unvollständige Anschrift: Sie sind für die Benutzung gesperrt. Ihre Postanschrift ist unvollständig. Bitte lassen Sie diese an der Ausleihe vervollständigen." +user_blocked_d = "Lesekartenverlust: Sie sind für die Benutzung gesperrt. Bitte wenden Sie sich an die Ausleihe." +user_blocked_e = "Doppelanmeldung: Sie sind für die Benutzung gesperrt. Bitte wenden Sie sich an die Ausleihe." +user_blocked_f = "Fundsache im Konto: Bitte holen Sie diese an der Ausleihe ab." +user_blocked_g = "Rückgabe vorbestellter Medien: Sie sind für die Benutzung gesperrt. Wir bitten um sofortige Rückgabe der von Dritten vorbestellten Medien." +user_blocked_h = "Sperrgrund in interner Notiz. Sie sind für die Benutzung gesperrt. Sperrgrund bitte an der Ausleihe erfragen." +user_blocked_k = "Gebühren 6 Monate überfällig: Sie sind für die Benutzung gesperrt. Bitte bezahlen Sie umgehend Ihre Gebühren." +user_blocked_l = "Letzte Mahnung erreicht: Sie sind für die Benutzung gesperrt. Sie haben die letzte Mahnstufe erreicht. Bitte geben Sie umgehend Ihre ausgeliehenen Medien zurück und bezahlen Sie Ihre Gebühren." +user_blocked_m = "Gebührenlimit erreicht: Sie sind für die Benutzung gesperrt. Sie haben das Gebührenlimit erreicht. Bitte bezahlen Sie umgehend Ihre Gebühren." +user_blocked_o = "Falsche E-Mail-Adresse: Bitte korrigieren Sie Ihre E-Mail-Adresse an der Ausleihe." +user_blocked_p = "Falsche Kennwort-Eingabe am Katalog: Bitte wenden Sie sich an die Ausleihe." +user_blocked_s = "Konto durch Benutzer selbst gesperrt: Bitte wenden Sie sich an die Ausleihe." +user_blocked_u = "Ihr Konto ist derzeit gesperrt. Sie können keine Aktionen durchführen. Bitte wenden Sie sich an das Bibliothekspersonal." +user_blocked_x = "Ihr Konto ist derzeit gesperrt. Sie können keine Aktionen durchführen. Bitte wenden Sie sich an das Bibliothekspersonal." +user_blocked_mu = "Keine Mahnunterbrechung, Gebührenlimit erreicht: Sie sind für die Benutzung gesperrt. Bitte bezahlen Sie umgehend Ihre Gebühren." +user_deactivated_check_chipcard = "Benutzerkonto ist deaktiviert. Bitte überprüfen Sie ihre Chipkarte." +user_dunning_process = "Benutzerkonto ist aufgrund eines Mahnfalles deaktiviert." +user_locked_account = "Konto durch Benutzer selbst gesperrt. Bitte wenden Sie sich an die Ausleihe." +user_lost_reader_card = "Benutzerkonto ist aufgrund des Verlustes der Lesekarte deaktiviert." +user_equipment_overdued = "Benutzerkonto ist aufgrund von überfälligen Materialien gesperrt." +user_access_restricted = "Ihr Bibliothekszugang ist nur eingeschränkt verfügbar. Bitte wenden Sie sich an das Bibliothekspersonal." +userpin = "Benutzer-PIN" +userpin_change_selfcheckout = "Ändern der Benutzer-PIN für die Selbstverbuchung" +userpin_confirm = "Benutzer-PIN bestätigen" +userpin_for_selfcheckout = "Benutzer-PIN für Selbstverbuchung" +view already selected = "Ansicht bereits ausgewählt" +view_links_volumes = "Einzelbände, Links ansehen" + +DE-14 = "Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden (SLUB)" +DE-15 = "Universitätsbibliothek Leipzig" +DE-15-292 = "Universitätsbibliothek Leipzig, Zentralbibliothek Medizin" +DE-105 = "Technische Universität Bergakademie Freiberg" +DE-197 = "Stadtbibliothek Leipzig" +DE-520 = "Hochschule für Technik und Wirtschaft Dresden" +DE-540 = "Hochschule für Bildende Künste Dresden" +DE-1156 = "Folkwang Universität der Künste" +DE-1972 = "Robert Schumann Hochschule Düsseldorf" +DE-Ch1 = "Technische Universität Chemnitz" +DE-D13 = "Staatliche Kunstsammlungen Dresden" +DE-D40 = "Staatliche Ethnographische Sammlungen Sachsen, Museum für Völkerkunde Dresden" +DE-D117 = "Hochschule für Musik 'Carl Maria von Weber' Dresden" +DE-Mit1 = "Hochschule Mittweida" +DE-L152 = "Hochschule für Musik und Theater 'Felix Mendelssohn Bartholdy' Leipzig" +DE-L189 = "Hochschule für Technik, Wirtschaft und Kultur Leipzig" +DE-L228 = "Staatliche Ethnographische Sammlungen Sachsen, Museum für Völkerkunde Leipzig" +DE-L242 = "Hochschule für Grafik und Buchkunst Leipzig" +DE-L328 = "Halle 14 Kunstbibliothek Leipzig" +DE-Kn38 = "Bibliothek der HfMT Köln" +DE-Wim8 = "Hochschule für Musik 'Franz Liszt' Weimar" +DE-Zi4 = "Hochschule Zittau/Görlitz" +DE-Zwi2 = "Westsächsische Hochschule Zwickau" +Dresden SLUB = "Sächsische Landesbibliothek & Staats- und Universitätsbibliothek Dresden (SLUB)" + +## RSS Feed +According to your search = "Entsprechend Ihrer Suche" +been added. = "neu hinzugekommen." + +# Translation of geographical names (geographical facet) +# Europa +Europe = Europa +Andorra = Andorra +Albania = Albanien +Austria = Österreich +Austria / Burgenland = Österreich / Burgenland +Austria / Carinthia = Österreich / Kärnten +Austria / Lower Austria = Österreich / Niederösterreich +Austria / Upper Austria = Österreich / Oberösterreich +Austria / Salzburg = Österreich / Salzburg +Austria / Styria = Österreich / Steiermark +Austria / Tyrol = Österreich / Tirol +Austria / Vorarlberg = Österreich / Vorarlberg +Austria / Vienna = Österreich / Wien +Ã…land Islands = Ã…landinseln +Bosnia and Herzegovina = Bosnien-Herzegowina +Belgium = Belgien +Bulgaria = Bulgarien +Belarus = Weißrussland +Switzerland = Schweiz +Switzerland / Aargau = Schweiz / Aargau +Switzerland / Appenzell Innerrhoden = Schweiz / Appenzell <Innerrhoden> +Switzerland / Appenzell Ausserrhoden = Schweiz / Appenzell <Ausserrhoden> +Switzerland / Bern = Schweiz / Bern +Switzerland / Basel-Landschaft = Schweiz / Basel-Landschaft +Switzerland / Basel = Schweiz / Basel +Switzerland / Fribourg = Schweiz / Freiburg +Switzerland / Geneva = Schweiz / Genf +Switzerland / Glarus = Schweiz / Glarus +Switzerland / Graubünden = Schweiz / Graubünden +Switzerland / Jura = Schweiz / Jura +Switzerland / Lucerne = Schweiz / Luzern +Switzerland / Neuchâtel = Schweiz / Neuenburg +Switzerland / Nidwalden = Schweiz / Nidwalden +Switzerland / Obwalden = Schweiz / Obwalden +Switzerland / St. Gallen = Schweiz / Sankt Gallen +Switzerland / Schaffhausen = Schweiz / Schaffhausen +Switzerland / Solothurn = Schweiz / Solothurn +Switzerland / Schwyz = Schweiz / Schwyz +Switzerland / Thurgau = Schweiz / Thurgau +Switzerland / Ticino = Schweiz / Tessin +Switzerland / Uri = Schweiz / Uri +Switzerland / Vaud = Schweiz / Waadt +Switzerland / Valais = Schweiz / Wallis +Switzerland / Zug = Schweiz / Zug +Switzerland / Zurich = Schweiz / Zürich +Cyprus = Zypern +Czech Republic = Tschechische Republik +Germany = Deutschland +Germany / Brandenburg = Deutschland / Brandenburg +Germany / Berlin = Deutschland / Berlin +Germany / Baden-Württemberg = Deutschland / Baden-Württemberg +Germany / Bavaria = Deutschland / Bayern +Germany / Bremen = Deutschland / Bremen +Germany / Hesse = Deutschland / Hessen +Germany / Hamburg = Deutschland / Hamburg +Germany / Mecklenburg-Vorpommern = Deutschland / Mecklenburg-Vorpommern +Germany / Lower Saxony = Deutschland / Niedersachsen +Germany / North Rhine-Wesphalia = Deutschland / Nordrhein-Westfalen +Germany / Rhineland-Palatinate = Deutschland / Rheinland-Pfalz +Germany / Schleswig-Holstein = Deutschland / Schleswig-Holstein +Germany / Saarland = Deutschland / Saarland +Germany / Saxony = Deutschland / Sachsen +Germany / Saxony-Anhalt = Deutschland / Sachsen-Anhalt +Germany / Thuringia = Deutschland / Thüringen +Denmark = Dänemark +Estonia = Estland +Spain = Spanien +Finland = Finnland +France = Frankreich +United Kingdom = Großbritannien +Guernsey = Guernsey +Gibraltar = Gibraltar +Greece = Griechenland +Croatia = Kroatien +Hungary = Ungarn +Ireland = Irland +Isle of Man = Isle of Man +Iceland = Island +Italy = Italien +Italy / Trentino-Alto Adige = Italien / Trentino-Südtirol +Jersey = Jersey +Liechtenstein = Liechtenstein +Lithuania = Litauen +Luxembourg = Luxemburg +Latvia = Lettland +Monaco = Monaco +Moldova = Moldawien +Montenegro = Montenegro +Macedonia = Makedonien +Malta = Malta +Netherlands = Niederlande +Norway = Norwegen +Poland = Polen +Portugal = Portugal +Romania = Rumänien +Serbia = Serbien +Russia = Russland +Sweden = Schweden +Slovenia = Slowenien +Slovakia = Slowakei +San Marino = San Marino +Ukraine = Ukraine +Vatican City = Vatikanstadt +# Asien +Asia = Asien +United Arab Emirates = Vereinigte Arabische Emirate +Afghanistan = Afghanistan +Armenia = Armenien +Azerbaijan = Aserbaidschan +Bangladesh = Bangladesch +Bahrain = Bahrain +Brunei = Brunei +Bhutan = Bhutan +China = China +Tibet = Tibet +Georgia = Georgien +Hong Kong = Hongkong +Indonesia = Indonesien +Israel = Israel +India = Indien +Iraq = Irak +Iran = Iran +Jordan = Jordanien +Japan = Japan +Kyrgyzstan = Kirgisistan +Cambodia = Kambodscha +North Korea = Nordkorea +South Korea = Südkorea +Kuwait = Kuwait +Kazakhstan = Kasachstan +Laos = Laos +Lebanon = Libanon +Sri Lanka = Sri Lanka +Myanmar = Myanmar +Mongolia = Mongolei +Macao = Macao +Maldives = Malediven +Malaysia = Malaysia +Nepal = Nepal +Oman = Oman +Philippines = Philippinen +Pakistan = Pakistan +Palestinian territories = Palästinensische Gebiete +Qatar = Katar +Saudi Arabia = Saudi-Arabien +Singapore = Singapur +Syria = Syrien +Thailand = Thailand +Tajikistan = Tadschikistan +Timor-Leste = Timor-Leste +Turkmenistan = Turkmenistan +Turkey = Türkei +Taiwan = Taiwan +Uzbekistan = Usbekistan +Vietnam = Vietnam +Yemen = Jemen +# Afrika +Africa = Afrika +Angola = Angola +Burkina Faso = Burkina Faso +Burundi = Burundi +Benin = Benin +Botswana = Botswana +Congo, Democratic Republic of the = Kongo, Demokratische Republik +Central African Republic = Zentralafrikanische Republik +Congo, Republic of the = Kongo, Republik +Côte d'Ivoire = Elfenbeinküste +Cameroon = Kamerun +Cape Verde = Kapverdische Inseln +Djibouti = Dschibuti +Algeria = Algerien +Egypt = Ägypten +Western Sahara = Westsahara +Eritrea = Eritrea +Ethiopia = Äthiopien +Gabon = Gabun +Ghana = Ghana +Gambia = Gambia +Guinea = Guinea +Equatorial Guinea = Äquatorialguinea +Guinea-Bissau = Guinea-Bissau +Kenya = Kenia +Comoros = Komoren +Liberia = Liberia +Lesotho = Lesotho +Libya = Libyen +Morocco = Marokko +Madagascar = Madagaskar +Mali = Mali +Mauritania = Mauretanien +Mauritius = Mauritius +Malawi = Malawi +Mozambique = Mosambik +Namibia = Namibia +Niger = Niger +Nigeria = Nigeria +Rwanda = Ruanda +Seychelles = Seychellen +Sudan = Sudan +Sierra Leone = Sierra Leone +Senegal = Senegal +Somalia = Somalia +South Sudan = Südsudan +São Tomé and PrÃncipe = São Tomé und PrÃncipe +Swaziland = Swasiland +Chad = Tschad +Togo = Togo +Tunisia = Tunesien +Tanzania = Tansania +Uganda = Uganda +Mayotte = Mayotte +South Africa = Südafrika +Zambia = Sambia +Zimbabwe = Simbabwe +# Amerika +America = Amerika +Antigua and Barbuda = Antigua und Barbuda +Anguilla = Anguilla +Argentina = Argentinien +American Samoa = Amerikanisch-Samoa +Aruba = Aruba +Barbados = Barbados +Saint Barthélemy = Saint-Barthélemy +Bermuda = Bermuda +Bolivia = Bolivien +Bonaire, Sint Eustatius, Saba (Caribbean Netherlands) = Bonaire, Sint Eustatius, Saba (Niederländische Antillen) +Brazil = Brasilien +Bahamas = Bahamas +Belize = Belize +Canada = Kanada +Chile = Chile +Colombia = Kolumbien +Costa Rica = Costa Rica +Cuba = Kuba +Curaçao = Curaçao +Dominica = Dominica +Dominican Republic = Dominikanische Republik +Ecuador = Ecuador +Grenada = Grenada +French Guiana = Französisch-Guayana +Guadeloupe = Guadeloupe +Guatemala = Guatemala +Guyana = Guyana +Honduras = Honduras +Haiti = Haiti +Jamaica = Jamaika +Saint Kitts und Nevis = Saint Kitts und Nevis +Cayman Islands = Cayman Islands +Saint Lucia = Saint Lucia +Saint Martin = Saint-Martin +Martinique = Martinique +Montserrat = Montserrat +Mexico = Mexiko +Nicaragua = Nicaragua +Panama = Panama +Peru = Peru +Saint Pierre and Miquelon = Saint-Pierre und Miquelon +Puerto Rico = Puerto Rico +Paraguay = Paraguay +Suriname = Surinam +El Salvador = El Salvador +Sint Maarten = Sint Maarten +Turks and Caicos Islands = Turks- und Caicos-Inseln +Trinidad and Tobago = Trinidad und Tobago +USA = USA +Uruguay = Uruguay +Saint Vincent and the Grenadines = Saint Vincent und die Grenadinen +Venezuela = Venezuela +Virgin Islands, British = Jungferninseln, Britische +Virgin Islands, United States = Jungferninseln, Amerikanische +# Australien, Ozeanien +Australia and Oceania = Australien und Ozeanien +Australia = Australien +Cocos (Keeling) Islands = Kokos-/Keelinginseln +Cook Islands = Cookinseln +Christmas Island <Australia> = Christmas Island (Australien) +Fiji = Fidschi +Micronesia, Federated States of = Mikronesien, Föderierte Staaten von +Guam = Guam +Kiribati = Kiribati +Marshall Islands = Marshallinseln +Northern Mariana Islands = Nördliche Marianen +New Caledonia = Neukaledonien +Norfolk Island = Norfolkinsel +Nauru = Nauru +New Zealand = Neuseeland +French Polynesia = Französisch-Polynesien +Papua New Guinea = Papua-Neuguinea +Palau = Palauinseln +Solomon Islands = Salomonen +Tokelau = Tokelau +Tonga = Tonga +Tuvalu = Tuvalu +Vanuatu = Vanuatu +Wallis and Futuna = Wallis und Futuna +Samoa = Samoa +# Arktis und Antarktis +Arctic = Arktis +Antarctic = Antarktis +Antarctica = Antarktika +Heard Islands and McDonald Islands = Heard und McDonaldinseln +# Atlantischer Ozean +Atlantic Ocean = Atlantischer Ozean +Bouvet Island = Bouvetinsel +Falkland Islands = Falklandinseln +Faroe Islands = Färöer +Greenland = Grönland +South Georgia and the South Sandwich Islands = Südgeorgien und Südliche Sandwichinseln +Saint Helena, Ascension and Tristan da Cunha = Saint Helena, Ascension und Tristan da Cunha +Svalbard and Jan Mayen = Svalbard und Jan Mayen +# Indischer Ozean +Indian Ocean = Indischer Ozean +British Indian Ocean Territory = Britisches Territorium im Indischen Ozean +Réunion = Réunion +French Southern and Antarctic Lands = Französische Süd- und Antarktisgebiete +# Pazifischer Ozean +Pacific Ocean = Pazifischer Ozean +Niue = Niue +Pitcairn = Pitcairn +United States Minor Outlying Islands = United States Minor Outlying Islands +# Kontinentübergreifende Staatengruppen, Sonstiges +Outer Space = Extraterrestrika +International organisations and communities of states = Internationale Staatengemeinschaften, internationale Organisationen +Entire world = Gesamte Welt, Übrige Welt +Palestinian people = Palästinenser in Geschichte und Gegenwart +Arab people = Arabische Staaten, Araber +Jewish people = Juden +Fictitious places = Fiktive Geografika +Other places = Sonstiges, Unbekanntes Land +Ancient Near East = Alter Orient +Ancient Greece = Griechenland (Altertum) +Roman Empire = Römisches Reich +Byzantine Empire = Byzantinisches Reich +Ottoman Empire = Osmanisches Reich +# Historische Bezeichnungen +Saudi-Iraqi neutral zone (-1993) = Saudisch-Irakische Neutrale Zone (-1993) +Austria (- 12.11.1918) = Österreich (-12.11.1918) +Czechoslovakia (-1993) = Tschechoslowakei (-1993) +Serbia and Montenegro (2003-2006) = Serbien-Montenegro (2003-2006) +German Democratic Republic (-1990) = Deutsche Demokratische Republik (-1990) +German Reich = Deutschland, Deutsches Reich +Metropolitan France (1993-1997) = France métropolitaine (1993-1997) +Soviet Union (-1992) = Sowjetunion (-1992) +Yugoslavia (-2003) = Jugoslawien (-2003) +Burma (-1989) = Burma (-1989) +Sikkim (-1975) = Sikkim (-1975) +East Timor (-2002) = Osttimor (-2002) +Vietnam, Republic of (i.e. South Vietnam) (-1977) = Vietnam, Republik (Südvietnam) (-1977) +Yemen (i.e. South Yemen) (-1990) = Jemen (Südjemen) (-1990) +Djibouti (French Territory of the Afars and the Issas) (-1977) = Dschibuti (Französisches Afar- und Issa-Territorium) (-1977) +Benin (Dahomey) (-1977) = Benin (Dahomey) (-1977) +Burkina Faso (Upper Volta) (-1984) = Burkina Faso (Obervolta) (-1984) +Zimbabwe (Southern Rhodesia) (-1980) = Simbabwe (Südrhodesien) (-1980) +Congo, Democratic Republic of the (Zaire) (-1997) = Kongo, Demokratische Republik (Zaire) (-1997) +Netherlands Antilles (1974-2011) = Niederländische Antillen (1974-2011) +Panama Canal Zone (-1980) = Panamakanalzone (-1980) +Canton and Enderbury Islands (-1984) = Canton und Enderbury-Inseln (-1984) +Gilbert and Ellice Islands (-1979) = Gilbert- und Elliceinseln (-1979) +Vanuatu (New Hebrides) (-1980) = Vanuatu (Neue Hebriden) (-1980) +Pacific Islands, Trust Territory of the (-1986) = Pazifische Inseln, Treuhandgebiet (-1986) +British Antarctic Territory (-1979) = Britisches Antarktis-Territorium (-1979) +French Southern and Antarctic Lands (-1979) = Französische Süd- und Antarktisgebiete (-1979) +Queen Maud Land (-1983) = Königin-Maud-Land (-1983) +Johnston Island (-1986) = Johnston-Inseln (-1986) +Midway Islands (-1986) = Midway-Inseln (-1986) +United States Miscellaneous Pacific Islands (-1986) = Amerikanisches Territorium im Pazifik (-1986) +Wake Island (-1986) = Wake (-1986) + +# Translation of languages (language facet) +Abkhazian = Abchasisch +Acoli = Acholi +Afrikaans = Afrikaans +Afro-Asiatic = "Afroasiatische Sprachen" +Ainu = Ainu +Akkadian = Akkadisch +Albanian = Albanisch +Aleut = Aleutisch +Algonquian = Algonkin +Altaic = "Altaische Sprachen" +Amharic = Amharisch +Ancient Egyptian = Ägyptisch +Ancient Greek = Altgriechisch +Arabic = Arabisch +Aragonese = Aragonesisch +Aramaic = Aramäisch +Armenian = Armenisch +Aromanian = Aromunisch +Artificial = Kunstsprache +Assamese = Assamesisch +Australian = "Australische Sprachen" +Austronesian = "Austronesische Sprachen" +Avestan = Avestisch +Awadhi = Awadhi +Azerbaijani = Aserbaidschanisch +Baltic = "Baltische Sprachen" +Baluchi = Belutschisch +Bambara = Bambara +Banda = Banda-Sprachen +Bantu = Bantu +Bashkir = Baschkirisch +Basque = Baskisch +Belarusian = Weißrussisch +Bemba = Bemba +Bengali = Bengalisch +Berber = Berberisch +Bhojpuri = Bhojpuri +Bihari = Bihari +Bini = Edo +Bosnian = Bosnisch +Braj = Braj +# Brazilian Portugese = "Português (Brasil)" +Brazilian Portugese = "Portugiesisch (Brasilien)" +Breton = Bretonisch +Buginese = Buginesisch +Bulgarian = Bulgarisch +Buriat = Burjatisch +Burmese = Birmanisch +Catalan = Katalanisch +Caucasian = "Kaukasische Sprachen" +Central American Indian = "Mittelamerikanische indigene Sprachen" +Central Khmer = Khmer +Chagatai = Tschagataisch +Chamic = Cham-Sprachen +Chechen = Tschetschenisch +Cherokee = Cherokee +Chichewa = Chichewa +# Chinese = "䏿–‡ï¼ˆç¹é«”)" +Chinese = Chinesisch +Chinook = Chinook +Church Slavic = Kirchenslawisch +Chuvash = Tschuwaschisch +Classical Syriac = "Klassisches Syrisch" +Coptic = Koptisch +Cornish = Kornisch +Cree = Cree +Creole = Kreolsprachen +Creoles = Kreolsprachen +Croatian = Kroatisch +Cushitic = "Kuschitische Sprachen" +Czech = Tschechisch +Dakota = Dakota +Danish = Dänisch +Delaware = Delaware +Divehi = Dhivehi +Dogri = Dogri +Dravidian = "Dravidische Sprachen" +Duala = Duala +# Dutch = Nederlands +Dutch = Niederländisch +Dzongkha = Dzongkha +English = Englisch +Esperanto = Esperanto +Estonian = Estnisch +Ewe = Ewe +Fanti = Fante +Faroese = Färöisch +Finnish = Finnisch +Finno-Ugrian = "Finno-Ugrische Sprachen" +# French = Français +French = Französisch +Fulah = Fulfulde +Ga = Ga +Gaelic = Gälisch +Galician = Galicisch +Ganda = Luganda +Geez = "Ge'ez" +Georgian = Georgisch +Germanic = "Germanische Sprachen" +Gothic = Gotisch +# Greek = Ελληνικά +Greek = Griechisch +Gujarati = Gujarati +Haitian = Haitianisch +Hausa = Hausa +Hawaiian = Hawaiisch +# Hebrew = "עברית" +Hebrew = Hebräisch +Herero = Otjiherero +Hittite = Hethitisch +Hungarian = Ungarisch +Icelandic = Isländisch +Ido = Ido +Igbo = Igbo +Ijo = Ijo +Indic = "Indoarische Sprachen" +Indo-European = "Indogermanische Sprachen" +Indonesian = Indonesisch +Ingush = Inguschisch +Interlingua = Interlingua +Inuktitut = Inuktitut +Inupiaq = Inupiaq +Iranian = Iranisch +# Irish = Gaeilge +Irish = Irisch +Iroquoian = "Irokesische Sprache" +# Italian = Italiano +Italian = Italienisch +# Japanese = 日本語 +Japanese = Japanisch +Javanese = Javanisch +Judeo-Arabic = Judäo-Arabisch +Judeo-Persian = Judäo-Persisch +Kabardian = Kabardinisch +Kabyle = Kabylisch +Kachin = Kachin +Kalaallisut = Grönländisch +Kalmyk = Kalmyk +Kamba = Kamba +Kannada = Kannada +Kanuri = Kanuri +Kara-Kalpak = Karakalpakisch +Karelian = Karelisch +Kashmiri = Kashmiri +Kashubian = Kaschubisch +Kazakh = Kasachisch +Khasi = Khasi +Khoisan = Khoisan +Khotanese = Hotansakisch +Kikuyu = Kikuyu +Kinyarwanda = Kinyarwanda +Kirghiz = Kirgisisch +Komi = Komi +Kongo = Kongo +Konkani = Konkani +Korean = Koreanisch +Kpelle = Kpelle +Kru languages = Kru-Sprachen +Kuanyama = Kwanyama +Kumyk = Kumykisch +Kurdish = Kurdisch +Kurukh = Kurukh +Ladino = Sephardisch +Lamba = Lamba +Land Dayak = "Land Dayak" +Lao = Laotisch +Latin = Latein +Latvian = Lettisch +Lezghian = Lesgisch +Lingala = Lingála +Lithuanian = Litauisch +Low German = Niederdeutsch +Lower Sorbian = Niedersorbisch +Luba-Katanga = Luba-Katanga +Luba-Lulua = Tschiluba +Lule Sami = Lulesamisch +Luo = Luo +Luxembourgish = Luxemburgisch +Macedonian = Mazedonisch +Maithili = Maithili +Makasar = Makassar-Sprache +Malagasy = Malagasy +Malay = Malaiisch +Malayalam = Malayalam +Maltese = Maltesisch +Manchu = Mandschurisch +Mandar = Mandar +Mandingo = Mandinka +Manipuri = Meitei +Manx = Manx +Maori = Maori +Marathi = Marathi +Mari = Mari +Marwari = Marwari +Masai = Maa +Mayan = Maya-Sprachen +Mende = Mende +Middle English = Mittelenglisch +Middle French = Mittelfranzösisch +Middle High German = Mittelhochdeutsch +Mi-kmaq = Mi-kmaq +Mohawk = Mohawk +Mongo = Mongo +Mongolian = Mongolisch +Mon-Khmer = Mon-Khmer +Mossi = Mòoré +Multiple = "Mehrere Sprachen" +Munda = Munda +Music = Musik +Nahuatl = Nahuatl +Navajo = Navajo +Ndonga = Ndonga +Nepal Bhasa = Newari +Nepali = Nepali +Niger-Kordofanian = Niger-Kongo-Sprachen +Nilo-Saharan = "Nilosaharanische Sprachen" +Nogai = Nogaisch +North American Indian = "Nordamerikanische indigene Sprachen" +North Ndebele = isiNdebele +Northern Frisian = Nordfriesisch +Norwegian = Norwegisch +Norwegian BokmÃ¥l = BokmÃ¥l +Nubian = "Nubische Sprachen" +Nyamwezi = Nyamwezi +Occitan = Okzitanisch +Ojibwa = Ojibwe +Old English = Altenglisch +Old French = Altfranzösisch +Old High German = Althochdeutsch +Old Norse = Altnordisch +Old Persian = Altpersisch +Old Provençal = Altprovenzalisch +Oriya = Oriya +Oromo = Oromo +Ossetian = Ossetisch +Otomian = Otomi +Ottoman Turkish = "Osmanisch / Türkisch" +Pahlavi = Parthisch +Pali = Pali +Panjabi = Panjabi +Papiamento = Papiamentu +Papuan = Papua-Sprachen +Pedi = Pedi +Persian = Persisch +Phoenician = Phönizisch +Polish = Polnisch +# Portuguese = "Português" +Portuguese = Portugiesisch +Prakrit languages = Prakrit +Pushto = Paschtunisch +Quechua = Quechua +Rajasthani = Rajasthani +Romance = Romanisch +Romanian = Rumänisch +Romansh = Rätoromanisch +Romany = Romani +Rundi = Kirundi +Russian = Russisch +Salishan = Salish-Sprachen +Samaritan Aramaic = "Samaritanisches Aramäisch" +Sami languages = Samisch +Samoan = Samoanisch +Sanskrit = Sanskrit +Santali = Santali +Sardinian = Sardisch +Scots = Scots +Semitic = "Semitische Sprachen" +Serbian = Serbisch +Serer = Serer +Shona = Shona +Sidamo = Sidama +# Simplified Chinese = "䏿–‡(简体)" +Simplified Chinese = "Vereinfachtes Chinesisch" +Sindhi = Sindhi +Sinhala = Singhalesisch +Sino-Tibetan = "Sinotibetische Sprachen" +Slave = Slavey +Slavic = "Slawische Sprachen" +Slovak = Slowakisch +Slovenian = Slowenisch +Sogdian = Sogdisch +Somali = Somali +Songhai = Songhai +Sorbian = Sorbisch +Southern Altai = Südaltaisch +Southern Sotho = Sesotho +# Spanish = Español +Spanish = Spanisch +Sumerian = Sumerisch +Swahili = Swahili +Swedish = Schwedisch +Swiss German = Schweizerdeutsch +Syriac = Assyrisch-Neuaramäisch +Tagalog = Tagalog +Tahitian = Tahitianisch +Tai = Kam-Tai-Sprachen +Tajik = Tadschikisch +Tamashek = Tamascheq +Tamil = Tamil +Tatar = Tatarisch +Telugu = Telugu +Tetum = Tetum +Thai = Thailändisch +Tibetan = Tibetanisch +Tigre = Tigre +Tigrinya = Tigrinya +Timne = Temnisch +Tiv = Tiv +Tok = "Tok Pisin" +Tonga = Tongaisch +Tsonga = Xitsonga +Tswana = Setswana +Tupi = Tupi +# Turkish = Türkçe +Turkish = Türkisch +Turkmen = Turkmenisch +Tuvinian = Tuwinisch +Twi = Akan +Udmurt = Udmurtisch +Ugaritic = Ugaritisch +Uighur = Uigurisch +Ukrainian = Ukrainisch +Umbundu = Umbundu +Undetermined = Unbestimmt +Upper Sorbian = Obersorbisch +Urdu = Urdu +Uzbek = Usbekisch +Venda = Tshivenda +Vietnamese = Vietnamesisch +Volapük = Volapük +Votic = Wotisch +Wakashan = Wakash-Sprachen +Walamo = Wolaytta +Walloon = Wallonisch +# Welsh = "Cymraeg" +Welsh = Walisisch +Western Frisian = Westfriesisch +Wolof = Wolof +Xhosa = Xhosa +Yakut = Jakutisch +Yao = Yao +Yiddish = Jiddisch +Yoruba = Yoruba +Yupik = Yupik +Zande = Zande +Zapotec = Zapotekisch +Zhuang = Zhuang +Zulu = Zulu +Zuni = Zuni + +;------ +;missing lines from en.ini (compiled from files in /usr/local/vufind2/languages, /usr/local/vufind2/local/dev/languages) +;------ +note_762 = Subseries +note_767 = Translation +note_776 = Additional form +password_error_not_unique = "Password was not changed" +password_maximum_length = "Maximum password length is %%maxlength%% characters" +password_minimum_length = "Minimum password length is %%minlength%% characters" +pronounced = pronounced +# Add to favorites = Add to Favorites +# Author = Creator +Bereich = Bereich +# Brazilian Portuguese = Português (Brasil) +Brazilian Portuguese = "Portugiesisch (Brasilien)" +Document delivery - Medicine = "Dokumentlieferung - Medizin" +# German = Deutsch +Interlibrary loan - Medicine = "Fernleihe - Medizin" +Kollektion = Kollektion +Kontakt = Kontakt +Participants = Mitwirkende +Search RVK-Online = "Suche in RVK-Online" +Zweigbibliothek = Zweigbibliothek +Fachgebiet = Fachgebiet +history = Suchverlauf +renew_item_maximum = "There is a maximum of three renewals allowed." +guser_dunning_process = "User account is blocked due to a dunning process" + +################### finc-spezifisch hinzugefuegt ########################## +p. = S. + +APAAI Citation = APA Zitierstil +MLAAI Citation = MLA Zitierstil +ISBD Citation = ISBD Zitierstil + +; Clear-button in advanced search +Clear = "Felder leeren" + +; Branding for Wiso etc +SID48 = WISO - Online-Datenbank für Studium und Wissenschaft + +; footer +footer_further_options = "Erweiterte Recherche" +footer_ezb = "Elektronische Zeitschriftenbibliothek (EZB)" +footer_kvk = "Karlsruher Virtueller Katalog (KVK)" +footer_dbis = "Datenbankinformationssystem (DBIS)" +footer_nwb = "nwb-Datenbank" + +; source providers +sid_3 = "Nielsen" +sid_51 = "VuB" + +; Tab to Close-text for closing FNDTN ToolTips +Tap to close = "Zum Schliessen antippen" + +; Holdings Tab accordion +Address-Contact-Hours = "Adresse, Kontakt" + +; resolver link access status +resolver_link_access_denied = "nicht verfügbar" +resolver_link_access_limited = "Im Campusnetz verfügbar" +resolver_link_access_open = "verfügbar" +; message to be shown upon empty resolver response +no_resolver_links = "Keine Online Links verfügbar." + +; reset password +reset_password_text = "Bitten füllen Sie dieses Formular aus, um Ihr Passwort zurücksetzen zu lassen. Sie erhalten an u.g. Email Adresse eine Benachrichtigung, nachdem wir das Passwort zurückgesetzt haben." +Reset Password = "Passwort zurücksetzen" + +Work Title = "Werktitel" +Work Part Title = "Teilwerktitel" + +; #8946/#8947 +Dates of publication = "Erscheinungsverlauf" + +; #9245 holdings tab access +external_access = "Dieser Titel ist verfügbar in" + +# 8918 +Authors/Corporations = "Personen und Körperschaften" +rda_original_title = "Werktitel" +non_rda_original_title = "Originaltitel" + +;#8828 +German Prints Index Number = "VD-Nummer" + +; LIDO RecordDriver relvant +expression creation = "Entstehungsvermerk" +publication event = "Ausstellung" +undated = "nicht datiert" +Image Rights = "Bildrechte" +Image Rights Default = "Bildrechte vorbehalten" +Measurements = "Maße" +Object type = "Objektbezeichnung" +Originator = "Schöpfer" +Originators = "Schöpfer" +Other ID = "Weitere Identifier" +Other Originators = "Weitere Schöpfer" +Subject Actor = "Motiv" +Time of origin = "Entstehungszeit" diff --git a/fid_bbi/languages/en.ini b/fid_bbi/languages/en.ini new file mode 100644 index 00000000000..fa25648ea63 --- /dev/null +++ b/fid_bbi/languages/en.ini @@ -0,0 +1,1815 @@ +AND = AND +APA Citation = "APA Citation" +Access = Access +Account = Account +Add = Add +Add a Note = "Add a Note" +# Add to favorites = "Add to Favorites" +Add to favorites = "Favorite" +Add your comment = "Add your Comment" +Address = Address +Address Additional = "Address Addendum" +Advanced = Advanced +Audience = Audience +Audio = Audio +# Author = Creator +Author = "Person / Institution" +Available = Available +Awards = Awards +Backtrace = Backtrace +Bag = Bag +Balance = Balance +Bereich = Area +Bibliography = Bibliography +Book = Book +Bookchapter = "Book Chapter" +Bookmark = Bookmark +Books = Books +Braille = Braille +# Brazilian Portuguese = "Português (Brasil)" +Brazilian Portuguese = "Portuguese (Brazil)" +Browse = Browse +Browse the Collection = "Browse the Collection" +By = By +By Alphabetical = "In Alphabetic Order" +CD = CD +Cannot find similar records = "Cannot find similar records." +Cassette = Cassette +Checkedoutpermanent = "Checked Out Permanent Items" +# Chinese = "䏿–‡ï¼ˆç¹é«”)" +Chinese = Chinese +Clock = "" +Code = Code +Comments = Comments +Contents = Contents +Copies = Copies +Copy = Copy +Course = Course +Create New Account = "Create New Account" +Created = Created +DVD = DVD +Date = Date +Days = Days +Delete = Delete +Department = Department +Description = Description +Desired Username = "Desired User Name" +Displaying the top = "Displaying the Top" +Dissertation Note = Dissertation Note +Document delivery = "Document Delivery" +Document delivery - Medicine = "Document Delivery - Medicine" +Due = Due +# Dutch = Nederlands +Dutch = Dutch +Edit = Edit +Edition = Edition +Electronic = "Electronic Resource" +Electronic Resources = "Electronic Resources" +Electronicjournal = "Electronic Journal" +Email = E-Mail +Email Address = "E-Mail Address" +Email Record = "E-Mail Record" +Email address is invalid = "E-mail address is invalid" +Email this = "E-mail this" +Email this Search = "E-Mail this Search" +Empty = Empty +English = English +Era = Era +Extent Author = [et al.] +Excerpt = Excerpt +Expires = Expires +Export = Export +Favorites = Favorites +Fee = Fee +Find = Find +Fine = Fine +Fines = Fines +Format = "Type of Resource" +Former catalogue = "Former Catalog" +# French = Français +French = French +Full description = "Full Description" +full text = "Full Text" +Genre = Genre +Geography = Geography +# German = Deutsch +German = German +Get full text = "Get additional information online" +Globe = Globe +# Greek = Ελληνικά +Greek = Greek +Grid = Grid +Group = Group +# Hebrew = עברית +Hebrew = Hebrew +History = History +Holdings = Holdings +Holdings details from = "Holdings Details from" +Holdnep-Submit = "Patron Driven Acquisition" +Holds = Holds +Home = Home +ISBN = ISBN +ISBN/ISSN = "ISBN / ISSN" +ISSN = ISSN +Illustrated = Illustrated +In order to establish you account profile, please enter the following information = "In order to establish your account profile, please enter the following information" +Institution = Institution +Instructor = Instructor +Internet = Internet +Interlibrary loan = "Interlibrary Loan" +Interlibrary loan information = "Interlibrary Loan Information" +Interlibrary loan - Medicine = "Interlibrary Loan - Medicine" +Interlibraryloans = "Interlibrary Loans" +Invalid Recipient Email Address = "Invalid recipient e-mail address" +Invalid Sender Email Address = "Invalid sender e-mail address" +# Irish = Gaeilge +Irish = Irish +Issue = Issue +# Italian = Italiano +Italian = Italian +# Japanese = 日本語 +Japanese = Japanese +Journal = Journal +Journals = Journals +Kit = Kit +Kollektion = Collection +Kontakt = Contact +Language = Language +Library = Library +Library Catalog Username = "Library Catalog User Name" +Limit To = "Limit to" +Link to = "To Website" +List = List +Loading = Loading +Located = Located +Location = Location +Lockaccount = "Block my Account" +Login = "My Account" +Login-to-account = "Login" +Logout = Logout +Manuscript = Manuscript +Map = Map +Maps = Maps +Membercode = "Library Card No." +Message = Message +Message From Sender = "Message from Sender" +Microfilm = Microfilm +More Summon results = "More Summon Results" +More catalog results = "More Catalog Results" +More options = "More Options" +Multiple Branches = "Multiple Branches" +Multiple Call Numbers = "Multiple Call Numbers" +MyResearch Help = "MyResearch Help" +NOT = NOT +Narrow Search = "Refine my Results" +Nep = "Acquisition" +Newspaper = Newspaper +Next = Next +No Preference = "No Preference" +No Tags = "No Tags" +No citations are available for this record = "No citations are available for this record." +No reviews were found for this record = "No reviews were found for this record." +Not On Reserve = "Not on Reserve" +Note = Note +Notes = Notes +Number = Number +OR = OR +On Reserve - Ask at Circulation Desk = "On Reserve - Please contact staff". +On Site = Library +Participants = Contributors +Password = Password +Password Again = "Repeat new password" +Password Change = "Change Password" +Password Current = "Current password" +Password New = "New password" +Password Strength = "Password strength" +Past = Past +Permanent Checked Out Items = "Checked Out Permanent Items" +Photo = Photo +Place a Hold = "Request" +Please check back soon = "Please check back soon." +Please contact the Library Reference Department for assistance = "Please contact staff." +# Portuguese = "Português" +Portuguese = Portuguese +Prev = Prev +Print = Print +Private = Private +Profile = Profile +Provider = Provider +Public = Public +Publication = Publication +Published = published +PubList = "Public List" +Range = Range +Range slider = "Range Slider" +Reader Card = "Library Card No." +Readingroommedia = "Reading Room Items" +Readyforcollection = "Circulation Desk" +Readyforcollectionstacks = "Circulation Desk" +Recall This = "Recall this" +Recent acquisitions = "Recent Acquisitions" +Region = Region +Remove all Filters = "remove all Filters" +Reserves = Reserves +Results per page = "Results per Page" +Reviews = Reviews +RVK = "RVK Notation" +Save = Save +Search = Search +Search For = "Search for" +Search For Items on Reserve = "Search for Items on Reserve" +Search RVK-Online = "Search via RVK-Online" +See also = "See Also" +Select your carrier = "Select your Carrier" +Selfcheckout = "Self-Checkout" +Send = Send +Serial = Serial +Series = Series +Set = Set +Set Multipart = Series +Showing = Showing +# Simplified Chinese = "䏿–‡(简体)" +Simplified Chinese = "Simplified Chinese" +Slide = Slide +Software = Software +Sort = "Sorted by" +# Spanish = Español +Spanish = Spanish +StackRequest = "Stack Request" +Start Page = "Start Page" +Status = Status +Subject = Subject +Submit = Submit +Suggestions for acquisition = "Suggestions for Acquisition" +Summary = Summary +Switch view to = "Switch View to" +Systemmessage = "System Messages" +Tag = Tag +Tags = Tags +That email address is already used = "This e-mail address is already used." +That username is already taken = "This user name is already taken." +This email was sent from = "This e-mail was sent from" +Title = Title +Topic = Topic +Topics = Topics +# Turkish = Türkçe +Turkish = Turkish +Unknown = Unknown +Username = "User ID" +Username cannot be blank = "User name cannot be blank" +Valid until = "Card valid until" +VHS = VHS +Video = Video +Videos = Videos +View online: Full view Book Preview from the Hathi Trust = "View Online: View full book preview from Hathi Trust" +Volume = Volume +Warning: These citations may not always be 100% accurate = "Remember to check citations for accuracy before including them in your work" +Web = Web +# Welsh = "Cymraeg" +Welsh = Welsh +Yesterday = Yesterday +You do not have any fines = "You do not have any fines." +You do not have any holds or recalls placed = "You do not have any holds or recalls placed." +You do not have any items checked out = "You do not have any items checked out." +You do not have any saved resources = "You do not have any saved resources." +You must be logged in first = "You must log in first" +Your Account = "My Account" +Your book bag is empty = "Your Book Bag is empty" +Your search terms = "Your Search Terms" +Zip = Zip +### Standardbenennung sollte nach englisch geändert und dann in der de.ini auf +### deutsche Bezeichnung gemappt werden: +Zweigbibliothek = "Branch Library" +Fachgebiet = Subject +#### +add_favorite_fail = "Error: Record not saved" +add_favorite_prefix = Add +add_favorite_suffix = "to Favorites" +add_list_fail = "Error: List not created" +add_other_libraries = "Include articles at other libraries" +add_search = "Add Search Field" +add_search_group = "Add Search Group" +add_tag_error = "Error: Could not save tags" +add_tag_error_chars = "Tag should have 2 chars and at minimum and 25 at maximum." +add_tag_example = "Example: "Romeo and Julia" Shakespeare English" +add_tag_note = "Use a comma or press [ENTER] to separate tags. Maximum length of a tag is 25 characters." +add_tag_success = "Tags saved" +advSearchError_noRights = "Sorry, but you don't have permission to edit this search. Perhaps your browser session has expired?" +advSearchError_notAdvanced = "The search you have requested to edit is not an advanced search." +advSearchError_notFound = "The search you have requested was not found." +adv_search_all = "All Fields" +adv_search_author = "Person / Institution" +adv_search_callnumber = "Call Number" +adv_search_filters = "Applied Filters" +adv_search_isn = "ISBN / ISSN" +adv_search_journaltitle = "Journal Title" +adv_search_label = "Search for" +adv_search_publisher = Publisher +adv_search_publishPlace = "Place of Publication" +adv_search_rvk = RVK +adv_search_select_all = "Select All" +adv_search_series = Series +adv_search_subject = Subject +adv_search_title = Title +adv_search_toc = "Table of Contents" +adv_search_year = "Year of Publication" +alphabrowse_matches = "Titles" +authentication_error_admin = "We cannot log you in at this time. Please contact staff." +authentication_error_blank = "Login information cannot be blank." +authentication_error_denied = "Credentials do not match! Access denied." +authentication_error_invalid = "Invalid login – please try again." +authentication_error_technical = "We cannot log you in at this time. Please try again later." +basic_search_keep_filters = "Retain my Current Filters" +banner_text = "Your opinion, please" +banner_link = "comment on the blog!" +bookbag_confirm_empty = "Are you sure you want to empty your Book Bag?" +bookbag_delete = "Delete Selected Book Bag Items" +bookbag_delete_selected = "Delete Selected" +bookbag_email = "E-mail Selected Book Bag Items" +bookbag_email_selected = "E-mail Selected" +bookbag_export = "Export Selected Book Bag items" +bookbag_export_selected = "Export Selected" +bookbag_full = "Full" +bookbag_full_msg = "Your Book Bag is full" +bookbag_is_empty = "Your Book Bag is empty" +bookbag_print_selected = "Print Selected" +bookbag_save = "Save Selected Book Bag Items" +bookbag_save_selected = "Save Selected" +bookchapter = "Book Chapter" +book_chapter = "Book Chapter" +booking_nep_successful = "Thank you for your purchase order. We will inform you about further proceedings via e-mail." +bounded_book = "Please follow this link to check availability." +browse_dewey = "Call Number (Dewey)" +browse_lcc = "Call Number (LC)" +bulk_email_success = "Your item(s) were e-mailed" +bulk_email_title = "Library Catalog Items" +bulk_error_missing = "Some data was missing. Your request was not successful." +bulk_export_not_supported = "The record(s) you have selected do not support bulk export." +bulk_fail = "Sorry, an error has occurred. Please try again." +bulk_noitems_advice = "No items were selected. Please click on a checkbox next to an item and try again." +bulk_save_error = "Some data was missing. Your items were not saved." +bulk_save_success = "Your item(s) were saved successfully" +by = by +callnumber_abbrev = "Call #" +cat_establish_account = "In order to establish your account profile, please enter the following information:" +cat_password_abbrev = "Catalog Password" +cat_username_abbrev = "Catalog User Name" +close = close +comment_error_load = "Error: Could not redraw comment list" +comment_error_save = "Error: Could not save comment" +confirm_delete = "Are you sure you want to delete this?" +confirm_delete_list_text = "Are you sure you want to delete this list?" +confirm_hold_cancel_all_text = "Do you wish to cancel all your current holds?" +confirm_hold_cancel_selected_text = "Do you wish to cancel your selected holds?" +course_reserves_empty_list = "No matching Course Reserves found." +date_day_placeholder = "D" +date_from = "From" +date_month_placeholder = "M" +date_to = "To" +date_year_placeholder = "Y" +del_search = "Remove Search Group" +delete_list = "Delete List" +delete_selected = "Delete Selected" +delete_selected_favorites = "Delete Selected Favorites" +delete_selected_reserves = "Cancel Selected Reservations" +eBook = E-Book +edit_list = "Edit List" +edit_list_fail = "Sorry, you are not permitted to edit this list" +edit_list_success = "List successfully updated." +email_failure = "Error - Message cannot be sent" +email_link = "Link" +email_selected = "E-mail Selected" +email_selected_favorites = "E-mail Selected Favorites" +email_sending = "Sending Message..." +email_success = "Message Sent" +error_inconsistent_parameters = "Sorry, an error has occurred. Inconsistent parameters detected" +errorcode_error = "Sorry, an error has occurred. Please try it again" +errorcode_http_status_error = "No network available for the Integrated Library System" +errorcode_empty_response_error = "No response received from the Integrated Library System" +errorcode_opac_error = "Sorry, an error occurred at the Integrated Library System" +errorcode_login_error = "The login failed" +errorcode_empty_member_code = "Some data was missing. No member number was submitted" +errorcode_empty_password = "Some data was missing. No password was submitted" +errorcode_member_not_found = "The member number does not exist" +errorcode_password_validation_error = "Your passed password is not correct" +errorcode_empty_req_param_error = "All required fields have to be filled to submit successfully the form" +exclude_newspapers = "Exclude Newspaper Articles" +export_download = "Download File" +export_exporting = "Creating Export File" +export_fail = "Your items were not exported" +export_missing = "Some data was missing. Your items were not exported." +export_refworks = "Start Export to RefWorks" +export_save = "Save File" +export_selected = "Export Selected" +export_selected_favorites = "Export Selected Favorites" +export_success = "Export Complete" +export_unsupported_format = "Unsupported Export Format" +fav_delete = "Delete Selected Favorites" +fav_delete_deleting = "Your favorite(s) are being deleted." +fav_delete_fail = "Sorry, an error has occurred. Your favorite(s) were not deleted." +fav_delete_missing = "Some data was missing. Your favorite(s) were not deleted." +fav_delete_success = "Your favorite(s) were deleted." +fav_delete_warn = "You are about to delete these favorites from all your lists. If you want to delete favorites from a specific list only, please select the list before clicking delete." +fav_email_fail = "Sorry, an error has occurred. Your favorite(s) were not e-mailed." +fav_email_missing = "Some data was missing. Your favorite(s) were not e-mailed." +fav_email_success = "Your favorite(s) were e-mailed as requested." +fav_export = "Export Favorites" +fav_list_delete = "Your favorites list was deleted." +fav_list_delete_cancel = "This list was not deleted." +fav_list_delete_fail = "Sorry, an error has occurred. Your list was not deleted." +fee_desc_BE = "Fee for Book Compensation" +fee_desc_EG = "Fee for Processing" +fee_desc_F = "Overdue Media" +fee_desc_FL = "Fee for Interlibrary Loan" +fee_desc_FLK = "Fee for Interlibrary Loan Copies" +fee_desc_FLZ = "Additional Fee for Interlibrary Loan" +fee_desc_K = "Fee for Copies of Fotostelle" +fee_desc_KOR = "Fee for Accounting Error and Correction" +fee_desc_LE = "Replacement of Library Card" +fee_desc_M1 = "Overdue Fines (First Reminder)" +fee_desc_M2 = "Overdue Fines (Second Reminder)" +fee_desc_M3 = "Overdue Fines (Third Reminder)" +fee_desc_P1 = "Postage (First Reminder)" +fee_desc_P2 = "Postage (Second Reminder)" +fee_desc_P3 = "Postage (Third Reminder)" +fee_desc_R = "Fee for Reservation" +fee_desc_S = "Other Types of Fees" +fee_desc_STORNO = "Fee for Cancellation" +fine_limit_patron = "You have reached your fines limit and cannot renew items" +for search = "for Search" +found = found +fulltext_limit = "Limit to articles with full text available" +google_map_cluster = "Cluster" +group_AND = "ALL Groups" +group_OR = "ANY Groups" +history = "Search History" +history_delete = Delete +history_delete_link = Delete +history_empty_search = "Anything (Empty Search)" +history_limits = Limits +history_no_searches = "Currently there are no searches in your history." +history_purge = "Discard my Unsaved Searches" +history_recent_searches = "Your Recent Searches" +history_results = Results +history_save = Save? +history_save_link = Save +history_saved_searches = "Your Saved Searches" +history_search = Search +history_time = Time +hold_available = "Available for Pickup" +hold_cancel = "Cancel Hold" +hold_cancel_all = "Cancel All Holds" +hold_cancel_fail = "Your request was not canceled. Please contact staff" +hold_cancel_selected = "Cancel Selected Holds" +hold_cancel_success = "Your request was canceled successfully" +hold_cancel_success_items = "Your request(s) were canceled successfully" +hold_date_invalid = "Please enter a valid date" +hold_date_past = "Please enter a date in the future" +hold_empty_selection = "No holds were selected" +hold_error_blocked = "You do not have sufficient privileges to place a hold on this item." +hold_error_fail = "Your request failed. Please contact staff" +hold_invalid_pickup = "An invalid pick up location was entered. Please try again" +hold_login = "for Hold and Recall Information" +hold_place = "Place Request" +hold_place_fail_missing = "Your request failed. Some data was missing. Please contact staff" +hold_place_success = "Your request was successful" +hold_queue_position = "Queue Position" +hold_required_by = "No longer required after" +hold_success = "Your request was successful" +home_browse = "Browse by" +in = in +item_permanent_loan = "Item is a Permanent Loan." +items = items +items_added_to_bookbag = "Item(s) added to your Book Bag" +items_already_in_bookbag = "Item(s) are either already in your Book Bag or could not be added" +less = less +lightbox_error = "Error: Cannot load popup box" +list_access_denied = "You do not have permission to view this list." +list_edit_name_required = "List name is required." +load_tag_error = "Error: Could not load tags" +lock_account_already_blocked = "User account is already blocked. Please contact staff." +lock_account_notice = "Please note that the blocking of a user account can only be removed by staff." +lock_account_button = "Block my account now" +lock_account_error = "Error occurred. System cannot block user account." +map_results_label = "At this Location:" +msg_renew_prev = "The item" +msg_renew_middle = "has been successfully renewed till:" +msg_renew_after = "." +msg_renew_error_prev = "The item" +msg_renew_error_after = "has failed to renew." +more = more +no_description = "Description not available." +no_items_selected = "No items were selected" +nohit_filters = "Filters currently applied to this search:" +nohit_adjust_filters = "Please adjust your filters or" +nohit_heading = "No Results." +nohit_no_filters = "No filters were applied to this search." +nohit_parse_error = "There seems to be a problem with your search query. Please check the syntax. If you are not trying to use advanced features, putting the query inside double quotes may help." +nohit_prefix = "Your Search" +nohit_spelling = "Perhaps you should try some spelling variations" +nohit_suffix = "did not match any resources." +nohit_suggest = "You may want to try to revise your search phrase by removing some words or check your spelling." +not_applicable = "n/a" +note_760 = "Main Series" +note_765 = "Translation of" +note_770 = "Has Supplement" +note_772 = "Supplement to" +note_773 = "Contained in" +note_774 = "Constituent Unit" +note_775 = "Other Edition Available" +note_777 = "Issued with" +note_780_0 = "Continues" +note_780_1 = "Continues in Part" +note_780_5 = "Absorbed" +note_785_0 = "Continued by" +note_785_7 = "Merged with" +notice_journal_order = "Please note: Journals published before 1850 will be provided at Forschungslesesaal." +of = of +on_reserve = "Reserves - Please contact staff" +online_resources = "Online Resources" +create a new list = "Create a New List" +password_too_short = "Too short" +password_very_weak = "Very weak" +password_weak = "Weak" +password_better = "Better" +password_medium = "Medium" +password_good = "Good" +password_strong = "Very good" +peer_reviewed = "Peer Reviewed" +peer_reviewed_limit = "Limit to articles from peer-reviewed journals" +pick_up_location = "Pickup Library" +posted_on = "on" +print_selected = "Print Selected" +profile_update = "Your profile was updated as requested" +query time = "Query Time" +renew_all = "Renew All Items" +renew_determine_fail = "We were unable to determine if your item can be renewed. Please contact staff." +renew_empty_selection = "No items were selected" +renew_error = "We were unable to renew your item(s) - Please contact staff" +renew_fail = "This item could not be renewed" +renew_item = "Renew Item" +renew_item_count = "Number of Renewals" +renew_item_due = "Item due within the next 24 hours" +renew_item_limit = "This item cannot be renewed." +renew_item_maximum = "There is a maximum of three renewals allowed." +renew_item_no = "This item cannot be renewed" +renew_item_overdue = "Item overdue" +renew_item_requested ="This item has been requested by another user" +renew_select_box = "Renew Item" +renew_selected = "Renew Selected Items" +renew_success = "Renewal Successful" +request_place_text = "Place a Request" +request_submit_text = "Submit Request" +reserved_item_canceled_successful = "Reserved items were canceled successfully." +reserved_item_canceled_failure = "An error has occurred. Reserved items could not be canceled." +reserved_title = "Amount of Reserved Items:" +reserved_no_title = "No Items Reserved." +save_search = "Save Search" +save_search_remove = "Remove Saved Search" +scholarly_limit = "Limit to articles from scholarly journals" +search results of = "Search Results of" +search_AND = "ALL Terms" +search_NOT = "NO Terms" +search_OR = "ANY Terms" +search_groups = "Search Groups" +search_match = Match +search_save_success = "Search saved successfully." +search_unsave_success = "Saved search removed successfully." +see all = "See All" +select_all = "Select All" +select_journal_item = "Please fill in number and year of item" +select_page = "Select Page" +sms_failure = "Error - Could not send message." +sms_phone_number = "10-Digit Phone Number" +sms_sending = "Sending Message..." +sms_success = "Message Sent." +sort_author = "Person / Institution" +sort_author_author = Alphabetical +sort_author_relevance = Popularity +sort_callnumber = "Call Number" +sort_relevance = Relevance +sort_title = Title +sort_year = "Date Descending" +sort_year asc = "Date Ascending" +spell_expand_alt = "Expand Search" +spell_suggest = "Search Alternatives" +starting from = "Starting from" +summon_database_recommendations = "You may find additional resources here:" +sysmsg_expireddate_before = "Your Library Card will expire on" +sysmsg_expireddate_after = "." +sysmsg_expireddate_warning_before = "Your Library Card will expire on" +sysmsg_expireddate_warning_after = ". Please contact staff." +sysmsg_fines_on_account = "There are fines on your account" +sysmsg_readyforcollection_after = " item(s) available for collection." +sysmsg_readyforcollection_before = "There are" +sysmsg_user_blocked_status = "Your account is blocked. Please contact staff." +title = "Title" +title_ordered_by_library = "This title has been ordered by the library. It is not available yet." +too_many_favorites = "This list is too large to display all at once. Try rearranging your favorites into more lists or limiting using tags." +too_many_new_items = "There are too many new items to display in a single list. Try limiting your search." +too_many_reserves = "There are too many course reserves to display in a single list. Try limiting your search." +top_facet_additional_prefix = "Additional " +top_facet_suffix = "... within your Search." +user_signed_out = "User is signed out" +user_blocked = "User is blocked" +user_blocked_3 = "Error on 3M SelfCheck system: Please contact the circulation desk." +user_blocked_a = "Wrong address: You're locked for use. Your address isn't correct. Please contact the circulation desk." +user_blocked_b = "Wrong address: You're locked for use. Your address isn't correct. Please contact the circulation desk." +user_blocked_c = "Incomplete address: You're locked for use. Your address isn't complete. Please contact the circulation desk." +user_blocked_d = "Lost library card: You're locked for use. Please contact the circulation desk." +user_blocked_e = "Double Registration: You're locked for use. Please contact the circulation desk." +user_blocked_f = "Lost property in the account: Please contact the circulation desk." +user_blocked_g = "Return pre-ordered media: You're locked for use. Please return pre-ordered media." +user_blocked_h = "Locked with internal notice: You're locked for use. Please contact the circulation desk." +user_blocked_k = "Fees 6 months overdue: You're locked for use. Please pay your fees promptly." +user_blocked_l = "Reached final warning: You're locked for use. You've reached the last dunning level. Please return your media and pay your fees." +user_blocked_m = "Fees limit reached: You're locked for use. You've reached the charge limit. Please pay your fees promptly." +user_blocked_o = "Wrong Email address: Please correct your Email address at the circulation desk." +user_blocked_p = "Wrong password entered in catalogue: Please contact the circulation desk." +user_blocked_s = "Account locked by user itself: Please contact the circulation desk." +user_blocked_u = "Temporarily your account is blocked. Please ask a librarian." +user_blocked_x = "Temporarily your account is blocked. Please ask a librarian." +user_blocked_mu = "Reached no warning, charge limit: You are locked for use. Please pay your dues promptly." +user_deactivated_check_chipcard = "User account is blocked. Please contact staff." +user_locked_account = "Account was blocked by the user. Please contact staff" +guser_dunning_process = "User account is blocked due to a dunning process" +user_lost_reader_card = "User account is blocked due to loss of library card" +user_equipment_overdued = "User account is blocked due to overdue media" +userpin = "User PIN" +userpin_change_selfcheckout = "Change User PIN for Self-Checkout" +userpin_confirm = "Confirm User PIN" +userpin_for_selfcheckout = "User PIN for Self-Checkout" +view already selected = "View Already Selected" +view_links_volumes = "View links, volumes..." +wcterms_broader = "Broader Subjects" +wcterms_exact = "Related Subjects" +wcterms_narrower = "Narrower Subjects" +wiki_link = "Provided by Wikipedia" +with filters = "with Filters" +with_selected = "Selected" + +DE-14 = "Saxon State and University Library Dresden (SLUB)" +DE-15 = "Leipzig University Library" +DE-15-292 = "Leipzig University Library, Central Library Medicine" +DE-105 = "Technische Universität Bergakademie Freiberg" +DE-197 = "City Library Leipzig" +DE-520 = "Dresden University of Applied Sciences" +DE-540 = "Dresden Academy of Fine Arts" +DE-1156 = "Folkwang University of Arts" +DE-1972 = "Robert Schumann Academy Düsseldorf" +DE-Ch1 = "Technische Universität Chemnitz" +DE-D13 = "The Staatliche Kunstsammlungen Dresden (Dresden State Art Collections) " +DE-D40 = "Staatliche Ethnographische Sammlungen Sachsen, Museum für Völkerkunde Dresden" +DE-D117 = "Hochschule für Musik 'Carl Maria von Weber' Dresden" +DE-Mit1 = "Hochschule Mittweida" +DE-L152 = "University of Music and Theatre 'Felix Mendelssohn Bartholdy' Leipzig" +DE-L189 = "Leipzig University of Applied Sciences" +DE-L228 = "Staatliche Ethnographische Sammlungen Sachsen, Museum für Völkerkunde Leipzig" +DE-L242 = "Academy of Visual Arts Leipzig" +DE-L328 = "Halle 14 Art Library Leipzig" +DE-Kn38 = "Library of HfMT Köln" +DE-Wim8 = "The Liszt School of Music Weimar" +DE-Zi4 = "Zittau/Görlitz University of Applied Sciences" +DE-Zwi2 = "University of Applied Sciences Zwickau" +;Dresden SLUB = "Sächsische Landesbibliothek & Staats- und Universitätsbibliothek Dresden (SLUB)" + +;------ +;missing lines from de.ini (compiled from files in /usr/local/vufind2/languages, /usr/local/vufind2/local/dev/languages) +;------ +ElectronicJournal = Electronic Journal +ElectronicSerial = Electronic Serial +Electronicserial = Electronic Serial +ElectronicNewspaper = Electronic Newspaper +Electronicnewspaper = Electronic Newspaper +Article = Article +ElectronicArticle = Electronic Article +Electronicarticle = Electronic Article +ElectronicThesis = Electronic Thesis +Electronicthesis = Electronic Thesis +Thesis = Thesis +Atlas = Atlas +AudioTape = Audio Tape +Audiotape = Audio Tape +Cd = CD +DVDAudio = DVD Audio +Dvdaudio = DVD Audio +MusicRecording = Music Recording +Musicrecording = Music Recording +Record = Record +SoundRecordingMedium = Sound Recording Medium +Soundrecordingmedium = Sound Recording Medium +SoundCassette = Sound Cassette +Soundcassette = Sound Cassette +SoundDisc = Sound Disc +Sounddisc = Sound Disc +SoundRecording = Sound Recording +Soundrecording = Sound Recording +AudioVisualMedia = Audio Visual Media +Audiovisualmedia = Audio Visual Media +BluRayDisc = Blu-Ray Disc +Bluraydisc = Blu-Ray Disc +DVDVideo = DVD Video +Dvdvideo = DVD Video +Filmstrip = Filmstrip +MotionPicture = Motion Picture +Motionpicture = Motion Picture +VideoTape = Video Tape +Videotape = Video Tape +VideoCartridge = Video Cartridge +Videocartridge = Video Cartridge +VideoCassette = Video Cassette +Videocassette = Video Cassette +VideoDisc = Video Disc +Videodisc = Video Disc +VideoReel = Video Reel +Videoreel = Video Reel +ArtPrint = Art Print +Artprint = Art Print +Chart = Chart +Collage = Collage +Drawing = Drawing +FlashCard = Flash Card +Flashcard = Flash Card +Painting = Painting +Photonegative = Photo Negative +Placard = Placard +SensorImage = Sensor Image +Sensorimage = Sensor Image +Transparency = Transparency +CDROM = CD-ROM +Cdrom = CD-ROM +ChipCartridge = Chip Cartridge +Chipcartridge = Chip Cartridge +DiscCartridge = Disc Cartridge +Disccartridge = Disc Cartridge +DVDO = DVDO +DVDROM = DVD-ROM +Dvdrom = DVD-ROM +FloppyDisk = Floppy Disk +Floppydisk = Floppy Disk +TapeCartridge = Tape Cartridge +Tapecartridge = Tape Cartridge +TapeCassette = Tape Cassette +Tapecassette = Tape Cassette +TapeReel = Tape Reel +Tapereel = Tape Reel +Microfiche = Microfiche +Microform = Microform +MusicalScore = Musical Score +Musicalscore = Musical Score +NotatedMusic = Notated Music +Notatedmusic = Notated Music +ElectronicMusicalScore = Electronic Musical Score +Electronicmusicalscore = Electronic Musical Score +Nachlass = Estate +PhysicalObject = Physical Object +Physicalobject = Physical Object +# Electronic = # Electronic +ElectronicResourceDataCarrier = Electronic Resource Data Carrier +Electronicresourcedatacarrier = Electronic Resource Data Carrier +ElectronicResourceRemoteAccess = "Electronic Resource (Remote Access)" +Electronicresourceremoteaccess = "Electronic Resource (Remote Access)" +ElectronicIntegratingResource = "Electronic Resource (Remote Access)" +Unknown Format = Unknown Format +Conference Proceedings = Conference Proceedings +conference_proceedings = Conference Proceedings +conference_proceeding = Conference Proceedings +Conferenceproceeding = Conference Proceedings +dissertations = Dissertations +Dissertations = Dissertations +Legal Document = Legal Document +Multimedia = Multimedia +Newspaper Article = Newspaper Article +Newspaper Articles = Newspaper Articles +newspaper_articles = Newspaper Articles +Reference Entry = Reference Entry +Review = Review +review = Review +reviews = Reviews +Text = Text +Textresource = Text Resource +text_resource = Text Resource +text_resources = Text Resources +Accession = Accession +accession = Accession +Art Print = Art Print +articleearticle = Article +Articleearticle = Article +Article, E-Article = Article, E-Article +article = Article +Articles = Articles +articles = Articles +Audio Tape = Audio Tape +Audio-Visual Media = Audio-Visual Media +Blu-Ray Disc = Blu-Ray Disc +Book, E-Book = Book, E-Book +books = Books +Chip Cartridge = Chip Cartridge +Create QR Code = Create QR Code +dvdo = DVDO +Ebook = E-Book +ElectronicBook = E-Book +ElectronicBookPart = E-Book Chapter +Electronic Article = Electronic Article +Electronic Journal = Electronic Journal +Electronic Media = Electronic Media +Electronic Newspaper = Electronic Newspaper +Electronic Resource (Data Carrier) = Electronic Resource (Data Carrier) +Electronic Resource (Remote Access) = Electronic Resource (Remote Access) +Electronic Serial = Electronic Serial +Electronic Thesis = Electronic Thesis +Floppy Disk = Floppy Disk +Images = Images +Journal / Newspaper = Journal / Newspaper +Journal, E-Journal = Journal, E-Journal +Motion Picture = Motion Picture +Music Recording = Music Recording +Notated Music = Notated Music +Newspaper, E-Paper = Newspaper, E-Paper +ReliefPrint = Relief Print +Sound Cassette = Sound Cassette +Sound Disc = Sound Disc +Sound Recording Medium = Sound Recording Medium +Sound Recording = Sound Recording +Tape Cartridge = Tape Cartridge +Tape Cassette = Tape Cassette +Tape Reel = Tape Reel +Theses = Theses +Video Cartridge = Video Cartridge +Video Cassette = Video Cassette +Video Disc = Video Disc +Video Reel = Video Reel +Video Tape = Video Tape +Visual Media = Visual Media +Accompanying material = Accompanying Material +Additional Information = Additional Information +Additional Searches = Additional Searches +Address Data = Address Data +Amount payable = Amount Payable +Archäologie = Archaeology +Available Stock = Available Stock +Barcode = Barcode +Book Suggestion = Book Suggestion +Branch = Branch +Branch to go = Branch to go +Cancel = Cancel +Cannot update data = Cannot update data +Change Profile Data = Change Profile Data +Change User PIN of Self-Checkout = Change User PIN of Self-Checkout +Click here to view book = Click here to view book +Close = Close +Comment = Comment +combined search (OR) = combined search (OR) +Confirm = Confirm +Confirm with your password = Confirm with your password +Contact = Contact +Contains = Contains +Date of birth = Date of birth +Date of issue = Date of issue +Date of loan = Date of loan +Each field should have a value = Each field should have a value +For technical reasons, this title can not be saved. = For technical reasons, this title can not be saved. +Enter at least 6 characters = Enter at least 6 characters +Enter exactly 4 numbers = Enter exactly 4 numbers +Expires on = Expires on +Faculty = Faculty +Favorite = Favorite +Field volume should have a value = Field volume should have a value +Fields are required = Fields are required +Find Similar Items = Find Similar Items +Footnotes = Footnotes +Form of address = Form of address +Friday = Friday +Gender = Gender +Help and information material = Help and information material +Here = Here +Hold-Submit = Hold-Submit +Identity Number = Identity Number +Information literacy = Information literacy +In acquisition = In acquisition +Index of German prints = Index of German prints +Interlibrary Loans = Interlibrary Loans +ISBD Citation = ISBD Citation +ISSN of parallel title = ISSN of parallel title +Journal holdings = Journal holdings +Key = Key +Languages = Languages +Legal Documents = Legal Documents +Legal Info = Legal Info +Less = Less +Library Regulations = Library Regulations +List of new items = List of new items +Local Holdings = Local Holdings +Local Subjects = Local Subjects +Mark record for renewing = Mark record for renewing +Medicine = Medicine +Membercode not found = Membercode not found +Membercode is not valid = Membercode is not valid +Monday = Monday +More = More +More Information = More Information +Multipart = Multipart +Museum für Musikinstrumente = Museum für Musikinstrumente +My Loan History = My Loan History +Name = Name +National Catalogues = National Catalogues +New Acquisitions = New Acquisitions +New password does not correspond with confirmation password = New password does not correspond with confirmation password +New publications = New publications +New search for all parts = New search for all parts +no subject assigned = no subject assigned +No subject assigned = No subject assigned +None = None +not assigned = not assigned +Not available = Not available +Notice = Notice +Online = Online +Only numbers are allowed = Only numbers are allowed +Opening hours = Opening hours +Opus Catalogue Number = Opus Catalogue Number +Order form = Order form +Ordered = Ordered +Ordered on = Ordered on +Order Comments = Order Comments +Orientwissenschaften, Ägyptologie = Orientwissenschaften, Ägyptologie +other = other +Questions = Questions +Parallel Editions = Parallel Editions +Partrelated = Partrelated +Partnotrelated = Partnotrelated +Password Current is missing = Password Current is missing +Password not replaced = Password not replaced +Password replaced successfully = Password replaced successfully +Passwords are not conformed = Passwords are not conformed +Performer = Performer +Physical = Physical +Place = Place +Please reason briefly the purchase of the title = Please reason briefly the purchase of the title +Please select the subject = Please select the subject +Postcode = Postcode +Proceed browsing from here = Proceed browsing from here +Profile data updated successfully = Profile data updated successfully +Public list = Public list +Publishing Number = Publishing Number +Purchasesuggestion = Purchasesuggestion +Purchase Suggestion = Purchase Suggestion +Put on hold until = Put on hold until +Reading Room = Reading Room +Reading Room items = Reading Room items +Ready For Collection = Ready For Collection +Ready For Collection Stacks = Ready For Collection Stacks +Reason = Reason +Received on = Received on +Reference management = Reference management +Related Title = Related Title +Renew Login = Renew Login +Repeat your password = Repeat your password +Reserve = Reserve +Reserved = Reserved +Reserved on = Reserved on +Reset = Reset +Rvk-Path = Rvk-Path +Saturday = Saturday +Send Registration = Send Registration +Services = Services +Set back parts = Set back parts +Sets = Sets +Shelf = Shelf +Stackrequest = Stackrequest +Stack Request = Stack Request +Stacks = Stacks +Start browsing again = Start browsing again +String contains whitespaces = String contains whitespaces +Student Number = Student Number +Sunday = Sunday +System Message = System Message +System Message Number = System Message Number +System Messages = System Messages +Team = Team +Theses statement = Theses statement +There are not any items available = There are not any items available +Thursday = Thursday +Title Statement = Title Statement +Tome = Tome +Tomes = Tomes +Tuesday = Tuesday +Unavailable = Unavailable +unknown = unknown +Unspecified identifier type = Unspecified identifier type +User PINs do not match = User PINs do not match +User-Registration = User-Registration +Varying Forms = Varying Forms +Veterinärmedizin = Veterinärmedizin +View all parts = View all parts +View next parts = View next parts +Visit our blog to the new catalogue = Visit our blog to the new catalogue +Volumes in Stock = Volumes in Stock +Wednesday = Wednesday +Year = Year +You do not have any interlibrary loans = You do not have any interlibrary loans +You do not have any items for the public reading room = You do not have any items for the public reading room +You do not have any media ready for collection = You do not have any media ready for collection +You do not have any orders = You do not have any orders +You do not have reserved any media = You do not have reserved any media +You do not have any system messages = You do not have any system messages +Your = Your +Your Interlibrary Loans = Your Interlibrary Loans +Your Lists = My Lists +Your Media Ready for Collection = Your Media Ready for Collection +Your Orders = Your Orders +Your password does not match = Your password does not match +Your System Messages = Your System Messages +Your old password does not match = Your old password does not match +advanced = advanced +adv_search_hgb = adv_search_hgb +and = and +bookbag_print = bookbag_print +booking_journal_successful = booking_journal_successful +cited_articles = cited_articles +external = external +fee_desc_A = fee_desc_A +fee_desc_B = fee_desc_B +fee_desc_BO = fee_desc_BO +fee_desc_CP = fee_desc_CP +fee_desc_DL = fee_desc_DL +fee_desc_EK = fee_desc_EK +fee_desc_FLA = fee_desc_FLA +fee_desc_FLE = fee_desc_FLE +fee_desc_M = fee_desc_M +fee_desc_N = fee_desc_N +fee_desc_PA = fee_desc_PA +fee_desc_PF = fee_desc_PF +fee_desc_PM = fee_desc_PM +fee_desc_PV = fee_desc_PV +hold_submit = hold_submit +ils_offline = ils_offline +info_export_item = info_export_item +internal = internal +maps = maps +medium_ordered_successful = medium_ordered_successful +medium_reserved_successful = medium_reserved_successful +or = or +remove = remove +request_reserve = request_reserve +request_reserve_submit = request_reserve_submit +rvk = rvk +#sort_year = #sort_year +#sort_year asc = #sort_year asc +sysmsg_the_title = sysmsg_the_title +systemmessage_not_removed = systemmessage_not_removed +systemmessage_removed_successful = systemmessage_removed_successful +systemmessageid_not_given = systemmessageid_not_given +user_dunning_process = user_dunning_process +user_access_restricted = user_access_restricted +DE-Mit1 = DE-Mit1 +Dresden SLUB = Dresden SLUB +According to your search = According to your search +been added. = been added. +Europe = Europe +Andorra = Andorra +Albania = Albania +Austria = Austria +Austria / Burgenland = Austria / Burgenland +Austria / Carinthia = Austria / Carinthia +Austria / Lower Austria = Austria / Lower Austria +Austria / Upper Austria = Austria / Upper Austria +Austria / Salzburg = Austria / Salzburg +Austria / Styria = Austria / Styria +Austria / Tyrol = Austria / Tyrol +Austria / Vorarlberg = Austria / Vorarlberg +Austria / Vienna = Austria / Vienna +Ã…land Islands = Ã…land Islands +Bosnia and Herzegovina = Bosnia and Herzegovina +Belgium = Belgium +Bulgaria = Bulgaria +Belarus = Belarus +Switzerland = Switzerland +Switzerland / Aargau = Switzerland / Aargau +Switzerland / Appenzell Innerrhoden = Switzerland / Appenzell Innerrhoden +Switzerland / Appenzell Ausserrhoden = Switzerland / Appenzell Ausserrhoden +Switzerland / Bern = Switzerland / Bern +Switzerland / Basel-Landschaft = Switzerland / Basel-Landschaft +Switzerland / Basel = Switzerland / Basel +Switzerland / Fribourg = Switzerland / Fribourg +Switzerland / Geneva = Switzerland / Geneva +Switzerland / Glarus = Switzerland / Glarus +Switzerland / Graubünden = Switzerland / Graubünden +Switzerland / Jura = Switzerland / Jura +Switzerland / Lucerne = Switzerland / Lucerne +Switzerland / Neuchâtel = Switzerland / Neuchâtel +Switzerland / Nidwalden = Switzerland / Nidwalden +Switzerland / Obwalden = Switzerland / Obwalden +Switzerland / St. Gallen = Switzerland / St. Gallen +Switzerland / Schaffhausen = Switzerland / Schaffhausen +Switzerland / Solothurn = Switzerland / Solothurn +Switzerland / Schwyz = Switzerland / Schwyz +Switzerland / Thurgau = Switzerland / Thurgau +Switzerland / Ticino = Switzerland / Ticino +Switzerland / Uri = Switzerland / Uri +Switzerland / Vaud = Switzerland / Vaud +Switzerland / Valais = Switzerland / Valais +Switzerland / Zug = Switzerland / Zug +Switzerland / Zurich = Switzerland / Zurich +Cyprus = Cyprus +Czech Republic = Czech Republic +Germany = Germany +Germany / Brandenburg = Germany / Brandenburg +Germany / Berlin = Germany / Berlin +Germany / Baden-Württemberg = Germany / Baden-Württemberg +Germany / Bavaria = Germany / Bavaria +Germany / Bremen = Germany / Bremen +Germany / Hesse = Germany / Hesse +Germany / Hamburg = Germany / Hamburg +Germany / Mecklenburg-Vorpommern = Germany / Mecklenburg-Vorpommern +Germany / Lower Saxony = Germany / Lower Saxony +Germany / North Rhine-Wesphalia = Germany / North Rhine-Wesphalia +Germany / Rhineland-Palatinate = Germany / Rhineland-Palatinate +Germany / Schleswig-Holstein = Germany / Schleswig-Holstein +Germany / Saarland = Germany / Saarland +Germany / Saxony = Germany / Saxony +Germany / Saxony-Anhalt = Germany / Saxony-Anhalt +Germany / Thuringia = Germany / Thuringia +Denmark = Denmark +Estonia = Estonia +Spain = Spain +Finland = Finland +France = France +United Kingdom = United Kingdom +Guernsey = Guernsey +Gibraltar = Gibraltar +Greece = Greece +Croatia = Croatia +Hungary = Hungary +Ireland = Ireland +Isle of Man = Isle of Man +Iceland = Iceland +Italy = Italy +Italy / Trentino-Alto Adige = Italy / Trentino-Alto Adige +Jersey = Jersey +Liechtenstein = Liechtenstein +Lithuania = Lithuania +Luxembourg = Luxembourg +Latvia = Latvia +Monaco = Monaco +Moldova = Moldova +Montenegro = Montenegro +Macedonia = Macedonia +Malta = Malta +Netherlands = Netherlands +Norway = Norway +Poland = Poland +Portugal = Portugal +Romania = Romania +Serbia = Serbia +Russia = Russia +Sweden = Sweden +Slovenia = Slovenia +Slovakia = Slovakia +San Marino = San Marino +Ukraine = Ukraine +Vatican City = Vatican City +Asia = Asia +United Arab Emirates = United Arab Emirates +Afghanistan = Afghanistan +Armenia = Armenia +Azerbaijan = Azerbaijan +Bangladesh = Bangladesh +Bahrain = Bahrain +Brunei = Brunei +Bhutan = Bhutan +China = China +Tibet = Tibet +Georgia = Georgia +Hong Kong = Hong Kong +Indonesia = Indonesia +Israel = Israel +India = India +Iraq = Iraq +Iran = Iran +Jordan = Jordan +Japan = Japan +Kyrgyzstan = Kyrgyzstan +Cambodia = Cambodia +North Korea = North Korea +South Korea = South Korea +Kuwait = Kuwait +Kazakhstan = Kazakhstan +Laos = Laos +Lebanon = Lebanon +Sri Lanka = Sri Lanka +Myanmar = Myanmar +Mongolia = Mongolia +Macao = Macao +Maldives = Maldives +Malaysia = Malaysia +Nepal = Nepal +Oman = Oman +Philippines = Philippines +Pakistan = Pakistan +Palestinian territories = Palestinian territories +Qatar = Qatar +Saudi Arabia = Saudi Arabia +Singapore = Singapore +Syria = Syria +Thailand = Thailand +Tajikistan = Tajikistan +Timor-Leste = Timor-Leste +Turkmenistan = Turkmenistan +Turkey = Turkey +Taiwan = Taiwan +Uzbekistan = Uzbekistan +Vietnam = Vietnam +Yemen = Yemen +Africa = Africa +Angola = Angola +Burkina Faso = Burkina Faso +Burundi = Burundi +Benin = Benin +Botswana = Botswana +Congo, Democratic Republic of the = Congo, Democratic Republic of the +Central African Republic = Central African Republic +Congo, Republic of the = Congo, Republic of the +Côte d'Ivoire = Côte d'Ivoire +Cameroon = Cameroon +Cape Verde = Cape Verde +Djibouti = Djibouti +Algeria = Algeria +Egypt = Egypt +Western Sahara = Western Sahara +Eritrea = Eritrea +Ethiopia = Ethiopia +Gabon = Gabon +Ghana = Ghana +Gambia = Gambia +Guinea = Guinea +Equatorial Guinea = Equatorial Guinea +Guinea-Bissau = Guinea-Bissau +Kenya = Kenya +Comoros = Comoros +Liberia = Liberia +Lesotho = Lesotho +Libya = Libya +Morocco = Morocco +Madagascar = Madagascar +Mali = Mali +Mauritania = Mauritania +Mauritius = Mauritius +Malawi = Malawi +Mozambique = Mozambique +Namibia = Namibia +Niger = Niger +Nigeria = Nigeria +Rwanda = Rwanda +Seychelles = Seychelles +Sudan = Sudan +Sierra Leone = Sierra Leone +Senegal = Senegal +Somalia = Somalia +South Sudan = South Sudan +São Tomé and PrÃncipe = São Tomé and PrÃncipe +Swaziland = Swaziland +Chad = Chad +Togo = Togo +Tunisia = Tunisia +Tanzania = Tanzania +Uganda = Uganda +Mayotte = Mayotte +South Africa = South Africa +Zambia = Zambia +Zimbabwe = Zimbabwe +America = America +Antigua and Barbuda = Antigua and Barbuda +Anguilla = Anguilla +Argentina = Argentina +American Samoa = American Samoa +Aruba = Aruba +Barbados = Barbados +Saint Barthélemy = Saint Barthélemy +Bermuda = Bermuda +Bolivia = Bolivia +Bonaire, Sint Eustatius, Saba (Caribbean Netherlands) = Bonaire, Sint Eustatius, Saba (Caribbean Netherlands) +Brazil = Brazil +Bahamas = Bahamas +Belize = Belize +Canada = Canada +Chile = Chile +Colombia = Colombia +Costa Rica = Costa Rica +Cuba = Cuba +Curaçao = Curaçao +Dominica = Dominica +Dominican Republic = Dominican Republic +Ecuador = Ecuador +Grenada = Grenada +French Guiana = French Guiana +Guadeloupe = Guadeloupe +Guatemala = Guatemala +Guyana = Guyana +Honduras = Honduras +Haiti = Haiti +Jamaica = Jamaica +Saint Kitts und Nevis = Saint Kitts und Nevis +Cayman Islands = Cayman Islands +Saint Lucia = Saint Lucia +Saint Martin = Saint Martin +Martinique = Martinique +Montserrat = Montserrat +Mexico = Mexico +Nicaragua = Nicaragua +Panama = Panama +Peru = Peru +Saint Pierre and Miquelon = Saint Pierre and Miquelon +Puerto Rico = Puerto Rico +Paraguay = Paraguay +Suriname = Suriname +El Salvador = El Salvador +Sint Maarten = Sint Maarten +Turks and Caicos Islands = Turks and Caicos Islands +Trinidad and Tobago = Trinidad and Tobago +USA = USA +Uruguay = Uruguay +Saint Vincent and the Grenadines = Saint Vincent and the Grenadines +Venezuela = Venezuela +Virgin Islands, British = Virgin Islands, British +Virgin Islands, United States = Virgin Islands, United States +Australia and Oceania = Australia and Oceania +Australia = Australia +Cocos (Keeling) Islands = Cocos (Keeling) Islands +Cook Islands = Cook Islands +Christmas Island <Australia> = Christmas Island <Australia> +Fiji = Fiji +Micronesia, Federated States of = Micronesia, Federated States of +Guam = Guam +Kiribati = Kiribati +Marshall Islands = Marshall Islands +Northern Mariana Islands = Northern Mariana Islands +New Caledonia = New Caledonia +Norfolk Island = Norfolk Island +Nauru = Nauru +New Zealand = New Zealand +French Polynesia = French Polynesia +Papua New Guinea = Papua New Guinea +Palau = Palau +Solomon Islands = Solomon Islands +Tokelau = Tokelau +Tonga = Tonga +Tuvalu = Tuvalu +Vanuatu = Vanuatu +Wallis and Futuna = Wallis and Futuna +Samoa = Samoa +Arctic = Arctic +Antarctic = Antarctic +Antarctica = Antarctica +Heard Islands and McDonald Islands = Heard Islands and McDonald Islands +Atlantic Ocean = Atlantic Ocean +Bouvet Island = Bouvet Island +Falkland Islands = Falkland Islands +Faroe Islands = Faroe Islands +Greenland = Greenland +South Georgia and the South Sandwich Islands = South Georgia and the South Sandwich Islands +Saint Helena, Ascension and Tristan da Cunha = Saint Helena, Ascension and Tristan da Cunha +Svalbard and Jan Mayen = Svalbard and Jan Mayen +Indian Ocean = Indian Ocean +British Indian Ocean Territory = British Indian Ocean Territory +Réunion = Réunion +French Southern and Antarctic Lands = French Southern and Antarctic Lands +Pacific Ocean = Pacific Ocean +Niue = Niue +Pitcairn = Pitcairn +United States Minor Outlying Islands = United States Minor Outlying Islands +Outer Space = Outer Space +International organisations and communities of states = International organisations and communities of states +Entire world = Entire world +Palestinian people = Palestinian people +Arab people = Arab people +Jewish people = Jewish people +Fictitious places = Fictitious places +Other places = Other places +Ancient Near East = Ancient Near East +Ancient Greece = Ancient Greece +Roman Empire = Roman Empire +Byzantine Empire = Byzantine Empire +Ottoman Empire = Ottoman Empire +Saudi-Iraqi neutral zone (-1993) = Saudi-Iraqi neutral zone (-1993) +Austria (- 12.11.1918) = Austria (- 12.11.1918) +Czechoslovakia (-1993) = Czechoslovakia (-1993) +Serbia and Montenegro (2003-2006) = Serbia and Montenegro (2003-2006) +German Democratic Republic (-1990) = German Democratic Republic (-1990) +German Reich = German Reich +Metropolitan France (1993-1997) = Metropolitan France (1993-1997) +Soviet Union (-1992) = Soviet Union (-1992) +Yugoslavia (-2003) = Yugoslavia (-2003) +Burma (-1989) = Burma (-1989) +Sikkim (-1975) = Sikkim (-1975) +East Timor (-2002) = East Timor (-2002) +Vietnam, Republic of (i.e. South Vietnam) (-1977) = Vietnam, Republic of (i.e. South Vietnam) (-1977) +Yemen (i.e. South Yemen) (-1990) = Yemen (i.e. South Yemen) (-1990) +Djibouti (French Territory of the Afars and the Issas) (-1977) = Djibouti (French Territory of the Afars and the Issas) (-1977) +Benin (Dahomey) (-1977) = Benin (Dahomey) (-1977) +Burkina Faso (Upper Volta) (-1984) = Burkina Faso (Upper Volta) (-1984) +Zimbabwe (Southern Rhodesia) (-1980) = Zimbabwe (Southern Rhodesia) (-1980) +Congo, Democratic Republic of the (Zaire) (-1997) = Congo, Democratic Republic of the (Zaire) (-1997) +Netherlands Antilles (1974-2011) = Netherlands Antilles (1974-2011) +Panama Canal Zone (-1980) = Panama Canal Zone (-1980) +Canton and Enderbury Islands (-1984) = Canton and Enderbury Islands (-1984) +Gilbert and Ellice Islands (-1979) = Gilbert and Ellice Islands (-1979) +Vanuatu (New Hebrides) (-1980) = Vanuatu (New Hebrides) (-1980) +Pacific Islands, Trust Territory of the (-1986) = Pacific Islands, Trust Territory of the (-1986) +British Antarctic Territory (-1979) = British Antarctic Territory (-1979) +French Southern and Antarctic Lands (-1979) = French Southern and Antarctic Lands (-1979) +Queen Maud Land (-1983) = Queen Maud Land (-1983) +Johnston Island (-1986) = Johnston Island (-1986) +Midway Islands (-1986) = Midway Islands (-1986) +United States Miscellaneous Pacific Islands (-1986) = United States Miscellaneous Pacific Islands (-1986) +Wake Island (-1986) = Wake Island (-1986) +Abkhazian = Abkhazian +Acoli = Acoli +Afrikaans = Afrikaans +Afro-Asiatic = Afro-Asiatic +Ainu = Ainu +Akkadian = Akkadian +Albanian = Albanian +Aleut = Aleut +Algonquian = Algonquian +Altaic = Altaic +Amharic = Amharic +Ancient Egyptian = Ancient Egyptian +Ancient Greek = Ancient Greek +Arabic = Arabic +Aragonese = Aragonese +Aramaic = Aramaic +Armenian = Armenian +Aromanian = Aromanian +Artificial = Artificial +Assamese = Assamese +Australian = Australian +Austronesian = Austronesian +Avestan = Avestan +Awadhi = Awadhi +Azerbaijani = Azerbaijani +Baltic = Baltic +Baluchi = Baluchi +Bambara = Bambara +Banda = Banda +Bantu = Bantu +Bashkir = Bashkir +Basque = Basque +Belarusian = Belarusian +Bemba = Bemba +Bengali = Bengali +Berber = Berber +Bhojpuri = Bhojpuri +Bihari = Bihari +Bini = Bini +Bosnian = Bosnian +Braj = Braj +# Brazilian Portugese = # Brazilian Portugese +Brazilian Portugese = Brazilian Portugese +Breton = Breton +Buginese = Buginese +Bulgarian = Bulgarian +Buriat = Buriat +Burmese = Burmese +Catalan = Catalan +Caucasian = Caucasian +Central American Indian = Central American Indian +Central Khmer = Central Khmer +Chagatai = Chagatai +Chamic = Chamic +Chechen = Chechen +Cherokee = Cherokee +Chichewa = Chichewa +Chinook = Chinook +Church Slavic = Church Slavic +Chuvash = Chuvash +Classical Syriac = Classical Syriac +Coptic = Coptic +Cornish = Cornish +Cree = Cree +Creole = Creole +Creoles = Creoles +Croatian = Croatian +Cushitic = Cushitic +Czech = Czech +Dakota = Dakota +Danish = Danish +Delaware = Delaware +Divehi = Divehi +Dogri = Dogri +Dravidian = Dravidian +Duala = Duala +Dzongkha = Dzongkha +Esperanto = Esperanto +Estonian = Estonian +Ewe = Ewe +Fanti = Fanti +Faroese = Faroese +Finnish = Finnish +Finno-Ugrian = Finno-Ugrian +Fulah = Fulah +Ga = Ga +Gaelic = Gaelic +Galician = Galician +Ganda = Ganda +Geez = Geez +Georgian = Georgian +Germanic = Germanic +Gothic = Gothic +Gujarati = Gujarati +Haitian = Haitian +Hausa = Hausa +Hawaiian = Hawaiian +Herero = Herero +Hittite = Hittite +Hungarian = Hungarian +Icelandic = Icelandic +Ido = Ido +Igbo = Igbo +Ijo = Ijo +Indic = Indic +Indo-European = Indo-European +Indonesian = Indonesian +Ingush = Ingush +Interlingua = Interlingua +Inuktitut = Inuktitut +Inupiaq = Inupiaq +Iranian = Iranian +Iroquoian = Iroquoian +Javanese = Javanese +Judeo-Arabic = Judeo-Arabic +Judeo-Persian = Judeo-Persian +Kabardian = Kabardian +Kabyle = Kabyle +Kachin = Kachin +Kalaallisut = Kalaallisut +Kalmyk = Kalmyk +Kamba = Kamba +Kannada = Kannada +Kanuri = Kanuri +Kara-Kalpak = Kara-Kalpak +Karelian = Karelian +Kashmiri = Kashmiri +Kashubian = Kashubian +Kazakh = Kazakh +Khasi = Khasi +Khoisan = Khoisan +Khotanese = Khotanese +Kikuyu = Kikuyu +Kinyarwanda = Kinyarwanda +Kirghiz = Kirghiz +Komi = Komi +Kongo = Kongo +Konkani = Konkani +Korean = Korean +Kpelle = Kpelle +Kru languages = Kru languages +Kuanyama = Kuanyama +Kumyk = Kumyk +Kurdish = Kurdish +Kurukh = Kurukh +Ladino = Ladino +Lamba = Lamba +Land Dayak = Land Dayak +Lao = Lao +Latin = Latin +Latvian = Latvian +Lezghian = Lezghian +Lingala = Lingala +Lithuanian = Lithuanian +Low German = Low German +Lower Sorbian = Lower Sorbian +Luba-Katanga = Luba-Katanga +Luba-Lulua = Luba-Lulua +Lule Sami = Lule Sami +Luo = Luo +Luxembourgish = Luxembourgish +Macedonian = Macedonian +Maithili = Maithili +Makasar = Makasar +Malagasy = Malagasy +Malay = Malay +Malayalam = Malayalam +Maltese = Maltese +Manchu = Manchu +Mandar = Mandar +Mandingo = Mandingo +Manipuri = Manipuri +Manx = Manx +Maori = Maori +Marathi = Marathi +Mari = Mari +Marwari = Marwari +Masai = Masai +Mayan = Mayan +Mende = Mende +Middle English = Middle English +Middle French = Middle French +Middle High German = Middle High German +Mi-kmaq = Mi-kmaq +Mohawk = Mohawk +Mongo = Mongo +Mongolian = Mongolian +Mon-Khmer = Mon-Khmer +Mossi = Mossi +Multiple = Multiple +Munda = Munda +Music = Music +Nahuatl = Nahuatl +Navajo = Navajo +Ndonga = Ndonga +Nepal Bhasa = Nepal Bhasa +Nepali = Nepali +Niger-Kordofanian = Niger-Kordofanian +Nilo-Saharan = Nilo-Saharan +Nogai = Nogai +North American Indian = North American Indian +North Ndebele = North Ndebele +Northern Frisian = Northern Frisian +Norwegian = Norwegian +Norwegian BokmÃ¥l = Norwegian BokmÃ¥l +Nubian = Nubian +Nyamwezi = Nyamwezi +Occitan = Occitan +Ojibwa = Ojibwa +Old English = Old English +Old French = Old French +Old High German = Old High German +Old Norse = Old Norse +Old Persian = Old Persian +Old Provençal = Old Provençal +Oriya = Oriya +Oromo = Oromo +Ossetian = Ossetian +Otomian = Otomian +Ottoman Turkish = Ottoman Turkish +Pahlavi = Pahlavi +Pali = Pali +Panjabi = Panjabi +Papiamento = Papiamento +Papuan = Papuan +Pedi = Pedi +Persian = Persian +Phoenician = Phoenician +Polish = Polish +Prakrit languages = Prakrit languages +Pushto = Pushto +Quechua = Quechua +Rajasthani = Rajasthani +Romance = Romance +Romanian = Romanian +Romansh = Romansh +Romany = Romany +Rundi = Rundi +Russian = Russian +Salishan = Salishan +Samaritan Aramaic = Samaritan Aramaic +Sami languages = Sami languages +Samoan = Samoan +Sanskrit = Sanskrit +Santali = Santali +Sardinian = Sardinian +Scots = Scots +Semitic = Semitic +Serbian = Serbian +Serer = Serer +Shona = Shona +Sidamo = Sidamo +Sindhi = Sindhi +Sinhala = Sinhala +Sino-Tibetan = Sino-Tibetan +Slave = Slave +Slavic = Slavic +Slovak = Slovak +Slovenian = Slovenian +Sogdian = Sogdian +Somali = Somali +Songhai = Songhai +Sorbian = Sorbian +Southern Altai = Southern Altai +Southern Sotho = Southern Sotho +Sumerian = Sumerian +Swahili = Swahili +Swedish = Swedish +Swiss German = Swiss German +Syriac = Syriac +Tagalog = Tagalog +Tahitian = Tahitian +Tai = Tai +Tajik = Tajik +Tamashek = Tamashek +Tamil = Tamil +Tatar = Tatar +Telugu = Telugu +Tetum = Tetum +Thai = Thai +Tibetan = Tibetan +Tigre = Tigre +Tigrinya = Tigrinya +Timne = Timne +Tiv = Tiv +Tok = Tok +Tsonga = Tsonga +Tswana = Tswana +Tupi = Tupi +Turkmen = Turkmen +Tuvinian = Tuvinian +Twi = Twi +Udmurt = Udmurt +Ugaritic = Ugaritic +Uighur = Uighur +Ukrainian = Ukrainian +Umbundu = Umbundu +Undetermined = Undetermined +Upper Sorbian = Upper Sorbian +Urdu = Urdu +Uzbek = Uzbek +Venda = Venda +Vietnamese = Vietnamese +Volapük = Volapük +Votic = Votic +Wakashan = Wakashan +Walamo = Walamo +Walloon = Walloon +Western Frisian = Western Frisian +Wolof = Wolof +Xhosa = Xhosa +Yakut = Yakut +Yao = Yao +Yiddish = Yiddish +Yoruba = Yoruba +Yupik = Yupik +Zande = Zande +Zapotec = Zapotec +Zhuang = Zhuang +Zulu = Zulu +Zuni = Zuni + +################### finc-spezifisch hinzugefuegt ########################## +p. = p. + +APAAI Citation = APA Citation +MLAAI Citation = MLA Citation +ISBD Citation = ISBD Citation + +;source provider +sid_3 = "Nielsen" +sid_51 = "VuB" + +; Branding for Wiso etc +SID48 = WISO - Online-Datenbank für Studium und Wissenschaft + +; footer +footer_further_options = "Further Search Options" +footer_ezb = "Electronic Journals Library (EZB)" +footer_kvk = "Karlsruhe Virtual Catalog (KVK)" +footer_dbis = "Database Information System (DBIS)" +footer_nwb = "Database nwb" + +; Tab to Close-text for closing FNDTN ToolTips +Tap to close = "Tap to close" + +; Holdings Tab accordion +Address-Contact-Hours = "Address, Contact" + +; resolver link access status +resolver_link_access_denied = "not available" +resolver_link_access_limited = "Available in Campus LAN" +resolver_link_access_open = "available" +; message to be shown upon empty resolver response +no_resolver_links = "No online links available." + +; reset password +reset_password_text = "Please complete the form below to reset your password. You will receive an email after we have completed resetting your password." +Reset Password = "Reset Password" + +Work Title = "Work Title" +Work Part Title = "Work Part Title" + +; #8496/#8497 +Dates of publication = "Dates of publication" + +; #9245 holdings tab access +external_access = "Title is available in" + +# 8918 +Authors/Corporations = "Authors and Corporations" +rda_original_title = "Title of Work" +non_rda_original_title = "Original Title" + +;#8828 +German Prints Index Number = "German Prints Index Number" + +; LIDO RecordDriver relvant +expression creation = "Expression creation" +publication event = "Publication event" +undated = "undated" +Image Rights = "Image Rights" +Image Rights Default = "Rights reserved" +Measurements = "Measurements" +Object type = "Object type" +Originator = "Originator" +Originators = "Originators" +Other ID = "Other ID" +Other Originators = "Other Originators" +Subject Actor = "Subject Actor" +Time of origin = "Time of origin" \ No newline at end of file -- GitLab