home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 52 / af052sub.adf / newlist.lha / NewList / Languages / NEWLIST_LANG.elite < prev    next >
Text File  |  1993-07-16  |  9KB  |  238 lines

  1. # $VER: Newlist8 (19-Jun-93)  Elite Slang
  2. # by Sm00th :-)
  3. #
  4. # IMPORTANT: kill old file in memory if you edit or change this file 
  5. #            with 'nl -K'
  6. #
  7. #---------------------------------------------#
  8. # This is the color of dirs and \C characters #
  9. # You MUST define this first or your colors   #
  10. # will be mixed with \f3's          1 string  #
  11. #---------------------------------------------#
  12.  
  13. _NAMECOLOR:      #this defines \C constant
  14. "\f3"
  15.  
  16. #-----------------------------------------------------------------------
  17. # (new) 7 strings  Allow changing of dir and link print styles and color
  18. #-----------------------------------------------------------------------
  19.  
  20. _STYLEMISC:     #(new)
  21. "\C"             #(new) long directory color and style  (colored)
  22. "\C\s3"          #(new) long dir link  color and style  (italic and colored)
  23. "\s3"            #(new) long file link color and style  (italic only)
  24. "\C"             #(new) quick directory color and style (colored)
  25. "\o\C\s3"        #(new) quick directory link color and style (italic and colored)
  26. "\o\s3"          #(new) quick file link color and style (italic only)
  27. "\s1"            #(new) Envoy/mufs User/Group name style(bold)
  28. #\o above is in so dir.links wont be both have dir style AND link style
  29.  
  30. #-----------------------------------------------
  31. # (new)  Styles for matching filenames  [-U]
  32. #        Upto 20 pairs of a pattern with a style
  33. #-----------------------------------------------
  34.  
  35. _STYLEFILENAMES:
  36. "newlist#?"       "\b3\f1"      # highlight newlist*
  37. "phil#?"          "\b3\f2"      # highlight phil* :-)
  38.  
  39. #------------------------------------------------
  40. # (new)  Styles for Matching Datatypes  [-V]
  41. #        Upto 20 pairs of a datatype with a style
  42. #------------------------------------------------
  43.  
  44. _STYLEDATATYPES:
  45. "picture"  "\b1\f2"
  46. "sound"    "\b1\f3"
  47. "anim"     "\b1\f4"
  48. "text"     "\b2\f0"
  49. "*guide*"  "\b2\f1"
  50. # ^notice that datatype wildcards can be given as well
  51.  
  52. #-----------------------------------------------------------#
  53. #         10   Regular (non ANSI) strings.                  #
  54. #-----------------------------------------------------------#
  55.  
  56. _REG:
  57. "\nLamer WaReZ of %R\"%s\" on %A %.5B\n"                       # Long Header
  58. "\n%R%s\n"                                                     # Quick Header
  59. "%s - Who knows where?\n"                                      # Bad path
  60. "%s - "                                                        # IoErr() string
  61. "%ld FileZ - %ld DuRz - %ld LiNkZ - %ld BloKs - %ld BitEZ\n"   # Totals
  62. "Uzed %4ld bYteZ  -  Free %4ld bYteZ (%ld %% free)\n"          # Usage
  63. "\ntOtAlZ: %ld FileZ - %ld DuRz - %ld LiNkZ - %ld BloKs - %ld BitEZ\n" # Grand Totals
  64. "\n/* %s */"                                                   # Comment str
  65. "%ld FileZ %ld DuRz %ld BitEZ: Wan'sum MoRe (spc/ret/n/q):"    # Pager
  66. " -> "                 #(new) link separator
  67. "\n --%R%s--\n"        #(new) Expert mode default header format
  68.  
  69.  
  70. #-----------------------------------------------------------#
  71. #         10       ANSI (colored) strings.                  #
  72. #-----------------------------------------------------------#
  73.  
  74. _ANSI:
  75. "\n\CLamer WaReZ of \o%R\"%s\" \Con\o %A %.5B\n"  # See Above
  76. "\n\f2\b1%R%s\o\n"
  77. "\C%s\o - Who knows where?\n"
  78. "\C%s\o - "
  79. "%ld \CFileZ\o - %ld \CDuRz\o - %ld \CLiNkZ\o - %ld \CBloKs\o - %ld \CBitEZ\o\n"
  80. "\CUzed \o%4ld \CBitEZ\o  -  \CFree \o%4ld \CbYteZ (\o%ld%% \Cfree)\o\n"
  81. "\ntOtAlZ: \C%ld\o FileZ - \C%ld\o DuRz - \C%ld\o LiNkZ - \C%ld\o BloKs - \C%ld\o BitEZ\n"
  82. "\n/* %s */"
  83. "\f2\b1%ld \CFileZ\f2 %ld \CDuRz\f2 %ld \CBitEZ: Wan'sum MoRe (spc/ret/n/q):\f1\b0"
  84. " -> "                 #(new) link separator
  85. "\n --\C%R%s\o--\n"    #(new) Expert mode default header format
  86.  
  87.  
  88. #-----------------------------------------------------------#
  89. #        8     Date Format (-d0..7) strings.                #
  90. #-----------------------------------------------------------#
  91.  
  92. _DATES:
  93. "%-9A %.5B"
  94. "%T %02y.%02m.%02d%T %02H:%02N:%02S"
  95. "%T %02m/%02d/%02y%T %02H:%02N:%02S %I"
  96. "%9C %3.3M %02d %04Y %02H:%02N:%02S %I"
  97. "%T %02y.%02m.%02d%T"
  98. "%T %02m/%02d/%02y%T"
  99. "%3.3C %3.3M %02d"
  100. "%3.3C %3.3M %02d %5v"
  101.  
  102. #---------------------------------------
  103. #  upto 10 print formats   -f0..9  (new)
  104. #---------------------------------------
  105.  
  106. _FORMATS:
  107. "%U %c %4b  @7s %d %n%L %e"        #(new) Expert mode default print format
  108. "%c %U %o %g %d  %-9B @7v %n%L %e"
  109. "%-10.10e %4b %U %d  %n"
  110. "%-20.20n %6k %6b @8s %p %d %e"
  111. "%20.20n @7.7v %D %B %T %G %I"     # Shows all Datatype info for a file
  112. "%20.20n @7.7v %U %o %g  %e %E %f %F %h %H"  # Shows all networking stuff
  113.  
  114. #-----------------------------------------------------------#
  115. #      <30     Newlist Usage (nl ?) strings.                #
  116. #-----------------------------------------------------------#
  117.  
  118. _USAGE:
  119. "\n NewList\o  [FLAGS ie. -rqt -p] <paths and wildcards>"
  120. "\n       \Co\o  SkIp ENV:NEWLIST* variables        \Ce\o  AdD ENV:NEWLIST to flags"
  121. "\n       \Cp\o  Uz Pager                           \CZ\o  N0 ANSI"
  122. "\n     \Cb k\o  Sh0w blocks or disk keys           \Ca\o  N0 'Today' substitution"
  123. "\n       \Cu\o  Sh0w DEVICE: usage info            \Ch\o  N0 header"
  124. "\n       \Cn\o  Sh0w N0TeZ                         \Ct\o  N0 totAlz"
  125. "\n\Cgd gf gl\o  Sh0w ONLY DuRz, FileZ, or LiNkZ    \CQ\o  N0 system requesters"
  126. "\n      \Cgm\o  MicKsd output DuRz & FileZ         \Ci\o  Sh0w lame *.info FileZ"
  127. "\n    \Cs ss\o  S0rt by name or FileZize       \CX\o pat  eXkluD pattern"
  128. "\n   \Csc sr\o  S0rt by N0Te or as-read        \Cd\o0..8  Eight date/time FoRmaTs"
  129. "\n   \Csd sn\o  S0rt by date or n0 s0rt            \CS\o  Stat TotAlz only"
  130. "\n       \Cr\o  ReVErse the s0rt                   \Cz\o  C= style DuRz"
  131. "\n       \CR\o  Enter SubS w/wild one level        \CA\o  Include assign add's"
  132. "\n       \CW\o  Enter SubS w/wild ALL levels       \C/\o  Add / to DuRz and > to LiNkZ"
  133. "\n       \CH\o  Hunt for FileZ 0n disk       \Cq qs qt\o  Quick short DuRz"
  134. "\n       \CJ\o  D0 n0t enter LiNkZ                 \Cv\o  HoriZONTAL s0rt quick style"
  135. "\n      \Cx\o#  Max # DuR-levels to enter         \Cy\o#  Quick option uses # columns"
  136. "\n   \Cc\o pat  NoTeZ wildcard                     \C=\o  Separator line"
  137. "\n       \CP\o  Uz FULL path FuR names             \CK\o  Kill language buffer"
  138. "\n     \C] [\o  ShO/hId 'a' bit                    \CB\o  Relative path names"
  139. "\n      \CT\o#  TuRbO screen output 0..N       \Cf\o0..9  Ten FoRmaTs"
  140. "\n       \CI\o  Toggle Xpert mode                  \CG\o  Force grand tOtalZ"
  141. "\n   \CY\o pat  Datatype wildcard                  \C!\o  Force ANSI on"
  142. "\n       \CU\o  Uz StYLeZ fUr FYleNemEZ            \CV\o  Uz StYLeZ fUr DatatYpEz"
  143. "\n       \Cl\o  Uz long iNstEaD of quick OutPUt    \CL\o  Uz Envoy/muFS under WB2.xx"
  144. "\n     \CN O\o  dd-mmm-yy or #  FileZ made AftUr/B4 date or # days ago"
  145. "\n       \CC\o  CusT0m header FoRmaT \" %@Rs and all date formats \""
  146. "\n       \CD\o  CusT0m date   FoRmaT \" %@ABCmdyvMDYhHNSItT   \\Cnte' \\f#b#s#o\""
  147. "\n   \CE M F\o  CusT0m print  FoRmaT \" %@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\""
  148.  
  149. #-----------------------------------------------------------#
  150. #         2              Dir strings.                       #
  151. #                   lengths must be 8 and 4 !               #
  152. #-----------------------------------------------------------#
  153.  
  154. _DIR:
  155. "  (DuR) "
  156. "(dUr)"
  157.  
  158. #-----------------------------------------------------------#
  159. #                    Miscellaneous strings.                 #
  160. #-----------------------------------------------------------#
  161.  
  162. _BREAK:
  163. "** Cool down dude!\n"
  164.  
  165. _MATCH:
  166. "Sad dog pattern \"%s\"\n"
  167. "Lamer, empty!\n"
  168.  
  169. _COMMENT:
  170. "NoTeZ"
  171. "n"
  172.  
  173. _LOWMEN:
  174. "Outta mem on yer A500!\n"
  175.  
  176. _EXEC:
  177. "Runnin': %s"
  178. "\n BOGUS: '%s' F'ed up (%ld).\n Party On (y/n/=)? "
  179.  
  180. _UNKNOWN:
  181. ":WHATSitSUPPOSEDtaBE:"
  182.  
  183. #-----------------------------------------------------------#
  184. #  12 & 11           Date strings for non %A %B %C          #
  185. #-----------------------------------------------------------#
  186.  
  187. _MONTHS:
  188. "JaNuAry"
  189. "FiZebruary"
  190. "MarCh"
  191. "AprilZ"
  192. "May"
  193. "june"
  194. "JeWlie"
  195. "Dr.August"
  196. "Zeptember"
  197. "0ct0ber"
  198. "NOVEmber"
  199. "YoSanta"
  200.  
  201. _DAYS:
  202. "SUnDaY"
  203. "MUnDaY"
  204. "2'sDaY"
  205. "WenSdAy"
  206. "ThuRsDaY"
  207. "BierTrinken"
  208. "SaTrDay"
  209. "2mAro"
  210. "NowBitch"
  211. "YestRdaY"
  212. "FEWture"
  213.  
  214. ############################
  215. # 11 strings
  216. #
  217. # If _CENTER: is commented out,
  218. #    newlist will auto-center values for _DAYS: above for length 9
  219. #
  220. # If you would like to have _CENTER strings greater than 9, you must uncomment
  221. #   the section below, set the strings by hand, AND use a new date format.
  222. #   The default of length 9 is:   "%-9.9T%3.3M %02d %02y%T %02h:%02N"
  223. #   If you want length 11  use:   "%-11.11T %3.3M %02d %02y %T %02h:%02N"
  224. #   Simply add -D "%-11.11T %3.3M %02d %02y %T %02h:%02N" to your NEWLIST_LONG
  225. #
  226. #_CENTER
  227. #"  Sunday "
  228. #"  Monday "
  229. #" Tuesday "
  230. #"Wednesday"
  231. #" Thursday"
  232. #"  Friday "
  233. #" Saturday"
  234. #" Tomorrow"
  235. #"  Today  "
  236. #"Yesterday"
  237. #"  Future "
  238.