Advertisement
Guest User

Untitled

a guest
Aug 20th, 2013
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. FAIL_PART_MSG_MAP = {
  2. "actor.usr.barred" => l("The patron is barred"),
  3. "asset.copy.circulate" => l("The item does not circulate"),
  4. "asset.copy_location.circulate" => l("Items from this shelving location do not circulate"),
  5. "asset.copy.status" => l("The item cannot circulate at this time"),
  6. "circ.holds.target_skip_me" => l("The item's circulation library does not fulfill holds"),
  7. "config.circ_matrix_circ_mod_test" => l("The patron has too many items of this type checked out"),
  8. "config.circ_matrix_test.available_copy_hold_ratio" => l("The available item-to-hold ratio is too low"),
  9. "config.circ_matrix_test.circulate" => l("Circulation rules reject this item as non-circulatable"),
  10. "config.circ_matrix_test.total_copy_hold_ratio" => l("The total item-to-hold ratio is too low"),
  11. "config.hold_matrix_test.holdable" => l("Hold rules reject this item as unholdable"),
  12. "config.hold_matrix_test.max_holds" => l("The patron has reached the maximum number of holds"),
  13. "config.rule_age_hold_protect.prox" => l("The item is too new to transit this far"),
  14. "item.holdable" => l("The item is not holdable"),
  15. "location.holdable" => l("The item's location is not holdable"),
  16. "status.holdable" => l("The item is not in a holdable status"),
  17. "no_item" => l("The system could not find this item"),
  18. "no_ultimate_items" => l("The system could not find any items to match this hold request"),
  19. "no_matchpoint" => l("System rules do not define how to handle this item"),
  20. "no_user" => l("The system could not find this patron"),
  21. "transit_range" => l("The item cannot transit this far")
  22. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement