1 #
   2 #ident  "%W%    %E% SMI"
   3 #
   4 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
   5 # Use is subject to license terms.
   6 #
   7 # CDDL HEADER START
   8 #
   9 # The contents of this file are subject to the terms of the
  10 # Common Development and Distribution License, Version 1.0 only
  11 # (the "License").  You may not use this file except in compliance
  12 # with the License.
  13 #
  14 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  15 # or http://www.opensolaris.org/os/licensing.
  16 # See the License for the specific language governing permissions
  17 # and limitations under the License.
  18 #
  19 # When distributing Covered Code, include this CDDL HEADER in each
  20 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  21 # If applicable, add the following below this CDDL HEADER, with the
  22 # fields enclosed by brackets "[]" replaced with your own identifying
  23 # information: Portions Copyright [yyyy] [name of copyright owner]
  24 #
  25 # CDDL HEADER END
  26 #
  27 # Resources for locating the correct help file for a particular window
  28 # 
  29 # L10N instructions
  30 # -----------------
  31 # Each line of this file is of the form:
  32 #
  33 # key=value
  34 #
  35 # The key portion must not be localized, as it is a constant in the program.
  36 # The value portion should be modified appropriately for each locale to point
  37 # to the location of the localized version of the html file relative to the
  38 # directory:
  39 # 
  40 # /usr/share/lib/locale/com/sun/dhcpmgr/client/help
  41 #
  42 # So that for the "de" locale the first entry in this file should look like:
  43 #
  44 # create_address=de/dhcp_addr_create.html
  45 #
  46 # resulting in that help file being located at:
  47 #
  48 # /usr/share/lib/locale/com/sun/dhcpmgr/client/help/de/dhcp_addr_create.html
  49 #
  50 # And the corresponding name of THIS file would be:
  51 #
  52 # /usr/share/lib/locale/com/sun/dhcpmgr/client/HelpBundle_de.properties
  53 #
  54 # At the present time it is a requirement that the above convention be followed
  55 # with respect to the relative path name as the l10n code in HelpIds.java
  56 # uses the presence of a '/' in the value as the indicator of whether a
  57 # localized instance of this file is being used.  See bug 4177489 if you
  58 # want to understand why this is so.
  59 #
  60 create_address=dhcp_addr_create.html
  61 delete_address=dhcp_addr_del.html
  62 duplicate_address=dhcp_addr_dup.html
  63 XXX1=dhcp_addr_how.html
  64 modify_address=dhcp_addr_mod.html
  65 modify_multiple_addresses=dhcp_addr_multi.html
  66 addresses_reference=dhcp_addr_ref.html
  67 release_addresses=dhcp_addr_rel.html
  68 XXX3=dhcp_addr_view.html
  69 address_wizard=dhcp_addr_wiz.html
  70 config_wizard=dhcp_config_wiz.html
  71 create_macro=dhcp_macro_create.html
  72 delete_macro=dhcp_macro_del.html
  73 duplicate_macro=dhcp_macro_dup.html
  74 XXX4=dhcp_macro_how.html
  75 modify_macro=dhcp_macro_mod.html
  76 macros_reference=dhcp_macro_ref.html
  77 XXX6=dhcp_macro_view.html
  78 XXX7=dhcp_macros_about.html
  79 XXX8=dhcp_main_hlp.html
  80 howto=dhcp_main_how.html
  81 index=dhcp_main_idx.html
  82 XXX11=dhcp_main_menus.html
  83 overview=dhcp_main_top.html
  84 delete_network=dhcp_net_del.html
  85 XXX13=dhcp_net_ref.html
  86 network_wizard=dhcp_net_wiz.html
  87 create_option=dhcp_option_create.html
  88 delete_option=dhcp_option_del.html
  89 duplicate_option=dhcp_option_dup.html
  90 XXX14=dhcp_option_how.html
  91 modify_option=dhcp_option_mod.html
  92 options_reference=dhcp_option_ref.html
  93 XXX16=dhcp_option_view.html
  94 server_config=dhcp_relay_choose.html
  95 configure_relay=dhcp_relay_config.html
  96 XXX17=dhcp_relay_how.html
  97 service_reference=dhcp_relay_ref.html
  98 modify_relay=dhcp_relay_serv.html
  99 unconfigure_relay=dhcp_relay_unconfig.html
 100 modify_server=dhcp_server_serv.html
 101 unconfigure_server=dhcp_server_unconfig.html
 102 XXX19=dhcp_solaris_about.html
 103 enable_service=dhcp_relay_enable.html
 104 disable_service=dhcp_relay_dis.html
 105 convert_wizard=dhcp_convert_wiz.html
 106 export_wizard=dhcp_export_wiz.html
 107 import_wizard=dhcp_import_wiz.html