cpsskintool_en.properties 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: ST
  12. ##
  13. ## Description: Skin Tool Message IDS
  14. ##
  15. #
  16. # Section: CL
  17. #
  18. # Description: Strings for command line tool
  19. #
  20. CMDLN_USER_NAME = Username:
  21. CMDLN_PASSWORD = Password:
  22. CMDLN_NAME_SPACE = Namespace:
  23. CMDLN_PROMPT = style>
  24. CMDLN_UNABLE_TO_READ = Unable to read response.
  25. CMDLN_UNABLE_TO_CONNECT = Unable to connect to IBM Cognos BI
  26. CMDLN_UNABLE_TO_READ_CONF_FILE = Unable to read from the configuration file. Please correct this error.
  27. CMDLN_SESSION_TIMEOUT = Your session with IBM Cognos BI has expired.\nPlease login again.
  28. CMDLN_LOGIN_SUCCESSFUL = Logon Successful as {0}
  29. CMDLN_INVALID_USERNAME = Invalid username or password. Please try again.
  30. CMDLN_INVALID_NAMESPACE = Invalid namespace. Please try again.
  31. CMDLN_UNABLE_TO_WRITE_STYLE = Unable to write style
  32. CMDLN_INVALID_SKIN_NAME = ERROR: That is not a valid skin name
  33. 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
  34. CMDLN_HELP_DELETE = SYNTAX: delete {skin name}\nEXAMPLE: 'delete acmecorp'\n
  35. CMDLN_UNABLE_TO_DELETE = Unable to delete {0}.
  36. CMDLN_UNABLE_TO_DELETE2 = As it is a default system style.
  37. CMDLN_DELETE_SUCCESSFUL = Deleted {0} succesfully
  38. CMDLN_CONFIRM_DELETE = Confirm deletion of style {0}? (y/n)
  39. CMDLN_INVALID_DELETE_SYNTAX = INVALID SYNTAX: Invalid syntax of delete command.
  40. CMDLN_HELP_DOWNLOAD = SYNTAX: 'download {skin name}\nEXAMPLE: 'download business'\n
  41. CMDLN_UNABLE_TO_DOWNLOAD = Unable to download {0}.
  42. CMDLN_DOWNLOAD_SUCCESSFUL = Downloaded {0} succesfully
  43. CMDLN_CONFIRM_DOWNLOAD = The style has already been downloaded.\nAre you sure you want to overwrite it? (y/n)
  44. CMDLN_INVALID_DOWNLOAD_SYNTAX = INVALID SYNTAX: Invalid syntax of download command.
  45. CMDLN_HELP_GENERATE = SYNTAX: 'download {skin name}\nEXAMPLE: 'download business'\n
  46. CMDLN_UNABLE_TO_GENERATE = Unable to generate {0}.
  47. CMDLN_GENERATE_SUCCESSFUL = Style {0} successfully generated
  48. CMDLN_CONFIRM_GENERATE = This action will automatically validate and save the style {0}\nDo you want to continue? (y/n)
  49. CMDLN_INVALID_GENERATE_SYNTAX = INVALID SYNTAX: Invalid syntax of generate command.
  50. CMDLN_UNABLE_TO_GENERATE_STAGING_AREA = The style "{0}" has not been generated. Please generate the style before proceeding.
  51. CMDLN_HELP_LIST = SYNTAX: 'list'\n
  52. CMDLN_AVAILABLE_STYLES = The available skins are:\n
  53. CMDLN_LOGOFF_SUCCESSFUL = Logoff Successful.
  54. CMDLN_HELP_NEW = SYNTAX: 'new {base skin name} {new skin name}\nEXAMPLE: 'new business acmecorp'\n
  55. CMDLN_UNABLE_TO_NEW = Unable to create {0} style
  56. CMDLN_UNABLE_TO_NEW2 = Style already exists in content manager
  57. CMDLN_NEW_SUCCESSFUL = New skin {0} created successfully
  58. CMDLN_INVALID_NEW_SYNTAX = INVALID SYNTAX: Invalid syntax of new command.
  59. CMDLN_HELP_PUBLISH = SYNTAX: 'publish {style name}\nEXAMPLE: 'publish acmecorp'\n
  60. CMDLN_UNABLE_TO_PUBLISH = Unable to publish style {0}
  61. CMDLN_PUBLISH_SUCCESSFUL = Style {0} published
  62. CMDLN_INVALID_PUBLISH_SYNTAX = INVALID SYNTAX: Invalid syntax of publish command.
  63. CMDLN_HELP_SAVE = SYNTAX: 'save {style name}\nEXAMPLE: 'save acmecorp'\n
  64. CMDLN_UNABLE_TO_SAVE = Unable to save style {0}
  65. CMDLN_UNABLE_TO_SAVE_SYSTEM = Unable to save system style {0}
  66. CMDLN_SAVE_SUCCESSFUL = Style {0} successfully saved
  67. CMDLN_INVALID_SAVE_SYNTAX = INVALID SYNTAX: Invalid syntax of save command.
  68. CMDLN_HELP_UNKNOWN = '{0}' is not a recognized system command
  69. CMDLN_HELP_VALIDATE = SYNTAX: 'validate {style name}\nEXAMPLE: 'validate acmecorp'\n
  70. CMDLN_UNABLE_TO_VALIDATE = Unable to parse schema file
  71. 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
  72. CMDLN_VALIDATE_SUCCESSFUL = Style {0} successfully validated
  73. CMDLN_INVALID_VALIDATE_SYNTAX = INVALID SYNTAX: Invalid syntax of validate command.
  74. CMDLN_HELP_ZIP = SYNTAX: 'zip {style name}\nEXAMPLE: 'zip acmecorp'\n
  75. CMDLN_UNABLE_TO_ZIP = Unable to zip style {0}
  76. CMDLN_UNABLE_TO_ZIP_SYSTEM = Unable to zip system style {0}
  77. CMDLN_ZIP_SUCCESSFUL = Style {0} successfully zipped
  78. CMDLN_INVALID_ZIP_SYNTAX = INVALID SYNTAX: Invalid syntax of zip command.
  79. CMDLN_SKIN_FILE_TO_LARGE = The provided skin file is larger than the 250kb maximum for skins.
  80. CMDLN_SKIN_NOT_EXIST = Skin {0} does not exist or cannot be accessed.