javaee / javahelp

javahelp
Other
14 stars 15 forks source link

Updates and additions to properties for Constants_zh.java #12

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

Summary of Changes: Change the "tooltip.NextAction" property to "tooltip.ForwardAction" since it is the correct property name; Added "tooltip.FavoritesAction" since it was missing

The changes in this patch address the "zh" locale problems noted in "BugId: 6467214 - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6467214". The "ja" locale problems noted in that bug are covered by 6205360. This patch also addresses the problem noted in "BugId: 6296150 - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6296150". It does not however address any of the changes mentioned in the "Evaluation" section for 6296150.

Further updates could occur to this issue if our localization center gets translated text or corrections back to me in time. Thank you!

C:\JavaHelp\Open_Source\Subversion\Projects\JavaHelp\javahelp\jhMaster\JavaHelp\ src\new\javax\help\resources>svn diff Constants_zh.java Index: Constants_zh.java

— Constants_zh.java (revision 52) +++ Constants_zh.java (working copy) @@ -1,25 +1,25 @@ /*

// ToolTips for Action

{ "tooltip.BackAction", "\u4e0a\u4e00\u9875"}

,

// Accessibility names

{ "access.BackAction", "Previous Button"}

,

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 17 years ago

Reported by dacagl

glassfishrobot commented 17 years ago

dacagl said: Please disregard the first svn diff. I have an updated patch with more localized text.

C:\JavaHelp\Open_Source\Subversion\Projects\JavaHelp\javahelp\jhMaster\JavaHelp\ src\new\javax\help\resources>svn diff Constants_zh.java Index: Constants_zh.java

— Constants_zh.java (revision 52) +++ Constants_zh.java (working copy) @@ -1,25 +1,25 @@ /*

// FavoritesView messages

{ "favorites.invalidFavoritesFormat", - "Warning: Invalid Favorites format"}

,

// Map messages { "map.wrongPublicID", @@ -113,35 +113,36 @@

{ "search.midlow", "\u8f83\u4f4e"}

,

{ "search.low", "\u4f4e"}

,

// ToolTips for Action

{ "tooltip.BackAction", "\u4e0a\u4e00\u9875"}

,

// Accessibility names

glassfishrobot commented 17 years ago

Was assigned to javahelp-issues

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA JAVAHELP-12