Changeset 37698


Ignore:
Timestamp:
2023-04-21T18:39:03+12:00 (12 months ago)
Author:
anupama
Message:

Forgot to commit with GLI changes of r37690 and r37691. Display strings for the new warning dialog that pops up if you try to build and have an archives_keepold folder from a previously failed incremental build (cmdline incremental build doesn't rename archives_keepold as archives on cancel/ctrl-C, so it could be left around for GLI to find when attempting to rebuild).

File:
1 edited

Legend:

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

    r37311 r37698  
    11711171#***********************
    11721172#
     1173#***** Dialog Warning about Incremental Building *****
     1174WarnIncrBuildDialog.Title:Unexpected: archives_keepold folder detected
     1175WarnIncrBuildDialog.Message:Unexpected archives_keepold folder detected.\nDo you want to:\n- Revert the archives folder to the previous version before building (default).\n- Remove archives_keepold and proceed with the build (the previous restore-point will be lost).\n- Cancel the build. Both the archives and the archives_keepold folders are retained.
     1176WarnIncrBuildDialog.Revert_Tooltip:Revert to using archives_keepold
     1177WarnIncrBuildDialog.Remove_Tooltip:Remove archives_keepold
     1178WarnIncrBuildDialog.Revert:Use previous version
     1179WarnIncrBuildDialog.Remove:Remove previous version
     1180UnableToDeleteFolder.Title:Error: Unable to delete folder
     1181UnableToDeleteFolder.Message:Unable to delete folder {0}
     1182UnableToRenameFolder.Title:Error: Unable to rename folder
     1183UnableToRenameFolder.Message:Unable to rename folder\n{0}\nto {1}.\nYou may have to do this rename manually on the file system to build again.
     1184
     1185#***********************
     1186#
    11731187#***** Warning Dialog *****
    11741188WarningDialog.Dont_Show_Again:Do not show this warning again
Note: See TracChangeset for help on using the changeset viewer.