home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / cyber15.lha / CyberCron / Source / dummy.ct (.txt) < prev    next >
Encoding:
Amiga Catalog Translation file  |  1992-09-30  |  2.7 KB  |  102 lines

  1. ## version $VER: CyberCron.catalog 1.0 (XX.XX.XX)
  2. ## codeset 0
  3. ## language <insert langugage here>
  4. MSG_PROGNAME
  5. CyberCron
  6. MSG_STRING_HACK
  7. MSG_JOB_STARTED
  8. Job %ld started:  %s
  9. MSG_JOB_ENDED
  10. Job %ld ended.
  11. MSG_AREXX_RETURNED_1
  12. Command returned %ld.
  13. MSG_AREXX_RETURNED_2
  14. Command returned %ld/%ld: %s.
  15. MSG_REQWINTITLE
  16. CyberCron Error
  17. MSG_CONTINUE_GAD
  18. CONTINUE
  19. MSG_OUTOFMEM
  20. Out of memory!
  21. MSG_NO_PUB_SEMA
  22. Couldn't establish public semaphore.
  23. MSG_JOB_SEMA_NAME
  24. CyberCron job semaphore
  25. MSG_LOG_SEMA_NAME
  26. CyberCron log semaphore
  27. MSG_NO_RDARGS
  28. Couldn't allocate RDArgs structure.
  29. MSG_CRONTAB_NAME_TOO_LONG
  30. CronTab filename too long.
  31. MSG_LOGFILE_NAME_TOO_LONG
  32. Log filename too long.
  33. MSG_SENDMAIL_COMMAND_TOO_LONG
  34. SendMail command too long.
  35. MSG_ALREADY_RUNNING
  36. Already running with portname \"%s\".
  37. MSG_CANT_CREATE_AREXX_PORT
  38. Couldn't create ARexx port.
  39. MSG_CANT_CREATE_TIMER_PORT
  40. Couldn't create timer port.
  41. MSG_COULDNT_OPEN
  42. Couldn't open %s.
  43. MSG_COULDNT_ALLOC_NOTIFY_SIG
  44. Couldn't allocate notify signal.
  45. MSG_COULDNT_START_NOTIFY
  46. Couldn't start notification on crontab file.
  47. MSG_DAEMON_STARTED
  48. %s daemon v%s started.
  49. MSG_REALNAME_TEMPLATE
  50. %s daemon v%s
  51. MSG_PORTNAME
  52. ARexx portname = \"%s\"
  53. MSG_CRONTAB_MODIFIED
  54. CronTab file modified, re-reading.
  55. MSG_CRONTAB_CHANGED
  56. New CronTab file specified, reading.
  57. MSG_WAITING_TO_QUIT
  58. Waiting for all outstanding jobs to terminate.
  59. MSG_CANT_HANDLE_REXX_EVENT
  60. Couldn't handle events on ARexx port -- no %s available!
  61. MSG_CANT_START_AREXX_NO_LIB
  62. Couldn't start %s -- no %s available!
  63. MSG_OPENING_CRONTAB
  64. Couldn't open file \"%s\".
  65. MSG_PARSING
  66. Error parsing line %ld in file \"%s\".
  67. MSG_IO_FAULT_IN_CRONTAB
  68. I/O Error #%ld (%s) reading line %ld in file \"%s\".
  69. MSG_TO_SUBJECT
  70. To: %s\nSubject: Output of \"%s%s%s\"\n\n
  71. MSG_JOB_TABLE_FULL
  72. Job table full trying to start %s.
  73. MSG_COULDNT_OPEN_REDIRECTION
  74. Couldn't open %s redirection for %s.
  75. MSG_REDIRIN
  76. input
  77. MSG_REDIROUT
  78. output
  79. MSG_REDIRERR
  80. error
  81. MSG_COULDNT_START_SYSTEM_JOB
  82. System() failed to start %s.
  83. MSG_CANT_CREATE_AREXX_OBJECT
  84. Couldn't create %s to launch %s.
  85. MSG_REXXMSG
  86. a RexxMsg
  87. MSG_ARGSTRING
  88. an Argstring
  89. MSG_CANT_FIND_REXX_HOST
  90. Couldn't connect to %s host to launch %s.
  91. MSG_ARG_HELP
  92. %s v%s\n
  93. Usage: %s [CRONTAB <filespec>] [LOGFILE <filespec>]\n
  94.                  [DEFSTACK <Default Stack>] [DEFPRI <Default Priority>]\n
  95.                  [SENDMAIL <\"<Command> <from switch> %%s <name switch> *\"%%s*\"\">]\n
  96.                  [CRONPRI <Cron's Priority>] [PORTNAME <ARexx Portname>]\n
  97. MSG_COPYRIGHT
  98. Copyright 
  99.  1992 by Christopher A. Wichura (caw@miroc.chi.il.us)\n
  100. All rights reserved.\n
  101. <insert langugage here> translation done by <insert your name here>.
  102.