Added the "check MARC" link from the en template
[koha.git] / koha-tmpl / intranet-tmpl / default / pl / parameters / admin-home.tmpl
1 <html>
2 <TMPL_INCLUDE NAME="parameters-top.inc">
3 <TMPL_IF NAME="loggedinuser">
4     <p align=left>Zalogowany jako: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Wyloguj</a>]</p>
5 <TMPL_ELSE>
6     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Zaloguj siê</a> do Koha</p>
7 </TMPL_IF>
8 <center>
9 <FONT SIZE=6><em>Strona administratora systemu Koha</em></FONT><br>
10 <table width=100% cellspacing=0 cellpadding=5 border=1>
11 <tr background="/images/background-mem.gif">
12         <th>Parametry</th>
13 </tr>
14 </table>
15 <table cellspacing=0 cellpadding=1 width=80%>
16 <th colspan=2>Dotycz±ce ksi±¿ek</th>
17 <tr>
18         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/itemtypes.pl>Item types</a></td>
19         <td>W³a¶ciwo¶ci pozycji ksi±¿kowych.</td>
20 </tr>
21 <tr>
22         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbudget.pl>budget</a></td>
23         <td>budget na wydatki ksi±zkowe.</td>
24 </tr>
25 <tr>
26         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/aqbookfund.pl>book funds</a></td>
27         <td>Ró¿ne wydatki ksi±zkowe.</td>
28 </tr>
29 <tr>
30         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>warto¶ci autoryzowane</a></td>
31         <td>Tutaj definiuj kategorie oraz autoryzowane dla nich warto¶ci.
32                         W formularzach MARC warto¶ci autoryzowane s³u¿a do tego, by ograniczyæ/wspomóc edycjê opisów bibliograficznych MARC</td>
33 </tr>
34 <tr>
35         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/thesaurus.pl>Tezaurus</a></td>
36         <td>Zarz±dzanie tezaurusem. Mo¿na definiowaæ dowoln± ilo¶æ tezaurusów wybieraj±c "kategoriê" definicji tezaurusów</td>
37 </tr>
38
39 <th colspan=2>Dotycz±ce standardu MARC</th>
40 <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>
41 <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>
42 <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>
43
44 <th colspan=2>Various parameters</th>
45 <tr>
46         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/branches.pl>libraries branches</a></td>
47         <td>the differents branches you manage with this koha server</td>
48 </tr>
49 <tr>
50         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/categorie.pl>categories</a></td>
51         <td>the differents types of borrowers.</td>
52 </tr>
53 <tr>
54         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/currency.pl>Currencies</a></td>
55         <td>Currencies of booksellers.</td>
56 </tr>
57 <tr>
58         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/printers.pl>Printers</a></td>
59         <td>Printers (UNIX paths).</td>
60 </tr>
61 <tr>
62         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/stopwords.pl>stopwords</a></td>
63         <td>Words deleted during searches</td>
64 </tr>
65 <tr>
66         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/z3950servers.pl>Z39.50 Servers</a></td>
67         <td>Servers to query for MARC data</td>
68 </tr>
69 <tr>
70         <td valign="top" width="25%"><a href=/cgi-bin/koha/admin/systempreferences.pl>systempreferences</a></td>
71         <td>System preferences</td>
72 </tr>
73 </table>
74
75 <table width=100% cellspacing=0 cellpadding=5 border=1>
76 <tr background="/images/background-mem.gif">
77         <th>Tools</th>
78 </tr>
79 </table>
80 <table cellspacing=0 cellpadding=1 width=80%>
81 <th colspan=2>Export</th>
82 <tr>
83         <td valign="top" width="25%"><a href=/cgi-bin/koha/export/marc.pl>MARC biblio export</a></td>
84         <td>Exporting in MARC format</td>
85 </tr>
86 </table>
87 </center>
88 <TMPL_INCLUDE NAME="cat-bottom.inc">
89 </html>