Bug 18700 Fix grammar (data cannot be pluralized)
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / admin-home.tt
index eea0b0d..0d43e6f 100644 (file)
@@ -5,7 +5,7 @@
 </head>
 <body id="admin_admin-home" class="admin">
 [% INCLUDE 'header.inc' %]
-[% INCLUDE 'cat-search.inc' %]
+[% INCLUDE 'prefs-admin-search.inc' %]
 
 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Administration</div>
 
@@ -72,7 +72,7 @@
                     <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
                     <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records. Note that the mapping can be defined through MARC Bibliographic Framework. This tool is just a shortcut to speed up linkage.</dd>
                     <dt><a href="/cgi-bin/koha/admin/fieldmapping.pl">Keywords to MARC mapping</a></dt>
-                    <dd>Define the mapping between keywords and MARC fields, those keywords are used to find some datas independently of the framework.</dd>
+                    <dd>Define the mapping between keywords and MARC fields. The keywords are used to find some data independently of the framework.</dd>
                     <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
                     <dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd>
                     <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
                     <dd>Manage OAI Sets</dd>
                     <dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a></dt>
                     <dd>Manage custom fields for item search.</dd>
+                    [% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %]
+                        <dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration</a></dt>
+                        <dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd>
+                    [% END %]
                 </dl>
 
                 <h3>Acquisition parameters</h3>
 
                         <dt><a href="/cgi-bin/koha/admin/aqbudgets.pl">Funds</a></dt>
                         <dd>Define funds within your budgets</dd>
+
+                        <dt><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></dt>
+                        <dd>Manage vendor EDI accounts for import/export</dd>
+                        <dt><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></dt>
+                        <dd>Manage library EDI EANs</dd>
                 </dl>
 
                 <h3>Additional parameters</h3>
                         <dt><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></dt>
                         <dd>Define a list of cellular providers for sending SMS messages via email.</dd>
                     [% END %]
+                    <dt><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share your usage statistics</a></dt>
+                    <dd>Share with the Koha community the usage statistics of your Koha installation.</dd>
                 </dl>
             </div>
         </div>