home *** CD-ROM | disk | FTP | other *** search
/ Micro R&D 1 / MicroRD-CD-ROM-Vol1-1994.iso / os20 / cli / newlist82.lha / S / NEWLIST.config.german < prev    next >
Text File  |  1993-10-02  |  14KB  |  357 lines

  1. # $VER: Newlist8.2 (27-Sep-93)  German language
  2. # by Andreas Jung
  3. #
  4. # IMPORTANT: kill old file in memory if you edit or change this file 
  5. #            with 'nl -K'
  6. #
  7. # This language file should copied to S:NEWLIST.config and newlist8.1
  8. # should be run.
  9.  
  10.  
  11. #*********************************************#
  12. #            Preferences Section              #
  13. #                                             #
  14. #  This section allows you to define your     #
  15. #  personal preferences on how newlist will   #
  16. #  behave.  Consult the 'Internal String      #
  17. #  Editing' chapter of Newlist.doc for more   #
  18. #  information.                               #
  19. #*********************************************#
  20.  
  21.  
  22. #---------------------------------------------#
  23. # This is the color of highlighted text       #
  24. # and \C constant.  You MUST define this      #
  25. # first or your colors will be mixed with     #
  26. # the default \f2's                 1 string  #
  27. #---------------------------------------------#
  28.  
  29. _NAMECOLOR:     #this defines \C constant
  30. "\f2"           #white
  31. "\s1"           # (new) monochrome color--bold
  32.  
  33. #------------------------------------------------------------------------#
  34. #         Various config setting for non-flagged items.                  #
  35. #                                                                        #
  36. #  USAGE: n = No   y = Yes                                               #
  37. #                                                                        #
  38. #    Bit  0123456789a   Bit 0  Long mode [-l] default?                   #
  39. #         |||||||||||   Bit 1  Variable Column [-q] calculation?         #
  40. #        "yyyyyyynnnn   Bit 2  Lsjr dirs-on-the-side for [-q]?           #
  41. #                       Bit 3  [-qt] Expands links?                      #
  42. #                       Bit 4  Use/check/force Envoy/Mufs?               # 
  43. #                       Bit 5  System Requestors off?                    #
  44. #                       Bit 6  Default to Use Assign Add's?              #
  45. #                       Bit 7  Help [-?] uses paging?                    #
  46. #                       Bit 8  Merge similar paths?                      #
  47. #  1 string             Bit 9  Recurs. in ass-add uses extnd. headers    #
  48. #                 (new) Bit a  Help -? uses longhelp only                #
  49. #------------------------------------------------------------------------#
  50.  
  51. _NONFLAGS:
  52. #0123456789a
  53. "yyyyyyynnnn"     # defaults...see above
  54.  
  55. #---------------------------------------------------#
  56. #   Default flags for newlist                       #
  57. #        long: used when long output                #
  58. #       quick: used when [-q] quick output is given #
  59. #        cond: used by both long and quick but when #
  60. #               no flags are given or [-e]          #
  61. #---------------------------------------------------#
  62.  
  63. _FLAGS_LONG:
  64. "-Ju  -T2"       # formerly ENV:NEWLIST_LONG
  65.  
  66. _FLAGS_QUICK:
  67. "-JIt -T2"       # formerly ENV:NEWLIST_QUICK
  68.  
  69. _FLAGS_COND:
  70. "-sd"            # formerly ENV:NEWLIST
  71.  
  72. #------------------------------------------#
  73. #       6   Default print and date formats #
  74. #------------------------------------------#
  75.  
  76. _DEFAULTS:
  77. " %U %c %d %4b @7v %n%L %e"    # ls [-l] long format
  78. "%-11.11T %3.3M %02d %2y %T %5.5B" # ls [-l] date format
  79. "%U %c %4b  @7s %d %n%L %e"    # expert mode [-I] long format
  80. "%.3M %2d %5v"                 # expert mode [-I] date format
  81. "%-22n @7v %p  %d %c%L %e"     # commodore [-z] format
  82. "%-9A %.5B"                    # commodore [-z] date format
  83.  
  84.  
  85. #-------------------------------------------#
  86. #       This is the default wildcard filter #
  87. #   1      (hide icons and .name files)     #
  88. #       Doing ls -a  will show them         #
  89. #-------------------------------------------#
  90.  
  91. _FILTER:
  92. "(.#?|#?.info)"                # the filter pattern
  93.  
  94. #----------------------------------------------------------------------#
  95. #  7 strings  Allows changing of dir and link print styles and color   #
  96. #----------------------------------------------------------------------#
  97.  
  98. _STYLEMISC:      
  99. "\C"             # long directory color and style  (colored)
  100. "\C\s1"          # long dir link  color and style  (bold and colored)
  101. "\s1"            # long file link color and style  (bold only)
  102. "\C"             # quick directory color and style (colored)
  103. "\o\C\s1"        # quick directory link color and style (bold and colored)
  104. "\o\s1"          # quick file link color and style (bold only)
  105. #\o above is in so dir.links wont be both have dir style AND link style
  106. "\s1"            # Envoy/mufs User/Group name style(bold)
  107. ""               # file (non-dir) style  (no color or style)
  108.  
  109. #-------------------------------------------#
  110. #   Styles for matching filenames  [-U]     #
  111. #   Upto 20 pairs of a pattern with a style #
  112. #                                           #
  113. #   Whenever the wildcard matches a file,   #
  114. #     the file will be highlighted.         #
  115. #-------------------------------------------#
  116.  
  117. _STYLEFILENAMES:
  118. "newlist#?"       "\b3\f1"      # highlight newlist*
  119. "phil#?"          "\b3\f1"      # highlight phil* :-)
  120. "#?.lha"          "\b1\f2"
  121. "#?.c"            "\b1\f2"
  122.  
  123. #--------------------------------------------#
  124. #   Styles for Matching Datatypes  [-V]      #
  125. #   Upto 20 pairs of a datatype with a style #
  126. #                                            #
  127. #   Whenever a datatype for a file matches   #
  128. #    one below, it will be highlighted.      #
  129. #--------------------------------------------#
  130.  
  131. _STYLEDATATYPES:
  132. "picture"  "\b1\f2"
  133. "sound"    "\b1\f3"
  134. "anim"     "\b1\f4"
  135. "text"     "\b1\f5"
  136. "*guide*"  "\b1\f6"
  137. # ^notice that datatype wildcards can be given as well !!!
  138.  
  139. #-----------------------------------------------------------#
  140. #        8     Date Format (-d0..7) strings.                #
  141. #-----------------------------------------------------------#
  142.  
  143. _DATES:
  144. "%.3M %2d %5v"     
  145. "%-9A %.5B"
  146. "%-9.9T %02y.%02m.%02d%T %B"
  147. "%-9.9T %02m/%02d/%02y%T %B %I"
  148. "%-9.9T %02y.%02m.%02d%T"
  149. "%-9.9T %02m/%02d/%02y%T"
  150. "%3.3C %3.3M %02d"
  151. "%3.3C %3.3M %02d %5v"
  152.  
  153. #-----------------------------------#
  154. #  upto 10 print formats   -f0..9   #
  155. #-----------------------------------#
  156.  
  157. _FORMATS:
  158. "%U %c %4b  @7s %d %n%L %e"        
  159. "%c %U %o %g %d  %-9B @7v %n%L %e"
  160. "%-10.10e %4b %U %d  %n"
  161. "%-20.20n %6k %6b @8s %p %d %e"
  162. "%20.20n @7.7v %D %B %T %G %I"     # Shows all Datatype info for a file
  163. "%20.20n @7.7v %U %o %g  %e %E %f %F %h %H"  # Shows all networking stuff
  164.  
  165.  
  166. #******************************************#
  167. #      Internal  Strings Section           #
  168. #                                          #
  169. #   This section allows you to change the  #
  170. #   internal strings as well as their      #
  171. #   color etc.  Consult Newlist.doc        #
  172. #   in the 'Internal String Editing'       #
  173. #   section for more information.          #
  174. #******************************************#
  175.  
  176. #-----------------------------------------------------------#
  177. #         10   Regular (non ANSI) strings.                  #
  178. #-----------------------------------------------------------#
  179.  
  180. _REG:
  181. "\nVerzeichnis von %R\"%s\" am %A %.5B\n"                        # Long Header
  182. "\n%R%s\n"                                                       # Quick Header
  183. "%s - Nicht gefunden\n"                                        # Bad path
  184. "%s - "                                                        # IoErr() string
  185. "%ld Dateien - %ld Verzeichnisse - %ld Links - %ld Blöcke - %ld Bytes\n"  # Totals
  186. "Benutzt %4ld Bytes  -  Frei %4ld Bytes\n"                        # Usage
  187. "\nGesamt: %ld Dateien - %ld Verzeichnisse - %ld Links - %ld Blöcke - %ld Bytes\n" # Grand Totals
  188. "\n/* %s */"                                                      # Comment str
  189. "%ld Dateien %ld Verzeichnisse %ld Bytes: Weiter (spc/ret/n/q):"            # Pager
  190. " -> "                 # link separator
  191. "\n%R%s\n"          # Expert mode long header format
  192. "\n%R%s\n"          # Expert mode quick header format
  193.  
  194. #-----------------------------------------------------------#
  195. #         10       ANSI (colored) strings.                  #
  196. #-----------------------------------------------------------#
  197.  
  198. _ANSI:
  199. "\n\CVerzeichnis von\o %R\"%s\" \Cam\o %A %.5B\n"  # See Above
  200. "\n\f2\b1%R%s\o\n"
  201. "\C%s\o - Nicht gefunden\n"
  202. "\C%s\o - "
  203. "%ld \CDateien\o - %ld \CVerzeichnisse\o - %ld \Clinks\o - %ld \CBlöcke\o - %ld\C Bytes\o\n"
  204. "\CBenutzt \o%4ld \CBytes\o  -  \CFrei \o%4ld \CBytes\o\n"
  205. "\nGesamt: \C%ld\o Dateien - \C%ld\o Verzeichnisse - \C%ld\o Links - \C%ld\o Blöcke - \C%ld\o Bytes\n"
  206. "\n/* %s */"
  207. "\f2\b1%ld \CDateien\f2 %ld \CVerzeichnisse\f2 %ld \CBytes: Weiter(spc/ret/n/q):\f1\b0"
  208. " -> "                    # link separator
  209. "\n\C%R%s\o\n"            # Expert mode long header format
  210. "\n\C%R%s\C\o\n"          # Expert mode quick header format
  211.  
  212.  
  213. #-------------------------------------------------#
  214. # (new) <35  Short help (for novices)    nl -?    #
  215. #-------------------------------------------------#
  216.  
  217. _SHORTHELP:
  218. "\n NewList\o  [Optionen z.B. -rqt -p] <paths and wildcards>\n"
  219. "       \Cl\o  Wechsle zw. langer/kurzer Ausgabe    \Ca\o  Show all files\n"
  220. " \Cq qs qt\o  Schnelle Verzeichnisanzeige          \CZ\o  Keine ANSI Sequenzen\n"
  221. "    \Cs ss\o  Sortiere nach Name oder Filegröße    \Cr\o  Umgekehrte Suche\n"
  222. "   \Csc sr\o  Sortiere nach Kommentar oder as-read \CR\o  1 Ebene anzeigen\n"
  223. "   \Csd sn\o  Sortiere nach Datum oder gar nicht   \CH\o  Suche nach Dateien\n"
  224. "\Cgd gf gl\o  Zeige NUR Verz., Dateien, oder Links \Cp\o  Benutze Pager-Programm\n"
  225. "       \CK\o  Sprachen Puffer löschen              \Cz\o  C= List Verzeichnisstil\n"
  226. "       \CF\o  Gebräuchl. Anzeigefor.\"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  227. "                       nl -?? for complete usage.\n"
  228.  
  229. #-----------------------------------------------------------#
  230. #     upto 35  Newlist Usage (nl ?) strings.                #
  231. #-----------------------------------------------------------#
  232.  
  233. _LONGHELP:
  234. "\nNewList\o  [Optionen z.B. -rqt -p] <paths and wildcards>\n"
  235. "     \Co\o  Ignoriere _FLAGS* Variable               \Ce\o  Hänge _FLAGSCOND:\n"
  236. "     \Cp\o  Benutze Pager-Programm                   \CZ\o  Keine ANSI Sequenzen\n"
  237. "   \Cb k\o  Zeige Blöcke oder disk keys              \C@\o  Kein 'Heute' ersatz\n"
  238. "     \Cu\o  Zeige DEVICE Ausnutzung                  \Ch\o  Kein Vorspann\n"
  239. "     \Cn\o  Zeige Kommentare                         \Ct\o  Keine Gesamtsumme \n"
  240. " \Cgd gf\o  Zeige NUR Verz., Dateien, oder Links     \C!\o  Erzwinge ANSI Modus\n"
  241. " \Cgl gm\o  Gemischte Ausgabe Verz. & Dateien    \CX\o pat  Muster ausschließen\n"
  242. "  \Cs ss\o  Sortiere nach Name oder Filegröße    \Cd\o0..8  Acht Datum/Zeit Formate\n"
  243. " \Csc sr\o  Sortiere nach Kommentar oder as-read \Cf\o0..9  Zehn Formate\n"
  244. " \Csd sn\o  Sortiere nach Datum oder gar nicht       \CS\o  Nur Gesamtsumme\n"
  245. "     \Cr\o  Umgekehrte Suche                         \Cz\o  C= List Verzeichnisstil\n"
  246. "     \CR\o  Eine Ebene für Unterverz. anzeigen       \CG\o  Erzwinge Gesamtsumme\n"
  247. "     \CW\o  Alle Ebenen für Unterverz. anzeigen      \CJ\o  Folge KEINEN Links nach\n"
  248. "     \CH\o  Suche nach Dateien auf Datenträger       \CK\o  Sprachen Puffer löschen\n"
  249. " \Cq qs qt\o  Schnelle Verzeichnisanzeige            \Cv\o  Horiz. Schnellanzeige\n"
  250. "    \Cx\o#  Max. # Verzeichnisebenen zu verfolgen    \C=\o  Trennungslinie\n"
  251. "    \Cy\o#  Schnellanzeige mit # Spalten             \CP\o  Voller Pfadname\n"
  252. "     \C/\o  Füge / an Verz., > an Links an       \Cc\o pat  Comment Wildcard\n"
  253. "   \C] [\o  Zeige/Verstecke 'a' Bit                  \CB\o  Relative Pfadnamen\n"
  254. "    \CT\o#  Schelle Bildschirm-Ausgabe 0..N          \CA\o  Use assign add's\n"
  255. "     \CI\o  Wechsle Experten-Modus                   \CU\o  Stile für Filenamen\n"
  256. " \CY\o pat  Datatype Wildcard                        \CV\o  Stile für Datentypen"\n 
  257. " \Cw\o# \Cj\o#  Width and height in chars        \CL\o# \CQ\o#  Show files < or > # in bytes\n"
  258. "     \Cl\o  Wechsle zw. langer/kurzer Ausgabe        \Ca\o  Show all files\n"
  259. "   \CN O\o  dd-mmm-yy oder #  Dateien angelegt nach/vor Datum oder # Tagen\n"
  260. "     \CC\o  Gebräuchl. Vorspannformat \" %@Rs and all date formats \"\n"
  261. "     \CD\o  Gebräuchl. Datumsformat   \" %@ABCmdyvMDYhHNSItT \\Cnte' \\f#b#s#o\"\n"
  262. " \CE M F\o  Gebräuchl. Anzeigeformat\"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  263.  
  264. #-----------------------------------------------------------#
  265. #         2              Dir strings.                       #
  266. #                   lengths must be 8 and 5 !               #
  267. #-----------------------------------------------------------#
  268.  
  269. _DIR:
  270. "  (Ver) "
  271. "(Ver)"
  272.  
  273. #-----------------------------------------------------------#
  274. #                    Miscellaneous strings.                 #
  275. #-----------------------------------------------------------#
  276.  
  277. _BREAK:
  278. "** Mensch, reg dich ab!\n"
  279.  
  280. _MATCH:
  281. "Keine Übereinstimmung gefunden für \"%s\"\n"
  282. "Keine Datei gefunden.\n"
  283.  
  284. _COMMENT:
  285. "Kommentar"
  286. "c"
  287.  
  288. _LOWMEN:
  289. "Zu wenig Speicher!\n"
  290.  
  291. _EXEC:
  292. "Führe aus: %s"
  293. "\n ERROR: '%s' was not successful (%ld).\n Continue (y/n/=)? "
  294.  
  295. _UNKNOWN:
  296. ":UNBEKANNTE DATEI:"
  297.  
  298. #-----------------------------------------------------------#
  299. #  12 & 11           Date strings for non %A %B %C          #
  300. #-----------------------------------------------------------#
  301.  
  302. _MONTHS:
  303. "Januar"
  304. "Februar"
  305. "März"
  306. "April"
  307. "Mai"
  308. "Juni"
  309. "Juli"
  310. "August"
  311. "September"
  312. "Oktober"
  313. "November"
  314. "Dezember"
  315.  
  316. _DAYS:
  317. "Sonntag"
  318. "Montag"
  319. "Dienstag"
  320. "Mittwoch"
  321. "Donnerstag"  
  322. "Freitag"
  323. "Samstag"
  324. "Morgen"
  325. "Heute"
  326. "Gestern"
  327. "Zukunft"
  328.  
  329. ############################
  330. # 11 strings
  331. #
  332. # If _CENTER: is commented out,
  333. #    newlist will auto-center values for _DAYS: above for length 9
  334. #
  335. # If you would like to have _CENTER strings greater than 9, you must uncomment
  336. #   the section below, set the strings by hand, AND use a new date format.
  337. #
  338. # Below are the CENTER strings for german (length 11).  To use them,
  339. #  uncommment the days and
  340. #   Simply add "%-11.11T %3.3M %02d %02y %T %02h:%02N" to your Default
  341. #     date format in _DEFAULTS:
  342. #
  343. # Long names set in defualts (02-Oct-93)
  344.  
  345. _CENTER:
  346. "  Sonntag  "
  347. "   Montag  "
  348. "  Dienstag "
  349. "  Mittwoch "
  350. "Donnerstag "  
  351. "  Freitag  "
  352. "  Samstag  "
  353. "   Morgen  "
  354. "   Heute   "
  355. "  Gestern  "
  356. "  Zukunft  "
  357.