home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 July / APC47-1.ISO / workshop / win95 / pws / iis4_02.cab / localize.inc < prev    next >
Encoding:
Text File  |  1997-10-24  |  5.6 KB  |  124 lines

  1. <!-- VSS generated file data
  2. $Modtime: 10/24/97 12:47p $
  3. $Revision: 14 $
  4. $Workfile: localize.inc $
  5. -->
  6. <%
  7. '--------------------------------------------------------------------
  8. '                     Localization variables
  9. '
  10. ' For the Publishing Wizard, welcome.asp, finish.inc, myfiles.asp
  11. ' and files in JSBrowser need to be localized.
  12. '--------------------------------------------------------------------
  13.  
  14. '------------Text from welcome.asp-----------
  15.  
  16.     Dim bckSlash, colon, semiColon, period, locPubWiz, locFile, _
  17.     locDescription, locPath, locPubFiles, locWelcomeInstr1, locWelcomeInstr2,_
  18.     locChooseAddrad, locChooseRemoverad, locChooseRefreshrad, locChooseUpdaterad, _
  19.     locChooseWhatDo, locInvalidPath, locPathRequired, locAddInstr1, _
  20.     locAddInstr2, locAddInstr3, locAddBrowsebtn, locAddAddbtn, locAddRemovebtn, _
  21.     locRemoveInstr1, locRefreshInstr1, locChangeInstr1, locChangeUpdatebtn, _
  22.     locWarning
  23.     
  24.     bckSlash = chr(92)
  25.     colon = chr(58)
  26.     semiColon = chr(59)
  27.     period = chr(46)
  28.     locPubWiz ="Publishing Wizard"
  29.     locPath = "Path:"
  30.     locFile = "File:"
  31.     locDescription = "Description:"
  32.     locPubFiles = "Published Files:"
  33.     locWelcomeInstr1 = "The publishing wizard helps you publish files quickly" + _
  34.                          " and easily."
  35.     locWelcomeInstr2 = " To begin publishing, click on the wizard."
  36.     locWarning = "The Home Page Wizard must be run once before using the Publishing Wizard. " + _
  37.                 "If you have already run the Home Page Wizard, click F5 to refresh this page."
  38.     locChooseWhatDo = "What do you want to do?"
  39.     locChooseAddrad = "Add a file to the published list"
  40.     locChooseRemoverad = "Remove from the list of published files"
  41.     locChooseRefreshrad = "Refresh published files from their originals"
  42.     locChooseUpdaterad = "Change a file description"
  43.     locInvalidPath = "Invalid File Path."
  44.     locPathRequired = "A file path is required."
  45.     locAddInstr1 = "To publish a file, type the full path and description below."
  46.     locAddInstr2 = "Click the Add button to display the files in the list below.<br>" + _
  47.                     "Select a file and click Remove to remove a file from the list."
  48.     locAddInstr3 = "Files to publish:"
  49.     locAddBrowsebtn = "Browse"
  50.     locAddAddbtn = "Add"
  51.     locAddRemovebtn = "Remove"
  52.     locRemoveInstr1 = "To remove a file from the published list, select the file and click Next."
  53.     locRefreshInstr1 = "To refresh a file from the published list, select the file and click Next."
  54.     locChangeInstr1 = "To edit a file description, select the file from the list, edit the description text, and click Update." + _
  55.                         " When you have finished updating descriptions, click Next."
  56.     locChangeUpdatebtn = "Update"
  57.     
  58.     '----------Text from finish.inc--------------
  59.     
  60.     Dim locProb, locSolu, locRemProb1, locRemSolu1, locRemProb2, locRemSolu2, _
  61.     locRemProb3, locRemResult, locInsProb1a, locInsProb1b, locInsSolu1, _
  62.     locInsProb2a, locInsProb2b, locInsSolu2, locInsProb3, locInsSolu3, locInsProb4, locInsSolu4, _
  63.     locInsProb5a, locInsProb5b, locInsSolu5, locInsResult, locRefProb1, _
  64.     locRefSolu1, locRefProb2, locRefSolu2, locRefProb3, locRefSolu3, _
  65.     locRefProb4, locRefSolu4, locRefProb5, locRefSolu5, locRefResult, _
  66.     locUpdProb1, locUpdSolu1, locUpdResult, locUnexpectProb, locUnexpectSolu, _
  67.     locFail, locPass, locDrvUnk, locDrvRem, locDrvNet, locDrvCD, locDrvRAM, _
  68.     locRemSolu3
  69.     
  70.     
  71.     
  72.     locProb = "Problem:<BR>"
  73.     locSolu = "<P>Solution:<BR>"
  74.     locFail = "Fail"
  75.     locPass = "Pass"
  76.     locDrvUnk = "Unknown"
  77.     locDrvRem = "Removable"
  78.     locDrvNet = "Network"
  79.     locDrvCD = "CD-ROM"
  80.     locDrvRAM = "RAM Disk"
  81.     
  82.     locRemProb1 = "There are no files in WebPub to delete."
  83.     locRemSolu1 = "No additional action is necessary."
  84.     locRemProb2 = " was not available to delete."
  85.     locRemSolu2 = "No additional action was necessary."
  86.     locRemProb3 = " is not in \Webpub."
  87.     locRemSolu3 = "No additional action is necessary."
  88.     locRemResult = "The following files were deleted:<BR>"
  89.     
  90.     locInsProb1a = " could not be copied because "
  91.     locInsProb1b = " could not be found."
  92.     locInsSolu1 = "Check the path or Drive letter."
  93.     locInsProb2a = " could not be copied because "
  94.     locInsProb2b = " is a network share."
  95.     locInsSolu2 = "Copy the file to a local fixed drive."
  96.     locInsProb3 = " could not be copied because a file by that name already exists in \Webpub."
  97.     locInsSolu3 = "Delete, move or rename the file in \WebPub."
  98.     locInsProb4 = " could not be found."
  99.     locInsSolu4 = "Check the file path."
  100.     locInsProb5a = " could not be copied because "
  101.     locInsProb5b = " drives cannot be utilized."
  102.     locInsSolu5 = "Copy the file to a local fixed drive."
  103.     locInsResult = "The following files were added:<br>"
  104.     
  105.     locRefProb1 = "There are no files in WebPub to refresh."
  106.     locRefSolu1 = "Add files to \Webpub."
  107.     locRefProb2 = " was not refreshed because the only know copy exists in \Webpub."
  108.     locRefSolu2 = "Move the file to a new directory, then add it using the Publishing Wizard."
  109.     locRefProb3 = " could not be refreshed because it was not in \Webpub."
  110.     locRefSolu3 = "Add the file to \Webpub using the Publishing Wizard."
  111.     locRefProb4 = " could not be refreshed because the source file was not at "
  112.     locRefSolu4 = " must be deleted using the Wizard, then add the source file again from "
  113.     locRefProb5 = "There is no record of "
  114.     locRefSolu5 = "Add the source file using the Publishing Wizard."
  115.     locRefResult = "The following files were refreshed:<br>"
  116.     
  117.     locUpdProb1 = " was not updated because it could not be found in \Webpub."
  118.     locUpdSolu1 = " should be added using the Publishing Wizard."
  119.     locUpdResult = "The following files were updated:<br>"
  120.     
  121.     locUnexpectProb = "An unexpected error occured."
  122.     locUnexpectSolu = "Please restart the Publishing Wizard."
  123.         
  124.     %>