[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en acqui/acqu...

Joshua Ferraro jmf at liblime.com
Sat Mar 10 18:56:35 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Joshua Ferraro <kados>	07/03/10 17:56:35

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/acqui: acqui-home.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/circ: branchoverdues.tmpl 
	koha-tmpl/intranet-tmpl/prog/en/includes: menu-circ.inc 

Log message:
	language improvements

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl?cvsroot=koha&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl?cvsroot=koha&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc?cvsroot=koha&r1=1.5&r2=1.6

Patches:
Index: acqui/acqui-home.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/acqui/acqui-home.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- acqui/acqui-home.tmpl	9 Mar 2007 14:46:45 -0000	1.7
+++ acqui/acqui-home.tmpl	10 Mar 2007 17:56:35 -0000	1.8
@@ -67,7 +67,7 @@
 <div id="acqui_acqui_home_budgets">
     <!-- TMPL_IF name="nobudget" -->
     <!-- TMPL_ELSE -->
-    <h2>Budgets and Bookfunds</h2>
+    <h2>Budgets and Funds</h2>
     <a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage Bookfunds ]">[ Manage ]</a>
     <table>
         <tr>

Index: circ/branchoverdues.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/branchoverdues.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- circ/branchoverdues.tmpl	10 Mar 2007 06:22:52 -0000	1.3
+++ circ/branchoverdues.tmpl	10 Mar 2007 17:56:35 -0000	1.4
@@ -113,12 +113,12 @@
             <!-- /TMPL_LOOP -->
         </table>
     <!-- TMPL_ELSE -->
-        There is no overdues for your library today
+        There are no overdues for your library today
     <!-- /TMPL_IF -->
     </fieldset>
 <!-- TMPL_IF name="todayoverduesloop" -->
     <fieldset id="branch_odues_today_odues">
-    <legend>Notifys of the day</legend>	
+    <legend>Today's notifications</legend>	
         <table>
         <tr>
             <th class="circulation">Date_due</th>

Index: includes/menu-circ.inc
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- includes/menu-circ.inc	10 Mar 2007 01:11:22 -0000	1.5
+++ includes/menu-circ.inc	10 Mar 2007 17:56:35 -0000	1.6
@@ -13,8 +13,8 @@
     <a href="/cgi-bin/koha/circ/currenttransfers.pl">to recieve</a>
     </li>
     <li>
-	<a href="/cgi-bin/koha/circ/overdue.pl">Overdue items</a>
-    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Claims</a>
+	<a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>
+    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues by branch/department</a>
     <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a>
     </li>
     </ul>





More information about the Koha-cvs mailing list