]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/conify/nls/aou.js
Bring i18n to org unit administration interface
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / conify / nls / aou.js
1 {
2         CONFIRM_DELETE: "Are you sure you want to delete ${0}?",
3         CONFIRM_EXIT: "There are unsaved changes to one or more organizational units. Click OK to save these changes, or Cancel to abandon them.",
4         ERROR_CREATING_CHILD: "Problem creating child Organizational Unit",
5         ERROR_DELETING: "Problem deleting ${0}",
6         ERROR_DELETING_LAST: "Cannot delete ${0}, you need at least one.",
7         ERROR_FETCHING_HOLDS: "Problem fetching Holds Address for ${0}",
8         ERROR_FETCHING_HOURS: "Problem fetching hours of operation for ${0}",
9         ERROR_FETCHING_ILL: "Problem fetching ILL Address for ${0}", 
10         ERROR_FETCHING_MAILING: "Problem fetching Mailing Address for ${0}", 
11         ERROR_FETCHING_ORGS: "Problem fetching organizational unit data",
12         ERROR_FETCHING_PHYSICAL: "Problem fetching Physical Address for ${0}", 
13         ERROR_FETCHING_TYPES: "Problem fetching organizational unit type data",
14         ERROR_ORPHANS: "Cannot delete ${0}, ${1} subordinates still exist.",
15         ERROR_SAVING_HOO: "Problem saving Hours of Operation data for ${0}",
16         ERROR_SAVING_DATA: "Problem saving data for ${0}",
17         ERROR_SAVING_HOLDS: "Problem saving Holds Address data for ${0}", 
18         ERROR_SAVING_ILL: "Problem saving ILL Address data for ${0}", 
19         ERROR_SAVING_MAILING: "Problem saving Mailing Address data for ${0}", 
20         ERROR_SAVING_PHYSICAL: "Problem saving Physical Address data for ${0}", 
21         LABEL_NEW_BRANCH: "New Branch",
22         STATUS_DELETED: "${0} deleted", 
23         STATUS_EDITING: "Now editing ${0}",
24         SUCCESS_CREATING_CHILD: "New child Organizational Unit created for ${0}",
25         SUCCESS_SAVE: "Saved changes to ${0}",
26         SUCCESS_SAVING_HOO: "Hours of Operation updated for ${0}",
27         SUCCESS_SAVING_HOLDS: "Saved changes to the Holds Address of ${0}",
28         SUCCESS_SAVING_ILL: "Saved changes to the ILL Address of ${0}",
29         SUCCESS_SAVING_MAILING: "Saved changes to the Mailing Address of ${0}",
30         SUCCESS_SAVING_PHYSICAL: "Saved changes to the Physical Address of ${0}"
31 }