Bug 15394 - Tidy up error messages in OPAC lists
[koha-equinox.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-shelves.tt
index a92a5cb..7fd410b 100644 (file)
                     [% END %]
                     [% SWITCH m.code %]
                     [% CASE 'error_on_update' %]
-                        <span>An error occurred when updating this list. Perhaps the value already exists.</span>
+                        <span>An error occurred when updating this list.</span>
                     [% CASE 'error_on_insert' %]
-                        <span>An error occurred when inserting this list. Perhaps the name already exists.</span>
+                        <span>An error occurred when creating this list.</span>
                     [% CASE 'error_on_delete' %]
-                        <span>An error occurred when deleting this list. Check the logs.</span>
+                        <span>An error occurred when deleting this list.</span>
                     [% CASE 'error_on_add_biblio' %]
-                        <span>The item has not been added to the list. Please check it's not in this list yet.</span>
+                        <span>The item has not been added to the list. Please check it's not already in the list.</span>
                     [% CASE 'error_on_remove_share' %]
                         <span>The share has not been removed.</span>
                     [% CASE 'success_on_update' %]
-                        <span>List updated with success.</span>
+                        <span>List updated.</span>
                     [% CASE 'success_on_insert' %]
-                        <span>List inserted with success.</span>
+                        <span>List created.</span>
                     [% CASE 'success_on_delete' %]
-                        <span>List deleted with success.</span>
+                        <span>List deleted.</span>
                     [% CASE 'success_on_add_biblio' %]
                         <span>The item has been added to the list.</span>
                     [% CASE 'success_on_remove_biblios' %]
                     [% CASE 'unauthorized_on_view' %]
                         <span>You do not have permission to view this list.</span>
                     [% CASE 'unauthorized_on_insert' %]
-                        <span>You do not have permission to insert a new list.</span>
+                        <span>You do not have permission to create a new list.</span>
                     [% CASE 'unauthorized_on_update' %]
                         <span>You do not have permission to update this list.</span>
                     [% CASE 'unauthorized_on_delete' %]
                         <span>You do not have permission to delete this list.</span>
                     [% CASE 'unauthorized_on_add_biblio' %]
-                        <span>You do not have permission to add a biblio to this list.</span>
+                        <span>You do not have permission to add a record to this list.</span>
                     [% CASE 'no_biblio_removed' %]
-                        <span>No biblio has been removed.</span>
+                        <span>No record was removed.</span>
                     [% CASE 'Koha::Exceptions::Virtualshelves::DuplicateObject' %]
-                        <span>An error occurred when inserting this list. The name [% shelfname %] already exists.</span>
+                        <span>An error occurred when creating the list. The name [% shelfname %] already exists.</span>
                     [% CASE 'DBIx::Class::Exception' %]
                         [% m.msg %]
                     [% CASE %]