Bug 33059: Fix capitalizatoin of AV sample category descriptions
[srvgit] / installer / data / mysql / en / optional / auth_val.yml
index 41c1cec..6219783 100644 (file)
@@ -33,11 +33,11 @@ tables:
 
         - category: "SUGGEST"
           authorised_value: "SCD"
-          lib: "Shelf Copy Damaged"
+          lib: "Shelf copy damaged"
 
         - category: "SUGGEST"
           authorised_value: "LCL"
-          lib: "Library Copy Lost"
+          lib: "Library copy lost"
 
         - category: "SUGGEST"
           authorised_value: "AVILL"
@@ -72,8 +72,8 @@ tables:
 
         - category: "SUGGEST_FORMAT"
           authorised_value: "EBOOK"
-          lib: "EBook"
-          lib_opac: "Ebook"
+          lib: "E-book"
+          lib_opac: "E-book"
 
         - category: "SUGGEST_FORMAT"
           authorised_value: "AUDIOBOOK"
@@ -92,7 +92,7 @@ tables:
         # availability statuses
         - category: "LOST"
           authorised_value: "2"
-          lib: "Long Overdue (Lost)"
+          lib: "Long overdue (lost)"
 
         - category: "LOST"
           authorised_value: "1"
@@ -100,7 +100,7 @@ tables:
 
         - category: "LOST"
           authorised_value: "3"
-          lib : "Lost and Paid For"
+          lib : "Lost and paid for"
 
         - category: "LOST"
           authorised_value: "4"
@@ -122,27 +122,27 @@ tables:
 
         - category: "LOC"
           authorised_value: "CHILD"
-          lib: "Children's Area"
+          lib: "Children's area"
 
         - category: "LOC"
           authorised_value: "DISPLAY"
-          lib: "On Display"
+          lib: "On display"
 
         - category: "LOC"
           authorised_value: "NEW"
-          lib: "New Materials Shelf"
+          lib: "New materials shelf"
 
         - category: "LOC"
           authorised_value: "STAFF"
-          lib: "Staff Office"
+          lib: "Staff office"
 
         - category: "LOC"
           authorised_value: "GEN"
-          lib: "General Stacks"
+          lib: "General stacks"
 
         - category: "LOC"
           authorised_value: "AV"
-          lib: "Audio Visual"
+          lib: "Audio visual"
 
         - category: "LOC"
           authorised_value: "REF"
@@ -150,11 +150,11 @@ tables:
 
         - category: "LOC"
           authorised_value: "CART"
-          lib: "Book Cart"
+          lib: "Book cart"
 
         - category: "LOC"
           authorised_value: "PROC"
-          lib: "Processing Center"
+          lib: "Processing center"
 
         # collection codes for an item
         - category: "CCODE"
@@ -181,11 +181,11 @@ tables:
 
         - category: "NOT_LOAN"
           authorised_value: "1"
-          lib: "Not For Loan"
+          lib: "Not for loan"
 
         - category: "NOT_LOAN"
           authorised_value: "2"
-          lib: "Staff Collection"
+          lib: "Staff collection"
 
         - category: "NOT_LOAN"
           authorised_value: "3"
@@ -194,12 +194,12 @@ tables:
         # restricted status of an item,linked to items.restricted
         - category: "RESTRICTED"
           authorised_value: "1"
-          lib: "Restricted Access"
+          lib: "Restricted access"
 
         # custom borrower notes
         - category: "BOR_NOTES"
           authorised_value: "ADDR"
-          lib: "Address Notes"
+          lib: "Address notes"
 
   - authorised_values:
       translatable: [ lib, lib_opac ]