[Koha-patches] [PATCH] Bug 5132 - Misspelled words: Acquistion Succesfully professionnal

Bernardo Gonzalez Kriegel bgkriegel at gmail.com
Fri Aug 13 02:43:01 CEST 2010


---
 .../prog/en/modules/maint/catmaintain.tmpl         |    5 +++--
 .../prog/en/modules/members/memberentrygen.tmpl    |    3 ++-
 .../en/modules/rotating_collections/addItems.tmpl  |    7 ++++---
 .../rotating_collections/editCollections.tmpl      |    9 +++++----
 .../prog/en/modules/suggestion/suggestion.tmpl     |    3 ++-
 5 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tmpl
index 815e5d1..9597776 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/maint/catmaintain.tmpl
@@ -60,7 +60,7 @@ is now <!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->
 
 
 <!-- TMPL_IF NAME="finun-p" -->
-<h3>Succesfully undeleted</h3>
+<h3>Successfully undeleted</h3>
 <p><a href="/cgi-bin/koha/maint/catmaintain.pl">Back to Catalog Maintenance</a></p>
 <!-- /TMPL_IF -->
 
@@ -118,4 +118,5 @@ is now <!-- TMPL_VAR NAME="sub" ESCAPE="HTML" -->
 </div>
 
 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
+
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl
index b21d35a..3e4ae38 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tmpl
@@ -749,7 +749,7 @@
         <!-- /TMPL_LOOP -->
 		</select>
     <!-- TMPL_ELSE -->
-        <span class="problem">There is no category type to add <!--TMPL_IF Name="A"-->an Adult<!--/TMPL_IF--><!--TMPL_IF Name="C"-->a Child<!--/TMPL_IF--><!--TMPL_IF Name="I"-->an Institution<!--/TMPL_IF--><!--TMPL_IF Name="P"-->a professionnal<!--/TMPL_IF--><!--TMPL_IF Name="S"-->a Staff Member<!--/TMPL_IF-->.</span>
+        <span class="problem">There is no category type to add <!--TMPL_IF Name="A"-->an Adult<!--/TMPL_IF--><!--TMPL_IF Name="C"-->a Child<!--/TMPL_IF--><!--TMPL_IF Name="I"-->an Institution<!--/TMPL_IF--><!--TMPL_IF Name="P"-->a Professional<!--/TMPL_IF--><!--TMPL_IF Name="S"-->a Staff Member<!--/TMPL_IF-->.</span>
               <a href="/cgi-bin/koha/admin/categorie.pl">Please create one</a>
     <!-- /TMPL_IF -->
     </li>
@@ -1065,3 +1065,4 @@
 </div><!-- /TMPL_UNLESS -->
 </div>
 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
+
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tmpl
index 2cfa8b6..ae0277f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tmpl
@@ -18,7 +18,7 @@
           <br />
           <!-- TMPL_IF NAME="previousActionAdd" -->
             <!-- TMPL_IF NAME="addSuccess" -->
-              <div>Item with barcode '<!-- TMPL_VAR NAME="addedBarcode" -->' Added Succesfully!</div>
+              <div>Item with barcode '<!-- TMPL_VAR NAME="addedBarcode" -->' Added Successfully!</div>
             <!-- TMPL_ELSE -->
               <div>Failed to add item with barcode '<!-- TMPL_VAR NAME="addedBarcode" -->'!</div>
               <div>Reason: <strong><!-- TMPL_VAR NAME="failureMessage" --></strong></div>
@@ -27,7 +27,7 @@
 
           <!-- TMPL_IF NAME="previousActionRemove" -->
             <!-- TMPL_IF NAME="removeSuccess" -->
-              <div>Item with barcode '<!-- TMPL_VAR NAME="addedBarcode" -->' Removed Succesfully!</div>
+              <div>Item with barcode '<!-- TMPL_VAR NAME="addedBarcode" -->' Removed Successfully!</div>
             <!-- TMPL_ELSE -->
               <div>Failed to remove item with barcode '<!-- TMPL_VAR NAME="removedBarcode" -->'!</div>
               <div>Reason: <strong><!-- TMPL_VAR NAME="failureMessage" --></strong></div>
@@ -85,4 +85,5 @@
 
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
+
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tmpl
index 93055c7..6cc93d4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tmpl
@@ -16,7 +16,7 @@
 <!--
       <!-- TMPL_IF NAME="previousActionCreate" -->
         <!-- TMPL_IF NAME="createSuccess" -->
-          <div>Collection '<!-- TMPL_VAR NAME="createdTitle" -->' Created Succesfully!</div>
+          <div>Collection '<!-- TMPL_VAR NAME="createdTitle" -->' Created Successfully!</div>
         <!-- TMPL_ELSE -->
           <div>Collection '<!-- TMPL_VAR NAME="createdTitle" -->' Failed To Be Created!</div>
           <div>Reason: <strong><!-- TMPL_VAR NAME="failureMessage" --></strong></div>
@@ -25,7 +25,7 @@
 
       <!-- TMPL_IF NAME="previousActionDelete" -->
         <!-- TMPL_IF NAME="DeleteSuccess" -->
-          <div>Collection Deleted Succesfully!</div>
+          <div>Collection Deleted Successfully!</div>
         <!-- TMPL_ELSE -->
           <div>Collection Failed To Be Deleted!</div>
         <!-- /TMPL_IF -->
@@ -34,7 +34,7 @@
 
       <!-- TMPL_IF NAME="previousActionUpdate" -->
         <!-- TMPL_IF NAME="updateSuccess" -->
-          <div>Collection '<!-- TMPL_VAR NAME="updatedTitle" -->' Updated Succesfully!</div>
+          <div>Collection '<!-- TMPL_VAR NAME="updatedTitle" -->' Updated Successfully!</div>
         <!-- TMPL_ELSE -->
           <div>Collection '<!-- TMPL_VAR NAME="updatedTitle" -->' Failed To Be Updated!</div>
           <div>Reason: <strong><!-- TMPL_VAR NAME="failureMessage" --></strong></div>
@@ -122,4 +122,5 @@
 
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
+
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl
index f2227a8..7489cb6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tmpl
@@ -395,7 +395,7 @@ h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { di
                     <li><input type="submit" value="Go" /></li></ol>
                 </fieldset>
 
-				<fieldset class="brief"><h4 class="collapse"><a href="#">Acquistion information</a></h4>
+				<fieldset class="brief"><h4 class="collapse"><a href="#">Acquisition information</a></h4>
                     <ol><li><label for="budgetid"> Book fund:</label>
                     <select name="budgetid" id="budgetid"><option value="">Any</option><!-- TMPL_LOOP name="budgetid_loop" -->
                         <!-- TMPL_IF NAME="selected" --> <option value="<!-- TMPL_VAR name="code" -->" selected="selected"><!-- TMPL_VAR name="desc" --></option><!-- TMPL_ELSE --><option value="<!-- TMPL_VAR name="code" -->"><!-- TMPL_VAR name="desc" --></option><!-- /TMPL_IF -->
@@ -413,3 +413,4 @@ h4.collapse a { font-size : 80%; text-decoration: none; } fieldset.brief ol { di
         </div><!-- /TMPL_UNLESS -->
 </div>
 <!--TMPL_INCLUDE NAME="intranet-bottom.inc"-->
+
-- 
1.7.0.4



More information about the Koha-patches mailing list