improving English
authorkados <kados>
Sun, 18 Mar 2007 02:46:21 +0000 (02:46 +0000)
committerkados <kados>
Sun, 18 Mar 2007 02:46:21 +0000 (02:46 +0000)
koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl

index 979469b..96d52b4 100644 (file)
@@ -5,7 +5,7 @@
 <!-- TMPL_INCLUDE NAME="menus.inc" -->
 <!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
 
-<h1>Koha Administration</h1>
+<h1>Koha &rsaquo; System Administration</h1>
 
 <table>
 <caption>System Preferences</caption>
@@ -80,7 +80,7 @@
 </tr>
 
 <tr>
-<th colspan="2">Various parameters</th>
+<th colspan="2">Additional parameters</th>
 </tr>
 <tr>
        <td><a href="/cgi-bin/koha/admin/printers.pl">Printers</a></td>
index a944715..6b59a5d 100644 (file)
     <h1>System preferences admin</h1>
     <div id="action">
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Admin">Admin</a>
-        <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=LOGFeatures">Log Features</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Acquisitions">Acquisitions</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Authorities">Authorities</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Catalogue">Catalogue</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Circulation">Circulation</a>
-        <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members">Members</a>
+        <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Members">Borrowers</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPAC">OPAC</a>
         <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=OPACFeatures">OPAC Features</a>
-        <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Intranet">Intranet</a>
-        <a href="/cgi-bin/koha/admin/systempreferences.pl?">Others</a>
+        <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=Intranet">Staff Client</a>
+        <a href="/cgi-bin/koha/admin/systempreferences.pl?tab=LOGFeatures">Logs</a>
+        <a href="/cgi-bin/koha/admin/systempreferences.pl?">Other</a>
     </div>
     <h2>Editing preferences for <!-- TMPL_VAR name="tab" --> module</h2>
     <!-- TMPL_VAR NAME="searchfield" -->
     
     <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
         <input type="hidden" name="op" value="add_form" />
-        <input type="submit" value="Add a System Preference" />
+        <input type="submit" value="Add a new System Preference" />
     </form>
     
     <!-- /TMPL_IF -->