{
  "IBM-INTERNAL": "PII admin facing",
  "buildHelp": "Builds a MobileFirst adapter",
  "callHelp": "Calls an adapter's procedure on the MobileFirst Server",
  "createHelp": "Creates a MobileFirst adapter",
  "deployHelp": "Deploys a MobileFirst adapter",
  "pushHelp": "Pushes an adapter's configuration to the MobileFirst Server",
  "pullHelp": "Pulls an adapter's configuration from the MobileFirst Server",
  "enterName": "Enter adapter name:",
  "HTTPAdapterType": "HTTP",
  "SQLAdapterType": "SQL",
  "JAVAAdapterType": "Java",
  "JMSAdapterType": "JMS",
  "SAPAdapterType": "SAP",
  "selectAdapterType": "Select adapter type:",
  "enterPackage": "Enter package:",
  "enterGroupID": "Enter group ID:",
  "creatingAdapter": "Creating {0} adapter: {1}...",
  "successfulCreate": "Successfully created adapter: {0}",
  "errorCreate": "Error creating adapter: ",
  "searchingAdapters": "Searching for adapters...",
  "buildingAdapter": "Building adapter...",
  "buildingAdapterName": "Building adapter {0}...",
  "successfulBuild": "Successfully built adapter",
  "successfulBuildName": "Successfully built adapter: {0}",
  "errorBuild": "Error building adapter",
  "errorBuildName": "Error building adapter {0}.  See the preceding messages for details.",
  "pushingAdapter": "Pushing adapter configuration to runtime {0} on {1}...",
  "successfulPush": "Successfully pushed adapter configuration",
  "errorPush": "Error pushing adapter configuration",
  "pullingAdapter": "Pulling adapter configuration from runtime {0} on {1}...",
  "successfulPull": "Successfully pulled adapter configuration",
  "errorPull": "Error pulling adapter configuration",
  "enterServerURL": "Enter server URL:",
  "enterUsername": "Enter username:",
  "enterPassword": "Enter password:",
  "defaultServerURL": "Using default server URL found in pom.xml: {0}",
  "defaultUsername": "Using default username found in pom.xml: {0}",
  "defaultPassword": "Using default password found in pom.xml",
  "defaultRuntime": "Using default runtime found in pom.xml: {0}",
  "deployingAdapter": "Deploying adapter to runtime {0} on {1}...",
  "deployingAdapterName": "Deploying adapter {0} to runtime {1} on {2}...",
  "successfulDeploy": "Successfully deployed adapter",
  "successfulDeployName": "Successfully deployed adapter: {0}",
  "errorDeploy": "Error deploying adapter",
  "errorDeployName": "Error deploying adapter: {0}",
  "deployTo": "deploy to",
  "readingConfigurations": "Reading properties for adapter: {0}",
  "noAdaptersFound": "No adapters were found.",
  "numberAdaptersBuilt": "\nSuccessfully built {0} adapters, Error building {1} adapters.",
  "numberAdaptersDeployed": "\nSuccessfully deployed {0} adapters, Error deploying {1} adapters.",
  "whatServerPassword": "Enter the MFP admin password:",
  "selectDefaultRuntimeAdapterCall": "Select the runtime of the adapter you want to call.",
  "adapterCallRuntime": "Fetching adapters from runtime '{0}'",
  "paramsWarn": "The 'form', 'header' and 'query' options are for Java Adapters and Direct Mode use only.",
  "whatAdapterInvoke": "Which adapter do you want to use?",
  "whatEndpoint": "Which endpoint do you want to use?",
  "invokingProcedure": "Invoking '{0}', the only procedure available for '{1}' adapter.",
  "requiresProcedure": "There were no procedures to invoke.",
  "enterPathParameters": "Enter path parameters in the form '{0}':",
  "enterParameter": "Enter the {0} parameter '{1}':",
  "enterParameters": "Enter parameters as comma-separated JSON types.",
  "parameterExample": "For example: 1,\"a\",true,null:",
  "callType": "How should the procedure be called?",
  "callingMessage": "\nCalling {0}",
  "responseMessage": "\nResponse:\n",
  "logErrorLabel": "Errors:",
  "logWarningLabel": "Warnings:",
  "statusCodeMessage": "Status Code: {0} {1}",
  "emptyResponse": "Received empty response from adapter."
}
