javaee / javahelp

javahelp
Other
14 stars 15 forks source link

Add missing property and correct exisiting properties for Constants_fr.java #11

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

Summary of Changes: Added missing "tooltip.FavoritesAction" property and corrected "index.findLabel" and "search.findLabel"

Added "tooltip.FavoritesAction" but text is in English, I could possibly update the text with translated text in the coming weeks if our translation center gets back to me in time. I also updated "index.findLabel" and "search.findLabel" based on previous conversations with our translation center. Thank you!

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

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

// GUI components // Labels

// Accessibility names

{ "access.BackAction", "Bouton Pr\00e9c\00e9dent"}

,

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 17 years ago

Reported by dacagl

glassfishrobot commented 17 years ago

dacagl said: Sorry, forgot to mention that this fixes all issues in BugId: 5092096 - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5092096

glassfishrobot commented 17 years ago

dacagl said: Please disregard the first svn diff, I have an updated Constants_fr.java with more updated properties.

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

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

package javax.help.resources; @@ -48,71 +48,70 @@

// Constant strings and patterns { "helpset.wrongPublicID",

// IndexView messages

{ "index.invalidIndexFormat", - "Attention : format d'Index invalide"}

,

// TOCView messages { "toc.wrongPublicID",

// Map messages { "map.wrongPublicID",

// GUI components // Labels

{ "favorites.add", "Ajouter"}

,

{ "favorites.remove", "Supprimer"}

, @@ -122,27 +121,28 @@

{ "favorites.paste", "Coller"}

,

{ "favorites.copy" , "Copier"}

,

// ToolTips for Actions

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