# HG changeset patch # User mfang # Date 1299531491 28800 # Node ID 071846cb6a34d7754de402f7eff381dcd5317dee # Parent e88601b959559be80e0a23ac496c9663012a0cee 7025303: NLS: t13y fix for 7021691 Most log level words are not translated in java logging Reviewed-by: yhuang diff -r e88601b95955 -r 071846cb6a34 jdk/src/share/classes/sun/util/logging/resources/logging.properties --- a/jdk/src/share/classes/sun/util/logging/resources/logging.properties Mon Mar 07 12:17:36 2011 -0800 +++ b/jdk/src/share/classes/sun/util/logging/resources/logging.properties Mon Mar 07 12:58:11 2011 -0800 @@ -25,13 +25,22 @@ # Localizations for Level names. For the US locale # these are the same as the non-localized level name. + +# The following ALL CAPS words should be translated. ALL=ALL +# The following ALL CAPS words should be translated. SEVERE=SEVERE +# The following ALL CAPS words should be translated. WARNING=WARNING +# The following ALL CAPS words should be translated. INFO=INFO +# The following ALL CAPS words should be translated. CONFIG= CONFIG +# The following ALL CAPS words should be translated. FINE=FINE +# The following ALL CAPS words should be translated. FINER=FINER +# The following ALL CAPS words should be translated. FINEST=FINEST +# The following ALL CAPS words should be translated. OFF=OFF -