]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/actor/nls/register.js
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[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     "REPLACE_BARCODE" : "Replace Barcode",
14     "BARCODE_IN_USE" : "Barcode is already in use",
15     "SEE_ALL" : "See All",
16     "DUPE_USERNAME" : "Username is already in use",
17     "RESET_PASSWORD" : "Reset Password",
18     "VERIFY_PASSWORD" : "Verify Password",
19     "PARENT_OR_GUARDIAN" : "Parent/Guardian",
20     "USER_SETTINGS" : "User Settings",
21     "ADDRESS_HEADER" : "Address",
22     "ADDRESS_MAILING" : "Mailing",
23     "ADDRESS_BILLING" : "Billing",
24     "ADDRESS_PENDING" : "This is a pending address: ",
25     "ADDRESS_APPROVE" : "Approve Address",
26     "ADDRESS_OWNED" : "This address is owned by another user: ",
27     "ADDRESS_NEW" : "New Address",
28     "STAT_CATS" : "Statistical Categories",
29     "SAVE" : "Save",
30     "SAVE_CLONE" : "Save &amp; Clone",
31     "SHOW_REQUIRED" : "Show Only Required Fields",
32     "SHOW_SUGGESTED" : "Show Suggested Fields",
33     "SHOW_ALL" : "Show All Fields"
34 }