home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / frle / root.1 / usr / lib / X11 / locale / fr / app-defaults / Vtcl / Vtcl~
Text File  |  1998-08-19  |  13KB  |  258 lines

  1. ! -------------------------------------------------------------------------
  2. !  Copyright (c) 1992-1997                   The Santa Cruz Operation, Inc.
  3. ! -------------------------------------------------------------------------
  4. ! All rights reserved.  No part of this  program or publication may be
  5. ! reproduced, transmitted, transcribed, stored  in a retrieval system,
  6. ! or translated into any language or computer language, in any form or
  7. ! by any  means,  electronic, mechanical, magnetic, optical, chemical,
  8. ! biological, or otherwise, without the  prior written  permission of:
  9. !
  10. !          The Santa Cruz Operation, Inc.  (408) 425-7222
  11. !          400 Encinal St, Santa Cruz, CA  95060 USA
  12. ! -------------------------------------------------------------------------
  13. ! SCCS  : @(#) Vtcl.ad.UW 13.1 96/06/13 
  14. !
  15. ! Modification History:
  16. !   25-Aug-97 Revert to use msg/MotifDefaults, 
  17. !              Wire default fonts and colors in here
  18. !   12-Jun-96 Made variant version for UW devt
  19.  
  20. #include "msg/MotifDefaults"
  21. #include "msg/HelpDefaults"
  22.  
  23. ! Suppress IXI Motif form mods
  24. ! IXI form doesn't resize smaller when remove widgets
  25. *useIxiAdds:      EDITRES, XPM3, LIST, CAPSLOCK, PANEDW, NUMLOCK, ENVIRONMENT  
  26. *usePremierAdds:  ALL, -FORM
  27.  
  28.  
  29. ! Where to find things
  30. !Pixmaps
  31. *pixmapPath:%N:/usr/include/X11/bitmaps/%N:/lib/vtcl/pixmaps/%N
  32.  
  33. ! Xmt symbolic names 
  34. !*FontList:\
  35. !    -*-helvetica-bold-r-*-*-*-140-*-*-*-*-*-*=R,\
  36. !    -*-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*=RR,\
  37. !    -*-helvetica-medium-o-*-*-*-120-*-*-*-*-*-*=I,\
  38. !    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-*-*=LN,\
  39. !    -*-helvetica-bold-r-*-*-*-140-*-*-*-*-*-*=LB,\
  40. !    -*-helvetica-bold-r-*-*-*-100-*-*-*-*-*-*=SB,\
  41. !    -*-helvetica-medium-o-*-*-*-100-*-*-*-*-*-*=SI,\
  42. !    -*-courier-medium-r-*-*-*-120-*-*-m-*-*-*=MN,\
  43. !    -*-courier-bold-r-*-*-*-120-*-*-m-*-*-*=MB,\
  44. !    -*-courier-medium-o-*-*-*-120-*-*-m-*-*-*=MI,\
  45. !    -*-fixed-medium-*-*-*-*-100-*-*-*-*-*-*=TINY,\
  46. !    -*-helvetica-bold-r-*-*-*-240-*-*-*-*-*-*=TITLE
  47.  
  48. !
  49. ! Symbolic fonts
  50. !
  51. *smallNormalFont:    -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-1
  52. *smallBoldFont:        -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-1
  53. *smallItalicFont:    -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-1
  54.  
  55. *medNormalFont:        -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-1
  56. *medBoldFont:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-1
  57. *medItalicFont:        -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-1
  58.     
  59. *largeNormalFont:    -*-helvetica-medium-r-*-*-*-180-*-*-*-*-iso8859-1
  60. *largeBoldFont:        -*-helvetica-bold-r-*-*-*-180-*-*-*-*-iso8859-1
  61. *largeItalicFont:    -*-helvetica-medium-o-*-*-*-180-*-*-*-*-iso8859-1
  62.     
  63. *monoNormalFont:    -*-courier-medium-r-*-*-*-120-*-*-m-*-iso8859-1
  64. *monoBoldFont:        -*-courier-bold-r-*-*-*-120-*-*-m-*-iso8859-1
  65. *monoItalicFont:    -*-courier-medium-o-*-*-*-120-*-*-m-*-iso8859-1
  66.  
  67. *weirdFont:        -*-courier-medium-o-*-*-*-120-*-*-m-*-iso8859-1
  68.  
  69. *tinyFont:               -*-fixed-medium-*-*-*-*-100-*-*-*-*-iso8859-1
  70. *titleFont:              -*-helvetica-bold-r-*-*-*-240-*-*-*-*-iso8859-1
  71.  
  72. ! Symbolic Colors - used by script interface to colors
  73. !
  74. !*urgentColor:            scoActiveForeground
  75. !*highlightColor:        scoHighlight
  76. !*foregroundColor:        scoForeground
  77. !*backgroundColor:        scoBackground
  78. !*altBackgroundColor:        scoAltBackground
  79. ! Colors for systems without sco palette map
  80. ! Osr5 colors same as scopalette default
  81. !*highlightColor:        blue
  82. !*foregroundColor:        DarkBlue
  83. ! Current Svr5 defaults ( let them default )
  84. *urgentColor:            black
  85. !*highlightColor:        blue
  86. *foregroundColor:        black
  87. *backgroundColor:        grey70
  88. *altBackgroundColor:        sandyBrown
  89.  
  90. *Red:                red
  91. *Orange:            orange
  92. *Yellow:            yellow
  93. *Green:                green
  94. *Blue:                blue
  95. *Indigo:            blue4
  96. *Violet:            violet
  97. *Black:                black
  98. *White:                white
  99. *Grey:                grey75
  100.  
  101. ! to adjust the default *widget colors you need to override the 
  102. ! settings that are set in /usr/lib/X11/app-defaults/ColorDefaults
  103. ! minimally 
  104. ! *Background:            scoBackground
  105. ! *Foreground:            scoForeground
  106.  
  107. *str_ok:            OK
  108. *str_cancel:            Annuler
  109. *str_help:            Aide
  110. *str_apply:            Appliquer
  111. *str_reset:            RΘinitialiser
  112. *str_error:            Erreur
  113.  
  114. *str_version_dlog:        Version
  115. *str_message_dlog:              Message
  116. *str_warning_dlog:              Attention
  117. *str_working_dlog:              Exploitation
  118. *str_question_dlog:             Question
  119. *str_info_dlog:                 Information
  120. *str_error_dlog:                Erreur
  121.  
  122. ! Name of default help Book if none specified
  123. !  set to VTCL_DISABLE_HELP to suppress help hooks 
  124. *str_default_help_book:         Vtcl
  125.  
  126. ! VIBE error messages
  127. *str_unknown_operation:                     Nom d'opΘration inconnue
  128. *str_bad_dm_internal_state:                 Mauvais Θtat interne du mode de conception
  129.  
  130.  
  131. ! Temp values for all Wserver error strings
  132. *str_bad_mix_of_autoHide_and_autoDestroy:   Mauvaise combinaison des options autoHide et autoDestroy
  133. *str_bad_parent_name:                       Mauvais nom de pΦre
  134. *str_cant_find_pixmap:                      Localisation de pixmap impossible 
  135. *str_cant_get_both_il_and_plist:            DΘfinition simultanΘe de byPositionList et byRecordList ou de byPositionList et byItemList impossible
  136. *str_cant_getvalue:                         ProcΘdure getValue impossible
  137. *str_cant_set_both_field_and_recList:       DΘfinition simultanΘe du champ et de recList impossible
  138. *str_cant_set_both_item_and_itemList:       DΘfinition simultanΘe de l'ΘlΘment et de itemList impossible
  139. *str_cant_setvalues:                        ProcΘdure setValues impossible
  140. *str_color_not_in_resource_file:            Couleur virtuelle absente du fichier ressource
  141. *str_convert_proc_failure:            Echec de la ressource ConvertProc
  142. *str_copy_arg_failed:                Echec de la conversion d'option - Valeur non reconnue
  143. *str_could_not_read_file:                   Lecture du fichier impossible
  144. *str_couldnt_convert_color:                 Conversion de la couleur impossible
  145. *str_couldnt_find_field:                    Localisation du champ impossible
  146. *str_couldnt_find_getvalues:                Localisation de getValues ObjectData impossible
  147. *str_couldnt_find_setvalues:                Localisation de setvalues ObjectData impossible
  148. *str_couldnt_get_widget:            Localisation impossible de la widget correspondant au nom ou α la valeur indiquΘe
  149. *str_couldnt_load_icon:                     Chargement de l'ic⌠ne impossible
  150. *str_couldnt_match_field_number:        Reconnaissance du numΘro de champ valide impossible 
  151. *str_count_mismatch:                NumΘro ou valeur de champ α faire correspondre, absents
  152. *str_duplicate_name:                        Nom dupliquΘ
  153. *str_err_field_description_list:            Erreur dans la liste de description list du champ
  154. *str_err_label_description_list:            Erreur dans la liste de description du label
  155. *str_has_callback:                Le widget a dΘjα dΘfini l'option -callback
  156. *str_formdialog_no_blocking:                FormDialog ne peut avoir l'option -block
  157. *str_font_not_in_resource_file:             Fonte virtuelle absente du fichier de ressource
  158. *str_have_to_set_topic_or_tree:             DΘfinition de la rubrique ou de l'arborescence nΘcessaire
  159. *str_invalid_cancel_button:                 Bouton Annuler non valide
  160. *str_invalid_default_button:                Valeur non valide pour le bouton par dΘfaut
  161. *str_invalid_direction:                     Valeur de direction non valide
  162. *str_invalid_item_position:                 Position non valide de l'ΘlΘment
  163. *str_invalid_scrollbar_policy:              Utilisation incorrecte de la barre de dΘfilement
  164. *str_invalid_value_for_cols:                Valeur des colonnes incorrecte
  165. *str_invalid_value_for_rows:                Valeur des rangΘes incorrecte
  166. *str_invalid_value_for_topItemPosition:     Valeur de topItemPosition incorrecte
  167. *str_invalid_value_positive:            Valeur d'option devant Ωtre zΘro ou un entier positif
  168. *str_invalid_value_positive_nonzero:        Valeur d'option devant Ωtre un entier positif non nul
  169. *str_lock_has_no_args:                      Le verrouillage ne possΦde pas d'args
  170. *str_min_ge_max:                Min supΘrieur ou Θgal α max
  171. *str_value_min_max:                Valeur non comprise entre min et max 
  172. *str_need_a_topic:                          Rubrique nΘcessaire
  173. *str_need_item_or_pos:                      ElΘment ou position nΘcessaire
  174. *str_need_new_item:                         Nouvel ΘlΘment nΘcessaire
  175. *str_need_one_option:                       Une option nΘcessaire
  176. *str_need_to_set_callback:                  DΘfinition d'un rappel nΘcessaire
  177. *str_need_to_specify_field_list:            SpΘcification d'une liste de champs nΘcessaire
  178. *str_need_to_specify_field_or_recList:      SpΘcification d'un champ ou de recList nΘcessaire
  179. *str_need_to_specify_pos_or_field:          SpΘcification d'une position ou d'un champ nΘcessaire
  180. *str_need_widget_name:                      Nom du widget nΘcessaire
  181. *str_no_arg_to_option:                Argument manquant pour l'option
  182. *str_no_children:                Aucun fils crΘΘ pour bouton radio ou checkBox
  183. *str_no_memory:                             Pas assez de mΘmoire disponible pour cette opΘration
  184. *str_no_geometry_handler_parent:        Aucune gΘomΘtrie gΘrant le Widget pΦre
  185. *str_no_options_for_close_form:             Aucune option pour le formulaire fermΘ
  186. *str_no_such_border_type:                   Pas d'encadrement de ce type
  187. *str_no_such_option:                        Ne possΦde aucune option dΘfinie 
  188. *str_no_such_shadow_type:                   Pas d'ombre de ce type
  189. *str_no_values_setting:                Seule possibilitΘ d'utilisation -noCallback : en dΘfinissant une valeur
  190. *str_noecho_only_create:                    noecho n'est autorisΘ que lors de la crΘation d'un widget
  191. *str_not_a_boolean_string:                  Il ne s'agit pas d'une valeur boolΘenne
  192. *str_not_a_drawnlist:                       Il ne s'agit pas de Drawnlist
  193. *str_not_a_listwidget:                      Il ne s'agit pas de un Widget de Liste 
  194. *str_not_an_option:                Il ne s'agit pas d'une chaεne d'options
  195. *str_not_that_many_records:                 Pas autant d'enregistrements
  196. *str_not_popup:                    Arg n'est pas un Widget dΘroulant
  197. *str_null_widget:                           Widget null
  198. *str_option_not_gettable:                   Option non rΘcupΘrable
  199. *str_object_need_name:                      Nom d'objet nΘcessaire 
  200. *str_not_packing_option_arg:                Arg α -packing n'est pas un de ceux-lα : NONE, TIGHT ou COLUMN 
  201. *str_positions_cant_be_neg:                 Les positions ne peuvent pas Ωtre nΘgatives
  202. *str_setvalues_disallowed:            SetValues non fourni pour l'option
  203. *str_set_item_or_itemList_not_both:         DΘfinition possible d'un ΘlΘment ou de itemList mais pas des deux
  204. *str_target_parent_not_common:              Le pΦre cible n'est pas commun aux deux widgets 
  205. *str_target_parent_not_form:                Le pΦre cible n'est pas un formulaire
  206. *str_target_parent_not_menubar:             Le pΦre n'est pas une barre de menu ou menu dΘroulant
  207. *str_too_many_args:                         Trop d'arguments
  208. *str_too_many_options:                      Trop d'options
  209. *str_too_many_options_set:                  Trop d'options dΘfinies
  210. *str_unknown_decoration:                    DΘcoration inconnue
  211. *str_unknown_command:                       Commande inconnue
  212. *str_unknown_help_item:                     ElΘment d'aide inconnu
  213. *str_unknown_option:                        Option inconnue
  214. *str_unknown_type:                          Type de champ non valide
  215. *str_unlock_has_no_args:                    Le dΘverrouillage ne possΦde pas d'args
  216. *str_widget_doesnt_exist:                   Widget inexistant
  217. *str_widget_not_found:                      Widget introuvable
  218. *str_wrong_arg_type_remove_timeout:         Type d'arg de WsRemoveTimeout erronΘ
  219. *str_wrong_num_of_args_to_xmArgs:           Nombre d'args de xmArgs incorrect
  220. *str_wrong_number_of_args:                  Nombre d'args incorrect
  221. *str_wrong_number_of_arguments:             Nombre d'arguments incorrect
  222. *str_wsinfo_needs_arg:                      VtInfo doit possΘder un argument 
  223. *str_plus_minus_percent:                    La valeur doit Ωtre un pourcentage positif ou nΘgatif ( de -100 α 100 )
  224.  
  225.  
  226. !*keyboardFocusPolicy:                pointer
  227. *keyboardFocusPolicy:                 explicit
  228.  
  229. ! ------------ ColorDefaults (Xm) - was fm color/ColorDefaults ------------
  230. *Background:                    grey70
  231. *Foreground:                    black
  232. ! remove so CDE can default the calc
  233. !*troughColor:                   grey70
  234. *armColor:                      grey50
  235. *selectColor:                   yellow
  236. *borderColor:                   Black
  237.  
  238. *XmText.background:             white
  239. *XmText.foreground:             black
  240. *XmList.background:             white
  241. *XmList.foreground:             black
  242. *XmTextField.background:        white
  243. *XmTextField.foreground:        black
  244. *XmpDrawnList.foreground:       black
  245. *XmpDrawnList.background:       white
  246.  
  247. ! FontDefaults  (Xm)    was fm font/FontDefaults
  248. *XmText.fontList:       -misc-fixed-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  249. *XmTextField.fontList:  -misc-fixed-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  250. *XmList.fontList:       -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  251. *XmpDrawnList.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  252. *FontList:              -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-1
  253. *Font:                  -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-1
  254.  
  255. ! force multiclick default (for dlist) since without scomouse setup now
  256. *multiClickTime:        500
  257.  
  258.