# # Licensed Materials - Property of IBM # IBM Cognos Products: localizationkit # (C) Copyright IBM Corp. 2005, 2016 # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # ## DO NOT EDIT! ## Generated using CCLXmlToProperties.xslt ## END OF WARNING ## ## Component: ST ## ## Description: Skin Tool Message IDS ## # # Section: CL # # Description: Strings for command line tool # CMDLN_USER_NAME = Username: CMDLN_PASSWORD = Password: CMDLN_NAME_SPACE = Namespace: CMDLN_PROMPT = style> CMDLN_UNABLE_TO_READ = Unable to read response. CMDLN_UNABLE_TO_CONNECT = Unable to connect to IBM Cognos BI CMDLN_UNABLE_TO_READ_CONF_FILE = Unable to read from the configuration file. Please correct this error. CMDLN_SESSION_TIMEOUT = Your session with IBM Cognos BI has expired.\nPlease login again. CMDLN_LOGIN_SUCCESSFUL = Logon Successful as {0} CMDLN_INVALID_USERNAME = Invalid username or password. Please try again. CMDLN_INVALID_NAMESPACE = Invalid namespace. Please try again. CMDLN_UNABLE_TO_WRITE_STYLE = Unable to write style CMDLN_INVALID_SKIN_NAME = ERROR: That is not a valid skin name CMDLN_HELP = Procedure for creating a new style:\n\n1) Create a new style basing it off of an existing skin.\nEXAMPLE: new corporate new_style\nThis creates a "new_style.xml" file in the c8_location\\temp directory.\n\n2) Edit the "new_style.xml" with a text editor\n\n3) Validate the modifed "new_style.xml" to ensure there are no errors.\nEXAMPLE: validate new_style\n\n4) Save your changes to the database for future upgrades.\nEXAMPLE: save new_style\n\n5) Generate the new style.\nEXAMPLE: generate new_style\nThis creates a "new_style" directory in the c8_location\\temp directory.\n\n6) Create a zip file for deployment to the gateway.\nEXAMPLE: zip new_style\nThis creates a "new_style.zip" file in the c8_location\\temp directory.\n\n7) Deploy the new style by extracting the zip to the c8_location\\webcontent\\skins directory on each gateway.\n\n8) Publish you new style so it can be picked up by the users.\nEXAMPLE: publish new_style\n\nSYNTAX: 'help {command name}\nEXAMPLE: 'help new'\nValid commands include:\ndelete\tdownload\texit\t\tgenerate\thelp\t\tlist\nlogoff\tnew\t\tpublish\t\tsave\t\tvalidate\tzip CMDLN_HELP_DELETE = SYNTAX: delete {skin name}\nEXAMPLE: 'delete acmecorp'\n CMDLN_UNABLE_TO_DELETE = Unable to delete {0}. CMDLN_UNABLE_TO_DELETE2 = As it is a default system style. CMDLN_DELETE_SUCCESSFUL = Deleted {0} succesfully CMDLN_CONFIRM_DELETE = Confirm deletion of style {0}? (y/n) CMDLN_INVALID_DELETE_SYNTAX = INVALID SYNTAX: Invalid syntax of delete command. CMDLN_HELP_DOWNLOAD = SYNTAX: 'download {skin name}\nEXAMPLE: 'download business'\n CMDLN_UNABLE_TO_DOWNLOAD = Unable to download {0}. CMDLN_DOWNLOAD_SUCCESSFUL = Downloaded {0} succesfully CMDLN_CONFIRM_DOWNLOAD = The style has already been downloaded.\nAre you sure you want to overwrite it? (y/n) CMDLN_INVALID_DOWNLOAD_SYNTAX = INVALID SYNTAX: Invalid syntax of download command. CMDLN_HELP_GENERATE = SYNTAX: 'download {skin name}\nEXAMPLE: 'download business'\n CMDLN_UNABLE_TO_GENERATE = Unable to generate {0}. CMDLN_GENERATE_SUCCESSFUL = Style {0} successfully generated CMDLN_CONFIRM_GENERATE = This action will automatically validate and save the style {0}\nDo you want to continue? (y/n) CMDLN_INVALID_GENERATE_SYNTAX = INVALID SYNTAX: Invalid syntax of generate command. CMDLN_UNABLE_TO_GENERATE_STAGING_AREA = The style "{0}" has not been generated. Please generate the style before proceeding. CMDLN_HELP_LIST = SYNTAX: 'list'\n CMDLN_AVAILABLE_STYLES = The available skins are:\n CMDLN_LOGOFF_SUCCESSFUL = Logoff Successful. CMDLN_HELP_NEW = SYNTAX: 'new {base skin name} {new skin name}\nEXAMPLE: 'new business acmecorp'\n CMDLN_UNABLE_TO_NEW = Unable to create {0} style CMDLN_UNABLE_TO_NEW2 = Style already exists in content manager CMDLN_NEW_SUCCESSFUL = New skin {0} created successfully CMDLN_INVALID_NEW_SYNTAX = INVALID SYNTAX: Invalid syntax of new command. CMDLN_HELP_PUBLISH = SYNTAX: 'publish {style name}\nEXAMPLE: 'publish acmecorp'\n CMDLN_UNABLE_TO_PUBLISH = Unable to publish style {0} CMDLN_PUBLISH_SUCCESSFUL = Style {0} published CMDLN_INVALID_PUBLISH_SYNTAX = INVALID SYNTAX: Invalid syntax of publish command. CMDLN_HELP_SAVE = SYNTAX: 'save {style name}\nEXAMPLE: 'save acmecorp'\n CMDLN_UNABLE_TO_SAVE = Unable to save style {0} CMDLN_UNABLE_TO_SAVE_SYSTEM = Unable to save system style {0} CMDLN_SAVE_SUCCESSFUL = Style {0} successfully saved CMDLN_INVALID_SAVE_SYNTAX = INVALID SYNTAX: Invalid syntax of save command. CMDLN_HELP_UNKNOWN = '{0}' is not a recognized system command CMDLN_HELP_VALIDATE = SYNTAX: 'validate {style name}\nEXAMPLE: 'validate acmecorp'\n CMDLN_UNABLE_TO_VALIDATE = Unable to parse schema file CMDLN_UNABLE_TO_VALIDATE2 = The {0}.xml file is invalid. Review following message and ensure that file is as per specifications before validating again.\n CMDLN_VALIDATE_SUCCESSFUL = Style {0} successfully validated CMDLN_INVALID_VALIDATE_SYNTAX = INVALID SYNTAX: Invalid syntax of validate command. CMDLN_HELP_ZIP = SYNTAX: 'zip {style name}\nEXAMPLE: 'zip acmecorp'\n CMDLN_UNABLE_TO_ZIP = Unable to zip style {0} CMDLN_UNABLE_TO_ZIP_SYSTEM = Unable to zip system style {0} CMDLN_ZIP_SUCCESSFUL = Style {0} successfully zipped CMDLN_INVALID_ZIP_SYNTAX = INVALID SYNTAX: Invalid syntax of zip command. CMDLN_SKIN_FILE_TO_LARGE = The provided skin file is larger than the 250kb maximum for skins. CMDLN_SKIN_NOT_EXIST = Skin {0} does not exist or cannot be accessed.