home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Corel / Programs / sceres91.dll / 4105 / string.txt next >
Text File  |  1999-04-14  |  14KB  |  389 lines

  1. 100    Corel SCRIPT Editor
  2. 101    \nScript\nCorelSCRIPT\nCorel SCRIPT Files (*.csc)\n.CSC\nCorelScript.Script.8\nCorel SCRIPT
  3. 2000    Corel SCRIPT (TM) Editor
  4. 2001    Version 9
  5. 2002    Version 9.337
  6. 2003    COREL CONFIDENTIAL VERSION
  7. 2004    Copyright ⌐ 1988-1999 Corel Corporation.
  8. 2005    All rights reserved.
  9. 28000    Corel SCRIPT Dialog
  10. 28007    Open
  11. 28050    OLE initialization failed.  Make sure that the OLE libraries are the correct version.
  12. 28051    Unable to activate help
  13. 28052    Cannot open the Clipboard!
  14. 28053    Interpreter failed initialization
  15. 28054    Interpreter failed initialization:\n%s
  16. 28055    The operation cannot be completed.  The line length would exceed maximum of %i characters.
  17. 28056    Corel SCRIPT object.
  18. 28057    The attributes cannot be changed. The corresponding line would exceed the maximum line length of %i characters.
  19. 28100    No Document Mode
  20. 28101    Text Editor Mode
  21. 28102    Dialog Editor Mode
  22. 28120    Standard
  23. 28121    Tool Box
  24. 28122    View Bar
  25. 28123    Layout Bar
  26. 28140    Command Buttons
  27. 28141    Value Buttons
  28. 28142    List Controls
  29. 28143    Combo Controls
  30. 28144    Slider Controls
  31. 28200    Export Dialog
  32. 28202    Please select a watch first
  33. 28203    %s = %s
  34. 28204    Finished searching for '%s'.
  35. 28205    The string '%s' could not be found.
  36. 28206    Customize
  37. 28254    Corel SCRIPT Executable (*.exe)|*.exe|All Files (*.*)|*.*||
  38. 28255    Corel SCRIPT DLL (*.dll)|*.dll|All Files (*.*)|*.*||
  39. 28256    Corel Add-on (*.cao)|*.cao|All Files (*.*)|*.*||
  40. 28257    Corel SCRIPT Binary (*.csb)|*.csb|All Files (*.*)|*.*||
  41. 28258    Make Corel SCRIPT Executable
  42. 28259    Make Corel SCRIPT DLL
  43. 28260    Make Corel Add-on
  44. 28261    Make Corel SCRIPT Binary
  45. 28300    Options
  46. 28301    AaBbCcDd
  47. 28302    -- Sample Text --
  48. 28310    Normal text
  49. 28311    Open dialog box
  50. 28312    Active dialog box
  51. 28313    Programming keywords
  52. 28314    Script comments
  53. 28315    Output View
  54. 28316    Watch View
  55. 28330    0,0,0:255,255,255
  56. 28331    128,128,128:255,255,255
  57. 28332    0,0,128:255,255,255
  58. 28333    0,0,255:255,255,255
  59. 28334    0,128,0:255,255,255
  60. 28335    0,0,0:255,255,255
  61. 28336    0,0,0:255,255,255
  62. 28350    Compiler Includes
  63. 28370    ;
  64. 28380    <Undefined>
  65. 28381    TRUE
  66. 28382    FALSE
  67. 28383    The interpreter is out of memory space.
  68. 28384    The value you entered cannot be converted to this type of variable.
  69. 28385    BOOLEAN
  70. 28386    INTEGER
  71. 28387    LONG
  72. 28388    SINGLE
  73. 28389    DOUBLE
  74. 28390    CURRENCY
  75. 28391    DATE
  76. 28392    VARIANT
  77. 28393    STRING
  78. 28394    <Empty>
  79. 28395    The value would cause an overflow in the type you specified.
  80. 28400    Position: %d, %d
  81. 28401    Line %d, Column %d
  82. 28402    Start: %d, %d
  83. 28403    Size: %d, %d
  84. 28404    Cursor position
  85. 28405    Object upper left position
  86. 28406    Object size
  87. 28407    Line 0000, Column 000          
  88. 28408    Start: 000, 000          
  89. 28409    Size: 000, 000          
  90. 28410    OVR
  91. 28450    Runtime error occurred at line %d
  92. 28451    Runtime error occurred at line %d:\n%s
  93. 28452    Runtime error at line %d: %s
  94. 28453    Do you wish to cancel execution of this script?
  95. 28454    <Not Available>
  96. 28455    <MAIN>
  97. 28456    Compiling...
  98. 28457    No Syntax Errors.\n
  99. 28458    Script execution terminated normally
  100. 28459    Execution halted at a breakpoint
  101. 28460    Execution halted by keyboard interrupt
  102. 28461    Please open a script first
  103. 28462    Modifying the script will terminate execution.
  104. 28463    The Script Editor can only run one script at a time
  105. 28464    0 errors
  106. 28465    Syntax Errors
  107. 28466    (
  108. 28468    The script has exited with error code %d.
  109. 28469    Could not initialize temporary files.\n
  110. 28470    Could not run script.\n
  111. 28471    Script execution did not end properly.\n
  112. 28550    &Array:
  113. 28551    &Value:
  114. 28552    C&omment:
  115. 28553    &Text:
  116. 28554    &Identifier:
  117. 28555    Dialog &Name:
  118. 28556    Tit&le:
  119. 28557    &Group:
  120. 28558    Dialog &Function:
  121. 28601    BEGIN DIALOG %s %d, %d, %d, %d
  122. 28602    END DIALOG\n
  123. 28603        TEXT  %d, %d, %d, %d, %s
  124. 28604        TEXTBOX  %d, %d, %d, %d, %s
  125. 28605            OPTIONBUTTON  %d, %d, %d, %d, %s
  126. 28606        CHECKBOX  %d, %d, %d, %d, %s, %s
  127. 28607        COMBOBOX  %d, %d, %d, %d, %s, %s 
  128. 28608        LISTBOX  %d, %d, %d, %d, %s, %s
  129. 28609        GROUPBOX  %d, %d, %d, %d
  130. 28610        PUSHBUTTON  %d, %d, %d, %d, %s
  131. 28611        SPINCONTROL  %d, %d, %d, %d, %s
  132. 28612    BEGIN DIALOG OBJECT %s %d, %d, %d, %d
  133. 28613    BEGIN DIALOG OBJECT %s %d, %d
  134. 28614         '
  135. 28615    \n
  136. 28616    , SUB %s
  137. 28617    BEGIN DIALOG %s %d, %d
  138. 28618    , %s
  139. 28619    "%s"
  140. 28620    <%s>
  141. 28621        OPTIONGROUP %s\n
  142. 28622        OPTIONGROUP .%s\n
  143. 28627        OKBUTTON  %d, %d, %d, %d
  144. 28628        BITMAPBUTTON  %d, %d, %d, %d, %s
  145. 28629        CANCELBUTTON  %d, %d, %d, %d
  146. 28630        HELPBUTTON  %d, %d, %d, %d, %s, %s
  147. 28631        IMAGELISTBOX  %d, %d, %d, %d, %s, %s
  148. 28632        IMAGE  %d, %d, %d, %d, %s
  149. 28633        DDLISTBOX  %d, %d, %d, %d, %s, %s
  150. 28634        DDCOMBOBOX  %d, %d, %d, %d, %s, %s
  151. 28635        PROGRESS %d, %d, %d, %d, %s
  152. 28636        STATUS %s
  153. 28637        HSLIDER %d, %d, %d, %d, %s
  154. 28638        VSLIDER %d, %d, %d, %d, %s
  155. 28639        CANCELBUTTON  %d, %d, %d, %d, .%s
  156. 28640        HELPBUTTON  %d, %d, %d, %d, .%s
  157. 28641        IMAGELISTBOX  %d, %d, %d, %d, .%s
  158. 28642        IMAGE  %d, %d, %d, %d, .%s
  159. 28643        DDLISTBOX  %d, %d, %d, %d, .%s
  160. 28644        DDCOMBOBOX  %d, %d, %d, %d, .%s
  161. 28645        PROGRESS %d, %d, %d, %d, .%s
  162. 28646        STATUS .%s
  163. 28647        HSLIDER %d, %d, %d, %d, .%s
  164. 28648        VSLIDER %d, %d, %d, %d, .%s
  165. 28649        OKBUTTON  %d, %d, %d, %d, .%s
  166. 28650        TEXTBOX  %d, %d, %d, %d, .%s
  167. 28651            OPTIONBUTTON  %d, %d, %d, %d, .%s, %s
  168. 28652        CHECKBOX  %d, %d, %d, %d, .%s, %s
  169. 28653        COMBOBOX  %d, %d, %d, %d, .%s
  170. 28654        LISTBOX  %d, %d, %d, %d, .%s
  171. 28655        GROUPBOX  %d, %d, %d, %d, .%s
  172. 28656        PUSHBUTTON  %d, %d, %d, %d, .%s, %s
  173. 28657        SPINCONTROL  %d, %d, %d, %d, .%s
  174. 28658        TEXT  %d, %d, %d, %d, .%s, %s
  175. 28659        TREE %d, %d, %d, %d, %s, %s
  176. 28660        TREE %d, %d, %d, %d, .%s
  177. 28661        BITMAPBUTTON  %d, %d, %d, %d, .%s
  178. 28700    Multiple Selection Attributes
  179. 28701    Dialog Attributes
  180. 28702    Text Attributes
  181. 28703    Text Box Attributes
  182. 28704    Group Box Attributes
  183. 28705    Option Button Attributes
  184. 28706    Check Box Attributes
  185. 28707    Combo Box Attributes
  186. 28708    List Box Attributes
  187. 28709    Push Button Attributes
  188. 28710    Spin Button Attributes
  189. 28711    Help Button Attributes
  190. 28712    OK Button Attributes
  191. 28713    Cancel Button Attributes
  192. 28714    Image List Box Attributes
  193. 28715    Image Attributes
  194. 28716    Drop Down List Box Attributes
  195. 28717    Drop Down Combo Box Attributes
  196. 28718    Progress Indicator Attributes
  197. 28719    Status Indicator Attributes
  198. 28720    Horizontal Slider Control Attributes
  199. 28721    Vertical Slider Control Attributes
  200. 28722    Bitmap Button Attributes
  201. 28750    BEGIN
  202. 28751    END
  203. 28752    DIALOG
  204. 28753    TEXT
  205. 28754    TEXTBOX
  206. 28755    OPTIONBUTTON
  207. 28756    CHECKBOX
  208. 28757    COMBOBOX
  209. 28758    LISTBOX
  210. 28759    GROUPBOX
  211. 28760    PUSHBUTTON
  212. 28761    SPINCONTROL
  213. 28762    OPTIONGROUP
  214. 28763    OKBUTTON
  215. 28764    CANCELBUTTON
  216. 28765    HELPBUTTON
  217. 28766    IMAGELISTBOX
  218. 28767    IMAGE
  219. 28768    DDLISTBOX
  220. 28769    DDCOMBOBOX
  221. 28770    HSLIDER
  222. 28771    VSLIDER
  223. 28772    PROGRESS
  224. 28773    STATUS
  225. 28774    OBJECT
  226. 28775    TREE
  227. 28776    REM
  228. 28777    '
  229. 28778    BITMAPBUTTON
  230. 28800    OptionGroup
  231. 28801    Dialog
  232. 28802    Text
  233. 28803    TextBox
  234. 28804    OptionButton
  235. 28805    CheckBox
  236. 28806    ComboBox
  237. 28807    ListBox
  238. 28808    GroupBox
  239. 28809    PushButton
  240. 28810    SpinControl
  241. 28811    OK
  242. 28812    Cancel
  243. 28813    Help
  244. 28814    ImageListBox
  245. 28815    Image
  246. 28816    DDListBox
  247. 28817    DDComboBox
  248. 28818    Progress
  249. 28819    Status
  250. 28820    HSlider
  251. 28821    VSlider
  252. 28822    Tree
  253. 28823    BitmapButton
  254. 28824    Text
  255. 28825    List Item %d
  256. 28826    Image List
  257. 28827    Text List
  258. 28828    Tree Control
  259. 28850    Error Building Dialog!\nInvalid dialog statement: \n%s\nContinue?
  260. 28851    Error Building Dialog!\nEnd statement encountered more than once.\nContinue?
  261. 28852    Error Building Dialog!\nDialog termination string not found.\nContinue?
  262. 28853    Error Building Dialog!\nFollowing statement found after dialog.\n%s\nContinue?
  263. 28854    Error Building Dialog!\nInvalid dialog termination string.\nContinue?
  264. 28855    Error Building Dialog!\nBegin statement encountered more than once.
  265. 28856    Error Building Dialog!\nNo dialog found.
  266. 28857    Error Building Dialog!\nEnd statement found before Begin statement.\nContinue?
  267. 28858    Error Building Dialog!\nDialog name\n%s\nis invalid.
  268. 28859    Error Building Dialog!\nDialog coordinate\n%s\nis invalid.
  269. 28860    Error Building Dialog!\nInvalid control coordinate\n%s\nContinue?
  270. 28861    Error Building Dialog!\nInvalid control text\n%s\nContinue?
  271. 28862    Error Building Dialog!\nInvalid control field\n%s\nContinue?
  272. 28863    Error Building Dialog!\nInvalid symbol encountered\n%s\nContinue?
  273. 28864    Error Building Dialog\nFound control before dialog statement.\n%s\nContinue?
  274. 28865    Error Building Dialog\nInvalid Option Group.\n%s\nContinue?
  275. 28866    Error Building Dialog!\nNo option group found for option button\n%s\nContinue?
  276. 28867    Error Building Dialog\nFound control after dialog.\n%s\nContinue?
  277. 33000    Print the active script\nPrint
  278. 33002    Make a script executable file\nMake EXE
  279. 33003    Make a script dynamic link library file\nMake DLL
  280. 33004    Make a Corel Add-on file\nMake CAO
  281. 33005    Make a script binary file\nMake CSB
  282. 33006    Directly print the script\nDirect print
  283. 33050    Clear the output window\nClear
  284. 33051    Undo the last action\nUndo
  285. 33052    Redo the previously undone action\nRedo
  286. 33053    Place REM in front of all selected lines\nComment
  287. 33054    Remove REM from all selected lines\nUnComment
  288. 33100    Go to the selected error\nGo to error
  289. 33101    Find the specified text\nFind
  290. 33102    Replace specific text with different text\nReplace
  291. 33103    Jump to a line\nGo To Line
  292. 33104    Jump to the next line with an error\nNext Error
  293. 33105    Jump to the previous line with an error\nPrevious Error
  294. 33150    Hide/show the watch window\nToggle Watch Window
  295. 33151    Hide/show the output window\nToggle Output Window
  296. 33250    Starts or resumes execution of the script\nRun
  297. 33251    Stop the execution of the current script\nReset
  298. 33252    Step over next statement\nStep Over
  299. 33253    Step into the next statement\nStep Into
  300. 33254    Step out of the current function\nStep Out
  301. 33255    Runs the script up to the cursor\nRun to Cursor
  302. 33256    Restarts execution of the current script\nRestart
  303. 33257    Check script for correct syntax\nCheck Syntax
  304. 33258    execute a script\nExecute
  305. 33300    Set or clear the breakpoint on the current line\nToggle Breakpoint
  306. 33301    Clear all breakpoints\nClear All Breakpoints
  307. 33350    View or edit the value of the variable\nQuickWatch
  308. 33351    Remove any selected watches from the list\nRemove Watch
  309. 33352    Remove all watches from the list\nRemove all Watches
  310. 33353    Adds a new watch to the Watch Window\nAdd Watch
  311. 33450    Edit or create dialog box description\nEdit Dialog
  312. 33451    Launch an application\nApplication Launcher...
  313. 33452    View Call Stack\nCall Stack
  314. 34000    Create a new script\nNew
  315. 34001    Open an existing script\nOpen
  316. 34002    Close the active script\nClose
  317. 34003    Save the active script\nSave
  318. 34004    Save the active script with a new name\nSave As
  319. 34005    Change the printer and printing options\nPrint Setup
  320. 34006    Quit the application; prompts to save scripts\nExit
  321. 34007    Save all open scripts\nSave All
  322. 34008    Open this script\nOpen
  323. 34009    Open this script\nOpen
  324. 34010    Open this script\nOpen
  325. 34011    Open this script\nOpen
  326. 34050    Cut the selection and put it on the Clipboard\nCut
  327. 34051    Copy the selection and put it on the Clipboard\nCopy
  328. 34052    Insert Clipboard contents\nPaste
  329. 34053    Select the entire document\nSelect All
  330. 34054    Erases the selection\nDelete
  331. 34150    Show or hide the status bar\nToggle Status Bar
  332. 34151    Configure the toolbars\nToolBars...
  333. 34450    Customize\nCustomize
  334. 34451    View the options pages\nOptions...
  335. 34500    Arrange icons at the bottom of the window\nArrange Icons
  336. 34501    Arrange windows so they overlap\nCascade Windows
  337. 34502    Arrange windows as non-overlapping tiles\nTile Windows
  338. 34503    Arrange windows as non-overlapping tiles\nTile Windows
  339. 34504    Keep the main window on top\nAlways On Top
  340. 34505    Close all open windows\nClose All
  341. 34550    Display a list of help topics\nHelp Topics
  342. 34551    Display help for clicked on buttons, menus and windows\nWhat's This
  343. 34552    Display program information, version number and copyright\nAbout
  344. 34553    Display help for current task or command\nHelp
  345. 34556    What's This?\nWhat's This?
  346. 35000    Save the dialog to a different file\nExport Dialog...
  347. 35050    Display attributes for the active object\nAttributes
  348. 35051    Duplicate the selected objects\nDuplicate
  349. 35052    Cancel action; unselect all\nCancel
  350. 35150    Show or hide the Properties Bar\nToggle Properties Bar
  351. 35151    Show or hide the Controls List\nToggle Controls List
  352. 35200    Align the left edges of the selected controls\nAlign Left
  353. 35201    Align the right edges of the selected controls\nAlign Right
  354. 35202    Align the top edges of the selected controls\nAlign Top
  355. 35203    Align the bottom edges of the selected controls\nAlign Bottom
  356. 35204    Resize the selected controls to have the same width\nMake Same Width
  357. 35205    Resize the selected controls to have the same height\nMake Same Height
  358. 35206    Resize the selected controls to have the same size\nMake Same Size
  359. 35207    Center controls vertically within dialog\nCenter Vertical
  360. 35208    Center controls horizontally within dialog\nCenter Horizontal
  361. 35209    Evenly distribute the controls vertically\nDistribute Vertically
  362. 35210    Evenly distribute the controls horizontally\nDistribute Horizontally
  363. 35211    Resize the selected controls to fit their caption\nSize To Content
  364. 35212    Snap controls to grid\nSnap To Grid
  365. 35401    Control Selector\nSelector
  366. 35402    Text control\nText
  367. 35403    Text Box control\nText box
  368. 35404    Option Button control\nOption button
  369. 35405    Check Box control\nCheck box
  370. 35406    Combo Box control\nCombo box
  371. 35407    List Box control\nList box
  372. 35408    Group Box control\nGroup box
  373. 35409    Push Button control\nPush button
  374. 35410    Spin Control\nSpin control
  375. 35411    Drop-down Combo Box control\nD-D combo box
  376. 35412    Drop-down List Box control\nD-D list box
  377. 35413    Help Button control\nHelp button
  378. 35414    OK Button control\nOK button
  379. 35415    Cancel Button control\nCancel button
  380. 35416    Image control\nImage
  381. 35417    Image List Box control\nImage list box
  382. 35418    Progress Indicator\nProgress Indicator
  383. 35419    Horizontal Slider Control\nHorizontal Slider
  384. 35420    Vertical Slider Control\nVertical Slider
  385. 35421    Status Bar Control\nStatus Bar
  386. 35423    Bitmap button Control\nBitmap button
  387. 35450    Run the current dialog to test appearance and behavior\nTest Dialog
  388. 35451    Set the grid attributes\nGrid Settings
  389.