]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/actor/nls/register.js
ab1150a96f2bca96d7d5d3c8d33d1d7804414230
[working/Evergreen.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     "EXAMPLE" : "Example: "
13 }