|
Lines 78-84
a.add, a.delete {
Link Here
|
| 78 |
[% CASE 'error_on_update' %] |
78 |
[% CASE 'error_on_update' %] |
| 79 |
[% tx("An error occurred when updating mappings: {message}.", { message = m.message }) | html %] |
79 |
[% tx("An error occurred when updating mappings: {message}.", { message = m.message }) | html %] |
| 80 |
[% CASE 'error_on_delete' %] |
80 |
[% CASE 'error_on_delete' %] |
| 81 |
[% t("An error occurred when deleting the existing mappings. Nothing has been changed!") %] |
81 |
[% t("An error occurred when deleting the existing mappings. Nothing has been changed!") | $raw %] |
| 82 |
[% tx("(search field {field_name} with mapping {marc_field}.)", { field_name = m.values.field_name, marc_field = m.values.marc_field }) | html %] |
82 |
[% tx("(search field {field_name} with mapping {marc_field}.)", { field_name = m.values.field_name, marc_field = m.values.marc_field }) | html %] |
| 83 |
[% CASE 'invalid_field_weight' %] |
83 |
[% CASE 'invalid_field_weight' %] |
| 84 |
[% tx("Invalid field weight '{weight}', must be a positive decimal number.", { weight = m.weight }) | html %] |
84 |
[% tx("Invalid field weight '{weight}', must be a positive decimal number.", { weight = m.weight }) | html %] |
|
Lines 89-97
a.add, a.delete {
Link Here
|
| 89 |
[% CASE 'recreate_required' %] |
89 |
[% CASE 'recreate_required' %] |
| 90 |
[% tx("Index '{index}' needs to be recreated.", { index = m.index }) | html %] |
90 |
[% tx("Index '{index}' needs to be recreated.", { index = m.index }) | html %] |
| 91 |
[% CASE 'success_on_update' %] |
91 |
[% CASE 'success_on_update' %] |
| 92 |
[% t("Mappings updated successfully.") %] |
92 |
[% t("Mappings updated successfully.") | $raw %] |
| 93 |
[% CASE 'success_on_reset' %] |
93 |
[% CASE 'success_on_reset' %] |
| 94 |
[% t("Mappings have been reset successfully.") %] |
94 |
[% t("Mappings have been reset successfully.") | $raw %] |
| 95 |
[% CASE %] |
95 |
[% CASE %] |
| 96 |
[% m.code | html %] |
96 |
[% m.code | html %] |
| 97 |
[% END %] |
97 |
[% END %] |
| 98 |
- |
|
|