]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/js/dojo/openils/conify/nls/pgt.js
Initial i18n for Conify perm_list interface
[Evergreen.git] / Open-ILS / web / js / dojo / openils / conify / nls / pgt.js
1 ({
2         "CONFIRM_DELETE": "Are you sure you want to delete ${0}?",
3         "CONFIRM_EXIT": "There are unsaved modified Permissions! OK to save these changes, Cancel to abandon them.",
4         "ERROR_CALLING_METHOD": "Problem calling method to create new Permission",
5         "ERROR_CREATING_PERMISSION": "Problem creating new Permission",
6         "ERROR_DELETING": "Problem deleting ${0}",
7         "ERROR_FETCHING_PERMS": "Problem fetching perms",
8         "ERROR_SAVING_DATA": "Problem saving data for ${0}",
9         "STATUS_DELETED": "${0} deleted", 
10         "SUCCESS_CREATING_PERMISSION": "New ${0} permission created",
11         "SUCCESS_SAVE": "Saved changes to ${0}"
12 })