javaee / javahelp

javahelp
Other
14 stars 15 forks source link

Add missing properties and correct BackAction property for Constants_ja.java #9

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

Summary of Changes: Corrected the "tooltip.BactionAction" to "tooltip.BackAction"; Added missing properties; Changed translated comments back to English

More changes could be possible if our translation center gets back to me within the next couple of weeks and I'll update the issue then

Addresses the rest of "BugId: 6205360 - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6205360" by correcting "tooltip.BactionAction" to "tooltip.BackAction".

Doesn't neccessairly correct the "BugId: 6287873 - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6287873" unless our translation center comes back with fixes for those. But just wanted to mention that bug for reference and others if they would like to correct the file.

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

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

/**

public class Constants_ja extends ListResourceBundle { /**

{ "search.findLabel", "\u691c\u7d22 : "}

, @@ -86,7 +112,7 @@

{ "search.mid", "Medium"}

,

{ "search.midlow", "Medium low"}

,

{ "search.low", "Low"}

,

+

{ "favorites.add", "\u8ffd\u52a0"}

,

{ "favorites.remove", "\u524a\u9664"}

,

{ "favorites.folder", "\u65b0\u898f\u30df=u30a9\u30eb\u30c0\u30fc\u 306e\u4f5c\u6210"}

, @@ -95,8 +121,11 @@

{ "favorites.paste", "\u8cbc\u308a\u4ed8\u3051"}

,

{ "favorites.copy" , "u30b3\u30d4\u30fc"}

,

+

{ "history.homePage", "Home page"}

, +

{ "history.unknownTitle", ""}

, + // ToolTips for Action

glassfishrobot commented 17 years ago

Reported by dacagl

glassfishrobot commented 17 years ago

dacagl said: Changing from DEFECT to PATCH

glassfishrobot commented 17 years ago

dacagl said: Please disregard the first svn diff. This new patch will correct all the problems in "BugId: 6287873 - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6287873". The complete file should be translated now too.

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

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

/**

public class Constants_ja extends ListResourceBundle { /**

{ "search.findLabel", "\u691c\u7d22 : "}

,

{ "history.homePage", "\u30db\u30fc\u30e0\u30da\u30fc\u30b8"}

, +

{ "history.unknownTitle", "<\u4e0d\u660e\u306a\u30da\u30fc\u30b8\u3 0bf\u30a4\u30c8\u30eb>"}

, + // ToolTips for Action

// 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-9