src/jdk.jpackage/share/classes/jdk/jpackage/internal/resources/HelpResources_ja.properties
branchJDK-8200758-branch
changeset 57323 66c1dbc008c5
parent 57306 b3b59183df78
child 57328 b33e5f36b59b
equal deleted inserted replaced
57320:5a5e00cc9932 57323:66c1dbc008c5
   162 \          Path to a Properties file that contains list of key, value pairs\n\
   162 \          Path to a Properties file that contains list of key, value pairs\n\
   163 \          (absolute path or relative to the current directory)\n\
   163 \          (absolute path or relative to the current directory)\n\
   164 \          The keys "extension", "mime-type", "icon", and "description"\n\
   164 \          The keys "extension", "mime-type", "icon", and "description"\n\
   165 \          can be used to describe the association.\n\
   165 \          can be used to describe the association.\n\
   166 \  --identifier <id string>\n\
   166 \  --identifier <id string>\n\
   167 \          Machine readable identifier of the application\n\
   167 \          An identifier that uniquely identifies the application\n\
   168 \          The format must be a DNS name in reverse order,\n\
   168 \          Defaults to the main class name.\n\
   169 \          such as com.example.myapplication.\n\
   169 \          The value should be a valid DNS name.\n\
   170 \  --install-dir <file path>\n\
   170 \  --install-dir <file path>\n\
   171 \          {4}\
   171 \          {4}\
   172 \  --installer-type <type> \n\
   172 \  --installer-type <type> \n\
   173 \          The type of the installer to create\n\
   173 \          The type of the installer to create\n\
   174 \          Valid values are: {1} \n\
   174 \          Valid values are: {1} \n\
   221 \Relative sub-path under the default installation location\n\
   221 \Relative sub-path under the default installation location\n\
   222 
   222 
   223 MSG_Help_mac_launcher=\
   223 MSG_Help_mac_launcher=\
   224 \  --mac-bundle-identifier <ID string>\n\
   224 \  --mac-bundle-identifier <ID string>\n\
   225 \          An identifier that uniquely identifies the application for MacOSX\n\
   225 \          An identifier that uniquely identifies the application for MacOSX\n\
   226 \          (and on the Mac App Store)\n\
   226 \          Defaults to the value of --identifier option.\n\
   227 \          May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\
   227 \          May only use alphanumeric (A-Z,a-z,0-9), hyphen (-),\n\
   228 \          and period (.) characters.\n\
   228 \          and period (.) characters.\n\
   229 \  --mac-bundle-name <name string>\n\
   229 \  --mac-bundle-name <name string>\n\
   230 \          Name of the application as it appears in the Menu Bar\n\
   230 \          Name of the application as it appears in the Menu Bar\n\
   231 \          This can be different from the application name.\n\
   231 \          This can be different from the application name.\n\