[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin admi...
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin admi... |
Date: |
Sun, 18 Mar 2007 02:46:21 +0000 |
CVSROOT: /sources/koha
Module name: koha
Changes by: Joshua Ferraro <kados> 07/03/18 02:46:21
Modified files:
koha-tmpl/intranet-tmpl/prog/en/admin: admin-home.tmpl
systempreferences.tmpl
Log message:
improving English
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl?cvsroot=koha&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl?cvsroot=koha&r1=1.4&r2=1.5
Patches:
Index: admin-home.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/admin-home.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- admin-home.tmpl 18 Mar 2007 02:39:20 -0000 1.9
+++ admin-home.tmpl 18 Mar 2007 02:46:21 -0000 1.10
@@ -5,7 +5,7 @@
<!-- TMPL_INCLUDE NAME="menus.inc" -->
<!-- TMPL_INCLUDE NAME="menu-admin.inc" -->
-<h1>Koha Administration</h1>
+<h1>Koha › 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: systempreferences.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- systempreferences.tmpl 11 Mar 2007 21:08:12 -0000 1.4
+++ systempreferences.tmpl 18 Mar 2007 02:46:21 -0000 1.5
@@ -144,16 +144,16 @@
<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" -->
@@ -177,7 +177,7 @@
<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 -->