|
Lines 61-324
to descriptions, for several tables. Currently
Link Here
|
| 61 |
sub columns { |
61 |
sub columns { |
| 62 |
return { |
62 |
return { |
| 63 |
aqorders => { |
63 |
aqorders => { |
| 64 |
"ordernumber" => __("Order number"), |
64 |
"basketno" => __("Basket ID (internal)"), |
| 65 |
"biblionumber" => __("Biblionumber (internal)"), |
65 |
"biblionumber" => __("Biblionumber (internal)"), |
| 66 |
"entrydate" => __("Creation date"), |
66 |
"budget_id" => __("Fund ID (internal)"), |
| 67 |
"quantity" => __("Quantity"), |
67 |
"budgetdate" => __("Not used (deprecated)"), |
| 68 |
"currency" => __("Currency"), |
68 |
"cancellationreason" => __("Cancellation reason"), |
| 69 |
"listprice" => __("Vendor price"), |
69 |
"created_by" => __("Borrower number of creator"), |
| 70 |
"datereceived" => __("Date received"), |
70 |
"currency" => __("Currency"), |
| 71 |
"invoiceid" => __("Invoice ID (internal)"), |
71 |
"datecancellationprinted" => __("Cancellation date"), |
| 72 |
"freight" => __("Not used (deprecated)"), |
72 |
"datereceived" => __("Date received"), |
| 73 |
"unitprice" => __("Actual cost"), |
73 |
"discount" => __("Discount"), |
| 74 |
"unitprice_tax_excluded" => __("Actual cost, tax excl."), |
74 |
"ecost_tax_excluded" => __("Budgeted cost, tax excl."), |
| 75 |
"unitprice_tax_included" => __("Actual cost, tax incl."), |
75 |
"ecost_tax_included" => __("Budgeted cost, tax incl."), |
| 76 |
"quantityreceived" => __("Quantity received"), |
76 |
"ecost" => __("Budgeted cost"), |
| 77 |
"created_by" => __("Borrower number of creator"), |
77 |
"entrydate" => __("Creation date"), |
| 78 |
"datecancellationprinted" => __("Cancellation date"), |
78 |
"estimated_delivery_date" => __("Estimated delivery date"), |
| 79 |
"cancellationreason" => __("Cancellation reason"), |
79 |
"freight" => __("Not used (deprecated)"), |
| 80 |
"order_internalnote" => __("Internal note"), |
80 |
"invoiceid" => __("Invoice ID (internal)"), |
| 81 |
"order_vendornote" => __("Vendor note"), |
81 |
"line_item_id" => __("Line item ID (EDIFACT)"), |
| 82 |
"purchaseordernumber" => __("Not used (deprecated)"), |
82 |
"listprice" => __("Vendor price"), |
| 83 |
"basketno" => __("Basket ID (inernal)"), |
83 |
"order_internalnote" => __("Internal note"), |
| 84 |
"timestamp" => __("Timestamp"), |
84 |
"order_vendornote" => __("Vendor note"), |
| 85 |
"rrp" => __("Retail price"), |
85 |
"ordernumber" => __("Order number"), |
| 86 |
"replacementprice" => __("Replacement price"), |
86 |
"orderstatus" => __("Order status"), |
| 87 |
"rrp_tax_excluded" => __("Retail price, tax excl."), |
87 |
"parent_ordernumber" => __("Parent order number (internal)"), |
| 88 |
"rrp_tax_included" => __("Retail price, tax incl."), |
88 |
"purchaseordernumber" => __("Not used (deprecated)"), |
| 89 |
"ecost" => __("Budgeted cost"), |
89 |
"quantity" => __("Quantity"), |
| 90 |
"ecost_tax_excluded" => __("Budgeted cost, tax excl."), |
90 |
"quantityreceived" => __("Quantity received"), |
| 91 |
"ecost_tax_included" => __("Budgeted cost, tax incl."), |
91 |
"replacementprice" => __("Replacement price"), |
| 92 |
"tax_rate_bak" => __("Tax rate backup (deprecated)"), |
92 |
"rrp_tax_excluded" => __("Retail price, tax excl."), |
| 93 |
"tax_rate_on_ordering" => __("Tax rate on order"), |
93 |
"rrp_tax_included" => __("Retail price, tax incl."), |
| 94 |
"tax_rate_on_receiving" => __("Tax rate on receive"), |
94 |
"rrp" => __("Retail price"), |
| 95 |
"tax_value_bak" => __("Tax value backup (deprecated)"), |
95 |
"sort1_authcat" => __("Not used"), |
| 96 |
"tax_value_on_ordering" => __("Tax amount on order"), |
96 |
"sort1" => __("Statistic 1"), |
| 97 |
"tax_value_on_receiving" => __("Tax amount on receive"), |
97 |
"sort2_authcat" => __("Not used"), |
| 98 |
"discount" => __("Discount"), |
98 |
"sort2" => __("Statistic 2"), |
| 99 |
"budget_id" => __("Fund ID (internal)"), |
99 |
"subscriptionid" => __("Subscription ID (internal)"), |
| 100 |
"budgetdate" => __("Not used (deprecated)"), |
100 |
"suppliers_reference_number" => __("Vendor reference number (EDIFACT)"), |
| 101 |
"sort1" => __("Statistic 1"), |
|
|
| 102 |
"sort2" => __("Statistic 2"), |
| 103 |
"sort1_authcat" => __("Not used"), |
| 104 |
"sort2_authcat" => __("Not used"), |
| 105 |
"uncertainprice" => __("Uncertain price"), |
| 106 |
"subscriptionid" => __("Subscription ID (internal)"), |
| 107 |
"parent_ordernumber" => __("Parent order number (internal)"), |
| 108 |
"orderstatus" => __("Order status"), |
| 109 |
"line_item_id" => __("Line item ID (EDIFACT)"), |
| 110 |
"suppliers_reference_number" => __("Vendor reference number (EDIFACT)"), |
| 111 |
"suppliers_reference_qualifier" => __("Vendor reference qualifier (EDIFACT)"), |
101 |
"suppliers_reference_qualifier" => __("Vendor reference qualifier (EDIFACT)"), |
| 112 |
"suppliers_report" => __("Vendor report (EDIFACT)"), |
102 |
"suppliers_report" => __("Vendor report (EDIFACT)"), |
| 113 |
"estimated_delivery_date" => __("Estimated delivery date"), |
103 |
"tax_rate_bak" => __("Tax rate backup (deprecated)"), |
|
|
104 |
"tax_rate_on_ordering" => __("Tax rate on order"), |
| 105 |
"tax_rate_on_receiving" => __("Tax rate on receive"), |
| 106 |
"tax_value_bak" => __("Tax value backup (deprecated)"), |
| 107 |
"tax_value_on_ordering" => __("Tax amount on order"), |
| 108 |
"tax_value_on_receiving" => __("Tax amount on receive"), |
| 109 |
"timestamp" => __("Timestamp"), |
| 110 |
"uncertainprice" => __("Uncertain price"), |
| 111 |
"unitprice_tax_excluded" => __("Actual cost, tax excl."), |
| 112 |
"unitprice_tax_included" => __("Actual cost, tax incl."), |
| 113 |
"unitprice" => __("Actual cost"), |
| 114 |
}, |
114 |
}, |
| 115 |
borrowers => { |
115 |
borrowers => { |
| 116 |
"borrowernumber" => __("Borrower number"), |
116 |
"address" => __("Address"), |
| 117 |
"title" => __("Salutation"), |
117 |
"address2" => __("Address 2"), |
| 118 |
"surname" => __("Surname"), |
118 |
"altcontactaddress1" => __("Alternate contact: Address"), |
| 119 |
"firstname" => __("First name"), |
119 |
"altcontactaddress2" => __("Alternate contact: Address 2"), |
| 120 |
"middle_name" => __("Middle name"), |
120 |
"altcontactaddress3" => __("Alternate contact: City"), |
| 121 |
"dateofbirth" => __("Date of birth"), |
121 |
"altcontactcountry" => __("Alternate contact: Country"), |
| 122 |
"initials" => __("Initials"), |
122 |
"altcontactfirstname" => __("Alternate contact: First name"), |
| 123 |
"pronouns" => __("Pronouns"), |
123 |
"altcontactphone" => __("Alternate contact: Phone"), |
| 124 |
"othernames" => __("Other name"), |
124 |
"altcontactstate" => __("Alternate contact: State"), |
| 125 |
"sex" => __("Gender"), |
125 |
"altcontactsurname" => __("Alternate contact: Surname"), |
| 126 |
"relationship" => __("Relationship"), |
126 |
"altcontactzipcode" => __("Alternate contact: ZIP/Postal code"), |
| 127 |
"streetnumber" => __("Street number"), |
127 |
"anonymized" => __("Data anonymization flag"), |
| 128 |
"streettype" => __("Street type"), |
|
|
| 129 |
"address" => __("Address"), |
| 130 |
"address2" => __("Address 2"), |
| 131 |
"city" => __("City"), |
| 132 |
"state" => __("State"), |
| 133 |
"zipcode" => __("ZIP/Postal code"), |
| 134 |
"country" => __("Country"), |
| 135 |
"phone" => __("Primary phone"), |
| 136 |
"phonepro" => __("Secondary phone"), |
| 137 |
"mobile" => __("Other phone"), |
| 138 |
"email" => __("Primary email"), |
| 139 |
"emailpro" => __("Secondary email"), |
| 140 |
"fax" => __("Fax"), |
| 141 |
"B_streetnumber" => __("Alternate address: Street number"), |
| 142 |
"B_streettype" => __("Alternate address: Street type"), |
| 143 |
"B_address" => __("Alternate address: Address"), |
| 144 |
"B_address2" => __("Alternate address: Address 2"), |
| 145 |
"B_city" => __("Alternate address: City"), |
| 146 |
"B_state" => __("Alternate address: State"), |
| 147 |
"B_zipcode" => __("Alternate address: ZIP/Postal code"), |
| 148 |
"B_country" => __("Alternate address: Country"), |
| 149 |
"B_phone" => __("Alternate address: Phone"), |
| 150 |
"B_email" => __("Alternate address: Email"), |
| 151 |
"contactnote" => __("Alternate contact: Note"), |
| 152 |
"altcontactfirstname" => __("Alternate contact: First name"), |
| 153 |
"altcontactsurname" => __("Alternate contact: Surname"), |
| 154 |
"altcontactaddress1" => __("Alternate contact: Address"), |
| 155 |
"altcontactaddress2" => __("Alternate contact: Address 2"), |
| 156 |
"altcontactaddress3" => __("Alternate contact: City"), |
| 157 |
"contactname" => __("Alternate contact: Surname"), |
| 158 |
"contactfirstname" => __("Alternate contact: First name"), |
| 159 |
"contacttitle" => __("Alternate contact: Title"), |
| 160 |
"altcontactstate" => __("Alternate contact: State"), |
| 161 |
"altcontactzipcode" => __("Alternate contact: ZIP/Postal code"), |
| 162 |
"altcontactcountry" => __("Alternate contact: Country"), |
| 163 |
"altcontactphone" => __("Alternate contact: Phone"), |
| 164 |
"cardnumber" => __("Card number"), |
| 165 |
"branchcode" => __("Home library"), |
| 166 |
"categorycode" => __("Patron category"), |
| 167 |
"sort1" => __("Sort 1"), |
| 168 |
"sort2" => __("Sort 2"), |
| 169 |
"dateenrolled" => __("Registration date"), |
| 170 |
"dateexpiry" => __("Expiry date"), |
| 171 |
"password_expiration_date" => __("Password expiration date"), |
| 172 |
"date_renewed" => __("Account renewal date"), |
| 173 |
"opacnote" => __("OPAC note"), |
| 174 |
"borrowernotes" => __("Circulation note"), |
| 175 |
"userid" => __("Username"), |
| 176 |
"password" => __("Password"), |
| 177 |
"secret" => __("Secret (2FA)"), |
| 178 |
"auth_method" => __("Authentication method"), |
128 |
"auth_method" => __("Authentication method"), |
|
|
129 |
"autorenew_checkouts" => __("Allow auto-renewals"), |
| 130 |
"B_address" => __("Alternate address: Address"), |
| 131 |
"B_address2" => __("Alternate address: Address 2"), |
| 132 |
"B_city" => __("Alternate address: City"), |
| 133 |
"B_country" => __("Alternate address: Country"), |
| 134 |
"B_email" => __("Alternate address: Email"), |
| 135 |
"B_phone" => __("Alternate address: Phone"), |
| 136 |
"B_state" => __("Alternate address: State"), |
| 137 |
"B_streetnumber" => __("Alternate address: Street number"), |
| 138 |
"B_streettype" => __("Alternate address: Street type"), |
| 139 |
"B_zipcode" => __("Alternate address: ZIP/Postal code"), |
| 140 |
"borrowernotes" => __("Circulation note"), |
| 141 |
"borrowernumber" => __("Borrower number"), |
| 142 |
"branchcode" => __("Home library"), |
| 143 |
"cardnumber" => __("Card number"), |
| 144 |
"categorycode" => __("Patron category"), |
| 145 |
"checkprevcheckout" => __("Check for previous checkouts"), |
| 146 |
"city" => __("City"), |
| 147 |
"contactfirstname" => __("Alternate contact: First name"), |
| 148 |
"contactname" => __("Alternate contact: Surname"), |
| 149 |
"contactnote" => __("Alternate contact: Note"), |
| 150 |
"contacttitle" => __("Alternate contact: Title"), |
| 151 |
"country" => __("Country"), |
| 152 |
"date_renewed" => __("Account renewal date"), |
| 153 |
"dateenrolled" => __("Registration date"), |
| 154 |
"dateexpiry" => __("Expiry date"), |
| 155 |
"dateofbirth" => __("Date of birth"), |
| 156 |
"debarred" => __("Restricted [until] flag"), |
| 157 |
"debarredcomment" => __("Comment"), |
| 158 |
"email" => __("Primary email"), |
| 159 |
"emailpro" => __("Secondary email"), |
| 160 |
"fax" => __("Fax"), |
| 161 |
"firstname" => __("First name"), |
| 179 |
"flags" => __("System permissions"), |
162 |
"flags" => __("System permissions"), |
| 180 |
"gonenoaddress" => __("Gone no address flag"), |
163 |
"gonenoaddress" => __("Gone no address flag"), |
|
|
164 |
"initials" => __("Initials"), |
| 165 |
"lang" => __("Preferred language for notices"), |
| 166 |
"lastseen" => __("Last activity date"), |
| 167 |
"login_attempts" => __("Number of failed login attempts"), |
| 181 |
"lost" => __("Lost card flag"), |
168 |
"lost" => __("Lost card flag"), |
| 182 |
"debarred" => __("Restricted [until] flag"), |
169 |
"middle_name" => __("Middle name"), |
| 183 |
"debarredcomment" => __("Comment"), |
170 |
"mobile" => __("Other phone"), |
| 184 |
"smsalertnumber" => __("Mobile phone number"), |
171 |
"opacnote" => __("OPAC note"), |
| 185 |
"sms_provider_id" => __("SMS provier ID (internal)"), |
172 |
"othernames" => __("Other name"), |
| 186 |
"privacy" => __("Privacy settings"), |
173 |
"overdrive_auth_token" => __("Overdrive auth token"), |
| 187 |
"privacy_guarantor_fines" => __("Show fines to guarantor"), |
174 |
"password_expiration_date" => __("Password expiration date"), |
|
|
175 |
"password" => __("Password"), |
| 176 |
"phone" => __("Primary phone"), |
| 177 |
"phonepro" => __("Secondary phone"), |
| 178 |
"primary_contact_method" => __("Primary contact method"), |
| 188 |
"privacy_guarantor_checkouts" => __("Show checkouts to guarantor"), |
179 |
"privacy_guarantor_checkouts" => __("Show checkouts to guarantor"), |
| 189 |
"checkprevcheckout" => __("Check for previous checkouts"), |
180 |
"privacy_guarantor_fines" => __("Show fines to guarantor"), |
|
|
181 |
"privacy" => __("Privacy settings"), |
| 182 |
"pronouns" => __("Pronouns"), |
| 183 |
"relationship" => __("Relationship"), |
| 184 |
"secret" => __("Secret (2FA)"), |
| 185 |
"sex" => __("Gender"), |
| 186 |
"sms_provider_id" => __("SMS provier ID (internal)"), |
| 187 |
"smsalertnumber" => __("Mobile phone number"), |
| 188 |
"sort1" => __("Sort 1"), |
| 189 |
"sort2" => __("Sort 2"), |
| 190 |
"state" => __("State"), |
| 191 |
"streetnumber" => __("Street number"), |
| 192 |
"streettype" => __("Street type"), |
| 193 |
"surname" => __("Surname"), |
| 194 |
"title" => __("Salutation"), |
| 190 |
"updated_on" => __("Last update date"), |
195 |
"updated_on" => __("Last update date"), |
| 191 |
"lastseen" => __("Last activity date"), |
196 |
"userid" => __("Username"), |
| 192 |
"lang" => __("Preferred language for notices"), |
197 |
"zipcode" => __("ZIP/Postal code"), |
| 193 |
"login_attempts" => __("Number of failed login attempts"), |
198 |
}, |
| 194 |
"overdrive_auth_token" => __("Overdrive auth token"), |
|
|
| 195 |
"anonymized" => __("Data anonymization flag"), |
| 196 |
"autorenew_checkouts" => __("Allow auto-renewals"), |
| 197 |
"primary_contact_method" => __("Primary contact method"), |
| 198 |
}, |
| 199 |
|
| 200 |
items => { |
199 |
items => { |
| 201 |
"itemnumber" => __("Item number (internal)"), |
200 |
"barcode" => __("Barcode"), |
| 202 |
"biblionumber" => __("Biblio number (internal)"), |
201 |
"biblioitemnumber" => __("Biblioitem number (internal)"), |
| 203 |
"biblioitemnumber" => __("Biblioitem number (internal)"), |
202 |
"biblionumber" => __("Biblio number (internal)"), |
| 204 |
"barcode" => __("Barcode"), |
203 |
"booksellerid" => __("Source of acquisition"), |
| 205 |
"dateaccessioned" => __("Date acquired"), |
204 |
"ccode" => __("Collection"), |
| 206 |
"booksellerid" => __("Source of acquisition"), |
205 |
"cn_sort" => __("Koha normalized classification for sorting"), |
| 207 |
"homebranch" => __("Permanent library"), |
206 |
"cn_source" => __("Source of classification / shelving scheme"), |
| 208 |
"price" => __("Price"), |
207 |
"coded_location_qualifier" => __("Coded location qualifier"), |
| 209 |
"replacementprice" => __("Replacement price"), |
208 |
"copynumber" => __("Copy number"), |
| 210 |
"replacementpricedate" => __("Price effective from"), |
209 |
"damaged_on" => __("Damaged on"), |
| 211 |
"datelastborrowed" => __("Date last checked out"), |
210 |
"damaged" => __("Damaged status"), |
| 212 |
"datelastseen" => __("Date last seen"), |
211 |
"dateaccessioned" => __("Date acquired"), |
| 213 |
"stack" => __("Shelving control number"), |
212 |
"datelastborrowed" => __("Date last checked out"), |
| 214 |
"onloan" => __("Due date"), |
213 |
"datelastseen" => __("Date last seen"), |
| 215 |
"cn_source" => __("Source of classification / shelving scheme"), |
214 |
"deleted_on" => __("Date of deletion"), |
| 216 |
"cn_sort" => __("Koha normalized classification for sorting"), |
215 |
"enumchron" => __("Serial enumeraton/chronology"), |
| 217 |
"notforloan" => __("Not for loan"), |
|
|
| 218 |
"itemlost" => __("Lost status"), |
| 219 |
"itemlost_on" => __("Lost on"), |
| 220 |
"withdrawn" => __("Withdrawn status"), |
| 221 |
"withdrawn_on" => __("Withdrawn on"), |
| 222 |
"itemcallnumber" => __("Call number"), |
| 223 |
"coded_location_qualifier" => __("Coded location qualifier"), |
| 224 |
"issues" => __("Total checkouts"), |
| 225 |
"renewals" => __("Total renewals"), |
| 226 |
"reserves" => __("Total holds"), |
| 227 |
"restricted" => __("Use restrictions"), |
| 228 |
"itemnotes" => __("Public note"), |
| 229 |
"itemnotes_nonpublic" => __("Internal note"), |
| 230 |
"holdingbranch" => __("Current library"), |
| 231 |
"timestamp" => __("Timestamp"), |
| 232 |
"deleted_on" => __("Date of deletion"), |
| 233 |
"location" => __("Shelving location"), |
| 234 |
"permanent_location" => __("Permanent shelving location"), |
| 235 |
"ccode" => __("Collection"), |
| 236 |
"itype" => __("Koha item type"), |
| 237 |
"stocknumber" => __("Inventory number"), |
| 238 |
"damaged" => __("Damaged status"), |
| 239 |
"damaged_on" => __("Damaged on"), |
| 240 |
"materials" => __("Materials specified"), |
| 241 |
"uri" => __("Uniform resource identifier"), |
| 242 |
"more_subfields_xml" => __("Additional subfields (XML)"), |
| 243 |
"enumchron" => __("Serial enumeraton/chronology"), |
| 244 |
"copynumber" => __("Copy number"), |
| 245 |
"new_status" => __("New status"), |
| 246 |
"exclude_from_local_holds_priority" => __("Exclude from local holds priority"), |
216 |
"exclude_from_local_holds_priority" => __("Exclude from local holds priority"), |
| 247 |
}, |
217 |
"holdingbranch" => __("Current library"), |
| 248 |
statistics => { |
218 |
"homebranch" => __("Permanent library"), |
| 249 |
"datetime" => __("Statistics date and time"), |
219 |
"issues" => __("Total checkouts"), |
| 250 |
"branch" => __("Library"), |
220 |
"itemcallnumber" => __("Call number"), |
| 251 |
"value" => __("Value"), |
221 |
"itemlost_on" => __("Lost on"), |
| 252 |
"type" => __("Type"), |
222 |
"itemlost" => __("Lost status"), |
| 253 |
"other" => __(""), |
223 |
"itemnotes_nonpublic" => __("Internal note"), |
| 254 |
"itemnumber" => __("Item number"), |
224 |
"itemnotes" => __("Public note"), |
| 255 |
"itemtype" => __("Itemtype"), |
225 |
"itemnumber" => __("Item number (internal)"), |
| 256 |
"borrowernumber" => __("Borrower number"), |
226 |
"itype" => __("Koha item type"), |
|
|
227 |
"location" => __("Shelving location"), |
| 228 |
"materials" => __("Materials specified"), |
| 229 |
"more_subfields_xml" => __("Additional subfields (XML)"), |
| 230 |
"new_status" => __("New status"), |
| 231 |
"notforloan" => __("Not for loan"), |
| 232 |
"onloan" => __("Due date"), |
| 233 |
"permanent_location" => __("Permanent shelving location"), |
| 234 |
"price" => __("Price"), |
| 235 |
"renewals" => __("Total renewals"), |
| 236 |
"replacementprice" => __("Replacement price"), |
| 237 |
"replacementpricedate" => __("Price effective from"), |
| 238 |
"reserves" => __("Total holds"), |
| 239 |
"restricted" => __("Use restrictions"), |
| 240 |
"stack" => __("Shelving control number"), |
| 241 |
"stocknumber" => __("Inventory number"), |
| 242 |
"timestamp" => __("Timestamp"), |
| 243 |
"uri" => __("Uniform resource identifier"), |
| 244 |
"withdrawn_on" => __("Withdrawn on"), |
| 245 |
"withdrawn" => __("Withdrawn status"), |
| 257 |
}, |
246 |
}, |
| 258 |
biblio => { |
247 |
biblio => { |
| 259 |
"biblionumber" => __("Biblio number"), |
248 |
"abstract" => __("Abstract"), |
| 260 |
"frameworkcode" => __("Framework code"), |
|
|
| 261 |
"author" => __("Author"), |
249 |
"author" => __("Author"), |
| 262 |
"title" => __("Title"), |
250 |
"biblionumber" => __("Biblio number"), |
|
|
251 |
"copyrightdate" => __("Copyright date"), |
| 252 |
"datecreated" => __("Creation date"), |
| 253 |
"frameworkcode" => __("Framework code"), |
| 263 |
"medium" => __("Medium"), |
254 |
"medium" => __("Medium"), |
| 264 |
"subtitle" => __("Remainder of title"), |
|
|
| 265 |
"part_number" => __("Number of part/section of a work"), |
| 266 |
"part_name" => __("Name of part/section of a work"), |
| 267 |
"unititle" => __("Uniform title"), |
| 268 |
"notes" => __("Notes"), |
255 |
"notes" => __("Notes"), |
|
|
256 |
"part_name" => __("Name of part/section of a work"), |
| 257 |
"part_number" => __("Number of part/section of a work"), |
| 269 |
"serial" => __("Is a serial?"), |
258 |
"serial" => __("Is a serial?"), |
| 270 |
"seriestitle" => __("Series title"), |
259 |
"seriestitle" => __("Series title"), |
| 271 |
"copyrightdate" => __("Copyright date"), |
260 |
"subtitle" => __("Remainder of title"), |
| 272 |
"datecreated" => __("Creation date"), |
|
|
| 273 |
"timestamp" => __("Modification date"), |
261 |
"timestamp" => __("Modification date"), |
| 274 |
"abstract" => __("Abstract"), |
262 |
"title" => __("Title"), |
|
|
263 |
"unititle" => __("Uniform title"), |
| 275 |
}, |
264 |
}, |
| 276 |
biblioitems => { |
265 |
biblioitems => { |
|
|
266 |
"agerestriction" => __("Age restriction"), |
| 277 |
"biblioitemnumber" => __("Biblioitem number"), |
267 |
"biblioitemnumber" => __("Biblioitem number"), |
| 278 |
"biblionumber" => __("Biblio number"), |
268 |
"biblionumber" => __("Biblio number"), |
| 279 |
"volume" => __("Volume number"), |
|
|
| 280 |
"number" => __("Number"), |
| 281 |
"classification" => __("Classification"), |
269 |
"classification" => __("Classification"), |
| 282 |
"itemtype" => __("Biblio-level item type"), |
270 |
"dewey" => __("Dewey/classification"), |
|
|
271 |
"illus" => __("Illustrations"), |
| 283 |
"isbn" => __("ISBN"), |
272 |
"isbn" => __("ISBN"), |
| 284 |
"issn" => __("ISSN"), |
273 |
"issn" => __("ISSN"), |
| 285 |
"dewey" => __("Dewey/classification"), |
274 |
"itemtype" => __("Biblio-level item type"), |
| 286 |
"subclass" => __("Sub classification"), |
275 |
"lccn" => __("LCCN"), |
|
|
276 |
"notes" => __("Notes"), |
| 277 |
"number" => __("Number"), |
| 278 |
"pages" => __("Number of pages"), |
| 279 |
"place" => __("Place of publication"), |
| 287 |
"publicationyear" => __("Publication date"), |
280 |
"publicationyear" => __("Publication date"), |
| 288 |
"publishercode" => __("Publisher"), |
281 |
"publishercode" => __("Publisher"), |
| 289 |
"volumedate" => __("Volume date"), |
|
|
| 290 |
"volumedesc" => __("Volume information"), |
| 291 |
"timestamp" => __("Timestamp"), |
| 292 |
"illus" => __("Illustrations"), |
| 293 |
"pages" => __("Number of pages"), |
| 294 |
"notes" => __("Notes"), |
| 295 |
"size" => __("Size"), |
282 |
"size" => __("Size"), |
| 296 |
"place" => __("Place of publication"), |
283 |
"subclass" => __("Sub classification"), |
| 297 |
"lccn" => __("LCCN"), |
284 |
"timestamp" => __("Timestamp"), |
| 298 |
"agerestriction" => __("Age restriction"), |
|
|
| 299 |
"url" => __("URL"), |
| 300 |
"title" => __("Title"), |
285 |
"title" => __("Title"), |
|
|
286 |
"url" => __("URL"), |
| 287 |
"volume" => __("Volume number"), |
| 288 |
"volumedate" => __("Volume date"), |
| 289 |
"volumedesc" => __("Volume information"), |
| 290 |
}, |
| 291 |
statistics => { |
| 292 |
"borrowernumber" => __("Borrower number"), |
| 293 |
"branch" => __("Library"), |
| 294 |
"datetime" => __("Statistics date and time"), |
| 295 |
"itemnumber" => __("Item number"), |
| 296 |
"itemtype" => __("Itemtype"), |
| 297 |
"other" => __(""), |
| 298 |
"type" => __("Type"), |
| 299 |
"value" => __("Value"), |
| 301 |
}, |
300 |
}, |
| 302 |
subscription => { |
301 |
subscription => { |
| 303 |
"startdate" => __("Start date"), |
302 |
"branchcode" => __("Library"), |
| 304 |
"enddate" => __("End date"), |
|
|
| 305 |
"periodicity" => __("Periodicity"), |
| 306 |
"callnumber" => __("Call number"), |
303 |
"callnumber" => __("Call number"), |
|
|
304 |
"enddate" => __("End date"), |
| 307 |
"location" => __("Location"), |
305 |
"location" => __("Location"), |
| 308 |
"branchcode" => __("Library"), |
306 |
"periodicity" => __("Periodicity"), |
|
|
307 |
"startdate" => __("Start date"), |
| 309 |
}, |
308 |
}, |
| 310 |
suggestions => { |
309 |
suggestions => { |
| 311 |
"author" => __("Author"), |
310 |
"author" => __("Author"), |
|
|
311 |
"branchcode" => __("Library"), |
| 312 |
"collectiontitle" => __("Collection title"), |
| 312 |
"copyrightdate" => __("Copyright date"), |
313 |
"copyrightdate" => __("Copyright date"), |
| 313 |
"isbn" => __("ISBN"), |
314 |
"isbn" => __("ISBN"), |
| 314 |
"publishercode" => __("Publisher"), |
|
|
| 315 |
"collectiontitle" => __("Collection title"), |
| 316 |
"place" => __("Place of publication"), |
| 317 |
"quantity" => __("Quantity"), |
| 318 |
"itemtype" => __("Item type"), |
315 |
"itemtype" => __("Item type"), |
| 319 |
"branchcode" => __("Library"), |
|
|
| 320 |
"patronreason" => __("Patron reason"), |
| 321 |
"note" => __("Note"), |
316 |
"note" => __("Note"), |
|
|
317 |
"patronreason" => __("Patron reason"), |
| 318 |
"place" => __("Place of publication"), |
| 319 |
"publishercode" => __("Publisher"), |
| 320 |
"quantity" => __("Quantity"), |
| 322 |
"title" => __("Title"), |
321 |
"title" => __("Title"), |
| 323 |
} |
322 |
} |
| 324 |
}; |
323 |
}; |
| 325 |
- |
|
|