|
Lines 257-278
sub columns {
Link Here
|
| 257 |
"withdrawn_on" => __("Withdrawn on"), |
257 |
"withdrawn_on" => __("Withdrawn on"), |
| 258 |
}, |
258 |
}, |
| 259 |
biblio => { |
259 |
biblio => { |
| 260 |
"abstract" => __("Abstract"), |
260 |
"abstract" => __("Abstract"), |
| 261 |
"author" => __("Author"), |
261 |
"opac_suppressed" => __("Suppressed from OPAC"), |
| 262 |
"biblionumber" => __("Biblio number (internal)"), |
262 |
"author" => __("Author"), |
| 263 |
"copyrightdate" => __("Copyright date"), |
263 |
"biblionumber" => __("Biblio number (internal)"), |
| 264 |
"datecreated" => __("Creation date"), |
264 |
"copyrightdate" => __("Copyright date"), |
| 265 |
"frameworkcode" => __("Framework code"), |
265 |
"datecreated" => __("Creation date"), |
| 266 |
"medium" => __("Medium"), |
266 |
"frameworkcode" => __("Framework code"), |
| 267 |
"notes" => __("Notes"), |
267 |
"medium" => __("Medium"), |
| 268 |
"part_name" => __("Name of part/section of a work"), |
268 |
"notes" => __("Notes"), |
| 269 |
"part_number" => __("Number of part/section of a work"), |
269 |
"part_name" => __("Name of part/section of a work"), |
| 270 |
"serial" => __("Is a serial?"), |
270 |
"part_number" => __("Number of part/section of a work"), |
| 271 |
"seriestitle" => __("Series title"), |
271 |
"serial" => __("Is a serial?"), |
| 272 |
"subtitle" => __("Remainder of title"), |
272 |
"seriestitle" => __("Series title"), |
| 273 |
"timestamp" => __("Modification date"), |
273 |
"subtitle" => __("Remainder of title"), |
| 274 |
"title" => __("Title"), |
274 |
"timestamp" => __("Modification date"), |
| 275 |
"unititle" => __("Uniform title"), |
275 |
"title" => __("Title"), |
|
|
276 |
"unititle" => __("Uniform title"), |
| 276 |
}, |
277 |
}, |
| 277 |
biblioitems => { |
278 |
biblioitems => { |
| 278 |
"agerestriction" => __("Age restriction"), |
279 |
"agerestriction" => __("Age restriction"), |
| 279 |
- |
|
|