rsapimsgs_en.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: QFW
  5. © Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd">
  9. <component name="RSA">
  10. <section name="FMT" type="UI">
  11. <string name="INTERVAL_DAY_TO_SEC" usage="Used to format time durations that contain a number of days and a time duration. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  12. <param type="integer" index="1"/>
  13. <param type="integer" index="2"/>:<param type="integer" index="3"/>:<param type="integer" index="4"/>
  14. </string>
  15. <string name="INTERVAL_DAY_TO_FSEC" usage="Used to format time durations that contain a number of days and a time duration, possibly with fractions of a second. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  16. <param type="integer" index="1"/>
  17. <param type="integer" index="2"/>:<param type="integer" index="3"/>:<param type="integer" index="4"/>.<param type="integer" index="5"/>
  18. </string>
  19. <string name="INTERVAL_FULL" usage="Used to format time durations that contain a number of days and a time duration, including milliseconds. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  20. <param type="integer" index="1"/>
  21. <param type="integer" index="2"/>:<param type="integer" index="3"/>:<param type="integer" index="4"/>.<param type="string" index="5"/>
  22. </string>
  23. <string name="INTERVAL_NEGATIVE_FULL" usage="Used to format negative time durations that contain a number of days and a time duration, including milliseconds. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  24. -<param type="integer" index="1"/>
  25. <param type="integer" index="2"/>:<param type="integer" index="3"/>:<param type="integer" index="4"/>.<param type="string" index="5"/>
  26. </string>
  27. <string name="INTERVAL_SINGLE" usage="Used to format time durations that contain a number of any time duration (years, months, days, hours, minutes, or seconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  28. <param type="integer" index="1"/>
  29. </string>
  30. <string name="INTERVAL_NEGATIVE_SINGLE" usage="Used to format negative time durations that contain a number of any time duration (years, months, days, hours, minutes, or seconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  31. -<param type="integer" index="1"/>
  32. </string>
  33. <string name="INTERVAL_YEAR_TO_MONTH" usage="Used to format time durations that contain a number of years and months. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  34. <param type="integer" index="1"/>-<param type="integer" index="2"/>
  35. </string>
  36. <string name="INTERVAL_NEGATIVE_YEAR_TO_MONTH" usage="Used to format negative time durations that contain a number of years and months. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  37. -<param type="integer" index="1"/>-<param type="integer" index="2"/>
  38. </string>
  39. <string name="INTERVAL_DAY_TO_HOUR" usage="Used to format time durations that contain a number of days and hours. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  40. <param type="integer" index="1"/>
  41. <param type="integer" index="2"/>
  42. </string>
  43. <string name="INTERVAL_NEGATIVE_DAY_TO_HOUR" usage="Used to format negative time durations that contain a number of days and hours. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  44. -<param type="integer" index="1"/>
  45. <param type="integer" index="2"/>
  46. </string>
  47. <string name="INTERVAL_DAY_TO_MINUTE" usage="Used to format time durations that contain a number of days and a time duration (precision: minutes). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  48. <param type="integer" index="1"/>
  49. <param type="integer" index="2"/>:<param type="integer" index="3"/>
  50. </string>
  51. <string name="INTERVAL_NEGATIVE_DAY_TO_MINUTE" usage="Used to format negative time durations that contain a number of days and a time duration (precision: minutes). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  52. -<param type="integer" index="1"/>
  53. <param type="integer" index="2"/>:<param type="integer" index="3"/>
  54. </string>
  55. <string name="INTERVAL_DAY_TO_MSECOND" usage="Used to format time durations that contain a number of days and a time duration (including milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  56. <param type="integer" index="1"/>
  57. <param type="integer" index="2"/>:<param type="integer" index="3"/>:<param type="integer" index="4"/>.<param type="string" index="5"/>
  58. </string>
  59. <string name="INTERVAL_NEGATIVE_DAY_TO_MSECOND" usage="Used to format negative time durations that contain a number of days and a time duration (including milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  60. -<param type="integer" index="1"/>
  61. <param type="integer" index="2"/>:<param type="integer" index="3"/>:<param type="integer" index="4"/>.<param type="string" index="5"/>
  62. </string>
  63. <string name="INTERVAL_HOUR_TO_MINUTE" usage="Used to format time durations that contain a time duration. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  64. <param type="integer" index="1"/>:<param type="integer" index="2"/>
  65. </string>
  66. <string name="INTERVAL_NEGATIVE_HOUR_TO_MINUTE" usage="Used to format negative time durations that contain a time duration. Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  67. -<param type="integer" index="1"/>:<param type="integer" index="2"/>
  68. </string>
  69. <string name="INTERVAL_HOUR_TO_MSECOND" usage="Used to format time durations that contain a time duration (including milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  70. <param type="integer" index="1"/>:<param type="integer" index="2"/>:<param type="integer" index="3"/>.<param type="string" index="4"/>
  71. </string>
  72. <string name="INTERVAL_NEGATIVE_HOUR_TO_MSECOND" usage="Used to format negative time durations that contain a time duration (including milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  73. -<param type="integer" index="1"/>:<param type="integer" index="2"/>:<param type="integer" index="3"/>.<param type="string" index="4"/>
  74. </string>
  75. <string name="INTERVAL_MINUTE_TO_MSECOND" usage="Used to format time durations that contain a a time duration (minutes to milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  76. <param type="integer" index="1"/>:<param type="integer" index="2"/>.<param type="string" index="3"/>
  77. </string>
  78. <string name="INTERVAL_NEGATIVE_MINUTE_TO_MSECOND" usage="Used to format negative time durations that contain a number of days and a time duration (minutes to milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  79. -<param type="integer" index="1"/>:<param type="integer" index="2"/>.<param type="string" index="3"/>
  80. </string>
  81. <string name="INTERVAL_SECOND_TO_MSECOND" usage="Used to format time durations (seconds to milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  82. <param type="integer" index="1"/>.<param type="string" index="2"/>
  83. </string>
  84. <string name="INTERVAL_NEGATIVE_SECOND_TO_MSECOND" usage="Used to format negative time durations (seconds to milliseconds). Localization, please feel free to re-format as you see fit. Words must remain capitalized. The format used here follows the SQL99 literal formats, though this may not be acceptable in a reporting tool. The default time formatter was not used as this assumes the value represents time - in this case, it represents a duration, not an actual time value.">
  85. -<param type="integer" index="1"/>.<param type="string" index="2"/>
  86. </string>
  87. </section>
  88. <section name="ERR">
  89. <string name="UNKNOWN_TYPE_CODE" errorCode="0004">Unknown command code: '<param type="string" index="1"/>'.</string>
  90. <string name="UNKNOWN_METHOD" errorCode="0005">Unknown RS API method: '<param type="string" index="1"/>'.</string>
  91. <string name="UNKNOWN_COMMAND_ID" errorCode="0006">Unknown command ID: <param type="integer" index="1"/>.</string>
  92. <string name="QUERY_CANCELLED" errorCode="0007">Query cancelled.</string>
  93. <string name="COULD_NOT_CANCEL_QUERY" errorCode="0008">Unable to cancel query.</string>
  94. <string name="UNABLE_TO_OPEN_COMMAND_FILE" errorCode="0009">Unable to open command file '<param type="string" index="1"/>' for replay.</string>
  95. </section>
  96. </component>
  97. </stringTable>