View | Details | Raw Unified | Return to bug 8558
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-2 / +1 lines)
Lines 291-297 Link Here
291
        /* Set some variable needed in biblio_framework.js */
291
        /* Set some variable needed in biblio_framework.js */
292
        var MSG_IMPORT_ERROR = _("Error importing the framework");
292
        var MSG_IMPORT_ERROR = _("Error importing the framework");
293
        var MSG_SELECT_FILE_FORMAT = _("Please select a CSV (.csv), ODS (.ods) or XML (.xml) spreadsheet file.");
293
        var MSG_SELECT_FILE_FORMAT = _("Please select a CSV (.csv), ODS (.ods) or XML (.xml) spreadsheet file.");
294
        var MSG_OVERWRITE_WARNING = _("Do you really want to import the framework fields and subfields? This will overwrite the current configuration. For safety reasons please use the export option to make a backup");
294
        var MSG_OVERWRITE_WARNING = _("Are you sure you want to import the [% loo.frameworkcode | html %] framework structure? This will overwrite the current configuration. For safety reasons, it is recommended to use the export option to make a backup first.");
295
        var MSG_IMPORTING_TO_FRAMEWORK = _("Importing to framework: %s. Importing from file: %s.");
295
        var MSG_IMPORTING_TO_FRAMEWORK = _("Importing to framework: %s. Importing from file: %s.");
296
        var template_path = "[% interface | html %]/[% theme | html %]";
296
        var template_path = "[% interface | html %]/[% theme | html %]";
297
    </script>
297
    </script>
298
- 

Return to bug 8558