]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/js/dojo/openils/conify/nls/aout.js
by default, wait less time for added content data to return (to prevent apache proces...
[working/Evergreen.git] / Open-ILS / web / js / dojo / openils / conify / nls / aout.js
1 {
2
3         CONFIRM_UNSAVED_CHANGES: "There are unsaved changes to one or more organization types. Click OK to save these changes, or Cancel to abandon them.",
4         CONFIRM_DELETE: "Are you sure you want to delete ${0}?",
5         ERROR_CREATING_CHILD: "Problem creating child Organization Type",
6         ERROR_CREATING_CHILD_METHOD: "Problem calling method to create child Organization Type",
7         ERROR_DELETING: "Problem deleting ${0}",
8         ERROR_DELETING_LAST: "Cannot delete ${0}. You need at least one organization type.",
9         ERROR_ORPHANS: "Cannot delete ${0}; ${1} subordinates still exist.",
10         ERROR_SAVING_DATA: "Problem saving data for ${0}",
11         ERROR_FETCHING_TYPES: "Problem fetching organization types",
12         LABEL_NEW_TYPE: "New Type",
13         STATUS_DELETED: "${0} deleted", 
14         STATUS_EDITING: "Now editing ${0}", 
15         SUCCESS_CREATING_CHILD: "New child Organization Type created for ${0}",
16         SUCCESS_SAVING_DATA: "Saved changes to ${0}"
17 }