Lines 201-207
Link Here
|
201 |
[% CASE 'unauthorized_on_add_biblio' %] |
201 |
[% CASE 'unauthorized_on_add_biblio' %] |
202 |
<span>You do not have permission to add a record to this list.</span> |
202 |
<span>You do not have permission to add a record to this list.</span> |
203 |
[% CASE 'unauthorized_transfer' %] |
203 |
[% CASE 'unauthorized_transfer' %] |
204 |
<span>You do not have permission to transfer ownership of this list.</span> |
204 |
<span>Transfer not allowed: You or the selected user do not have the required permissions.</span> |
205 |
[% CASE 'no_biblio_removed' %] |
205 |
[% CASE 'no_biblio_removed' %] |
206 |
<span>No record was removed.</span> |
206 |
<span>No record was removed.</span> |
207 |
[% CASE 'new_owner_not_found' %] |
207 |
[% CASE 'new_owner_not_found' %] |
208 |
- |
|
|