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

  1. # $VER: Newlist8.2 (27-Sep-93)  Norsk versjon.
  2. # Norsk by Vegard Riseng!
  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. #            Preferences Section              #
  12. #                                             #
  13. #  This section allows you to define your     #
  14. #  personal preferences on how newlist will   #
  15. #  behave.  Consult the 'Internal String      #
  16. #  Editing' chapter of Newlist.doc for more   #
  17. #  information.                               #
  18. #*********************************************#
  19.  
  20.  
  21. #---------------------------------------------#
  22. # This is the color of highlighted text       #
  23. # and \C constant.  You MUST define this      #
  24. # first or your colors will be mixed with     #
  25. # the default \f2's                 1 string  #
  26. #---------------------------------------------#
  27.  
  28. _NAMECOLOR:     #this defines \C constant
  29. "\f2"           #white
  30. "\s1"           # (new) monochrome color--bold
  31.  
  32. #------------------------------------------------------------------------#
  33. #         Various config setting for non-flagged items.                  #
  34. #                                                                        #
  35. #  USAGE: n = No   y = Yes                                               #
  36. #                                                                        #
  37. #    Bit  0123456789a   Bit 0  Long mode [-l] default?                   #
  38. #         |||||||||||   Bit 1  Variable Column [-q] calculation?         #
  39. #        "yyyyyyynnnn   Bit 2  Lsjr dirs-on-the-side for [-q]?           #
  40. #                       Bit 3  [-qt] Expands links?                      #
  41. #                       Bit 4  Use/check/force Envoy/Mufs?               # 
  42. #                       Bit 5  System Requestors off?                    #
  43. #                       Bit 6  Default to Use Assign Add's?              #
  44. #                       Bit 7  Help [-?] uses paging?                    #
  45. #                       Bit 8  Merge similar paths?                      #
  46. #  1 string             Bit 9  Recurs. in ass-add uses extnd. headers    #
  47. #                 (new) Bit a  Help -? uses longhelp only                #
  48. #------------------------------------------------------------------------#
  49.  
  50. _NONFLAGS:
  51. #0123456789a
  52. "yyyyyyynnnn"     # defaults...see above
  53.  
  54. #---------------------------------------------------#
  55. #   Default flags for newlist                       #
  56. #        long: used when long output                #
  57. #       quick: used when [-q] quick output is given #
  58. #        cond: used by both long and quick but when #
  59. #               no flags are given or [-e]          #
  60. #---------------------------------------------------#
  61.  
  62. _FLAGS_LONG:
  63. "-Ju  -T2"       # formerly ENV:NEWLIST_LONG
  64.  
  65. _FLAGS_QUICK:
  66. "-JIt -T2"       # formerly ENV:NEWLIST_QUICK
  67.  
  68. _FLAGS_COND:
  69. "-sd"            # formerly ENV:NEWLIST
  70.  
  71. #------------------------------------------#
  72. #       6   Default print and date formats #
  73. #------------------------------------------#
  74.  
  75. _DEFAULTS:
  76. " %U %c %d %4b @7v %n%L %e"    # ls [-l] long format
  77. "%-10.10T %3.3M %02d %2y%T %5.5B" # ls [-l] date format
  78. "%U %c %4b  @7s %d %n%L %e"    # expert mode [-I] long format
  79. "%.3M %2d %5v"                 # expert mode [-I] date format
  80. "%-22n @7v %p  %d %c%L %e"     # commodore [-z] format
  81. "%-9A %.5B"                    # commodore [-z] date format
  82.  
  83.  
  84. #-------------------------------------------#
  85. #       This is the default wildcard filter #
  86. #   1      (hide icons and .name files)     #
  87. #       Doing ls -a  will show them         #
  88. #-------------------------------------------#
  89.  
  90. _FILTER:
  91. "(.#?|#?.info)"                # the filter pattern
  92.  
  93. #----------------------------------------------------------------------#
  94. #  7 strings  Allows changing of dir and link print styles and color   #
  95. #----------------------------------------------------------------------#
  96.  
  97. _STYLEMISC:      
  98. "\C"             # long directory color and style  (colored)
  99. "\C\s1"          # long dir link  color and style  (bold and colored)
  100. "\s1"            # long file link color and style  (bold only)
  101. "\C"             # quick directory color and style (colored)
  102. "\o\C\s1"        # quick directory link color and style (bold and colored)
  103. "\o\s1"          # quick file link color and style (bold only)
  104. #\o above is in so dir.links wont be both have dir style AND link style
  105. "\s1"            # Envoy/mufs User/Group name style(bold)
  106. ""               # file (non-dir) style  (no color or style)
  107.  
  108. #-------------------------------------------#
  109. #   Styles for matching filenames  [-U]     #
  110. #   Upto 20 pairs of a pattern with a style #
  111. #                                           #
  112. #   Whenever the wildcard matches a file,   #
  113. #     the file will be highlighted.         #
  114. #-------------------------------------------#
  115.  
  116. _STYLEFILENAMES:
  117. "newlist#?"       "\b3\f1"      # highlight newlist*
  118. "phil#?"          "\b3\f1"      # highlight phil* :-)
  119. "#?.lha"          "\b1\f2"
  120. "#?.c"            "\b1\f2"
  121.  
  122. #--------------------------------------------#
  123. #   Styles for Matching Datatypes  [-V]      #
  124. #   Upto 20 pairs of a datatype with a style #
  125. #                                            #
  126. #   Whenever a datatype for a file matches   #
  127. #    one below, it will be highlighted.      #
  128. #--------------------------------------------#
  129.  
  130. _STYLEDATATYPES:
  131. "picture"  "\b1\f2"
  132. "sound"    "\b1\f3"
  133. "anim"     "\b1\f4"
  134. "text"     "\b1\f5"
  135. "*guide*"  "\b1\f6"
  136. # ^notice that datatype wildcards can be given as well !!!
  137.  
  138. #-----------------------------------------------------------#
  139. #        8     Date Format (-d0..7) strings.                #
  140. #-----------------------------------------------------------#
  141.  
  142. _DATES:
  143. "%.3M %2d %5v"     
  144. "%-9A %.5B"
  145. "%-9.9T %02y.%02m.%02d%T %B"
  146. "%-9.9T %02m/%02d/%02y%T %B %I"
  147. "%-9.9T %02y.%02m.%02d%T"
  148. "%-9.9T %02m/%02d/%02y%T"
  149. "%3.3C %3.3M %02d"
  150. "%3.3C %3.3M %02d %5v"
  151.  
  152. #-----------------------------------#
  153. #  upto 10 print formats   -f0..9   #
  154. #-----------------------------------#
  155.  
  156. _FORMATS:
  157. "%U %c %4b  @7s %d %n%L %e"        
  158. "%c %U %o %g %d  %-9B @7v %n%L %e"
  159. "%-10.10e %4b %U %d  %n"
  160. "%-20.20n %6k %6b @8s %p %d %e"
  161. "%20.20n @7.7v %D %B %T %G %I"     # Shows all Datatype info for a file
  162. "%20.20n @7.7v %U %o %g  %e %E %f %F %h %H"  # Shows all networking stuff
  163.  
  164.  
  165. #******************************************#
  166. #      Internal  Strings Section           #
  167. #                                          #
  168. #   This section allows you to change the  #
  169. #   internal strings as well as their      #
  170. #   color etc.  Consult Newlist.doc        #
  171. #   in the 'Internal String Editing'       #
  172. #   section for more information.          #
  173. #******************************************#
  174.  
  175.  
  176. #-----------------------------------------------------------#
  177. #         11   Regular (non ANSI) strings.                  #
  178. #-----------------------------------------------------------#
  179.  
  180. _REG:       # these are used when [-Z] is given
  181. "\nKatalog til %R\"%s\" on %A %.5B\n"                         # Long Header
  182. "\n%R%s\n"                                                     # Quick Header
  183. "%s - Ikke funnet\n"                                             # Bad path
  184. "%s - "                                                        # IoErr() string
  185. "%ld filer - %ld kataloger - %ld lenker - %ld blokker - %ld bytes\n"  # Totals
  186. "Brukt %4ld bytes  -  Ledig %4ld bytes (%ld %% free)\n"          # Usage
  187. "\nTotale: %ld filer - %ld kataloger - %ld lenker - %ld blokker - %ld bytes\n" # Grand Totals
  188. "\n/* %s */"                                                   # Comment str
  189. "%ld Filer %ld Kataloger %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 til\o %R\"%s\" \Con\o %A %.5B\n"  # See Above
  200. "\n\f2\b1%R%s\o\n"
  201. "\C%s\o - Ikke funnet\n"
  202. "\C%s\o - "
  203. "%ld \Cfiler\o - %ld \Ckataloger\o - %ld \Clenker\o - %ld \Cblokker\o - %ld \Cbytes\o\n"
  204. "\CBrukt \o%4ld \Cbytes\o  -  \CLedig \o%4ld \Cbytes (\o%ld%% \Cfree)\o\n"
  205. "\nTotale: \C%ld\o filer - \C%ld\o Kataloger - \C%ld\o lenker - \C%ld\o blokker - \C%ld\o bytes\n"
  206. "\n/* %s */"
  207. "\f2\b1%ld \CFiler\f2 %ld \CKataloger\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  [FLAGG eks. -rqt -p] <Paths og wildcards>\n"
  218. "       \Cl\o  Bruk lang utlisting                \Ca\o  Vis alle filer\n"
  219. " \Cq qs qt\o  Raske korte kataloger              \CZ\o  Ingen ANSI\n"
  220. "    \Cs ss\o  Sortere etter navn/filstørrelse    \Cr\o  Omvendt sortering\n"
  221. "   \Csc sr\o  Sortere etter kommentar/som lest   \CR\o  Skriv sub m/wild for ett nive\n"
  222. "   \Csd sn\o  Sortere etter dato/ingen sortering \CH\o  Let etter filer pe disk\n"
  223. "\Cgd gf gl\o  Vis BARE Kataloger, filer, lenker  \Cp\o  Bruk pager\n"
  224. "       \CK\o  Slett sprekbuffer                  \Cz\o  C= list stil kataloger\n"
  225. "       \CF\o Vanlig utskriftsformat \"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  226. "                          nl -?? for komplett bruk.\n"
  227.  
  228. #-----------------------------------------------------------#
  229. #      <35     Newlist long help (for power users) nl -??   #
  230. #-----------------------------------------------------------#
  231.  
  232. _LONGHELP:
  233. "\n Newlist\o  [FLAGG ex. -rqt -p] <paths og wildcards>\n"
  234. "       \Co\o  Se pe _FLAGG* variabler              \Ce\o  Bruk _FLAGSCOND: som flagg\n"
  235. "       \Cp\o  Bruk Pager                           \C@\o  Ingen 'I dag' erstatninger\n"
  236. "     \Cb k\o  Vis blokker eller disk nøkkler       \Ch\o  Ingen Header\n"
  237. "       \Cu\o  Vis DEVICE: bruks info               \Ct\o  Ingen totaler\n"
  238. "       \Cn\o  Vis kommentarer                      \CZ\o  Ingen ANSI\n"
  239. "\Cgd gf gl\o  Vis BARE kataloger, filer, lenker    \C!\o  Tving ANSI pe\n"
  240. "      \Cgm\o  Blandet utlisting kataloger & filer  \CG\o  Tving Grand totaler\n"
  241. "    \Cs ss\o  Sorter etter navn eller filstørrelse \Cd\o0..8  Ette dato/tid formater\n"
  242. "   \Csc sr\o  Sorter etter kommentar/som lest      \Cf\o0..9  Ti formater\n"
  243. "   \Csd sn\o  Sorter etter dato/ingen sortering    \Cz\o  C= list stil kataloger\n"
  244. "       \Cr\o  Omvendt sortering                    \CS\o  Bare stat totaler \n"
  245. "       \CR\o  Skriv subs w/wild for ett nive       \CA\o  Bruk Assign Addisjoner\n"
  246. "       \CW\o  Skriv subs w/wild for ALLE niveer    \C/\o  Adder / kat. og > lenk.\n"
  247. "       \CH\o  Let etter filer pe disk        \Cq qs qt\o  Raske korte kataloger\n"
  248. "       \CJ\o  Skriv links                          \Cv\o  Horisontal kort rask stil\n"
  249. "      \Cx\o#  Entre maks # katalog-niveer         \Cy\o#  Raske korte == # kolonner\n"
  250. "   \Cc\o pat  Kommentar wildcard                   \C=\o  Separasjons linje\n"
  251. "       \CP\o  Bruk FULL 'path' for navn            \CK\o  Slett sprekbuffer\n"
  252. "     \C] [\o  Vis/gjem 'a' bit                     \CB\o  Relative 'path' navn\n"
  253. "      \CT\o#  Turbo skjerm utlisting 0..N          \CX\o  pat  Utelat mønster\n"
  254. "       \CI\o  Ekspert modus av/pe                  \CU\o  Bruk stiler for filnavn\n"
  255. "   \CY\o pat  Datatype wildcard                    \CV\o  Bruk stiler for datatyper\n"
  256. "   \Cw# j#\o  Bredde og høyde i karakterer     \CL# Q#\o  Vis filer <  > # i bytes\n"
  257. "       \Cl\o  Bruk lange utlistinger               \Ca\o  Vis  alle filer\n"
  258. "     \CN O\o  dd-mmm-yy eller #  Filer laget etter/før dato eller # dager siden\n"
  259. "       \CC\o  Vanlig header format \" %@Rs og alle dato formater \"\n"
  260. "       \CD\o  Vanlig dato   format \" %@ABCmdyvMDYhHNSItT   \\Cnte' \\f#b#s#o\"\n"
  261. "   \CE M F\o  Vanlig utskriftsform. \"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\""
  262.  
  263. #-----------------------------------------------------------#
  264. #         2              Dir strings.                       #
  265. #                   lengths must be 8 and 4 !               #
  266. #-----------------------------------------------------------#
  267.  
  268. _DIR:    #If you want this one translated, you should insert KATALOG: or KAT:
  269. "  (kat) "
  270. "(kat)"
  271.  
  272. #-----------------------------------------------------------#
  273. #                    Miscellaneous strings.                 #
  274. #-----------------------------------------------------------#
  275.  
  276. _BREAK:
  277. "** Slapp av, kompis!\n"     # = Relax, mate!
  278.  
  279. _MATCH:
  280. "Ingen like til \"%s\"\n"
  281. "Ingen filer funnet.\n"
  282.  
  283. _COMMENT:
  284. "Kommentar"
  285. "k"        #If this should be translated, the natural choice is "k".
  286.  
  287. _LOWMEN:
  288. "Lite minne!\n"
  289.  
  290. _EXEC:
  291. "Utfører: %s"
  292. "\n FEIL: '%s' vil ikke virke (%ld).\n Fortsette (j/n/=)? "    #The norwegian word for YES is JA (NO=NEI)
  293.  
  294. _UNKNOWN:
  295. ":UKJENT FIL:"
  296.  
  297. #-----------------------------------------------------------#
  298. #  12 & 11           Date strings for non %A %B %C          #
  299. #-----------------------------------------------------------#
  300.  
  301. _MONTHS:
  302. "Januar"
  303. "Februar"
  304. "Mars"
  305. "April"
  306. "Mai"
  307. "Juni"
  308. "Juli"
  309. "August"
  310. "September"
  311. "Oktober"
  312. "November"
  313. "Desember"
  314.  
  315. _DAYS:
  316. "Søndag"
  317. "Mandag"
  318. "Tirsdag"
  319. "Onsdag"
  320. "Torsdag"
  321. "Fredag"
  322. "Lørdag"
  323. "I morgen"
  324. "I dag"
  325. "I går"
  326. "Fremtiden"
  327.  
  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. #   The default of length 9 is:   "%-9.9T%3.3M %02d %02y%T %02h:%02N"
  338. #   If you want length 11  use:   "%-11.11T %3.3M %02d %02y %T %02h:%02N"
  339. #   Simply add -D "%-11.11T %3.3M %02d %02y %T %02h:%02N" to your NEWLIST_LONG
  340. #
  341. # Long names set in DEFAULTS: (02-Oct-93)
  342.  
  343. _CENTER:
  344. " Søndag  "
  345. " Mandag  "
  346. " Tirsdag "
  347. " Onsdag  "
  348. " Torsdag "
  349. " Fredag  "
  350. " Lørdag  "
  351. "I morgen "
  352. "  I dag  "
  353. "  I går  "
  354. "Fremtiden"
  355.