5cdc0235b458e9bb40b63cecec6f9d83ccb2fc43
[evergreen-equinox.git] / Open-ILS / web / js / dojo / openils / actor / nls / register.js
1 {
2     "DEFAULT_ADDRESS_TYPE" : "MAILING",
3     "DELETE_ADDRESS" : "Delete address ${0}?",
4     "NEED_ADDRESS" : "An address is required during registration.",
5     "DUPE_PATRON_NAME" : "Found ${0} patron(s) with the same name",
6     "DUPE_PATRON_EMAIL" : "Found ${0} patron(s) with the same email address",
7     "DUPE_PATRON_IDENT" : "Found ${0} patron(s) with the same identification",
8     "DUPE_PATRON_PHONE" : "Found ${0} patron(s) with the same phone number",
9     "DUPE_PATRON_ADDR" : "Found ${0} patron(s) with the same address",
10     "REPLACED_ADDRESS" : "<div>Replaces address <b>${0}</b><br/> ${1} ${2}<br/> ${3}, ${4} ${5}</div>",
11     "INVALID_FORM" : "Form is invalid.  Please edit and try again."
12 }