home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Recent / dev / misc / FlexCat_GR.lha / FlexCat_gr.ct (.txt) next >
Amiga Catalog Translation file  |  1999-04-01  |  9KB  |  219 lines

  1. ## version $VER: flexcat.catalog 2.2 (20.3.99)
  2. ## language greek
  3. ## codeset 0
  4. ;   FlexCat:                 The flexible catalog generator          V1.8
  5. ;   Copyright (C) 1993-1997  Jochen Wiedmann and Marcin Orlowski
  6. ;   The following defines a sequence of strings. Each definition looks as
  7. ;   follows:
  8. ;   MSG_STRING_NAME (num/minlen/maxlen)
  9. ;   text
  10. ;   where:
  11. ;   MSG_STRING_NAME is the name of the macro-definition, that will be used
  12. ;                   to get the string.
  13. ;   num             is the number, which MSG_STRING_NAME will stand for
  14. ;   minlen          is the minimum length of "text" (this may be missing)
  15. ;   maxlen          is the maximum length of "text" (this may be missing
  16. ;                   too)
  17. ;   text            is the text, the string will contain
  18. ;   Each definition is preceded by a remark, which tells what the string
  19. ;   is used for.
  20. ;   Greek translation by Alexandros Vellis <avellis@pmail.net> :-)
  21. ;   Error message: Out of memory.
  22. msgMemoryError
  23. ;Out of memory!
  24. ;   Warning message; must contain one %s (file), one %d (line number)
  25. ;   DON'T EAT THE TRAILING SPACE HERE!
  26. msgWarning
  27. ;%s, Line %d; warning: 
  28. ;   Warning message: Expected hex character.
  29. msgExpectedHex
  30.  [0-9a-4A-F]).
  31. ;Expected hex character (one of [0-9a-4A-F]).
  32. ;   Warning message: Expected octal character.
  33. msgExpectedOctal
  34.  [0-7]).
  35. ;Expected octal character (one of [0-7]).
  36. ;   Error message: Cannot open catalog description; must contain one %s
  37. ;   (file name)
  38. msgNoCatalogDescription
  39. ;Cannot open catalog description %s.
  40. ;   Warning message: Too much Lengthbytes; must contain one %d (maximum).
  41. msgNoLengthBytes
  42.  Bytes > %d (sizeof long) 
  43. ;LengthBytes > %d (sizeof long) not possible.
  44. ;   Warning message: Unknown catalog description command.
  45. msgUnknownCDCommand
  46. ;Unknown catalog description command
  47. ;   Warning message: Unexpected blank.
  48. msgUnexpectedBlanks
  49. ;Unexpected blanks.
  50. ;   Warning message: Identifier expected.
  51. msgNoIdentifier
  52.  identifier (
  53.  string).
  54. ;Missing identifier.
  55. ;   Warning message: '(' expected.
  56. msgNoLeadingBracket
  57.  '('.
  58. ;Missing '('.
  59. ;   Warning message: Identifier number redeclared.
  60. msgDoubleID
  61. ;ID number used twice.
  62. ;   Warning message: Identifier redeclared.
  63. msgDoubleIdentifier
  64. To identifier (
  65.  string) 
  66. ;Identifier redeclared.
  67. ;   Warning message: '/' expected (MinLen).
  68. msgNoMinLen
  69.  MinLen (
  70.  '/')
  71. ;Expected MinLen (character '/').
  72. ;   Warning message: '/' expected (MaxLen).
  73. msgNoMaxLen
  74.  MaxLen (
  75.  '/')
  76. ;Expected MaxLen (character '/').
  77. ;   Warning message: ')' expected.
  78. msgNoTrailingBracket
  79.  ')'.
  80. ;Expected ')'.
  81. ;   Warning message: Extra characters
  82. msgExtraCharacters
  83. ;Extra characters at the end of the line.
  84. ;   Warning message: Missing catalog string
  85. msgNoString
  86.  catalog string).
  87. ;Unexpected end of file (missing catalog string).
  88. ;   Warning message: String too short.
  89. msgShortString
  90.  string 
  91. ;String too short.
  92. ;   Warning message: String too long.
  93. msgLongString
  94.  string 
  95. ;String too long.
  96. ;   Error message: No catalog translation file; must contain one %s (file
  97. ;   name).
  98. msgNoCatalogTranslation
  99. ;Cannot open catalog translation file %s.
  100. ;   Warning message: Missing catalog translation command.
  101. msgNoCTCommand
  102.  `#').
  103. ;Missing catalog translation command. (Expected second '#'.)
  104. ;   Warning message: Unknown catalog translation command.
  105. msgUnknownCTCommand
  106. ;Unknown catalog translation command.
  107. ;   Error message: Missing catalog translation version.
  108. msgNoCTVersion
  109.  ##version 
  110.  ##rcsid 
  111.  ##name.
  112. ;Missing catalog translation version; use either ##version\n\
  113. ;or ##rcsid and ##name.
  114. ;   Error message: Missing catalog translation language.
  115. msgNoCTLanguage
  116. ;Missing catalog translation language.
  117. ;   Error message: Cannot open catalog file. Must contain one %s (file name).
  118. msgNoCatalog
  119. ;Cannot open catalog file %s.
  120. ;   Error message: Cannot create catalog translation file. Must contain
  121. ;   one %s (file name).
  122. msgNoNewCTFile
  123. ;Cannot create catalog translation file %s.
  124. ;   Warning message: Unknown identifier. Must contain one %s (identifier).
  125. msgUnknownIdentifier
  126. ;%s missing in catalog description.
  127. ;   Error message: No source description file. Must contain one %s (file
  128. ;   name).
  129. msgNoSourceDescription
  130. ;Cannot open source description file %s.
  131. ;   Error message: No source file. Must contain one %s (file name).
  132. msgNoSource
  133. ;Cannot open source file %s.
  134. ;   Warning message: Unknown string type
  135. msgUnknownStringType
  136.  string.
  137. ;Unknown string type.
  138. ;   Warning message: Missing trailing ')' in %(..).
  139. msgNoTerminateBracket
  140.  `)').
  141. ;Unexpected end of line. (Missing ')')
  142. ;   Usage message
  143. msgUsage
  144.   CDFILE        
  145.   CTFILE        
  146.   CATALOG       
  147.   NEWCTFILE     
  148.   SOURCES       
  149.                 sfile=sdfile, 
  150.  sfile 
  151.  sdfile\n\
  152.                 
  153.   WARNCTGAPS    
  154.  CT.\n\
  155.   NOOPTIM       
  156.  strings (
  157.                 
  158.  #?.cd 
  159.  #?.ct)\n\
  160.   FILL          
  161.                 
  162.   FLUSH         
  163.   NOBEEP        
  164.  DisplayBeep() 
  165.   QUIET         
  166. ;   Error message: No catalog translation argument
  167. msgNoCTArgument
  168. ;Creating a catalog needs a catalog translation file as argument.\n
  169. ;   Warning message: No binary characters.
  170. msgNoBinChars
  171.  stringtype None.
  172. ;Binary characters in stringtype None.
  173. ;   Warning message: Gap in CT file.
  174. msgCTGap
  175. To ID %s 
  176. ;ID %s missing in CT file.
  177. ;   Warning: Catalog language declared twice
  178. msgDoubleCTLanguage
  179. ;Catalog language declared twice.
  180. ;   Warning: Catalog version declared twice
  181. msgDoubleCTVersion
  182. ;Catalog version declared twice.
  183. ;   Warning: Wrong Rcs ID
  184. msgWrongRcsId
  185.  rcs ID (
  186. `$Date: yy/mm/dd$ $Revision: vv.rr$')
  187. ;Incorrect rcs ID (must be similar to\n\
  188. ;'$Date: yy/mm/dd$ $Revision: vv.rr$')
  189. ; NEW IN 1.9
  190. msgUsageHead
  191. msgPrefsError
  192.  Flexcat.prefs, 
  193. ;Error processing FlexCat.prefs variable, falling back to defaults.\n\
  194. ;Preferences template: \
  195. ; NEW IN 2.0
  196. ; NOTE: This string is concatenated with msgUsage, so make sure you
  197. ;       indented it the same way etc. And DON'T MISS trailing LF here!
  198. ;       Type FLEXCAT and check how it looks.
  199. msgUsage_2
  200.   NOLANGTOLOWER 
  201.  #language 
  202.   NOBUFFEREDIO  
  203.  IO buffers\n\
  204.   MODIFIED      
  205.  catalog 
  206.  #?.c(d|t) 
  207. ; NEW IN 2.0
  208. msgUpToDate
  209. msgCantCheckDate
  210. ; NEW IN 2.2
  211. msgUsage_3
  212.   COPYMSGNEW    
  213.  **NEW** 
  214.                 
  215.  #?.ct\n\
  216.   OLDNEWMSG     
  217.  #?.ct 
  218.                 
  219.