{
  "IBM-INTERNAL": "PII admin facing",
  "invalidCommand": "'{0}' is not a valid command. Run 'mfpdev help' for more information.",
  "noProcess": "Provide a process.",
  "errorArguments": "You have passed invalid arguments. Run 'mfpdev help {0}' for more information.",
  "serverNotRunning": "The MobileFirst Server that you have configured does not appear to be running.",
  "serverRuntimeMessage": "There are no runtimes available on this server.",
  "serverRuntimeConfigMessage": "There is no runtime configuration available.",
  "serverProfileDoesNotExist": "The '{0}' server profile does not exist. Enter another server profile name.",
  "errorServerProfileMissing": "There are no existing server profiles for the server {0}. Create one with 'mfpdev server add'.",
  "invalidTimeout": "The server timeout value can contain only numbers.",
  "invalidServerProfileName": "The server profile name 'local' is reserved. Enter another server profile name.",
  "serverProfileExists": "The '{0}' server profile already exists. Enter another server profile name.",
  "invalidServerName": "A server name can contain English letters, numbers, underscores ('_'), dashes (-), pluses (+) and periods (.), but cannot start with a number or period (.)",
  "errorServerUnreachable": "Cannot connect to server '{0}' at '{1}'.",
  "errorRetrieveRuntime": "Unable to retrieve runtime information for server '{0}' at '{1}'",
  "serverDefaultCanNotBeDeleted": "'{0}' is your current default MobileFirst Server so it cannot be removed. You must set a new default server before you remove this server.",
  "canNotRenameLocal": "Server profile 'local' cannot be renamed.",
  "missingServerAction": "Missing mfpdev server command action. Run 'mfpdev help server' for more information.",
  "invalidServerAction": "'{0}' is not a valid mfpdev server command action. Run 'mfpdev help server' for more information.",
  "missingServerDefinition": "Could not find a server definition. You can create a server definition by using 'mfpdev server add'.",
  "serverProfileURLMissing": "The server's URL is required to add a new server profile. Run 'mfpdev help server add' for more information.",
  "badServerURL": "URL '{0}' is not valid. The URL must have the following format 'protocol://host:port'. Run 'mfpdev help server {1}' for more information.",
  "badServerArgs": "You have passed invalid arguments. Run 'mfpdev help server {0}' for more information.",
  "errorReadServers": "An error occurred during an attempt to read the server profiles.",
  "mdoServerCommandFailed": "The 'mfpdev server {0}' command has failed.",
  "helpInvalidCommand": "'{0}' is not a MobileFirst command.  Run 'mfpdev help' for a list of valid commands.",
  "runtimeNotFound": "Runtime '{0}' is not available on this server.",
  "profileNotFound": "Server profile '{0}' has not been defined. Use the 'mfpdev server add' command to define a profile.",
  "errorCannotWriteFile": "Cannot create file '{0}'. Check that you have write permission in the current directory.",
  "invalidConfigKey": "'{0}' is not a valid configuration key. \nRun 'mfpdev config' to select from a list of valid keys.",
  "invalidConfigValue": "'{0}' is not a valid value for the '{1}' key. \nRun 'mfpdev config {1}' to select from a list of valid values.",
  "illegalPath": "Cannot find browser at the specified location.",
  "fileNoExists": "File '{0}' does not exist on the file system at the specified location.",
  "invalidValueFormat": "The value can contain only English letters, numbers and period ('.'), \nstart with a letter and not end with a period.",
  "cannotVerifyConfig": "An error occurred during an attempt to verify the configuration.  Error details: {0}",
  "invalidArgs": "Invalid number of arguments for this command. Run 'mfpdev help {0}' for valid arguments.",
  "noPlatformsDetected": "No platforms were detected.",
  "requiresCordovaProj": "You must be in your Cordova project to run this command.",
  "requiresCordovaPlatform": "You must add a platform to your Cordova project.",
  "moreThanOneModeSpecified": "Cannot specify multiple watch modes. Rerun the command and specify only one of the -watch+copy, -watch+prepare, or -serve options.",
  "noPlatformSpecified": "Specify a platform by using the command 'mfpdev app preview <platform>'.",
  "invalidPreviewType": "Invalid preview type. Preview type must be 'mbs' or 'browser'. Specify 'mbs' or 'browser' as the preview type and try again",
  "noExtensionsFound": "No extensions were found for extension point {0}.",
  "noPlatformDetected": "Platform '{0}' could not be detected.",
  "missingMVN": "mvn was not found in the system PATH. Install maven and try again.",
  "invalidAdapterType": "Invalid adapter type. Run 'mfpdev help adapter create' for more information about valid adapter types.",
  "invalidAction": "'{0}' is not a valid mfpdev command. Run 'mfpdev help {1}' for more information.",
  "missingName": "A name has not been specified. Specify an adapter name and try again.",
  "invalidName": "The adapter name can contain only English alphabetic letters, numbers, underscore (_), periods (.), and hyphens (-).  The first character in the name cannot be a number, period, or hyphen, and the last character cannot be a period.",
  "fileExists": "A file with this name already exists on the file system at this location. Specify a different file name and try again.",
  "missingPackageName": "The package name must be specified. Specify a package name and try again.]",
  "invalidPackagePeriod": "Package name is not valid: The name cannot start or end with a period.",
  "missingGroupID": "The group ID must be specified. Specify a group ID and try again.",
  "invalidGroupPeriod": "The group ID is not valid: The ID cannot start or end with a period.",
  "invalidID": "The ID can contain only English letters, numbers and underscore (_), and must not start with a number.",
  "missingAdapterType": "You must specify an adapter type.",
  "cannotAddPackageName": "A package name is valid only for Java adapters.",
  "invalidAdapterParams": "Invalid parameters. Run 'mfpdev help adapter' for more information.",
  "adapterCreateError": "An error occurred during an attempt to create the adapter. See the preceding messages for details.",
  "updateFileNotValidZipFile": "The file \"{0}\" is not a valid file. Check that the file exists and is in .zip file format.",
  "windowsNotSupportedWebUpdate": "Platform type '{0}' is not currently supported by this command.",
  "invalidFileNameWebUpdate": "Invalid filename. Cannot determine platform from filename: {0}. Check that the web resources file is for a supported platform and that the file name is in the supported format. For more information run 'mfpdev help app webupdate'.",
  "cordovaMfpPluginNotInstalled": "Could not locate the plug-in: 'cordova-plugin-mfp'. Install the plug-in and rerun the command.",
  "scriptNotPresent": "Could not locate a needed script file: {0}. Try to reinstall the cordova-plugin-mfp plug-in or contact IBM Support.",
  "fileSpecifiedWithBuildErr": "The '--file' and '--build' options are mutually exclusive. Specify either '--file' or '--build' but not both. Refer to 'mfpdev help app webupdate' for more information.",
  "notInAValidProject": "The command was issued from an invalid location. Run the command from within a Cordova project directory.",
  "appNotRegisteredBeforeDeployment": "The application is not registered on the server. Register the app with 'mfpdev app register' and then rerun 'mfpdev app webupdate.'",
  "invalidPlatformVersion": "The specified platform version is invalid for platform '{0}'. Verify the platform version and rerun the command.",
  "missingAction": "Missing mfpdev {0} command action. Run 'mfpdev help {0}' for more information.",
  "nonAdapterFolder": "Cannot find files required for building or deploying adapters. Check that you are running this command from within an adapter project, and that the project contains the files pom.xml and src/main/adapter-resources/adapter.xml.",
  "adapterBuildError": "An error occurred during an attempt to build the adapter. See the preceding messages for details.",
  "adapterPushError": "An error occurred during an attempt to push the adapter configuration. See the preceding messages for details.",
  "adapterPullError": "An error occurred during an attempt to pull the adapter configuration. See the preceding messages for details.",
  "missingURL": "The server URL must be specified.",
  "missingUsername": "The user name must be specified.",
  "missingPassword": "The password must be specified.",
  "adapterDeployError": "An error occurred during an attempt to deploy the adapter. See the preceding messages for details.",
  "noToken": "Could not retrieve a token from {0}:{1}.",
  "invalidAppConfigKey": "{0} is not a valid key for the mfpdev app config command. \n Run 'mfpdev app config --list' to see a list of valid keys.",
  "invalidAppConfigValue": "{0} is not a valid value for the '{1}' key.",
  "cannotParseFile": "Unable to parse {0} as a valid {1} file",
  "mustBeCordovaProject": "This command is supported only for Cordova projects.",
  "errorDuringExternalScript": "An error occurred while executing an internal command. Rerun the command or contact IBM support.",
  "errorCreatingZipFile": "An error occurred during an attempt to create the resource file.\n{0}",
  "failureCreatingArchive": "Unable to build a zip archiver from a temporary directory.\nRerun the command or contact IBM support",
  "outputStreamFailure": "Error processing output stream of zip archive.\nRerun the command or contact IBM support",
  "runtimeWithoutServer": "You must specify a server if you specify a runtime. Specify both a server and a runtime and run the command again.",
  "noAdaptersOnServer": "No adapters are deployed on runtime '{0}'. Use the 'mfpdev adapter' commands to create, build and deploy an adapter on the specified runtime. For more information, run 'mfpdev help adapter'.",
  "invalidJSONFormat": "Parameters contain an invalid value. Values must be comma-separated JSON types.",
  "invalidCallFormat": "Invalid adapter call. Both the adapter and the endpoint must be specified using the format {adapter}/{procedure}.",
  "headerParamsError": "The Java parameter '{0}' is not well-formed. Run 'mfpdev help adapter call' for more information.",
  "adapterHasNoProcedures": "This adapter does not contain any procedures.",
  "invalidConfidentialClient": "Unauthorized procedure for confidential client. Verify the credentials that are configured in the MobileFirst Console, then specify them with the --id and --secret options. For more information, run 'mfpdev help adapter call'.",
  "adapterNotFound": "Adapter '{0}' not found on runtime '{1}'. Verify the name of the adapter and try again.",
  "cordovaNotFound": "The Cordova command-line interface is not installed on your system path.",
  "browserSyncFailed": "HTTP server cannot be started to serve web files.",
  "noClientProperties": "Cannot find client properties file. Run 'mfpdev app register' to register your app with a server and create a client properties file.",
  "previewPortInUse": "Port 10081 is in use. The preview operation must use port 10081. Terminate the process that is using port 10081, then start a new preview.",
  "browserNotSupportedWebUpdate": "Platform type '{0}' is not currently supported by this command.",
  "browserNotSupportMBS": "Platform type '{0}' does not support MBS.",
  "missingAppType": "The application type is either invalid or not specified. Verify the application type and try again.",
  "invalidAppName": "The application name is invalid. It should contain alphabets and numbers only. Maximum 64 characters allowed.",
  "missingAppId": "The application identifier is not specified. Specify the application identifier and try again.",
  "invalidAppId": "The application identifier is invalid. Use format com.example.appname . Maximum 64 characters allowed.",
  "missingPlatform": "The platform is not specified. Specify the platform and try again.",
  "invalidPlatform": "The platform is invalid. Allowed values are android and ios.",  
  "missingVersion": "The application version is not specified. Specify the version and try again.",
  "invalidVersion": "The application version is invalid. It should be in format e.g 1.2.3 . Should be less than 12 characters.",
  "badAppCreateArgs": "You have passed invalid arguments. Run 'mfpdev help app create' for more information.",
  "missingAppName": "The application name is not specified. Specify the application name and try again.",
  "invalidService": "The service is invalid. Allowed values are push, analytics and liveupdate.",  
  "invalidFile": "The config file is not valid. Verify the file and try again.",  
  "missingDefaultServer": "Default server is missing",
  "badSvcOpsArgs": "You have passed invalid arguments. Run 'mfpdev help mfservices' for more information."
}
