home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / jale / root.3 / usr / X / lib / charm / ja / app-defaults / Vtcl / Vtcl~
Text File  |  1998-08-19  |  14KB  |  260 lines

  1. ! -------------------------------------------------------------------------
  2. !  Copyright (c) 1992-1996                   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 8.2 97/10/04 
  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:    -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  52. *smallBoldFont:        -*-fixed-*-*-*-*-14-*-*-*-*-*-*-*:
  53. *smallItalicFont:    -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  54.  
  55. *medNormalFont:        -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  56. *medBoldFont:        -*-fixed-*-*-*-*-14-*-*-*-*-*-*-*:
  57. *medItalicFont:        -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  58.     
  59. *largeNormalFont:    -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  60. *largeBoldFont:        -*-fixed-*-*-*-*-14-*-*-*-*-*-*-*:
  61. *largeItalicFont:    -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  62.     
  63. *monoNormalFont:    -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  64. *monoBoldFont:        -*-fixed-*-*-*-*-14-*-*-*-*-*-*-*:
  65. *monoItalicFont:    -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  66.  
  67. *weirdFont:        -*-courier-medium-o-*-*-*-120-*-*-m-*-iso8859-1
  68.  
  69. *tinyFont:              -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  70. *titleFont:             -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  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. *urgentColor:            black
  81. *highlightColor:        blue
  82. *foregroundColor:        black
  83. *backgroundColor:        grey70
  84. *altBackgroundColor:        sandyBrown
  85.  
  86. *Red:                red
  87. *Orange:            orange
  88. *Yellow:            yellow
  89. *Green:                green
  90. *Blue:                blue
  91. *Indigo:            blue4
  92. *Violet:            violet
  93. *Black:                black
  94. *White:                white
  95. *Grey:                grey75
  96.  
  97. ! to adjust the default *widget colors you need to override the 
  98. ! settings that are set in /usr/lib/X11/app-defaults/ColorDefaults
  99. ! minimally 
  100. ! *Background:            scoBackground
  101. ! *Foreground:            scoForeground
  102.  
  103. *str_ok:            ╛╡╟º
  104. *str_cancel:            ╝Φ╛├ñ╖
  105. *str_help:            Ñ╪ÑδÑ╫
  106. *str_apply:            ┼¼═╤
  107. *str_reset:            ÑΩÑ╗Ñ├Ñ╚
  108. *str_error:            Ñ¿ÑΘí╝
  109.  
  110. *str_version_dlog:        Ñ╨í╝Ñ╕ÑτÑ≤
  111. *str_message_dlog:              ÑßÑ├Ñ╗í╝Ñ╕
  112. *str_warning_dlog:              ╖┘╣≡
  113. *str_working_dlog:              ╝┬╣╘├µ
  114. *str_question_dlog:             ╠Σññ╣τñ∩ñ╗
  115. *str_info_dlog:                 ╛≡╩≤
  116. *str_error_dlog:                Ñ¿ÑΘí╝
  117.  
  118. ! Name of default help Book if none specified
  119. !  set to VTCL_DISABLE_HELP to suppress help hooks 
  120. *str_default_help_book:         Vtcl
  121.  
  122. ! VIBE error messages
  123. *str_unknown_operation:                     ┴α║ε╠╛ñ¼╔╘╠└ñ╟ñ╣íÑ
  124. *str_bad_dm_internal_state:                 Ñ╟Ñ╢ÑñÑ≤íªÑΓí╝Ñ╔ñ╬╞Γ╔⌠╛⌡┬╓ñ¼╠╡╕·ñ╟ñ╣íÑ
  125.  
  126.  
  127. ! Temp values for all Wserver error strings
  128. *str_bad_mix_of_autoHide_and_autoDestroy:   autoHide ñ╚ autoDestroy Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ╬┴╚ñ▀╣τñ∩ñ╗ñ¼╔╘┼¼└┌ñ╟ñ╣íÑ
  129. *str_bad_parent_name:                       ┐╞ñ╬╠╛┴░ñ¼┤╓░πñ├ñ╞ñññ▐ñ╣íÑ
  130. *str_cant_find_pixmap:                      pixmap ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íÑ
  131. *str_cant_get_both_il_and_plist:            byPositionList ñ╚ byRecordListíññóñδñññ╧byPositionList ñ╚ byItemList ñ╬╬╛╩²ñ╧╗╪─Ωñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  132. *str_cant_getvalue:                         GetValue ñ¼╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤ - getvaluesProcedure ñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  133. *str_cant_set_both_field_and_recList:       field ñ╚ recList ñ╬╬╛╩²ñ╧└▀─Ωñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  134. *str_cant_set_both_item_and_itemList:       item ñ╚ itemList ñ╬╬╛╩²ñ╧└▀─Ωñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  135. *str_cant_setvalues:                        setValues ñ¼╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤ - setValues Procedure ñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  136. *str_color_not_in_resource_file:            Ñ╨í╝Ñ┴ÑπÑδíªÑ½ÑΘí╝ñ¼ÑΩÑ╜í╝Ñ╣íªÑ╒ÑíÑñÑδñ╦ñóñΩñ▐ñ╗ñ≤íÑ
  137. *str_convert_proc_failure:            Resource ConvertProc ñ¼╝║╟╘ñ╖ñ▐ñ╖ñ┐íÑ
  138. *str_copy_arg_failed:                Ñ¬Ñ╫Ñ╖ÑτÑ≤╩╤┤╣ñ╦╝║╟╘ñ╖ñ▐ñ╖ñ┐ - ╚╜╩╠╔╘▓─╟╜ñ╩├═ñ╟ñ╣íÑ
  139. *str_could_not_read_file:                   Ñ╒ÑíÑñÑδñ¼╞╔ñßñ▐ñ╗ñ≤íÑ
  140. *str_couldnt_convert_color:                 ┐ºñ¼╩╤┤╣ñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  141. *str_couldnt_find_field:                    Ñ╒Ñúí╝ÑδÑ╔ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íÑ
  142. *str_couldnt_find_getvalues:                ñ│ñ╬ѪÑúÑ╕ѺÑ├Ñ╚╛σñ╟ GetValues ñ¼╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤ - Ñ¬Ñ╓Ñ╕ѺѻÑ╚íªÑ╟í╝Ñ┐ñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  143. *str_couldnt_find_setvalues:                ñ│ñ╬ѪÑúÑ╕ѺÑ├Ñ╚╛σñ╟ SetValues ñ¼╝┬╣╘ñ╟ñ¡ñ▐ñ╗ñ≤ - Ñ¬Ñ╓Ñ╕ѺѻÑ╚íªÑ╟í╝Ñ┐ñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  144. *str_couldnt_get_widget:            ╗╪─Ωñ╖ñ┐╠╛┴░ñ▐ñ┐ñ╧├═ñ╦┬╨▒■ñ╣ñδѪÑúÑ╕ѺÑ├Ñ╚ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íÑ
  145. *str_couldnt_load_icon:                     ÑóÑñÑ│Ñ≤ñ¼Ñφí╝Ñ╔ñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  146. *str_couldnt_match_field_number:        ═¡╕·ñ╩Ñ╒Ñúí╝ÑδÑ╔╚╓╣µñ¼╚╜╩╠ñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  147. *str_count_mismatch:                ╛╚╣τñ╣ñδ fieldNumber ñ▐ñ┐ñ╧ fieldValue ñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  148. *str_duplicate_name:                        ╜┼╩úñ╣ñδ╠╛┴░
  149. *str_err_field_description_list:            Ñ╒Ñúí╝ÑδÑ╔╡¡╜╥ÑΩÑ╣Ñ╚ñ╦Ñ¿ÑΘí╝ñ¼ñóñΩñ▐ñ╣íÑ
  150. *str_err_label_description_list:            ÑΘÑ┘Ñδ╡¡╜╥ÑΩÑ╣Ñ╚ñ╦Ñ¿ÑΘí╝ñ¼ñóñΩñ▐ñ╣íÑ
  151. *str_has_callback:                ÑªÑúÑ╕ѺÑ├Ñ╚ñ¼ñ╣ñ╟ñ╦└▀─Ωñ╡ñ∞ñ╞ñññ▐ñ╣ - Ñ│í╝ÑδÑ╨Ñ├Ñ»
  152. *str_formdialog_no_blocking:                FormDialog ñ╦ñ╧ -block Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ╧╗╪─Ωñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  153. *str_font_not_in_resource_file:             Ñ╨í╝Ñ┴ÑπÑδíªÑ╒Ñ⌐Ñ≤Ñ╚ñ¼ÑΩÑ╜í╝Ñ╣íªÑ╒ÑíÑñÑδñ╦ñóñΩñ▐ñ╗ñ≤íÑ
  154. *str_have_to_set_topic_or_tree:             Ñ╚Ñ╘Ñ├Ñ»ñ▐ñ┐ñ╧Ñ─ÑΩí╝ñ≥└▀─Ωñ╖ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íÑ
  155. *str_invalid_cancel_button:                 ╠╡╕·ñ╩╝ΦñΩ╛├ñ╖Ñ▄Ñ┐Ñ≤ñ╟ñ╣íÑ
  156. *str_invalid_default_button:                Ñ╟Ñ╒Ñ⌐ÑδÑ╚íªÑ▄Ñ┐Ñ≤ñ╦┬╨ñ╖╠╡╕·ñ╩├═ñ╟ñ╣íÑ
  157. *str_invalid_direction:                     ╠╡╕·ñ╩Ñ╟ÑúÑ∞Ñ»Ñ╖ÑτÑ≤├═ñ╟ñ╣íÑ
  158. *str_invalid_item_position:                 ╠╡╕·ñ╩╣α╠▄░╠├╓ñ╟ñ╣íÑ
  159. *str_invalid_scrollbar_policy:              ╠╡╕·ñ╩Ñ╣Ñ»Ñφí╝ÑδÑ╨í╝íªÑ▌ÑΩÑ╖í╝ñ╟ñ╣íÑ
  160. *str_invalid_value_for_cols:                ╬≤ñ╦┬╨ñ╖╠╡╕·ñ╩├═ñ╟ñ╣íÑ
  161. *str_invalid_value_for_rows:                ╣╘ñ╦┬╨ñ╖╠╡╕·ñ╩├═ñ╟ñ╣íÑ
  162. *str_invalid_value_for_topItemPosition:     topItemPosition ñ╦┬╨ñ╖╠╡╕·ñ╩├═ñ╟ñ╣íÑ
  163. *str_invalid_value_positive:            Ñ¬Ñ╫Ñ╖ÑτÑ≤├═ñ╧Ñ╝Ñφñ▐ñ┐ñ╧└╡ñ╬└░┐⌠ñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íÑ
  164. *str_invalid_value_positive_nonzero:        Ñ¬Ñ╫Ñ╖ÑτÑ≤├═ñ╧Ñ╝Ñφ░╩│░ñ╬└╡ñ╬└░┐⌠ñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íÑ
  165. *str_lock_has_no_args:                      lock ñ╦░·ñ¡┐⌠ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íÑ
  166. *str_min_ge_max:                ║╟╛«├═ñ¼║╟┬τ├═ñ╦┼∙ñ╖ñññ½íñ║╟┬τ├═ñ≥─╢ñ¿ñ╞ñññ▐ñ╣íÑ
  167. *str_value_min_max:                ├═ñ¼║╟╛«├═ñ╚║╟┬τ├═ñ╬┤╓ñ╦ñóñΩñ▐ñ╗ñ≤íÑ
  168. *str_need_a_topic:                          Ñ╚Ñ╘Ñ├Ñ»ñ¼╔¼═╫ñ╟ñ╣íÑ
  169. *str_need_item_or_pos:                      ╣α╠▄ñ▐ñ┐ñ╧░╠├╓ñ¼╔¼═╫ñ╟ñ╣íÑ
  170. *str_need_new_item:                         ┐╖ñ╖ññ╣α╠▄ñ¼╔¼═╫ñ╟ñ╣íÑ
  171. *str_need_one_option:                       Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ¼ 1 ñ─╔¼═╫ñ╟ñ╣íÑ
  172. *str_need_to_set_callback:                  Ñ│í╝ÑδÑ╨Ñ├Ñ»ñ≥└▀─Ωñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íÑ
  173. *str_need_to_specify_field_list:            Ñ╒Ñúí╝ÑδÑ╔íªÑΩÑ╣Ñ╚ñ≥╗╪─Ωñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íÑ
  174. *str_need_to_specify_field_or_recList:      field ñ▐ñ┐ñ╧ recList ñ≥╗╪─Ωñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íÑ
  175. *str_need_to_specify_pos_or_field:          ░╠├╓ñ▐ñ┐ñ╧Ñ╒Ñúí╝ÑδÑ╔ñ≥╗╪─Ωñ╣ñδ╔¼═╫ñ¼ñóñΩñ▐ñ╣íÑ
  176. *str_need_widget_name:                      ÑªÑúÑ╕ѺÑ├Ñ╚╠╛ñ¼╔¼═╫ñ╟ñ╣íÑ
  177. *str_no_arg_to_option:                Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ╦░·ñ¡┐⌠ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íÑ
  178. *str_no_children:                ÑΘÑ╕Ѭñ▐ñ┐ñ╧Ñ┴ѺÑ├Ñ»Ñ▄Ñ├Ñ»Ñ╣ñ╦╗╥ѪÑúÑ╕ѺÑ├Ñ╚ñ¼║ε└«ñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íÑ
  179. *str_no_memory:                             ñ│ñ╬┴α║εñ╬ñ┐ñßñ╬╜╜╩¼ñ╩ÑßÑΓÑΩñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  180. *str_no_geometry_handler_parent:        ┐╞ѪÑúÑ╕ѺÑ├Ñ╚ñ≥╜Φ═²ñ╣ñδÑ╕ѬÑßÑ╚ÑΩñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  181. *str_no_options_for_close_form:             Ñ»Ñφí╝Ñ║íªÑ╒Ñ⌐í╝Ñαñ╦ѬÑ╫Ñ╖ÑτÑ≤ñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  182. *str_no_such_border_type:                   ñ╜ñ╬ñΦñªñ╩Ñ▄í╝Ñ└íªÑ┐ÑñÑ╫ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  183. *str_no_such_option:                        Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íÑ
  184. *str_no_such_shadow_type:                   ñ╜ñ╬ñΦñªñ╩Ñ╖ÑπÑ╔ѪíªÑ┐ÑñÑ╫ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  185. *str_no_values_setting:                 -noCallback ñ╧├═ñ≥└▀─Ωñ╖ñ╩ñ▒ñ∞ñ╨╗╚═╤ñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  186. *str_noecho_only_create:                    noecho ñ╧ѪÑúÑ╕ѺÑ├Ñ╚ñ╬║ε└«╗■ñ╦ñ╬ñ▀╗╚═╤ñ╟ñ¡ñ▐ñ╣íÑ
  187. *str_not_a_boolean_string:                  Ñ╓í╝Ñδ├═ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  188. *str_not_a_drawnlist:                       Drawnlist ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  189. *str_not_a_listwidget:                      ÑΩÑ╣Ñ╚íªÑªÑúÑ╕ѺÑ├Ñ╚ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  190. *str_not_an_option:                Ñ¬Ñ╫Ñ╖ÑτÑ≤╩╕╗·╬≤ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  191. *str_not_that_many_records:                 ñ╜ñ∞ñ█ñ╔┬┐ñ»ñ╬Ñ∞Ñ│í╝Ñ╔ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  192. *str_not_popup:                    ░·ñ¡┐⌠ñ¼Ñ▌Ñ├Ñ╫ÑóÑ├Ñ╫íªÑªÑúÑ╕ѺÑ├Ñ╚ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  193. *str_null_widget:                           Ñ╠ÑδíªÑªÑúÑ╕ѺÑ├Ñ╚
  194. *str_option_not_gettable:                   Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ╧╝Φ╞└▓─╟╜ñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  195. *str_object_need_name:                      Ñ¬Ñ╓Ñ╕ѺѻÑ╚ñ╦ñ╧╠╛┴░ñ¼╔¼═╫ñ╟ñ╣íÑ
  196. *str_not_packing_option_arg:                -packing ñ╬░·ñ¡┐⌠ñ¼ NONEíñTIGHTíññ▐ñ┐ñ╧ COLUMN ñ╬ñññ║ñ∞ñ╟ñΓñóñΩñ▐ñ╗ñ≤íÑ
  197. *str_positions_cant_be_neg:                 ░╠├╓ñ╧╔Θ┐⌠ñ╟ñ╧ñóñΩ╞└ñ▐ñ╗ñ≤íÑ
  198. *str_setvalues_disallowed:            SetValues ñ¼Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ╦╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íÑ
  199. *str_set_item_or_itemList_not_both:         item ñ▐ñ┐ñ╧ itemList ñ╬░∞╩²ñ╧╗╪─Ωñ╟ñ¡ñ▐ñ╣ñ¼íñ╬╛╩²ñ╧╗╪─Ωñ╟ñ¡ñ▐ñ╗ñ≤íÑ
  200. *str_target_parent_not_common:              Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╬┐╞ѪÑúÑ╕ѺÑ├Ñ╚ñ╧╬╛╩²ñ╬ѪÑúÑ╕ѺÑ├Ñ╚ñ╦╢ª─╠ñ╖ñ╞ñññ▐ñ╗ñ≤íÑ
  201. *str_target_parent_not_form:                Ñ┐í╝Ñ▓Ñ├Ñ╚ñ╬┐╞ѪÑúÑ╕ѺÑ├Ñ╚ñ╧Ñ╒Ñ⌐í╝Ñαñ╟ñ╧ñóñΩñ▐ñ╗ñ≤íÑ
  202. *str_target_parent_not_menubar:             ┐╞ѪÑúÑ╕ѺÑ├Ñ╚ñ╧ MenubaríñPullDowníñPopup ñ╬ñññ║ñ∞ñ╟ñΓñóñΩñ▐ñ╗ñ≤íÑ
  203. *str_too_many_args:                         ░·ñ¡┐⌠ñ¼┬┐ñ╣ñ«ñ▐ñ╣íÑ
  204. *str_too_many_options:                      Ñ¬Ñ╫Ñ╖ÑτÑ≤ñ¼┬┐ñ╣ñ«ñ▐ñ╣íÑ
  205. *str_too_many_options_set:                  Ñ¬Ñ╫Ñ╖ÑτÑ≤íªÑ╗Ñ├Ñ╚ñ¼┬┐ñ╣ñ«ñ▐ñ╣íÑ
  206. *str_unknown_decoration:                    ╔╘╠└ñ╩Ñ╟Ñ│Ñ∞í╝Ñ╖ÑτÑ≤
  207. *str_unknown_command:                       ╔╘╠└ñ╩Ñ│Ñ▐Ñ≤Ñ╔
  208. *str_unknown_help_item:                     ╔╘╠└ñ╩Ñ╪ÑδÑ╫╣α╠▄
  209. *str_unknown_option:                        ╔╘╠└ñ╩ѬÑ╫Ñ╖ÑτÑ≤
  210. *str_unknown_type:                          ╠╡╕·ñ╩Ñ╒Ñúí╝ÑδÑ╔íªÑ┐ÑñÑ╫
  211. *str_unlock_has_no_args:                    unlock ñ╦░·ñ¡┐⌠ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╗ñ≤íÑ
  212. *str_widget_doesnt_exist:                   ÑªÑúÑ╕ѺÑ├Ñ╚ñ¼ñóñΩñ▐ñ╗ñ≤íÑ
  213. *str_widget_not_found:                      ÑªÑúÑ╕ѺÑ├Ñ╚ñ¼╕½ñ─ñ½ñΩñ▐ñ╗ñ≤íÑ
  214. *str_wrong_arg_type_remove_timeout:         WsRemoveTimeoutñ╦┤╓░πñ├ñ┐░·ñ¡┐⌠Ñ┐ÑñÑ╫ñ¼╗╪─Ωñ╡ñ∞ñ╞ñññ▐ñ╣íÑ
  215. *str_wrong_num_of_args_to_xmArgs:           xmArgs ñ╦╗╪─Ωñ╖ñ┐░·ñ¡┐⌠ñ╬┐⌠ñ¼┤╓░πñ├ñ╞ñññ▐ñ╣íÑ
  216. *str_wrong_number_of_args:                  ░·ñ¡┐⌠ñ╬┐⌠ñ¼┤╓░πñ├ñ╞ñññ▐ñ╣íÑ
  217. *str_wrong_number_of_arguments:             ░·ñ¡┐⌠ñ╬┐⌠ñ¼┤╓░πñ├ñ╞ñññ▐ñ╣íÑ
  218. *str_wsinfo_needs_arg:                      VtInfo ñ╦ñ╧░·ñ¡┐⌠ñ¼╔¼═╫ñ╟ñ╣íÑ
  219. *str_plus_minus_percent:                    ├═ñ╧└╡ñ▐ñ┐ñ╧╔Θñ╬Ñ╤í╝Ñ╗Ñ≤Ñ╞í╝Ñ╕ ( -100 ñ½ñΘ 100 ñ▐ñ╟) ñ╟ñ╩ñ▒ñ∞ñ╨ñ╩ñΩñ▐ñ╗ñ≤íÑ
  220.  
  221.  
  222. !*keyboardFocusPolicy:                pointer
  223. *keyboardFocusPolicy:                 explicit
  224.  
  225. ! ------------ ColorDefaults (Xm) - was fm color/ColorDefaults ------------
  226. *Background:                    grey70
  227. *Foreground:                    black
  228. *troughColor:                   grey70
  229. *armColor:                      grey50
  230. *selectColor:                   yellow
  231. *borderColor:                   Black
  232.  
  233. *XmText.background:             white
  234. *XmText.foreground:             black
  235. *XmList.background:             white
  236. *XmList.foreground:             black
  237. *XmTextField.background:        white
  238. *XmTextField.foreground:        black
  239. *XmpDrawnList.foreground:       black
  240. *XmpDrawnList.background:       white
  241.  
  242. ! FontDefaults  (Xm)    was fm font/FontDefaults
  243. !*XmText.fontList:       -misc-fixed-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  244. !*XmTextField.fontList:  -misc-fixed-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  245. !*XmList.fontList:       -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  246. !*XmpDrawnList.fontList: -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-1
  247. !*FontList:              -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-1
  248. !*Font:                  -*-helvetica-bold-r-*-*-*-140-*-*-*-*-iso8859-1
  249.  
  250. ! Japanese
  251. *XmText.fontList:       -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  252. *XmTextField.fontList:  -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  253. *XmList.fontList:       -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  254. *XmpDrawnList.fontList: -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  255. *FontList:              -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*:
  256. *Font:                  -*-fixed-medium-*-*-*-14-*-*-*-*-*-*-*
  257.  
  258. ! force multiclick default (for dlist) since without scomouse setup now
  259. *multiClickTime:        500
  260.