blob: 0b118ff220994451870c5e58a2a22cf25399111a [file] [log] [blame]
ApkUtils_AaptExecutionProblemMessage=Problems executing aapt command.
ApkUtils_AaptResultReadProblemMessage=Problems reading aapt command execution result.
ApkUtils_DomInstanceProblemMessage=Problems creating DOM instance.
ApkUtils_ImpossibleExtractAndroidPackageMessage=It was not possible to read the Android package.
ApkUtils_ZipExtraction=Problem extracting zip file.
ApkUtils_ZipExtractionFile=Problem extracting file {0}.
Checker_MandatoryParam_EmptyValueWarn=Checker {0} will not be run. There must be a value for the mandatory parameter ID "{1}".
CheckerExtensionReader_CheckerExtensionPointNotFound=Checker extension point not found
CheckerExtensionReader_UnexpectedErrorCheckerExtensionPoint=Unexpected error with the checker extension point
Device_Device=Device
Device_SupportedFeatures=Supported Features:
GlobalInputParamsValidator_NonExistentApplicationPathMessage=Application path does not exist:
GlobalInputParamsValidator_NonExistentSdkPathMessage=SDK path does not exist:
GlobalInputParamsValidator_SdkPathNotFolderMessage=SDK path is not a folder:
GlobalInputParamsValidator_SdkPathNotValidSdkMessage=SDK path does not contain a valid SDK:
GlobalInputParamsValidator_UnknownCheckersForWarningLevelAdjustmentMessage=The following checkers or conditions specified for warning level adjustment are unknown: {0}
GlobalInputParamsValidator_UnknownParameterMessage=Unknown parameter:
GlobalInputParamsValidator_AppPathParameterMissing=Application path parameter is missing. Specify the -help option for usage.
GlobalInputParamsValidator_RepeatedParameterErrorMessage=Each warning level adjustment parameter should be passed only once; please remove the repeated {0} parameter.
GlobalInputParamsValidator_SdkPathParameterMissing=Android SDK path parameter is missing. Specify the -help option for usage.
GlobalInputParamsValidator_VerboseMessage_CheckingSystemPathForSDK=SDK path not found as an input parameter. Checking if it is available on the system path...
GlobalInputParamsValidator_VerboseMessage_SDKPathNotFoundOnSystemPath=SDK path not found on the system path
GlobalInputParamsValidator_VerboseMessage_UsingParamSDKPath=Using SDK path passed as parameter
GlobalInputParamsValidator_VerboseMessage_UsingSystemSDKPath=Using system SDK path
GlobalInputParamsValidator_WarningLevelAdjustmentAllCheckers=All checker conditions will have validation result warning levels adjusted.
GlobalInputParamsValidator_WarningLevelAdjustmentFollowingCheckers=The following checkers and/or conditions will have validation result warning levels adjusted: {0}
GlobalInputParamsValidator_WarningLevelAdjustmentParameterFoundMessage=Warning level adjustment parameter detected; verifying which checkers and/or conditions will have validation result warning levels adjusted.
GlobalInputParamsValidator_LimitParam=Value for the "limit" parameter is invalid.
ProjectUtils_Error_Parsing_Manifest_DEBUG=Error parsing {0} at line {1} - {2}
ProjectUtils_Error_Parsing_Manifest_INFO=Could not parse {0}. Some checkers may fail to execute.
ProjectUtils_InvalidPathErrorMessage=The path does not point to either a valid Android project or a valid Android package.
ValidationManager_ErrorRetrievingApplicationData=An error occurred while retrieving data from the analyzed Android application.
ValidationManager_CheckerDescriptionMessage=Specify a checker to be run by supplying its ID (CHK) and specific checker parameters (PRM).
ValidationManager_DisableCheckerDescriptionMessage=Specify a checker (CHK) or condition (CHK.CND) that should not run by supplying its ID. The other checkers will run normally.
ValidationManager_DeviceDescriptionMessage=Specify a device [DEV] that will be checked against your application for incompatibilities. Use 'none' to skip device verification.
ValidationManager_Errors_NoValidationApplyOrError=No validation was performed. None of the selected checkers apply for this application.
ValidationManager_ErrorToWarningDescriptionMessage=Decreases the warning level for all or for the particular set of checkers or conditions specified by CHK and CND IDs
ValidationManager_OutputDescriptionMessage=Format output to the specified type. TYPE can be [text (default) | csv | xml].
ValidationManager_OutputSintaxMessage=[TYPE]
ValidationManager_LimitDescription=Limit the number of output entries.
ValidationManager_InputParametersProblemMessage=Problems found with input parameters.
ValidationManager_SdkPathDescriptionMessage=Specify an Android SDK to be used during validation instead of the default one
ValidationManager_UnableToExecuteCheckerMessage=Checker {0} could not execute. For details, increase the verbosity level.
ValidationManager_NoConditionsReason=There are no eligible conditions to run.
ValidationManager_UnableToExecuteCheckerMessage_Detailed=Checker {0} could not execute. Reason: {1}
ValidationManager_UnableToExecuteCondition=Condition {0} from checker {1} could not execute. For details increase the verbosity level.
ValidationManager_UnableToExecuteCondition_Detailed=Condition {0} from checker {1} could not execute. Reason: {2}
ValidationManager_UnexpectedExceptiononChecker=An exception occurred while executing the checker {0}
ValidationManager_UnexpectedExceptiononChecker_V2=Exception {0} occurred during execution of checker {1}
ValidationManager_UnknownCheckerMessage=Unknown checker "{0}"
ValidationManager_UnknownCheckerOrConditionMessage=Unknown checker or condition "{0}"
ValidationManager_IncorrectSyntax=Incorrect syntax: -{0}\nCheck usage the with -help switch
ValidationManager_InvalidParamType_Bool=The parameter value "{0}" for checker parameter ID "{1}" is not a valid boolean value.
ValidationManager_InvalidParamType_Int=The parameter value "{0}" for checker parameter ID "{1}" is not a valid integer value.
ValidationManager_UnknownParameterMessage=Unknown parameter:
ValidationManager_UnknownDeviceMessage=Unknown device {0}\n
ValidationManager_ValidationLimitReached=Validation limit reached, {0}\!
ValidationManager_MandatoryParameterMissing=A mandatory parameter is missing.
ValidationManager_CheckerWasDisabled=Checker was disabled.
ValidationManager_ValidationManager_VerboseMessage_Skipping_Device_Verifications=Parameter '-d none' was specified. Skipping device verifications.
ValidationManager_VerboseMessage_AllCheckersRun=No specific checker specified; all checkers will be run
ValidationManager_VerboseMessage_CheckerFinished=Checker {0} finished running
ValidationManager_VerboseMessage_ProblemsCheckerParameters=Problems found with checker parameters
ValidationManager_VerboseMessage_ProblemsGlobalParameters=Problems found with global parameters
ValidationManager_VerboseMessage_RunningChecker=Running checker {0}...
ValidationManager_VerboseMessage_UnknownParametersFound=Unknown parameters found
ValidationManager_VerboseMessage_ValidatingGlobalParameters=Validating global parameters...
ValidationManager_VerboseMessage_VerifyingCheckerRun=Verifying if checker {0} can be run...
ValidationManager_WarningToErrorDescriptionMessage=Increases the warning level for all or for a particular set of checkers or conditions specified by CHK and CND IDs
ValidationResultData_ErrorSeverityMessage=ERROR
ValidationResultData_FatalSeverityMessage=FATAL ERROR
ValidationResultData_OkSeverityMessage=OK
ValidationResultData_WarningSeverityMessage=WARNING
VerboseOutputter_DebugVerboseLeveString=DEBUG\t-\
VerboseOutputter_InfoVerboseLevelString=INFO\t-\
WarningLevelFilter_ErrorsCountMessage={0} Error(s)
WarningLevelFilter_ErrorsMessage=Errors were found in the specified Android application.
WarningLevelFilter_FatalErrorsCountMessage={0} Fatal error(s)
WarningLevelFilter_FatalErrorsMessage=Fatal errors were found in the specified Android application.
WarningLevelFilter_NoFatalErrorsMessage=No fatal errors were found in the specified Android application.
WarningLevelFilter_NoFatalErrorsNorWarningsMessage=No fatal errors, errors, or warnings were found in the specified Android application.
WarningLevelFilter_NoFatalNorErrorsMessage=No fatal errors or errors were found in the specified Android application.
WarningLevelFilter_NoProblemsMessage=No problems were found in the specified Android application.
WarningLevelFilter_TotalMessage=TOTAL:\
WarningLevelFilter_VerboseMessage_FilterningResult=Filtering validation result according to the set warning level...
WarningLevelFilter_VerboseMessage_ResultFiltered=Finished filtering validation result according to the set warning level
WarningLevelFilter_WarningsCountMessage={0} Warning(s)
ProjectUtils_ErrorReadingCertificate=Error while reading certificate
ProjectUtils_ErrorExecutingApkTool=Error executing ApkTool
ProjectUtils_ErrorReadingJavaModel = Problem loading Java model
ProjectUtils_ErrorReadingSourceFile=Error reading source files:
ProjectUtils_ErrorReadingDefaultPropertiesFile=Some problems were found with your project's default.properties.
ProjectUtils_ErrorReadingClasspathFile="Some problems were found with your classpath for the project.
Invalid_ManifestFile=Android manifest is invalid. Verify it.
EmptyInvokedMethods_Err=Invoked methods model is empty.
JavaModelNotFound_Err=Java model not found.
NoSourceFilesFound_Err=No source files found.
ApkToolUtils_MalformedAPK=Error while unpacking due to malformed APK file.