-
Bug
-
Resolution: Fixed
-
P3
-
1.3.1
-
rc1
-
generic
-
generic
-
Verified
Converter_{ko,zh_CN,zh_TW}.java was moved to:
ext/plugin/src/share/converter/sun/plugin/converter/resources/Converter_{ko,zh_CN,zh_TW}.java
Converter_{ko,zh_CN,zh_TW}.java in the l10n workspace is missing the following strings:
Old <
New >
===========
148a149,150
> { "plugin_converter.overwrite1", "A backup copy already exists for..." + newline + newline },
> { "plugin_converter.overwrite2", newline + newline + "Do you want to overwrite this backup copy?"},
167,179c169,180
< "Usage: java -jar htmlconv1_3_1.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
< "------------------------------------------------------------------------" + newline +
< "Options:" + newline + newline +
< "-source: Path to get original files. Default: <userdir>" + newline +
< "-dest: Path to write converted files. Default: <userdir>" + newline +
< "-backup: Path to write backup files. Default 'dirname <directory_of_html_file>'" + fileSeparator +
< "'basename <directory_of_html_file>'_BAK" + newline +
< "-subdirs: Should files in subdirectories be processed." + newline +
< "-template: Path to template file. Use default if unsure." + newline +
< "-log: Path to write log. If not provided, no log is written." + newline +
< "-progress: Display progress while converting. Default: true" + newline +
< "-simulate: Display the specifics to the conversion without converting." + newline + newline +
< "Filespecs: Space delimited list of file specs, * wildcard. (*.html *.htm)" + newline},
---
> "Usage: HtmlConverter [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
> "where options include:" + newline + newline +
> " -source: Path to get original files. Default: <userdir>" + newline +
> " -dest: Path to write converted files. Default: <userdir>" + newline +
> " -backup: Path to write backup files. Default: <dirname>_BAK" + newline +
> " -subdirs: Should files in subdirectories be processed." + newline +
> " -template: Path to template file. Use default if unsure." + newline +
> " -log: Path to write log. If not provided, no log is written." + newline +
> " -progress: Display progress while converting. Default: true" + newline +
> " -simulate: Display the specifics to the conversion without converting." + newline +
> " -gui: Display the graphical user interface for the converter." + newline + newline +
> " filespecs: Space delimited list of files specs. Default: \"*.html *.htm\" (quotes required)" + newline},
ext/plugin/src/share/converter/sun/plugin/converter/resources/Converter_{ko,zh_CN,zh_TW}.java
Converter_{ko,zh_CN,zh_TW}.java in the l10n workspace is missing the following strings:
Old <
New >
===========
148a149,150
> { "plugin_converter.overwrite1", "A backup copy already exists for..." + newline + newline },
> { "plugin_converter.overwrite2", newline + newline + "Do you want to overwrite this backup copy?"},
167,179c169,180
< "Usage: java -jar htmlconv1_3_1.jar [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
< "------------------------------------------------------------------------" + newline +
< "Options:" + newline + newline +
< "-source: Path to get original files. Default: <userdir>" + newline +
< "-dest: Path to write converted files. Default: <userdir>" + newline +
< "-backup: Path to write backup files. Default 'dirname <directory_of_html_file>'" + fileSeparator +
< "'basename <directory_of_html_file>'_BAK" + newline +
< "-subdirs: Should files in subdirectories be processed." + newline +
< "-template: Path to template file. Use default if unsure." + newline +
< "-log: Path to write log. If not provided, no log is written." + newline +
< "-progress: Display progress while converting. Default: true" + newline +
< "-simulate: Display the specifics to the conversion without converting." + newline + newline +
< "Filespecs: Space delimited list of file specs, * wildcard. (*.html *.htm)" + newline},
---
> "Usage: HtmlConverter [-option1 value1 [-option2 value2 [...]]] [-simulate] [filespecs]" + newline + newline +
> "where options include:" + newline + newline +
> " -source: Path to get original files. Default: <userdir>" + newline +
> " -dest: Path to write converted files. Default: <userdir>" + newline +
> " -backup: Path to write backup files. Default: <dirname>_BAK" + newline +
> " -subdirs: Should files in subdirectories be processed." + newline +
> " -template: Path to template file. Use default if unsure." + newline +
> " -log: Path to write log. If not provided, no log is written." + newline +
> " -progress: Display progress while converting. Default: true" + newline +
> " -simulate: Display the specifics to the conversion without converting." + newline +
> " -gui: Display the graphical user interface for the converter." + newline + newline +
> " filespecs: Space delimited list of files specs. Default: \"*.html *.htm\" (quotes required)" + newline},
- relates to
-
JDK-4428174 converter resource location is moved and inconsistent messages are existing
- Closed