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

  1. # $VER: Newlist8.2beta (22-Sep-93)  Swedish language
  2. # by Patrik Lundquist
  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.2
  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 1  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. "%-9.9T%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. #         11   Regular (non ANSI) strings.                  #
  178. #-----------------------------------------------------------#
  179.  
  180. _REG:       # these are used when [-Z] is given
  181. "\nKatalog för %R\"%s\" %A %.5B\n"                             # Long Header
  182. "\n%R%s\n"                                                     # Quick Header
  183. "%s - Ej funnen\n"                                             # Bad path
  184. "%s - "                                                        # IoErr() string
  185. "%ld filer - %ld kat:er - %ld länkar - %ld block - %ld bytes\n" # Totals
  186. "Använt %4ld bytes  -  Fritt %4ld bytes (%ld %% fritt)\n"      # Usage
  187. "\nSummor: %ld filer - %ld kat:er - %ld länkar - %ld block - %ld bytes\n" # Grand Totals
  188. "\n/* %s */"                                                   # Comment str
  189. "%ld Filer %ld Kat:er %ld Bytes: Mer (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. #         11       ANSI (colored) strings.                  #
  196. #-----------------------------------------------------------#
  197.  
  198. _ANSI:
  199. "\n\CKatalog för\o %R\"%s\" %A %.5B\n"  # See Above
  200. "\n\f2\b1%R%s\o\n"
  201. "\C%s\o - Ej funnen\n"
  202. "\C%s\o - "
  203. "%ld \Cfiler\o - %ld \Ckat:er\o - %ld \Clänkar\o - %ld \Cblock\o - %ld \Cbytes\o\n"
  204. "\CAnvänt \o%4ld \Cbytes\o  -  \CFritt \o%4ld \Cbytes (\o%ld%% \Cfritt)\o\n"
  205. "\nSummor: \C%ld\o filer - \C%ld\o kat:er - \C%ld\o länkar - \C%ld\o block - \C%ld\o bytes\n"
  206. "\n/* %s */"
  207. "\f2\b1%ld \CFiler\f2 %ld \CKat:er\f2 %ld \CBytes: Mer (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. # (new) <35  Short help (for novices)    nl -?    #
  214. #-------------------------------------------------#
  215.  
  216. _SHORTHELP:
  217. "\n NewList\o  [FLAGGOR dvs -rqt -p] <sökvägar och jokrar>\n"
  218. "       \Cl\o  Använd lång utskrift               \Ca\o  Visa alla filer\n"
  219. " \Cq qs qt\o  Snabba korta kataloger             \CZ\o  Ingen ANSI\n"
  220. "    \Cs ss\o  Sortera namn eller filstorlek      \Cr\o  Omvänd sortering\n"
  221. "   \Csc sr\o  Sortera kommentar eller som-läst   \CR\o  Gå ner en nivå i underkat:er\n"
  222. "   \Csd sn\o  Sortera datum el. ingen sortering  \CH\o  Leta efter filer på disk\n"
  223. "\Cgd gf gl\o  Visa ENDAST kat:er, filer, länkar  \Cp\o  Använd sidstopp\n"
  224. "       \CK\o  Utplåna språkbuffer                \Cz\o  C= stil på listningen\n"
  225. "       \CF\o  Eget utskriftsformat \"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  226. "                       nl -?? för fullständiga instruktioner.\n"
  227.  
  228.  
  229.  
  230. #-----------------------------------------------------------#
  231. #      <35     Newlist long help (for power users) nl -??   #
  232. #-----------------------------------------------------------#
  233.  
  234. _LONGHELP:
  235. "\n NewList\o  [FLAGGOR dvs -rqt -p] <sökvägar och jokrar>\n"
  236. "       \Co\o  Förbise _FLAGS* variabler          \Ce\o  Add. _FLAGSCOND: till flaggor\n"
  237. "       \Cp\o  Använd sidstopp                    \C@\o  Inget 'Idag'-substitut\n"
  238. "     \Cb k\o  Visa block eller disk keys         \Ch\o  Ingen rubrik\n"
  239. "       \Cu\o  Visa utrymme för DEVICE:           \Ct\o  Inga summor\n"
  240. "       \Cn\o  Visa kommentarer                   \CZ\o  Ingen ANSI\n"
  241. "\Cgd gf gl\o  Visa ENDAST kat:er, filer, länkar  \C!\o  Framtvinga ANSI\n"
  242. "      \Cgm\o  Blanda kataloger & filer           \CG\o  Framtvinga slutsummor\n"
  243. "    \Cs ss\o  Sortera namn eller filstorlek  \Cd\o0..8  Åtta datum/tid-format\n"
  244. "   \Csc sr\o  Sortera kommentar el. som-läst \Cf\o0..9  Tio format\n"
  245. "   \Csd sn\o  Sortera datum el. ingen sortering  \Cz\o  C= stil på listningen\n"
  246. "       \Cr\o  Omvänd sortering                   \CS\o  Visa endast summor\n"
  247. "       \CR\o  Gå ner en nivå i underkat:er       \CA\o  Använd \"Assign Adds\"\n"
  248. "       \CW\o  Gå ner ALLA nivåer i underkat:er   \C/\o  Add. / till kat & > till länk\n"
  249. "       \CH\o  Leta efter filer på disk     \Cq qs qt\o  Snabba korta kataloger\n"
  250. "       \CJ\o  Följ inte länkar                   \Cv\o  Horisontell sort. snabb stil\n"
  251. "      \Cx\o#  Max # kat-nivåer att gå in i      \Cy\o#  Snabb val använder # kolumner\n"
  252. "   \Cc\o mön  Kommentarjoker                     \C=\o  Separeringslinje\n"
  253. "       \CP\o  Använd HELA sökvägen för namn      \CK\o  Utplåna språkbuffer\n"
  254. "     \C] [\o  Visa/göm 'a'-biten                 \CB\o  Relativa sökvägsnamn\n"
  255. "      \CT\o#  Turbo-skärmutskrift 0..N       \CX\o mön  Exkludera mönster\n"
  256. "       \CI\o  Växla Expertläge                   \CU\o  Använd Stilar för filnamn\n"
  257. "   \CY\o mön  Datatyp-joker                      \CV\o  Använd Stilar för datatyper\n"
  258. "   \Cw# j#\o  Bredd och höjd i tecken        \CL# Q#\o  Visa filer < eller > # i bytes\n"
  259. "       \Cl\o  Använd lång utskrift               \Ca\o  Visa alla filer\n"
  260. "     \CN O\o  dd-mmm-åå el. # Filer gjorda efter/före datum el. för # dagar sedan\n"
  261. "       \CC\o  Eget sidhuvudformat  \" %@Rs och alla datumformat \"\n"
  262. "       \CD\o  Eget datumformat     \" %@ABCmdyvMDYhHNSItT   \\Cnte' \\f#b#s#o\"\n"
  263. "   \CE M F\o  Eget utskriftsformat \"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\""
  264.  
  265. #-----------------------------------------------------------#
  266. #         2              Dir strings.                       #
  267. #                   lengths must be 8 and 4 !               #
  268. #-----------------------------------------------------------#
  269.  
  270. _DIR:
  271. "  (kat) "
  272. "(kat)"
  273.  
  274. #-----------------------------------------------------------#
  275. #                    Miscellaneous strings.                 #
  276. #-----------------------------------------------------------#
  277.  
  278. _BREAK:
  279. "** Ta det lugnt!\n"
  280.  
  281. _MATCH:
  282. "Inget passar ihop med \"%s\"\n"
  283. "Inga filer funna.\n"
  284.  
  285. _COMMENT:
  286. "Kommentar"
  287. "k"
  288.  
  289. _LOWMEN:
  290. "Lite minne!\n"
  291.  
  292. _EXEC:
  293. "Exekverar: %s"
  294. "\n FEL: '%s' lyckades inte (%ld).\n Fortsätta (y/n/=)? "
  295.  
  296. _UNKNOWN:
  297. ":OKÄND FIL:"
  298.  
  299. #-----------------------------------------------------------#
  300. #  12 & 11           Date strings for non %A %B %C          #
  301. #-----------------------------------------------------------#
  302.  
  303. _MONTHS:
  304. "Januari"
  305. "Februari"
  306. "Mars"
  307. "April"
  308. "Maj"
  309. "Juni"
  310. "Juli"
  311. "Augusti"
  312. "September"
  313. "Oktober"
  314. "November"
  315. "December"
  316.  
  317. _DAYS:
  318. "Söndag"
  319. "Måndag"
  320. "Tisdag"
  321. "Onsdag"
  322. "Torsdag"
  323. "Fredag"
  324. "Lördag"
  325. "Imorgon"
  326. "Idag"
  327. "Igår"
  328. "Framtiden"
  329.  
  330. ############################
  331. # 11 strings
  332. #
  333. # If _CENTER: is commented out,
  334. #    newlist will auto-center values for _DAYS: above for length 9
  335. #
  336. # If you would like to have _CENTER strings greater than 9, you must uncomment
  337. #   the section below, set the strings by hand, AND use a new date format.
  338. #   The default of length 9 is:   "%-9.9T%3.3M %02d %02y%T %02h:%02N"
  339. #   If you want length 11  use:   "%-11.11T %3.3M %02d %02y %T %02h:%02N"
  340. #   Simply add "%-11.11T %3.3M %02d %02y %T %02h:%02N" to your Default
  341. #     date format in _DEFAULTS:
  342. #
  343. #_CENTER:
  344. #" Söndag  "
  345. #" Måndag  "
  346. #" Tisdag  "
  347. #" Onsdag  "
  348. #" Torsdag "
  349. #" Fredag  "
  350. #" Lördag  "
  351. #" Imorgon "
  352. #"  Idag   "
  353. #"  Igår   "
  354. #"Framtiden"
  355.