javaee / javahelp

javahelp
Other
14 stars 15 forks source link

Add support for Italian translations of UI labels #13

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

Summary of Additions: Add support for Italian translation of UI labels and tooltips

More translated text could be added in the future. I will update the issue if I get any additions/changes from our translation center. Thank you!

This enhancement is briefly mentioned in BugId: 6298389 - http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6298389

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

— Constants_it.java (revision 0) +++ Constants_it.java (revision 0) @@ -0,0 +1,148 @@ +/*

{0}"},

but already has value

{1}."},

."},

{0}."},

."},

{0}."},

cannot contain text

{1}."},

."},

{0}."},

conflicts with default

{1}

an d with default

{2}

"},

{0}."}, +

."}, +

{0}"},

."}, +

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

,

{0}."}, +

"}, +

{ "map.invalidMapFormat", + "Warning: Invalid Map format"}

,

{0}

."}, +

{ "index.findLabel", "Trova: "}

, +

{ "search.findLabel", "Trova: "}

, +

{ "search.hitDesc", "Number of occurances in document"}

, +

{ "search.qualityDesc", "Lowest penality value in document" }

, +

{ "search.high", "High"}

, +

{ "search.midhigh", "Medium high"}

, +

{ "search.mid", "Medium"}

, +

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

, +

{ "search.low", "Low"}

, + +

{ "favorites.add", "Add"}

, +

{ "favorites.remove", "Remove"}

, +

{ "favorites.folder", "New Folder"}

, +

{ "favorites.name", "Name"}

, +

{ "favorites.cut", "Cut"}

, +

{ "favorites.paste", "Paste"}

, +

{ "favorites.copy" , "Copy"}

, + +

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

, +

{ "history.unknownTitle", ""}

, +

{ "tooltip.BackAction", "Precedente"}

, +

{ "tooltip.ForwardAction", "Successivo"}

, +

{ "tooltip.PrintAction", "Stampa"}

, +

{ "tooltip.PrintSetupAction", "Imposta pagina"}

, +

{ "tooltip.ReloadAction", "Ricarica"}

, +

{ "tooltip.FavoritesAction", "Add to Favorites"}

, +

{ "tooltip.HomeAction", "Go to home page"}

, +

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

, +

{ "access.ForwardAction", "Next Button"}

, +

{ "access.HistoryAction", "History Button"}

, +

{ "access.PrintAction", "Print Button"}

, +

{ "access.PrintSetupAction", "Page Setup Button"}

, +

{ "access.ReloadAction", "Reload Button"}

, +

{ "access.HomeAction", "Home Button"}

, +

{ "access.FavoritesAction", "Add to Favorites Button"}

, +

{ "access.contentViewer", "Content Viewer"}

+

glassfishrobot commented 17 years ago

Reported by dacagl

glassfishrobot commented 17 years ago

dacagl said: Please disregard the first svn diff, I have a completely translated Constants_it.java file.

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

— Constants_it.java (revision 0) +++ Constants_it.java (revision 0) @@ -0,0 +1,148 @@ +/*

{0} sconosciuto"},

, ma il titolo ha gi\u0 0e0 il valore

{1}."},

."},

{0}."},

."},

{0}."},

non pu\u00f2 contenere il testo

{1}."},

."},

{0} non bilanciato."},

in conflitto con

{1}

pre definito e con

{2}

predefinito"},

{0} sconosciuta."}, +

sconosciuta."}, +

{0} sconosciuto"},

sconosciuta."}, +

{ "favorites.invalidFavoritesFormat", + "Avvertimento: formato Preferiti non valido"}

,

{0} sconosciuta."}, +

sconosciuto"}, +

{ "map.invalidMapFormat", + "Avvertimento: formato mappa non valido"}

,

{0}

sconosciuta."}, +

{ "index.findLabel", "Trova: "}

, +

{ "search.findLabel", "Trova: "}

, +

{ "search.hitDesc", "Numero di occorrenze nel documento"}

, +

{ "search.qualityDesc", "Valore di penalit\u00e0 minimo nel document o" }

, +

{ "search.high", "Alto"}

, +

{ "search.midhigh", "Medio alto"}

, +

{ "search.mid", "Medio"}

, +

{ "search.midlow", "Medio basso"}

, +

{ "search.low", "Basso"}

, + +

{ "favorites.add", "Aggiungi"}

, +

{ "favorites.remove", "Rimuovi"}

, +

{ "favorites.folder", "Nuova cartella"}

, +

{ "favorites.name", "Nome"}

, +

{ "favorites.cut", "Taglia"}

, +

{ "favorites.paste", "Incolla"}

, +

{ "favorites.copy" , "Copia"}

, + +

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

, +

{ "history.unknownTitle", ""}

, +

{ "tooltip.BackAction", "Pagina precedente"}

, +

{ "tooltip.ForwardAction", "Pagina successiva"}

, +

{ "tooltip.PrintAction", "Stampa"}

, +

{ "tooltip.PrintSetupAction", "Imposta pagina"}

, +

{ "tooltip.ReloadAction", "Ricarica"}

, +

{ "tooltip.FavoritesAction", "Aggiungi a Preferiti"}

, +

{ "tooltip.HomeAction", "Vai alla home page"}

, +

{ "access.BackAction", "Pulsante Precedente"}

, +

{ "access.ForwardAction", "Pulsante Successivo"}

, +

{ "access.HistoryAction", "Pulsante Cronologia"}

, +

{ "access.PrintAction", "Pulsante Stampa"}

, +

{ "access.PrintSetupAction", "Pulsante Imposta pagina"}

, +

{ "access.ReloadAction", "Pulsante Ricarica"}

, +

{ "access.HomeAction", "Pulsante Home"}

, +

{ "access.FavoritesAction", "Pulsante Aggiungi a Preferiti"}

, +

{ "access.contentViewer", "Visualizzatore del contenuto"}

+

glassfishrobot commented 17 years ago

Was assigned to javahelp-issues

glassfishrobot commented 7 years ago

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