Skip to content

Commit

Permalink
[GR-37946] [GR-37843] Change GDS wording in GU.
Browse files Browse the repository at this point in the history
PullRequest: graal/11509
  • Loading branch information
gilles-duboscq committed Apr 8, 2022
2 parents baef834 + 34016a2 commit ec27cac
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ INFO_InstallerVersion=GraalVM Component Updater v{0}
# {0} - additional options placeholder
INFO_Usage=\n\
Usage: \n\
\tgu info [-cClLnprstuvV] <param> prints info about specific component (from file, URL or catalog)\n\
\tgu available [-aClvV] <expr> lists components available in catalog\n\
\tgu install [-0CcDfiLMnosruvyxY] <param> installs a component package\n\
\tgu list [-clv] <expression> lists installed components, or components from catalog\n\
\tgu remove [-0DfMxv] <id> uninstalls a component\n\
\tgu upgrade [-cCnLsuxSd] [<ver>] [<cmp>] upgrades to recent GraalVM or edition\n\
\tgu rebuild-images rebuilds native images. Use -h for detailed usage\n\
\tgu info [-cClLnprstuvV] <param> print info about a specific component (from a file, a URL or a catalog)\n\
\tgu available [-aClvV] <expr> list components available in a catalog\n\
\tgu install [-0CcDfiLMnosruvyxY] <param> install a component package\n\
\tgu list [-clv] <expression> list installed components, or components from a catalog\n\
\tgu remove [-0DfMxv] <id> uninstall a component\n\
\tgu upgrade [-cCnLsuxSd] [<ver>] [<cmp>] upgrade to a recent GraalVM or edition\n\
\tgu rebuild-images rebuild native executables. Use -h for detailed usage\n\
\n\
Common options:\n\
\ -A, --auto-yes say YES or ACCEPT to all questions.\n\
\ -c, --catalog treat parameters as component IDs from catalog of GraalVM components. This is the default.\n\
\ -A, --auto-yes respond YES or ACCEPT to all questions.\n\
\ -c, --catalog treat parameters as component IDs from a catalog of GraalVM components. This is the default.\n\
\ -C, --custom-catalog <url> use user-supplied catalog at URL.\n\
\ -e, --debug debugging. Prints stacktraces, ...\n\
\ -E, --no-catalog-errors do not stop, if at least one catalog is working.\n\
\ -E, --no-catalog-errors do not stop if at least one catalog is working.\n\
\ -h, --help print help.\n\
\ -L, --local-file, --file treat parameters as local filenames of packaged components.\n\
\ -N, --non-interactive noninteractive mode. Fail when input is required.\n\
\ --show-version print version information and continue.\n\
\ -u, --url interpret parameters as URLs of packaged components.\n\
\ -v, --verbose be verbose. Prints versions and dependency info.\n\
\ -v, --verbose be verbose. Print versions and dependency information.\n\
\ --version print version.\n\
{0}\n\
Use \n\
Expand Down Expand Up @@ -58,17 +58,17 @@ ERROR_ReleaseSourceRevisions=Could not parse source revisions in: {0}
ERROR_ReadingRealeaseFile=Error accessing release file {0}: {1}
ERROR_AmbiguousCommand=Command {0} is ambiguous. Could be {1} or {2}
ERROR_InvalidGraalVMDirectory=The GraalVM directory {0} is invalid.
ERROR_MultipleSourcesUnsupported=The Updater cannot download from catalog and from specific URL at the same time. \
Please run the Updater separately for components from a catalog and components from custom URLs.
ERROR_MultipleSourcesUnsupported=The updater cannot download from a catalog and from a specific URL at the same time. \
Please run the updater separately for components from a catalog and components from custom URLs.
INSTALLER_Error=Error: {0}
# INSTALLER_InvalidCatalogURL=Catalog URL is invalid: {0}
# {0} - filename
ERROR_UnknownFileFormat=Unknown format.
ERROR_UnknownFileFormat=Unknown format: {0}
ERROR_MustBecomeUser=Insufficient privileges for administration of the GraalVM installation. \
You need to become "{0}" user in order to perform administrative tasks on GraalVM. \n\
You need to become "{0}" user to perform administrative tasks on GraalVM. \n\
NOTE: depending on your operating system, you may need to use OS tools to install or uninstall GraalVM components.
ERROR_MustBecomeAdmin=Insufficient privileges for administration of the GraalVM installation. \
You need to operate as system administrator in order to perform administrative tasks on GraalVM. \n\
You need to operate as a system administrator to perform administrative tasks on GraalVM. \n\
NOTE: depending on your operating system, you may need to use OS tools to install or uninstall GraalVM components.
ERROR_UnknownSystem=Operating system name '{0}' wasn't recognized.
STORAGE_CorruptedComponentStorage=Component metadata storage is corrupted.
Expand All @@ -81,13 +81,13 @@ INSTALLER_FileDoesNotExist=File does not exist: {0}
INSTALLER_FileExists=File already exists: {0}
INSTALLER_DirectoryNotEmpty=Directory is not empty: {0}
INSTALLER_AccessDenied=Permission denied: {0}
INSTALLER_InvalidMetadata=Invalid component metadata or corrupted component package
INSTALLER_InvalidMetadata=Invalid component metadata or corrupted component package.
INSTALLER_InternalError=Internal error occurred: {0}

REGISTRY_ReadingComponentList=Error reading component list: {0}
REGISTRY_ReadingComponentMetadata=Error reading metadata of component {0}: {1}

INSTALL_Capability_graalvm_version=Graal Version
INSTALL_Capability_graalvm_version=GraalVM Version
INSTALL_Capability_os_arch=Architecture
INSTALL_Capability_os_name=Operating System
INSTALL_Capability_java_version=Java Version
Expand All @@ -106,15 +106,15 @@ URL_InvalidDownloadURL=Invalid download URL {0}: {1}
URL_ErrorDownloadingNotExist=Component is not accessible at URL {0}
URL_ErrorDownloadingComponent=Error downloading component from {0}: {1}

COMPONENT_Ambiguous=Component id {0} is ambiguous. Please use qualfied IDs.
COMPONENT_AmbiguousIdFound=Component id {0} is ambiguous. It may match {0} or {1}. Please use qualified IDs.
COMPONENT_Ambiguous=Component id {0} is ambiguous. Please use a qualified ID.
COMPONENT_AmbiguousIdFound=Component id {0} is ambiguous. It may match {0} or {1}. Please use a qualified ID.

# {0} - error message
ERROR_RecordLicenseAccepted=WARNING: Could not write license acceptance: {0}
ERROR_UserInput=User input error: {0}
ERROR_Aborted=Aborted.
ERROR_Aborted=Terminated.
ERROR_SoftwareChannelBroken=Could not initialize software channel: {0}
ERROR_NoninteractiveInput=Installation in non-interactive mode required user input and was aborted.
ERROR_NoninteractiveInput=Installation in non-interactive mode required user input and was terminated.

NAME_GraalCoreComponent=GraalVM Core

Expand All @@ -135,4 +135,4 @@ WARN_CouldNotInitializeLogManager=Warning: Could not initialize LogManager; usin

# {0} - error message from execution
ERR_InvokingJvmMode=Switch to JVM mode failed: {0}
ERROR_NoSha256Digest=SHA256 digest cannot be computed. Check your Java installation.
ERROR_NoSha256Digest=SHA256 digest cannot be computed. Check your Java installation.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ REMOTE_ErrorDownloadCatalogNotFound=The component catalog was not found at {0}.
REMOTE_WarningErrorDownloadCatalogNotFoundSkip=Warning: The component catalog was not found at {0}. Skipping.
REMOTE_ErrorDownloadCatalog=Error downloading component catalog from {0}: {1}. \n\
Please check your connection and proxy settings. \
If your machine is behind a proxy, environment variables (http_proxy, https_proxy, ...) must be set appropriately.
If your machine is behind a proxy, you must set your environment variables (http_proxy, https_proxy, ...) appropriately.
REMOTE_ErrorDownloadCatalogProxy=Component catalog is unreachable. \n\
Please check your connection and proxy settings. \
If your machine is behind a proxy, environment variables (http_proxy, https_proxy, ...) must be set appropriately.
If your machine is behind a proxy, you must set your environment variables (http_proxy, https_proxy, ...) appropriately.
REMOTE_CorruptedCatalogFile=Catalog file {0} is corrupted.
REMOTE_ComponentFileLabel=Component {0}
REMOTE_UnsupportedGraalVersion=Unsupported GraalVM version: {0}, platform {1}/{2}
Expand Down
Loading

0 comments on commit ec27cac

Please sign in to comment.