Ignore:
Timestamp:
2014-04-30T18:43:09+12:00 (10 years ago)
Author:
ak19
Message:
  1. The top right dialog button that closes the dialog should behave as a cancel press, not an accept all press. 2. RemoteGS3 should not try to convert GS2 format statements, but does allow opening a collection containing the html-entity encoded GS2 format statements. 3. Added more tooltips
File:
1 edited

Legend:

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

    r29009 r29011  
    941941#
    942942#***** FormatConversionDialog *****
    943 FormatConversionDialog.Title:Convert Greenstone 2 format statements to Greenstone 3
     943FormatConversionDialog.Title:Convert Greenstone2 format statements to Greenstone3
    944944FormatConversionDialog.Reconvert:Reconvert
     945FormatConversionDialog.Reconvert_Tooltip:Converts the text that is currently in the Greenstone2 format text area into a Greenstone3 format statement.
    945946FormatConversionDialog.XHTML_Tidy:XHTML Tidy
    946947FormatConversionDialog.XHTML_Tidy_Tooltip:Will run HTML Tidy over the Greenstone3 format statement to try to fix up obvious XHTML errors.
    947948FormatConversionDialog.Next:Next
     949FormatConversionDialog.Next_Tooltip:Inspect the next Greenstone3 format statement that has been automatically converted from a Greenstone2 format statement.
    948950FormatConversionDialog.Accept_All:Accept All
    949 FormatConversionDialog.GS2_Text_Tooltip:Greenstone2 format statement
     951FormatConversionDialog.Accept_All_Tooltip:Closes this dialog, accepting the default Greenstone3 format statements that have been automatically produced for the current and any subsequent Greenstone2 format statements.
     952FormatConversionDialog.Cancel_Tooltip:Cancels out of opening the collection and closes this dialog, discarding any changes made in the dialog.
     953FormatConversionDialog.GS2_Text_Tooltip:Greenstone2 format statement.
    950954FormatConversionDialog.GS3_Text_Tooltip:Greenstone3 format statement, must be XML to be active in Greenstone.
    951955FormatConversionDialog.Tidy_Failed:Tidy failed.
    952956FormatConversionDialog.Tidy_Done:Tidy done.
    953957FormatConversionDialog.XML_Still_Invalid:XML is still invalid.
    954 FormatConversionDialog.Error_GS3_Format:Error in GS3 format statement.
     958FormatConversionDialog.Error_GS3_Format:Error in Greenstone3 format statement.
    955959FormatConversionDialog.Invalid_XML:Invalid XML.
    956960FormatConversionDialog.Invalid_XML_Warning_Title:Cancel or Continue?
    957961FormatConversionDialog.Cancel_Or_Continue_Next:Either press Cancel to go back and re-edit the XML.\nOr press OK to store the current XML as-is, albeit inactive, and continue on to the next statement.\nYou can later use the Format tab to revisit this format statement if you want to update its syntax.
    958 FormatConversionDialog.Cancel_Or_Accept_All:One or more GS3 format statements contains invalid XML.\nEither press Cancel to correct the XML.\nOr press OK to store the GS3 format statements as-is, albeit inactive.\nYou can later use the Format tab to revisit the format statements if you want to update their syntax.
     962FormatConversionDialog.Cancel_Or_Accept_All:One or more Greenstone3 format statements contains invalid XML.\nEither press Cancel to correct the XML.\nOr press OK to store the Greenstone3 format statements as-is, albeit inactive.\nYou can later use the Format tab to revisit the format statements if you want to update their syntax.
    959963
    960964#**********************
Note: See TracChangeset for help on using the changeset viewer.