Lines 1035-1040
Link Here
|
1035 |
tooManyReservesToday: _("Daily hold limit reached for patron"), |
1035 |
tooManyReservesToday: _("Daily hold limit reached for patron"), |
1036 |
tooManyReserves: _("Too many holds"), |
1036 |
tooManyReserves: _("Too many holds"), |
1037 |
notReservable: _("Not holdable"), |
1037 |
notReservable: _("Not holdable"), |
|
|
1038 |
noReservesAllowed: _("No reserves allowed"), |
1038 |
cannotReserveFromOtherBranches: _("Patron is from different library"), |
1039 |
cannotReserveFromOtherBranches: _("Patron is from different library"), |
1039 |
itemAlreadyOnHold: _("Patron already has hold for this item"), |
1040 |
itemAlreadyOnHold: _("Patron already has hold for this item"), |
1040 |
cannotBeTransferred: _("Cannot be transferred to pickup library"), |
1041 |
cannotBeTransferred: _("Cannot be transferred to pickup library"), |
1041 |
- |
|
|