Fixed bug #257
[koha.git] / koha-tmpl / intranet-tmpl / default / es / parameters / admin-home.tmpl
1 <TMPL_INCLUDE NAME="parameters-top.inc">
2 <center>
3 <FONT SIZE=6><em>Koha admin page</em></FONT><br><br><br>
4 <table width=100% cellspacing=0 cellpadding=5 border=1>
5 <tr background="/images/background-mem.gif">
6         <th>Parámetros de la Biblio </th>
7 </tr>
8 </table>
9 <table cellspacing=0 cellpadding=3 width=80%>
10 <tr>
11         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Tipos de Artículos</a></td>
12         <td>the supports of an item.</td>
13 </tr>
14 <tr>
15         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>presupuestos</a></td>
16         <td>the budgets allowed to differents book funds.</td>
17 </tr>
18 <tr>
19         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>book funds</a></td>
20         <td>the differents book funds.</td>
21 </tr>
22 <tr>
23         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>valores autorizados</a></td>
24         <td>Define here categories and authorised values for them.
25                         Authorised values are used in MARC form to limit/help editing MARC biblios</td>
26 </tr>
27 <tr>
28         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Thesaurus</a></td>
29         <td>Thesaurus management. You can define as many thesaurus as needed, through definiitions of thesaurus "category"</td>
30 </tr>
31
32 <table width=100% cellspacing=0 cellpadding=5 border=1>
33 <tr background="/images/background-mem.gif">
34         <th>parámetros MARC</th>
35 </tr>
36 </table>
37 <table cellspacing=0 cellpadding=3 width=80%>
38 <tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/marctagstructure.pl>MARC tag structure</a></td><td>MARC structure : tag then subfields</td></tr>
39 <tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/koha2marclinks.pl>Links koha - MARC DB</a></td><td>Define links between the koha standard DB and the MARC one. Note those links can be defined through MARC structure. This tool is just a shortcut to speed up linkage</td></tr>
40 <tr><td valign="top" width="25%"><a href=/cgi-bin/koha/admin/checkmarc.pl>Checks MARC</a></td><td>Checks the MARC structure. USE IT before working with real datas. It will show mistakes that BREAKS koha database!</td></tr>
41 </table>
42 <table width=100% cellspacing=0 cellpadding=5 border=1>
43 <tr background="/images/background-mem.gif">
44         <th>Various datas : </th>
45 </tr>
46 </table>
47 <table cellspacing=0 cellpadding=3 width="80%">
48 <tr>
49         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>libraries branches</a></td>
50         <td>the differents branches you manage with this koha server</td>
51 </tr>
52 <tr>
53         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>categorías</a></td>
54         <td>diferentes tipos de prestatarios.</td>
55 </tr>
56 <tr>
57         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
58         <td>Currencies of booksellers.</td>
59 </tr>
60 <tr>
61         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Impresoras</a></td>
62         <td>Impresoras (rutas UNIX).</td>
63 </tr>
64 <tr>
65         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>stopwords</a></td>
66         <td>Palabras eliminadas durante las búsquedas</td>
67 </tr>
68 <tr>
69         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>Servers Z39.50</a></td>
70         <td>Servidores para solicitar información MARC</td>
71 </tr>
72 <tr>
73         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>Preferencias del Sistema</a></td>
74         <td>Preferencias del Sistema</td>
75 </tr>
76 </table>
77
78 </center>
79 <TMPL_INCLUDE NAME="cat-bottom.inc">