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

  1. # $VER: Newlist8.2 (27-Sep-93)  Italian language
  2. # by Mirizio Paoluzi and Ivan Pintori
  3. #
  4. # IMPORTANT: kill old file in memory if you edit or change this file 
  5. #            with 'nl -K'
  6. # This language file should copied to S:NEWLIST.config and newlist8.1
  7. # should be run.
  8.  
  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. "%-11.11T %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. #         10   Regular (non ANSI) strings.                  #
  177. #-----------------------------------------------------------#
  178.  
  179. _REG:
  180. "\nCassetto %R\"%s\" su %A %.5B\n"                                # Long Header
  181. "\n%R%s\n"                                                        # Quick Header
  182. "%s - Non trovato\n"                                            # Bad path
  183. "%s - "                                                         # IoErr() string
  184. "%ld files - %ld cass - %ld links - %ld blocchi - %ld bytes\n"  # Totals
  185. "Usati %4ld bytes  -  Liberi %4ld bytes\n"                      # Usage
  186. "\nTotali: %ld files - %ld cass - %ld links - %ld blocchi - %ld bytes\n" #Grand Totals
  187. "\n/* %s */"                                                    # Commentstr
  188. "%ld Files %ld Cass %ld Bytes: Ancora (spc/ret/n/q):"           # Pager
  189. " -> "                 # link separator
  190. "\n%R%s\n"          # Expert mode long header format
  191. "\n%R%s\n"          # Expert mode quick header format
  192.  
  193. #-----------------------------------------------------------#
  194. #         10       ANSI (colored) strings.                  #
  195. #-----------------------------------------------------------#
  196.  
  197. _ANSI:
  198. "\n\CCassetto \o %R\"%s\" \Csu\o %A %.5B\n"  # See Above
  199. "\n\f2\b1%R%s\o\n"
  200. "\C%s\o - Non trovato\n"
  201. "\C%s\o - "
  202. "%ld  \Cfiles\o  -  %ld  \Ccass\o  -  %ld  \Clinks\o - %ld \Cblocchi\o - %ld\Cbytes\o\n"
  203. "\CUsati \o%4ld \Cbytes\o  -  \CLiberi \o%4ld \Cbytes\o\n"
  204. "\nTotali:  \C%ld\o files - \C%ld\o cass - \C%ld\o links - \C%ld\o blocchi -\C%ld\o bytes\n"
  205. "\n/* %s */"
  206. "\f2\b1%ld \CFiles\f2 %ld \CCass\f2 %ld \CBytes: More (spc/ret/n/q):\f1\b0"
  207. " -> "                    # link separator
  208. "\n\C%R%s\o\n"            # Expert mode long header format
  209. "\n\C%R%s\C\o\n"          # Expert mode quick header format
  210.  
  211.  
  212. #-------------------------------------------------#
  213. # (new) <35  Short help (for novices)    nl -?    #
  214. #-------------------------------------------------#
  215.  
  216. _SHORTHELP:
  217. "\n NewList\o  [Opzioni es. -rqt -p] <percorso e ricerca parziale>\n"
  218. "       \Cl\o  Cambria tra output lungo        \Ca\o  Show all files\n"
  219. " \Cq qs qt\o  Cassetti veloci e corti         \CZ\o  Niente ANSI\n"
  220. "    \Cs ss\o  Ordina per nome o grandezza     \Cr\o  Inverte l'ordine\n"
  221. "   \Csc sr\o  Ordina per commento o 'as-read' \CR\o  1 livello per subdir con wild.\n"
  222. "   \Csd sn\o  Ordina per data o niente ordine \CH\o  Cerca i file sul disco\n"
  223. "\Cgd gf gl\o  SOLAMENTE cass, files, or links \Cp\o  Usa impagginatore\n"
  224. "       \CK\o  Cancella buffer per la lingua   \Cz\o  Cassetti stile C=\n"
  225. "       \CF\o  Custom print format \"%@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  226. "                       nl -?? for complete usage.\n"
  227.  
  228. #-----------------------------------------------------------#
  229. #       <35    Newlist Usage (nl ?) strings.                #
  230. #-----------------------------------------------------------#
  231.  
  232. _LONGHELP:
  233. "\nNewList\o  [Opzioni es. -rqt -p] <percorso e ricerca parziale>\n"
  234. "       \Co\o  Soppresse variabili _FLAGS*         \Ce\o  Aggiungi _FLAGSCOND: ai flag\n"
  235. "       \Cp\o  Usa impagginatore                   \CZ\o  Niente ANSI\n"
  236. "     \Cb k\o  Includi blocchi o disk keys         \Ca\o  Non sostituire  'Oggi'\n"
  237. "       \Cu\o  Includi informazioni d'uso DEVICE:  \Ch\o  Niente header\n"
  238. "       \Cn\o  Includi commenti                    \Ct\o  Niente totali\n"
  239. "  \Cgd  gf\o  SOLAMENTE cass, files, or links     \C!\o  Usa l'Ansi\n"
  240. "  \Cgl  gm\o  Mescola cassetti e files        \CX\o pat  Escludi pattern\n"
  241. "    \Cs ss\o  Ordina per nome o grandezza     \Cd\o0..8  Eight date/time formats\n"
  242. "   \Csc sr\o  Ordina per commento o 'as-read' \Cf\o0..9  Dieci formati\n"
  243. "   \Csd sn\o  Ordina per data o niente ordine     \CS\o  Unicamente totali statistici\n"
  244. "       \Cr\o  Inverte l'ordine                    \Cz\o  Cassetti stile C=\n"
  245. "       \CR\o  Un livello per subdir con wildcard  \CA\o  Includi assegnamenti logici"
  246. "       \CW\o  TUTTI i livelli per subdir           \C/\o  Agg. / ai cass e > ai links\n"
  247. "       \CH\o  Cerca i file sul disco        \Cq qs qt\o  Cassetti veloci e corti\n"
  248. "       \CJ\o  Non inserire links                  \Cv\o  Orizontale stile quick\n"
  249. "      \Cx\o#  Massimo # livelli di cass          \Cy\o#  Opzione Quick usa # colonne\n"
  250. "   \Cc\o pat  Ricerca parziale sui commenti       \C=\o  Separatore di linea\n"
  251. "       \CP\o  Usa percorso COMPLETO per i nomi    \CK\o  Cancella buffer per lingua\n"
  252. "     \C] [\o  Mostra/nascondi il bit 'a'          \CB\o  Nomi di percorso relativi\n"
  253. "      \CT\o#  Turbo output su schermo 0..N        \CG\o  Usa i totali\n"
  254. "       \CI\o  Inserisci modo Esperto              \CU\o  Use Styles for filenames\n"
  255. "   \CY\o pat  Wildcard per i datatype             \CV\o  Use Styles for Datatypes\n"
  256. " \Cw\o# \Cj\o#  Width and height in chars        \CL\o# \CQ\o#  Show files < or > # in bytes\n"
  257. "       \Cl\o  Cambria tra output lungo e corto    \Ca\o  Show ALL files\n"
  258. "     \CN O\o  gg-mmm-aa o #  Files creati dopo/prima data o # giorni addietro\n"
  259. "       \CC\o  Formato intestazione privato \" %@Rs and all date formats \"\n"
  260. "       \CD\o  Formato data privato         \" %@ABCmdyvMDYhHNSItT \\Cnte' \\f#b#s#o\"\n"
  261. "   \CE M F\o  Form. stampa privato \" %@pUdbksvcCNnPogDBTGIeEfFhH \\Cnte' \\f#b#s#o\"\n"
  262.  
  263. #-----------------------------------------------------------#
  264. #         2              Dir strings.                       #
  265. #                   lengths must be 8 and 4 !               #
  266. #-----------------------------------------------------------#
  267.  
  268. _DIR:
  269. "  (cas) "
  270. "(cas)"
  271.  
  272. #-----------------------------------------------------------#
  273. #                    Miscellaneous strings.                 #
  274. #-----------------------------------------------------------#
  275.  
  276. _BREAK:
  277. "** Calmati !\n"
  278.  
  279. _MATCH:
  280. "Nessuna concorrenza per \"%s\"\n"
  281. "Nessun file trovato.\n"
  282.  
  283. _COMMENT:
  284. "Commento"
  285. "c"
  286.  
  287. _LOWMEN:
  288. "Poca Memoria!\n"
  289.  
  290. _EXEC:
  291. "In Esecuzione: %s"
  292. "\n ERROR: '%s' was not successful (%ld).\n Continue (y/n/=)? "
  293.  
  294. _UNKNOWN:
  295. ":FILE SCONOSCIUTO:"
  296.  
  297. #-----------------------------------------------------------#
  298. #  12 & 11           Date strings for non %A %B %C          #
  299. #-----------------------------------------------------------#
  300.  
  301. _MONTHS:
  302. "Gennaio"
  303. "Febbraio"
  304. "Marzo"
  305. "Aprile"
  306. "Maggio"
  307. "Giugno"
  308. "Luglio"
  309. "Agosto"
  310. "Settembre"
  311. "Ottobre"
  312. "Novembre"
  313. "Dicembre"
  314.  
  315. _DAYS:
  316. "Domenica"
  317. "Lunedi'"
  318. "Martedi'"
  319. "Mercoledi'"
  320. "Giovedi'"
  321. "Venerdi'"
  322. "Sabato"
  323. "Domani"
  324. "Oggi"
  325. "Ieri"
  326. "Futuro"
  327.  
  328. ############################
  329. # 11 strings
  330. #
  331. # If _CENTER: is commented out,
  332. #    newlist will auto-center values for _DAYS: above for length 9
  333. #
  334. # If you would like to have _CENTER strings greater than 9, you must uncomment
  335. #   the section below, set the strings by hand, AND use a new date format.
  336. #
  337. # Below are the CENTER strings for italian (length 11).  To use,  uncomment
  338. #   the days and 
  339. #
  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 the defaults (02-Oct-93)
  344.  
  345. _CENTER:
  346. "  Domenica "
  347. "  Lunedi'  "
  348. "  Martedi' "
  349. " Mercoledi'"
  350. "  Giovedi' "
  351. "  Venerdi' "
  352. "   Sabato  "
  353. "   Domani  "
  354. "    Oggi   "
  355. "    Ieri   "
  356. "   Futuro  "
  357.