Ignore:
Timestamp:
2020-07-23T13:41:08+12:00 (4 years ago)
Author:
ak19
Message:

Incorporating Kathy & Dr Bainbridge's improvements to the recently added export to meta CSV features: 1. Move meta to CSV now called Convert meta to CSV launch. 2. Launch Export Meta JChooser dialog in collection dir not import dir, but Convert Meta still launched in importDir as before. Also upload any metadata.csv created in collection dir to remote server if client-GLI, not just if meta.csv was created in importDir. 3. Labels of JChooser confirm button and dialog title corrected. 4. Updates to dictionary string names and values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/classes/dictionary.properties

    r34266 r34283  
    532532ExportAsPrompt.MappingXML_Tooltip:Use a mapping file for converting the exported files.
    533533#
    534 #***** Export Metadata to CSV *****
    535 ExportMeta.ChooseMetaCSVFile: Export metadata from GLI to a new CSV file or add to existing
    536 ExportMeta.MoveMetaXMLToCSV_Warning_Message: Warning, this will remove all metadata from GLI after exporting to CSV. Proceed?
    537 ExportMeta.MoveMetaXMLToCSV_Failed_Message: Failed to export contents of collection metadata.xml files to CSV properly. Will not remove metadata.xml files.
     534#***** Export/Convert Metadata to CSV *****
     535MetaToCSV.Choose:Choose
     536MetaToCSV.ExportAction:Export
     537MetaToCSV.ConvertAction:Convert
     538MetaToCSV.ChooseMetaCSVFile:{0} metadata from GLI to a new CSV file or add to existing
     539MetaToCSV.ConvertMetaXMLToCSV_Warning_Message:Warning, this will remove all metadata from GLI (metadata.xml files) after exporting to CSV.\nThis means you will no longer be able to edit this metadata from within GLI.\nProceed?
     540MetaToCSV.ConvertMetaXMLToCSV_Failed_Message:Failed to export contents of collection metadata.xml files to CSV properly. Will not remove metadata.xml files.
    538541#
    539542#***** Inherited Metadata *****
     
    787790Menu.File_ExportAs:Export...
    788791Menu.File_ExportMeta:Export metadata to CSV...
    789 Menu.File_MoveMetaToCSV:Move metadata to CSV...
     792Menu.File_ConvertMetaToCSV:Convert metadata to CSV...
    790793Menu.File_New:New...
    791794Menu.File_Open:Open...
Note: See TracChangeset for help on using the changeset viewer.