Commits

Yana De Pauw authored d9a393c8e65
Add Item Status Edit Actions

Add the Item Withdraw and Reistate action Add the make Item Private and Public action Add the Permanently Delete action
No tags

resources/i18n/en.json

Modified
36 36 "download": "Download",
37 37 "name": "Name:",
38 38 "format": "Format:",
39 39 "size": "Size:",
40 40 "description": "Description:"
41 41 },
42 42 "link": {
43 43 "simple": "Simple item page",
44 44 "full": "Full item page"
45 45 }
46 + },
47 + "select": {
48 + "table": {
49 + "collection": "Collection",
50 + "author": "Author",
51 + "title": "Title"
52 + },
53 + "confirm": "Confirm selected"
54 + },
55 + "edit": {
56 + "head": "Edit Item",
57 + "tabs": {
58 + "status": {
59 + "head": "Item Status",
60 + "description": "Welcome to the item management page. From here you can withdraw, reinstate, move or delete the item. You may also update or add new metadata / bitstreams on the other tabs.",
61 + "labels": {
62 + "id": "Item Internal ID",
63 + "handle": "Handle",
64 + "lastModified": "Last Modified",
65 + "itemPage": "Item Page"
66 + },
67 + "buttons": {
68 + "authorizations": {
69 + "label": "Edit item's authorization policies",
70 + "button": "Authorizations..."
71 + },
72 + "withdraw": {
73 + "label": "Withdraw item from the repository",
74 + "button": "Withdraw..."
75 + },
76 + "reinstate": {
77 + "label": "Reinstate item into the repository",
78 + "button": "Reinstate..."
79 + },
80 + "move": {
81 + "label": "Move item to another collection",
82 + "button": "Move..."
83 + },
84 + "private": {
85 + "label": "Make item private",
86 + "button": "Make it private..."
87 + },
88 + "public": {
89 + "label": "Make item public",
90 + "button": "Make it public..."
91 + },
92 + "delete": {
93 + "label": "Completely expunge item",
94 + "button": "Permanently delete"
95 + },
96 + "mappedCollections": {
97 + "label": "Manage mapped collections",
98 + "button": "Mapped collections"
99 + }
100 + }
101 + },
102 + "bitstreams": {
103 + "head": "Item Bitstreams"
104 + },
105 + "metadata": {
106 + "head": "Item Metadata"
107 + },
108 + "view": {
109 + "head": "View Item"
110 + },
111 + "curate": {
112 + "head": "Curate"
113 + }
114 + },
115 + "modify.overview": {
116 + "field": "Field",
117 + "value": "Value",
118 + "language": "Language"
119 + },
120 + "withdraw": {
121 + "header": "Withdraw item: {{ id }}",
122 + "description": "Are you sure this item should be withdrawn from the archive?",
123 + "confirm": "Withdraw",
124 + "cancel": "Cancel",
125 + "success": "The item was withdrawn successfully",
126 + "error": "An error occured while withdrawing the item"
127 + },
128 + "reinstate": {
129 + "header": "Reinstate item: {{ id }}",
130 + "description": "Are you sure this item should be reinstated to the archive?",
131 + "confirm": "Reinstate",
132 + "cancel": "Cancel",
133 + "success": "The item was reinstated successfully",
134 + "error": "An error occured while reinstating the item"
135 + },
136 + "private": {
137 + "header": "Make item private: {{ id }}",
138 + "description": "Are you sure this item should be made private in the archive?",
139 + "confirm": "Make it Private",
140 + "cancel": "Cancel",
141 + "success": "The item is now private",
142 + "error": "An error occured while making the item private"
143 + },
144 + "public": {
145 + "header": "Make item public: {{ id }}",
146 + "description": "Are you sure this item should be made public in the archive?",
147 + "confirm": "Make it Public",
148 + "cancel": "Cancel",
149 + "success": "The item is now public",
150 + "error": "An error occured while making the item public"
151 + },
152 + "delete": {
153 + "header": "Delete item: {{ id }}",
154 + "description": "Are you sure this item should be completely deleted? Caution: At present, no tombstone would be left.",
155 + "confirm": "Delete",
156 + "cancel": "Cancel",
157 + "success": "The item has been deleted",
158 + "error": "An error occured while deleting the item"
159 + }
46 160 }
47 161 },
48 162 "nav": {
49 163 "home": "Home",
50 164 "login": "Log In",
51 165 "logout": "Log Out"
52 166 },
53 167 "pagination": {
54 168 "results-per-page": "Results Per Page",
55 169 "sort-direction": "Sort Options",

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut