home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / UAX110.dll / 4105 / string.txt
Text File  |  2003-03-07  |  8KB  |  206 lines

  1. 29000    Message
  2. 29002    Help
  3. 29003    Cancel
  4. 29004    OK
  5. 29005    Error loading image
  6. 29006    Help file not specified. Contact script developer for an updated script file.
  7. 29007    Corel SCRIPT
  8. 29008    All Files (*.*)|*.*
  9. 29009    "%s"
  10. 29010    \n
  11. 29011    Script Error
  12. 29012    Could not load DLL "%s".
  13. 29013    Could not find DLL procedure "%s".
  14. 29014    Run-time error %d\n\n%s
  15. 29015    OLE automation error\n(%s)
  16. 29016    Undefined runtime error %d
  17. 29017    Run-time error %d\nExecution stopped at %s(%ld)\n\n%s
  18. 29018    Run Corel Add-on
  19. 29019    This command will stop the script execution.
  20. 29502    CorelSCRIPT
  21. 30001    Warning:
  22. 30002    Error:
  23. 30003    Fatal error:
  24. 30050    %s(%d) %s %s\n
  25. 30051    %s %s\n
  26. 30052    %lu error(s), %lu warning(s).\n
  27. 30053    Maximum number of errors has been reached.\n
  28. 30054    Error!
  29. 30055    Could not read or write to file.
  30. 30100    %s is missing a parameter.
  31. 30101    Bad space for precompiler scanner.
  32. 30102    No space for precompiler scanner.
  33. 30103    Precompiler stack overflow.
  34. 30104    Precompiler syntax error at symbol "%s".
  35. 30105    Parameter has missing or invalid quotes.
  36. 30106    Could not open file "%s".
  37. 30107    Too many parameters specified.
  38. 30108    Inclusion within inclusion of file "%s".
  39. 30109    Unrecognized character <%c>
  40. 30110    Bad space for scanner.
  41. 30111    No space for scanner.
  42. 30112    Stack overflow.
  43. 30113    Syntax error at symbol "%s".
  44. 30114    Redefinition of label "%s".
  45. 30115    "%d" is an invalid label number.
  46. 30116    "%s" is an invalid label.
  47. 30117    Invalid named-unnamed parameter mix.
  48. 30118    Type mismatch.
  49. 30119    FOR, NEXT control variable mismatch.
  50. 30120    Missing parameter.
  51. 30121    Invalid return type.
  52. 30122    Invalid procedure name.
  53. 30123    Invalid number of parameters.
  54. 30124    Parameter type mismatch.
  55. 30125    Procedure not defined in proper location.
  56. 30126    Invalid parameter
  57. 30127    Could not resolve label.
  58. 30128    Function return value not used in proper location.
  59. 30129    ALIAS specified without LIB.
  60. 30130    VARIANT type not allowed in DLL declaration.
  61. 30131    VARIANT type not allowed for CONST.
  62. 30132    Invalid initial data type for STATIC variable.
  63. 30133    EXIT %s outside of %s.
  64. 30134    EXIT outside of loop and procedure definition.
  65. 30135    Type declaration character does not match declared type.
  66. 30136    Syntax error at end of line.
  67. 30137    Precompiler syntax error at end of line.
  68. 30138    Could not load resource file.
  69. 30139    Invalid precompiler command.
  70. 30200    CLOSEDIALOG
  71. 30201    SETTEXT
  72. 30202    GETTEXT
  73. 30203    SETIMAGE
  74. 30204    GETIMAGE
  75. 30205    SETVALUE
  76. 30206    GETVALUE
  77. 30207    SETRANGE
  78. 30208    GETRANGE
  79. 30209    SETINC
  80. 30210    GETINC
  81. 30211    STEP
  82. 30212    SETARRAY
  83. 30213    ENABLE
  84. 30214    SETSEL
  85. 30215    GETSEL
  86. 30216    RESET
  87. 30217    SET3STATE
  88. 30218    SETDMODE
  89. 30219    SETHELPPATH
  90. 30220    GETHELPPATH
  91. 30221    SETHELPINDEX
  92. 30222    GETHELPINDEX
  93. 30223    SETPRECISION
  94. 30224    GETPRECISION
  95. 30225    MOVE
  96. 30226    SETSTYLE
  97. 30227    GETSTYLE
  98. 30228    GETPOS
  99. 30229    SETTIMER
  100. 30230    GETTIMER
  101. 30231    Declared sub "%s" not defined.
  102. 30232    Declared function "%s" not defined.
  103. 30233    Label "%s" not defined.
  104. 30234    Line Number %ld not defined.
  105. 30235    FOR statement without NEXT.
  106. 30236    IF statement without END IF.
  107. 30237    ELSE IF statement without END IF.
  108. 30238    ELSE statement without END IF.
  109. 30239    DO statement without LOOP.
  110. 30240    DO WHILE statement without LOOP.
  111. 30241    DO UNTIL statement without LOOP.
  112. 30242    WHILE statement without WEND.
  113. 30243    SELECT statement without END SELECT.
  114. 30244    %s "%s" does not support dialog function "%s".
  115. 30245    %s or %s not specified.
  116. 30246    Dialog
  117. 30247    Dialog control
  118. 30248    WITH statement without END WITH.
  119. 30249    WITHOBJECT statement without END WITHOBJECT.
  120. 30250    NEXT statement without FOR.
  121. 30251    WEND statement without WHILE.
  122. 30252    ELSEIF statement without IF.
  123. 30253    ELSE statement without IF.
  124. 30254    END IF statement without IF.
  125. 30255    LOOP statement without DO.
  126. 30256    LOOP WHILE statement without DO.
  127. 30257    LOOP UNTIL statement without DO.
  128. 30258    CASE statement without SELECT.
  129. 30259    CASE ELSE statement without SELECT.
  130. 30260    END SELECT statement without SELECT.
  131. 30261    SETVISIBLE
  132. 30262    GETITEM
  133. 30263    GETITEMCOUNT
  134. 30264    ADDITEM
  135. 30265    REMOVEITEM
  136. 30266    End procedure command outside of procedure.
  137. 30267    Illegal termination of WITH statement.
  138. 30268    END WITHOBJECT statement without WITHOBJECT.
  139. 30269    Procedure "%s" already defined.
  140. 30270    GETID
  141. 30271    Division by 0.
  142. 30272    Out of memory.
  143. 30273    Overflow.
  144. 30274    Operation error.
  145. 30275    CONST has no explicit type; type %s assumed.
  146. 30276    Implicit declaration not allowed.
  147. 30277    Undefined operator for specified type.
  148. 30278    GETTOPPOSITION
  149. 30279    GETLEFTPOSITION
  150. 30280    GETWIDTH
  151. 30281    GETHEIGHT
  152. 30282    GETBITMAPWIDTH
  153. 30283    GETBITMAPHEIGHT
  154. 30284    SETBITMAPOFFSET
  155. 30285    Dialog "%s" was defined using local variables in another procedure.
  156. 30286    SETTICK
  157. 30287    GETTICK
  158. 30288    Option group not specified for OPTIONBUTTON.
  159. 30500    BOOLEAN
  160. 30501    INTEGER
  161. 30502    LONG
  162. 30503    SINGLE
  163. 30504    DOUBLE
  164. 30505    DATE
  165. 30506    CURRENCY
  166. 30507    STRING
  167. 30508    VARIANT
  168. 31000    Internal Error.
  169. 31001    Symbol "%s" not defined.
  170. 32001    Unknown error\n(Internal calculation has failed)
  171. 32002    Unrecoverable error\n(Invalid state was detected)
  172. 32050    Division by 0\n(Calculation requested a division by 0)
  173. 32051    Type mismatch\n(Operator is not of the required type)
  174. 32052    Out of memory\n(Could not allocate enough memory for the operation)
  175. 32053    Overflow\n(Operation caused operator to overflow)
  176. 32054    Invalid array index\n(Specified array index is out of range)
  177. 32055    Invalid array dimension\n(Number of dimension specified does not match array specification)
  178. 32056    Resume without error\n(Resume was encountered when no error was active)
  179. 32057    Out of resource\n(Could not allocate enough resource to complete the operation)
  180. 32058    Stack Overflow\n(Could not allocate enough stack space for the operation)
  181. 32059    RETURN without GOSUB\n(RETURN does not have a matching GOSUB)
  182. 32200    Invalid file number\n(No file was opened with the specified index\nor file index is out of range)
  183. 32201    Unable to open file\n(Could not open specified file)
  184. 32203    Error writing to file\n(Could not write to file)
  185. 32204    Error reading file\n(Could not read file)
  186. 32205    Invalid file position\n(File index outside file range was requested)
  187. 32206    Can not close file\n(Close file operation has failed)
  188. 32302    Command failed\n(Command execution did not succeed)
  189. 32303    Object not initialized\n(Object not initialized through WITHOBJECT statement)
  190. 32305    Undefined parameter option\n(Parameter value is an invalid option for the command)
  191. 32350    Error in dialog\n(Error has occured in a dialog call)
  192. 32352    Instance duplication\n(Tried to run more than one instance\nof the same dialog at the same time)
  193. 32353    Event Handler Function\n(Function cannot be used outside of event handler SUB)
  194. 32600    OLE automation error\n(Error executing OLE automation call)
  195. 32601    Invalid number of parameters\n(Invalid number of parameters was specified in OLE automation call)
  196. 32602    Bad variable type\n(Invalid variable type was passed in OLE automation call)
  197. 32603    Object does not support this procedure\n(OLE object does not support specified procedure)
  198. 32604    Object does not support named arguments\n(Specified application does not support named arguments)
  199. 32605    Value out of range\n(Invalid range for value in OLE automation call)
  200. 32606    Invalid parameter name\n(Invalid named parameter for OLE automation call)
  201. 32607    Argument type mismatch\n(OLE automation call argument is of wrong type)
  202. 32608    Unknown interface\n(The object does not support OLE automation)
  203. 32609    Unknown language\n(Unable to recognize international language\nof the OLE automation procedure)
  204. 32610    Unspecified parameter is not optional\n(Required parameter was not specified in OLE automation call)
  205. 32611    Could not create object\n(Could not create specified OLE automation object)
  206.