]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/cat/share/marcedit_strings.tt2
LP2045292 Color contrast for AngularJS patron bills
[working/Evergreen.git] / Open-ILS / src / templates / staff / cat / share / marcedit_strings.tt2
1 [%# Strings for cat/services/marcedit.js %]
2
3 <script>
4 angular.module('egCoreMod').run(['egStrings', function(s) {
5     s.INSERT_FIELD_AFTER        = "[% l('Insert field after') %]";
6     s.INSERT_FIELD_BEFORE       = "[% l('Insert field before') %]";
7     s.ADD_006                   = "[% l('Add 006') %]";
8     s.ADD_007                   = "[% l('Add 007') %]";
9     s.ADD_REPLACE_008           = "[% l('Add/Replace 008') %]";
10     s.DELETE_FIELD              = "[% l('Delete field') %]";
11     s.CONFIRM_DELETE_RECORD     = "[% l('Delete Record') %]";
12     s.CONFIRM_DELETE_BRE_MSG    = "[% l('Are you sure you want to delete title record [_1] from the catalog?', '{{id}}') %]";
13     s.CONFIRM_DELETE_ARE_MSG    = "[% l('Are you sure you want to delete authority record [_1] from the catalog?', '{{id}}') %]";
14     s.ALERT_DELETE_FAILED       = "[% l('Could not delete record [_1]: [_2]', '{{id}}', '{{desc}}') %]";
15     s.ALERT_UNDELETE_FAILED     = "[% l('Could not undelete record [_1]: [_2]', '{{id}}', '{{desc}}') %]";
16     s.DIRTY_MARC_WARNING        = "[% l('There is unsaved data in this record.') %]"
17     s.MARC_ALERT_CREATE_SUCCESS = "[% l('Successfully created new record') %]";
18     s.MARC_ALERT_CREATE_FAILED  = "[% l('Failed to create new record: [_1]', '{{error}}') %]";
19     s.MARC_ALERT_UPDATE_SUCCESS = "[% l('Successfully updated record') %]";
20     s.MARC_ALERT_UPDATE_FAILED  = "[% l('Failed to update record: [_1]', '{{error}}') %]";
21     s.SUCCESS_UNDELETE_RECORD   = "[% l('Record is no longer deleted') %]";
22 }]);
23 </script>