file
file: object
deploying
deploying: string = "Deploying file {0:trim,surround}{1:trim,leading_space}... "
deployingWithDestination
deployingWithDestination: string = "Deploying file {0:trim,surround} to {1:trim,surround}{2:trim,leading_space}... "
failed
failed: string = "Could not deploy file {0:trim,surround}: {1}"
isIgnored
isIgnored: string = "The file {0:trim,surround} has been ignored!"
succeeded
succeeded: string = "File {0:trim,surround} has been successfully deployed."
succeededWithTarget
succeededWithTarget: string = "File {0:trim,surround} has been successfully deployed to {1:trim,surround}."
operations
operations: object
failed
failed: string = "[ERROR: {0:trim,surround}]"
finished
finished: string = "[Done]"
noFileCompiled
noFileCompiled: string = "No of the {0:trim} file(s) could be compiled!"
noFunctionInScript
noFunctionInScript: string = "The function {0:trim,surround} was not found in {1:trim,surround}!"
open
open: string = "Opening {0:trim,surround}... "
someFilesNotCompiled
someFilesNotCompiled: string = "{0:trim} of {1:trim} file(s) could not be compiled!"
unknownCompiler
unknownCompiler: string = "Compiler {0:trim,surround} is unknown!"
unknownSqlEngine
unknownSqlEngine: string = "Unknown SQL engine {0:trim,surround}!"
unknownType
unknownType: string = "UNKNOWN TYPE: {0:trim,surround}"
workspace
workspace: object
allFailed
allFailed: string = "No file could be deployed: {0}"
allFailedWithTarget
allFailedWithTarget: string = "No file could be deployed to {0:trim,surround}: {1}"
allSucceeded
allSucceeded: string = "All {0:trim} file(s) were successfully deployed."
allSucceededWithTarget
allSucceededWithTarget: string = "All {0:trim} file(s) were successfully deployed to {1:trim,surround}."
alreadyStarted
alreadyStarted: string = "You have already started a deployment to {0:trim,surround}! Do you really want to start this operation?"
clickToCancel
clickToCancel: string = "click here to cancel"
deploying
deploying: string = "Deploying package{0:trim,surround,leading_space}..."
deployingWithTarget
deployingWithTarget: string = "Deploying package{0:trim,surround,leading_space} to {1:trim,surround}..."
failed
failed: string = "Could not deploy files: {0}"
failedWithCategory
failedWithCategory: string = "Could not deploy files ({0:trim}): {1}"
failedWithTarget
failedWithTarget: string = "Could not deploy files to {0:trim,surround}: {1}"
nothingDeployed
nothingDeployed: string = "No file deployed!"
nothingDeployedWithTarget
nothingDeployedWithTarget: string = "No file deployed to {0:trim,surround}!"
selectPackage
selectPackage: string = "Select a package..."
selectTarget
selectTarget: string = "Select a target..."
someFailed
someFailed: string = "{0:trim} of the {1:trim} file(s) could not be deployed!"
someFailedWithTarget
someFailedWithTarget: string = "{0:trim} of the {1:trim} file(s) could not be deployed to {2:trim,surround}!"
status
status: string = "Deploying {0:trim,surround}... "
statusWithDestination
statusWithDestination: string = "Deploying {0:trim,surround} to {1:trim,surround}... "
virtualTargetName
virtualTargetName: string = "Virtual batch target for current package"
virtualTargetNameWithPackage
virtualTargetNameWithPackage: string = "Virtual batch target for package {0:trim,surround}"